To redice the bandwidth , compression can do well enough.To enable compression in Apache, enabling Gzip compression pretty much straightforward.Add the following to your .htaccess. In IIS server Gzip Copression…
Web Development
Change Timezone In PHP
When ever it comes to Time its important to make sure that the users get the time displayed in their local time to avoid errors, especially when you have offices…
speed Up your Web Site
The main reason why the page loading speed is important is because it creates a better user experience for your visitots.Now a days the search engines also use speed to…
HTML or XML Sitemaps
"The question any amateur designer, even pro one while making a site map is which one to choose with HTML sitemap or XML sitemap for your website, it indeed is…
SEO with Images
Adding an images to your blog post to make the posts not only makes it look good and delive a brief information about what the post…
Redirect your Traffic for Error handeling
its a good practice to add error handling capabilities to all programs to inform the user about the error and the possible solution to solve the error.In web world the…
Redirect your Traffic with .htaccess
Redirect your visitor to maintenance page is a must when you are upgrading your site. Now you can redirect your user to maintenance page easily by using .htaccess file.We will…
Leverage browser caching
A primary way to speed up your web site to returning visitor is to cache your site in the visitors browse, though its not applicable to new visitor but if…
Attach Files through .htaccess
In most of the site that uses hand written codes, the common and routine procedure followed by the programmers is to break up the site code to external files and…
Compress Your web Site
Compress Web site can reduce load time,it can be done with GZIP Compression,Deflate Compression or zlib module Compression ,zlib module Compression can also be done with…