Archive for April, 2009

10 things you might not know about MySQL

A presentation about few things which are generally not talked about MySql a. Query Cache b. Database engines c. AUTO_INCREMENT d. How to get Random data? e. Prefix Indexes f. InnoDB clustered indexes g. Profiling h. Usage Statistics i. Understanding REPLACE j. Temporary Tables 10 things you might not know about MySQL View more presentations [...]


Limiting upload file size – Spring

You might want to limit the size of file to be uploaded on your website as it eats up some of the bandwidth and this can cause problem to rest of the users of your site. Most of the time we do processing on files when they are uploaded on server and content validations has [...]


High Performance Php My Sql Scaling Techniques

High Performance Php My Sql Scaling Techniques View more presentations from ZendCon.


Jquery – Handling HTML SELECT — few addtions

This post is in continuation of my last post about Handling HTML SELECT using jQuery javascript library. Here i just want to list few more functions added by jquery.selectboxes plugin for handling SELECT. 1. Find out Text of selected Option: Most of the time you need to show somewhere on the form or on some [...]


An in-depth look at jQuery UI

An in-depth look at jQuery UI View more presentations from Paul Bakaus.