Tag Archives: web development

Drawbacks Of Using Ajax

Oct 07, 2013

Hi all today we are going to what are the drawbacks of using Ajax . AJAX(Asynchronous JavaScript And XML) is nothing but a technique which..

Read more

Importance and Benefits of PHP Output Buffering

Oct 03, 2013

PHP sends data from server to client/browser as soon as it is ready – this response might be line by line or by code blocks.Output..

Read more

Check Password strength using javascript

Sep 27, 2013

Password strength checker meter is simple way of showing the strength of password. It checks for password length and the strength with various colored meter…

Read more

How to check whether mod_rewrite module is

Sep 26, 2013

How to check whether mod_rewrite module is enabled/loaded or not in Apache There are lots of techniques to check this but below is very simple..

Read more

Useful PHP Tips

Sep 18, 2013

Hi all in the post we are going to see some Useful PHP Tips hope this may useful for you the tips are of given..

Read more

Tips to optimize MySQL Database

Sep 07, 2013

Hi all hope you all are enjoying the weekend today in this post we are going to see some tips to optimize MySQL Database the..

Read more