«Nov 2008»
  • S
  • M
  • T
  • W
  • T
  • F
  • S
  •  
  •  
  •  
  •  
  •  
  •  
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30

Site Search

Search

  JSON and Browser Security

Found a good article about JSON and Browser security from Yui-Blog, and it shows you some guidelines to avoid bad practices when doing web development using JSON data format. The following are some quotes: [ Read More ]


  Replace Named Anchors With IDs

I just found out a simpler way to have named anchors for browser to jump to a particular location on a web page. It is not a new way, but it is a way that some developers might not be aware of. [ Read More ]


  Crazy Cool Javascripts

Found a few crazy javascript codes that do some crazy stuff and make people going crazy. [ Read More ]

  Add Bookmark Script - Cross Platform

Most web browsers like Firefox (Ctrl+D), Opera (Ctrl+T) and IE (Ctrl+D) provide keyboard shortcuts to enable users bookmark their favorite pages. [ Read More ]


  Redirect page in Javascript

I have encountered quite a few times when a page need to refresh itself or redirect to another page in a certain amount of time, and one of my friend also ask me this question before. So I think it would be good to put this code in an article so that it can be referenced later on very easily. The following javascript code can be used to redirect a page in 5 seconds. [ Read More ]