Archive for the ‘Programming’ Category

Get Excerpt with Thumbnail Image – Wordpress Plug-in

Get Excerpt with Thumbnail images is a simple wordpress plugin. It gives thumbnail image, excerpt and title of Wordpress post, in the form PHP array. It is upto the developer how he can display these info on his web page.


Wordpress Plugin – List Latest Posts Titles

Here is a latest plugin for Wordpress, called Latest Posts Titles, that we have developed to bring all Titles of Latest Posts posted on a Wordpress blog.


Split String using Oracle PL/SQL

Oracle PL/SQL provides various string functions, but there is no direct function to split a string into substrings, we need to write a custom code to do this task.