Notice:

JSON and Browser Security

Posted By: Eric Lin
Category: Web Development
Tags: javascript , security
Posted Date: 2008-11-16 09:50 PM
No of Comments: 0
Clicks: 61
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 ]

Google Toolbar for Chrome

Posted By: Eric Lin
Category: Web Development
Tags: browser , chrome , google
Posted Date: 2008-09-04 03:25 AM
No of Comments: 0
Clicks: 148
If you are looking for solutions to install Google Toolbar in Chrome, bad luck, you are in the wrong blog. The answer is simply no, there is no to such toolbar for Google's new Chrome browser. [ Read More ]

Firebug For Opera - DragonFly

Posted By: Eric Lin
Category: Web Development
Tags: firebug , opera
Posted Date: 2008-07-07 10:32 PM
No of Comments: 0
Clicks: 337
Good news to developers - the new versions of Opera 9.5 and above will be shipped with develop tools installed - Dragonfly. It works similarly to how Firebug works, you can inspect DOM elements, update CSS on the fly, step through debugging break points, error console and more. [ Read More ]

OAuth For Google Data Sharing API

Posted By: Eric Lin
Category: Web Development
Tags: api , google
Posted Date: 2008-07-03 09:49 PM
No of Comments: 0
Clicks: 239
Google Data interface is now supporting open OAuth stardard, this makes accessing information in Google property much easier. [ Read More ]