I haven't done anything significant in HTML since 1998. I know a whole bunch of compiled and interpreted programming languages, but I haven't needed to know much about cutting-edge web development beyond how to write static documentation. I'm still hand-coding HTML using Emacs, with a little PHP where necessary. I know *nothing* about CSS,
(
Read more... )
Comments 17
I tend towards using Dreamweaver for all my web development; it has context highlighting for php, ecma/javascript, html, and has built-in references for just about everything. also, macromedia keeps several of our friends well employed.
and, yes, i hit "reload" on my browser(s) a lot. it's par for the course.
Reply
- ECMA
- the generally wide-open object model the browsers provide
Reply
The object model provided by the browsers is the non ECMA portion of Javascript that exposes many (thus, wide-open) methods and properties related to forms, documents, and system objects.
Reply
Here is the Wikipedia intro to AJAX.
Reply
It's XML based posts to server side services via JavaScript without reloading the page in the browser.
Do a search on AJAX and you will find a ton of examples.
As to an IDE... I do all my work in Eclipse and use Firebird and Venkman.
Venkman is one of the best JavaScript debuggers I've ever seen (esp. since it is free ;))
Eclipse is great since most of my work is Java based. I'm sure there are better IDE's (Dreamweaver?) for just JavaScript and HTML...
Reply
Reply
Reply
That said, check http://www.alistapart.com/ . It doesn't touch on a lot of the AJAX whizzery but it provides basic start-to-finish instructions on discrete UI effects: drop-down menus of various varieties, or javascript image replacements that degrade gracefully under various browsers, structural tables-free page layouts, or resources for altering CSS to various browser clients. It also provides copious pointers to further resources, so it's a good place to start.
Reply
Reply
Leave a comment