View Page Source Trick & Tool

Posted by: Joy  :  Category: Web Development

The view-source protocol is a URI scheme used in HTML to display the source code of a web page. Firefox and Internet Explorer both supported the view-source protocol, but support was dropped from Internet Explorer in Windows XP SP2 due to security problems. Firefox also suffered a similar security issue (by combining the view-source: and javascript: protocols), but still supported the protocol in Firefox 1.5 after being fixed.

In 2009 a new discovered bug was fixed in Firefox 3.0.9. Additionally, the protocol is also supported on google chrome. OK, let’s just try it, for example, this URL shows the source of crazydavinci home page (try it on firefox or chrome) :
Read more…

Floating, Sliding and Shaking Google Ads

Posted by: Joy  :  Category: Web Development

Wonder how to rise your ads number of clicks? Many script available out there to make floating google ads. But this one is quite different, this would make your ads more eye-catching with sliding and shaking feature. Plus automatic hide which is actually optional, you can modify it if you just want to put a close button rather than the automatic hide.

This script is based on Dynamic Drive DHTML AdBox with a little feature added.
OK, lets start. Here we go…

Read more…

Wordpress Referrer Log Plugin

Posted by: Joy  :  Category: Web Development

What is referrer? based on wiki’s article, the referrer, or HTTP referrer — also known by the common misspelling referer that occurs as an HTTP header — identifies, from the point of view of an internet webpage or resource, the address of the webpage of the resource which links to it. By checking the referrer, the new page can see where the request came from. Referrer logging is used to allow websites and web servers to identify where people are visiting them from, for promotional or security purposes.
Read more…