Category Archives: Web Design

Websites To Test Your Codes Online

Oct 19, 2013

During program or code development we face lot of issues and bugs and in between we need some debugging. In PHP there is not a..

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

Useful Tips For PHP Developer

Oct 15, 2013

Hi all here are some useful tips for php developers hope you like the post   1. Always try to use PHP core functions and..

Read more

Working with Functions in PHP

Oct 01, 2013

A functions is an independent block of code that performs a specific task and can be used more than once at a different points within..

Read more

HTML Marquee Tag & Attributes

Sep 11, 2013

The HTML marquee tag provides a way for browsers to creates a scrolling effect (can be tailored to include any HTML content) vertically or horizontally..

Read more

Switch Background Image using Backstretch.js

Sep 05, 2013

Backstretch.js is a simple jQuery plugin that allows you to add a dynamically-resized, slideshow-capable background image to any page or element How to Switch Background..

Read more