Tagged: JavaScript

If your modals are off, be sure to set width & height of container manaully:

$.modal({ containerCss { width:200, height:200 } });

Check here for more options: http://www.ericmmartin.com/projects/simplemodal/



Yup this is my favorite book on Ajax. I love Head First books but this one far exceeded my expectations.
Head First Ajax
Let me tell you a little bit about myself. I am a Java programmer with little bit of experience in web technologies. Before reading this book I had used JavaScript libraries such as Script.aculo.us. So Ajax was not a totally brand new technology for me.

I bought this book because for upcoming project, I wanted a deeper understanding of Ajax. Also sometimes, while using Scriptaculous, debugging was not easy, because I didn’t know what was really going on behind the scenes.

After reading this book, I have better understanding of Ajax. This doesn’t mean I am Ajax expert now and ready to write my own library. I will stick with existing libraries. But I feel this book has given me enough basic concepts of Ajax (and also some general web design concepts) that I can use Ajax libraries without breaking anything unintentionally.

I don’t think I will read another book on Ajax unless I am doing some custom Ajax coding.

Here is Amazon Affiliate link (make me rich (: Head First Ajax

Reblog this post [with Zemanta]