My studying notebook

2010/07/07

Google Reader's Toggle Icon

7/07/2010 03:13:00 PM Posted by Unknown , 2 comments
If you have used Google Reader. There is a toggle icon you can click and expand all items view size. This toggle icon is a small blue arrow. Is it a image? No. It's just a CSS tips and tricks. How does CSS do it? Toggle icon DOM element... <td id="chrome-lhn-toggle"> <div id="chrome-lhn-toggle-icon"></div> </td> ... Toggle...

2010/07/02

Convert rgb color to hex color

7/02/2010 11:00:00 AM Posted by Unknown , , , 2 comments
If you have written HTML file, you must know that how to assign color to DOM element. You just need to assign CSS style to DOM element like<span style="color:#ff0000">This is text</span>It is very simple. But, we may want to change the color by Javascript like color picker. What's the problem? You may get the "rgb(255, 0, 0)" color value by Javascript.Then, you have to convert rgb to hex color or...

2010/05/01

[Chrome Extensions] QuietRead V2.1.0 Released

5/01/2010 04:49:00 PM Posted by Unknown , , , 2 comments
Chrome Extension - Quietread V2.1.0 Released My last updated (v2.0.1) was one month ago. The biggest changed on Chrome extension Quietread V2.x was using Google OAuth for authorization. The Users don't type their Google Account and Password. It's more convenient and safe to access user's data on Google...

2010/03/24

Blogger Template Testing

3/24/2010 12:06:00 AM Posted by Unknown No comments
section subjectGoogle SearchRearrange related posts code. blockquote areathis.etag = json.gd$etag;var row = {};row.faviconurl = Url.decode(json.entry.gsx$faviconurl.$t);row.url = Url.decode(json.entry.gsx$url.$t);row.title = Url.decode(json.entry.gsx$title.$t);row.createdate = json.entry.gsx$createdate.$t;row.click = json.entry.gsx$click.$t;row.edit = json.entry.link[1].href;row.etag...