by Shashi Dhar Kumar | May 24, 2012 | Plugin, Project, Widget
This plugin is a widget that displays a list of posts from single category on your sidebar. This plugin is a widget that displays a list of posts from single category on your sidebar. How to install the plugin (Posts from Single Category Widget) and get it...
by Shashi Dhar Kumar | May 22, 2012 | Plugin, Project, Widget
This simple plugin is a widget that displays a list of random posts on your sidebar. This simple plugin is a widget that displays a list of random posts on your sidebar. Click here for more information at wordpress.org. [ordered_list style=”decimal”]...
by Shashi Dhar Kumar | Mar 19, 2010 | JavaScript, Programming, Project
This chapter explains how to display add HTML control dynamically through JavaScript. Click for Demo : Add HTML Control Download the script : Add HTML Control
by Shashi Dhar Kumar | Sep 4, 2009 | PHP, Project
This chapter explains how to send email in php. We will upload advanced mailing script in php soon. Download the script : Simple email script in PHP
by Shashi Dhar Kumar | Sep 4, 2009 | PHP, Project
This chapter explains how to display XML data as HTML. In the example below, we loop through an XML file (test.xml), and display each element as an HTML table row: <script type=”text/javascript”> var xmlDoc; if (window.XMLHttpRequest) { xmlDoc=new...
by Shashi Dhar Kumar | Feb 3, 2009 | PHP, Project
Here I am giving a full source code of File Upload at run time. You can upload single file. You can do it just some customize there and put it at your server folder. Download Script