Beginners Easy Steps of Css Menu Design:

There are lot of tutorial for menu design in web but all are so complex. After searching for the appropriate tutorial of Css Menu design for beginners I started myself to write Css Menu design for beginners. On a web page, the navigation can be taken as a table of content. In HTML, table of [...]

[ More ] July 2nd, 2012 | 1 Comment | Posted in Php & MySql |

Ways to Speed Up MySQL

Only SELECT the fields you require All to often web developers will SELECT * which selects all fields for a record. However, you’d be surprised how much of a strain SELECT * can cause when running a query, especially on larger tables. So, instead of selecting absolutely everything, just select the fields you need. it [...]

[ More ] July 2nd, 2012 | 2 Comments | Posted in Php & MySql |

Multiple File Upload In Codeigniter And Php

Multiple file upload in codeigniter : After Searching in web I have not found approprite tutorial on how to upload multiple file in Php/Codeigniter The view File: ldquo;-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>

[ More ] June 29th, 2012 | 1 Comment | Posted in Php & MySql |