PHP Howto: Get original php.ini file of your Web Host directly using a PHP script & Modify it SwashataJune 29, 20122 Often when dealing with Web Hosts, we find it necessary to get original php.ini file for configuring some of the PHP...
WP Programming Creating default options on your WordPress Plugin Installation – Options API #2 SwashataJune 29, 20121 So, this is the part two of our WordPress Plugin series. Previously we have given an overview on how to code your...
PHP Storing PHP arrays objects in a file or database – serialization and unserialization concept SwashataJune 28, 20121 Have you ever wanted to store directly an array or an object in a file or database and later get the array and object...
Broadband and Dialup Speed up BSNL Broadband using Google DNS & Open DNS – FREE DNS alternatives SwashataJune 25, 20123 It has been years I am using BSNL broadband connection, and agree it or not, it is perhaps, the best ISP here in India...
Designing Collections Download FREE custom Fonts for Photoshop & Other purposes Uttiya MukherjeeJune 22, 2012 This article contains references to various sites for downloading and installing custom Photoshop fonts. Although...
WP Programming Automatic login redirect to primary site & block main site admin – WordPress MultiSite SwashataJune 22, 20122 So once again, while developing something in WordPress MultiSite for a client, I came across a problem where I had to...
PhotoShop Learning Photoshop for Image Editing/Web Designing from Google eBook – PhotoShop Bible Uttiya MukherjeeJune 22, 2012 In my experience, I’ve found out that people who are new to the Photoshop environment find it very troublesome and...
WP Programming Automatic Primary Site in WordPress Multisite – Set blog to the creating user’s primary during creation & make her editor SwashataJune 21, 20122 Recently, while developing something for one of clients, I faced an issue. She is using WordPress MultiSite for her...
WP Programming The basic OOP code structure of a WordPress Plugin – #1 SwashataJune 19, 20127 So, we have decided to make a series of tutorials for coding your own WordPress Plugin from scratch using OOP concept....
PHP Howto: Calculate the remaining time of the day in PHP SwashataJune 11, 2012 Previously we have talked about calculating the difference between two dates (including time). We have seen how we can...