Tag Archives: HTML

.htaccess Tips and Tricks

Oct 22, 2013

Hi all here today we are going to see some useful .htaccess Tips and Tricks 1) Redirect your website visitors while you update or test..

Read more

Common PHP Errors & Fixes

Oct 17, 2013

Working with PHP, we often face few common problem and errors related to PHP script such as white page of syntax error, unexpected errors, header already sent,..

Read more

How to Protect Your PHP Source Code

Oct 17, 2013

One of the main threat PHP developers face is that PHP is an interpreted language, means PHP source code is readable by anybody who downloads..

Read more

Apply Multiple CSS classes for a single

Oct 15, 2013

You can apply multiple CSS classes to a single element by separating them with a space in your attribute. It’s a very useful trick with..

Read more

Jquery Code To Detect The Browser

Oct 04, 2013

Hi all hope you all are doing well today we are going to see the jquery code which helps to detect the browser hope you..

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