Saturday, March 25, 2006

A reference book for JavaScript.


I use "Professional JavaScript" for a reference book about JavaScript.

I think this bood is good enogh to study JavaScript.
Other specialized books are too thick for me.
:-P

Reading this book, I could learn how to use JavaScript for object-oriented programming.

This book has already second printing.



You can tell if you have the second printing of the book by looking at the front page with the copyright information at the bottom.

There is a line that looks like this:

10 9 8 7 6 5 4 3 2 1

If you have a copy from the second printing, it will look like this:

10 9 8 7 6 5 4 3 2

And the errata is viewable here.

tags:

Categories:

Friday, March 10, 2006

FireFox bug

When I make textbox select automatically, FireFox doesn't work correctly.

   <- This is selected automatically.

   <- This is normal.

The code is like this:
  <input type="text" value="aaaaaa" onfocus="this.select()">


In FireFox it succeed only every other time.
This is very important for my job, so please fix it.

tags:

Sunday, March 05, 2006

Hack for Blogger


This book is usefull for hacking blogger.

Without this book, I can't add track back and recent comment list.
I can learn HTML and CSS as well.

This is author's blog.

tags:



Categories:

I added a recent comments list.

I added a recent comments list.
Please reffer Farrago Recent Comments Hack from BloggerHacks.

And, please add your comment to my blog. :-)