JQuery document ready

Here’s a great article with some very interesting things to say about JQuery’s document ready method.

http://www.subprint.com/blog/demystifying-the-dom-ready-event-method/

Here’s an assesment of Apple’s new term’s for the iPhone/Pad

http://arstechnica.com/apple/news/2010/04/steve-jobs-weighs-on-iphone-os-dev-controversy.ars

Does Apple have an agenda?

http://www.gskinner.com/blog/archives/2010/04/return_of_the_b.html

Apple declares writing applications in non approved languages a violation of terms…

http://theflashblog.com/?p=1888

Why use a div?

I was thinking about when to use a div over another tag. You want to use a div to divide your page and create sections. Often you run into a situation where you’re not really creating a whole new section but you need a tag to mark up an element.

It occurred to me that I use the div tag when the element will contain more than one type of content. For examples, pictures and text. I use the paragraph or other tag when the element contains only one type of content.