Posts Tagged ‘Web’

Flickr: Don't Forget to Set the Image Type

Wednesday, December 31st, 2008

I just knew that Flickr doesn’t like people to upload screenshots or design images. But it allows you to do it. What you need to do is to set the proper content type before uploading. (more…)

Old AdSense Code

Sunday, November 16th, 2008

The old AdSense code is more convenient to change its color and style. However, Google AdSense won’t provide the old-style code any more. Here are some notes about the old-style AdSense code. (more…)

Sending AJAX Requests with Prototype

Saturday, October 11th, 2008

Several days ago I tried to learn a little about Javascript language and AJAX. Implementing AJAX with pure Javascript is not an easy work. It is not cross-browser so that I have to detect which browser sent the AJAX request. I think some frameworks can solve the problem in a better way and finally I found a Javascript framework — Prototype. (more…)

Testing Web Page with Firebug

Tuesday, October 7th, 2008

Firebug is an excellent Firefox extension. With its help you can change the appearance of a web page without modifying the HTML or CSS sourcecode. Moreover, you can see what looks like after your change the web page immediately. I made a video demo. (more…)