Web Scripting

Practical web scripting techniques and solutions to real world problems using JavaScript on browser side and PHP on server side

5 Solutions to Url Encoded Slashes (%2F) Problem in Apache

Saturday, 24 January 2009

Script generated url structure based on actual data coming from external sources such as user input and rss feed, may result in a "404 (Not Found)" error in Apache especially when it contains url encoded slashes. Here’s why...

 

Bug in Firefox 3.0.5 Auto-Complete

Thursday, 25 December 2008

"Cannot modify properties of a WrappedNative" exceptions appeared in the error console of Firefox 3.0.5 for Windows XP while working on a form input box inside a jQuery modal window.

 

Pure HTML+CSS Slideshow

Tuesday, 02 December 2008

Learn to create elegant cross browser slideshows with clickable images, captions and links using pure HTML and CSS codes.

 

Dynamic Text Gloss Effect

Sunday, 23 November 2008

Enhance your web pages with this small JavaScript to dynamically add a Gloss Effect on your normal header texts.

 

Hide Referer Information using PHP and Javascript

Sunday, 16 November 2008

Hide browser referer information with this piece of PHP code sparkled with little javascript to fix IE back button and learn how to implement it on your web site.

 

Fix IE Back Button when Redirecting

Saturday, 15 November 2008

This simple method is useful in situations where you need the IE browser to redirect to other urls and need the back button to bring user back to the origin page.