Sunday, September 19, 2010

Welcome to Web development stuff blogs

Welcome readers. Here, you will get the solution of all the typical problems which you face regularly on your web application development tasks. I update this blog on regular basis. It is dedicated to LAMP/WAMP developer community from all over the world. My blog will include problems related with HTML, CSS, Javascript, JQuery, PHP, MySQL, Apache, Ubuntu, Joomla and wordpress.


I follow this formula:
Web designing + Programming = Web development

Feel free to comment on my post and and ask question from LAMP/WAMP technology.

Important queries based formulas to watch performance of a MySQL based application

(1) Session Vs global status variables value select G.variable_name,G.variable_value GlobalValue,S.variable_value SessionValue from (selec...