by
Muneer Shaheed 03 Feb |
1 Comment
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 = [...]
by
Muneer Shaheed 19 Nov |
0 Comments
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.
by
Muneer Shaheed 04 Nov |
1 Comment
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,,
by
Muneer Shaheed 01 Nov |
0 Comments
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…
by
Muneer Shaheed 29 Oct |
1 Comment
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.
by
Muneer Shaheed 26 May |
1 Comment
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 [...]
by
Muneer Shaheed 25 Feb |
1 Comment
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 error: Uncaught exception ‘Zend_Controller_Dispatcher_Exception’ [...]
by
Muneer Shaheed 10 Feb |
2 Comments
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.
by
Muneer Shaheed 28 Jan |
22 Comments
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 [...]
by
Muneer Shaheed 26 Jan |
25 Comments
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 [...]