Sachin Khosla
6 articles
Open Source
5 Cool PHP Image Manipulation Tricks
ImageMagick is not very well known by end users, but PHP programmers across the world use this powerful utility widely to perform image operations,...
Open Source
CodeIgniter: Create Your Own PHP Registration System
CodeIgniter is one of the most talked about PHP frameworks. It's known for its lightweight and minimalist footprint, but also for facilitating a complete...
PHP
WordPress as CMS: Implement Custom Authentication
WordPress is not a blogging platform anymore. It has graduated to become a robust yet flexible CMS. The reason for WordPress's popularity as a...
Open Source
Getting Started with Memcached Distributed Memory Caching
Wikipedia describes Memcached as a general-purpose distributed memory caching system, but what exactly does the term Memcached mean? Cache is memory used to store...
Guides
Web Storage API vs. Cookies for Browser Data Storage
All websites currently use cookies to store client-related data, and while cookies are definitely a good method for storing client-related information, they are not...
PHP
PHP Development on the Facebook Platform: Building Your First App
The Facebook API is very powerful and it allows you to create your own Facebook applications, which you, your friends or everyone else can...