Wordpress APIs Setting Post Thumbnail on WordPress with custom size and Cropping – A simpler approach SwashataAugust 26, 201020 Well, we are almost done with our second Wordpress Plugin development. A sneak peek can be viewed from here. (Hey! If...
Wordpress APIs Parse ID list from CSV, using new WordPress 3.0 API – The right way of doing SwashataAugust 25, 2010 While developing my plugin, I came across many API of new Wordpress 3. Wordpress 3 really gives a new set of APIs for...
PHP Using PHP GET and POST simultaneously via single HTML form SwashataAugust 24, 20109 As we know, HTTP POST and HTTP GET are two great means of passing user data to servers. Previously, we have discussed...
PHP Understanding the basic of HTML form and PHP GET and POST method SwashataAugust 23, 20102 The idea of this post originated from the topic, using PHP GET and POST method simultaneously via a single form. While...
MySQL MySQL FLOAT vs DEC: working with fraction and decimal [DEC] SwashataAugust 22, 20103 So far we have covered many of of useful datatypes of MySQL. Some of them are integers, text, varchar and most...
WP Programming Add dynamic Login Logout n Site Admin button to WordPress using WP API SwashataAugust 19, 201015 This tutorial is about adding a "dynamic" login/logout and Site Admin button somewhere on your wordpress theme...
Wordpress APIs Determine Plugin Directory and URL in WordPress using WP API SwashataAugust 18, 20104 While developing my own Wordpress Plugins, I had many occasions where I had to know the URL of the plugin. Especially...
Wordpress Plugins Simple Google Sitemap – Less resource hungy sitemap generator tool for WordPress SwashataAugust 17, 20108 If you have been using the famous Google XML Sitemap generator from arnebrachhold on a shared hosting, then you might...
PHP Understanding PHP eval function and usage Do more than just evaluating SwashataAugust 14, 201020 No doubt PHP is a powerful interpreter... It has everything a programmer need to make his program. Today we are going...
PHP Howto: Stream downloadable files using PHP and tell browser to save it instead of opening SwashataAugust 10, 201016 Just a few days back, we were having some discussion at DigitalPoints forum about sharing and streaming download links...