Adding link to Banner Image (Multi-transition Banner)

I received comments and email from many of our visitor requesting “How to make the large image as clickable link?” under the post Javascript Multitransition Banner released. I am writing this post in response to them.
To create a link on the large image of the banner,, we need to alter the function encTransformBanner = function(ids)
Add [...]

Do it simpler : Image thumbnail and resize in PHP

One of the common complex task among webdevelopers is image resizing. It is a big headach when using multiple size images in multiple pages of a single version of image. For long I was using a an script that would create one thumnail version of the image when the image is uploaded. It was not a suitable solution. Many time we will need different size of thumbnails to be used in different location and pages.

Solution : Disabling image caching in browser (IE, Firefox, Chrome)

There is a big headache among web developers with image caching. If you are using the same name while updating the image in the server, browser will not update it as quickly as you updated. This might occur in most cases where you update the image but not the file name. Confused? Let’s Make it clear,,

Escaping ‘%’ in MySQL LIKE statement when sprintf

I wanted to run a SQL query against MySQL database server which contains search string and need to be formated using sprintf. The problem arise when format. It is because of the sign “%” am using to advance my search term. The query was…

How to change the sign in yahoo ID for flickr?

I was wasting hours on changing my flickr.com sign in yahoo account because of my yahoo account transfer. After long time research, I found there was a simple way to do it. Why I am posting it here is, I was googling for clues on “change flickr sign in yahoo ID”, no where it was discussed. This post might be helpful for some one like me.

How to make a DIV layer centered!

It is a challenge among many CSS designers to get the CSS page works same as they expected in all and every browsers. Different browsers render some of the CSS tags in different ways and some are omitted completely. No one will forget the IE 6 as a big headache and a bug full browser [...]

My first step to Zend Framework

Good Day !!!

I am just keeping my leg in to Zend Framework.
Extending the art & spirit of PHP, Zend Framework is based on simplicity, object-oriented best practices, corporate friendly licensing, and a rigorously tested agile codebase.
At the first step I faced several problems. Mainly the one was

Fatal [...]

Broblem! Flash object overlapping menus and layers in Firefox and IE

Hi all, hopefully many of the designer will face this problem. Most possible case is dropdown menu and flash banner. Both always come near by.

To overcome this issue, there is a possible way by using the code <object> and <embed> simply. I have illustrated the code below.

WAMP 2.0 is not working with windows 7 beta ? (solved)

Hi friends, tonight is the first day I am installing WAMP 2.0 in my fresh installation of Windows 7 beta. Installation of WAMP was normal and fine. No any problem detected.

OOOOoops!
WAMP server is not starting.. MySQL has been started. Apache got sucked. I was searching throught the whole web including WAMP forum. No benifit. I [...]

Javascript Smooth Scroller

I am happy to share the Javascript Scroller which I created for one of my project. Javascript Scroller has been built up with combination of CSS and Javascript.

Examples :

Sample 1
Sample 2

Download Link
Link 1 – Link 2
Editing the width and height of Scroller
It is just simple to edit the size or any other style [...]