Archive | HTML RSS feed for this section

Make Fewer Or Less HTTP Requests With Minify

When we talk about web2.0, fast web, fast page load, web page optimization, website performance, caching etc; the only thing come into our mind is how do we do that? Lets figure it out. This article is all about using a php library which takes less effort to have fast web pages for your websites. [...]

Read full story Comments { 1 }

Do Not Show My Web Page In Search Engine Results. How To?

So, you want to hide your web page (URL/link) from search engine bots and do not want to use robots.txt. You can do this with the help of noindex meta tags. Just put the below code in your web page code, anywhere after <head> and before the closing </head> tag.

Read full story Comments { 2 }

How To Resize Images With CSS – Keeping Aspect Ratio As It Is: Quick & Easy

I found a quick and easy way to re-size images with CSS by keeping your image’s aspect ratio. This is very quick you can use it in less than 5 minutes, lets proceed. Lets say you want to show large images on your web page with maximum 200 pixels width, blog or forums just create [...]

Read full story Comments { 40 }