PDA

View Full Version : How to make dynamic windows (like Gmail/Facebook)




stevehp
Apr 8, 2007, 12:22 AM
Hi All,

Sorry, I don't even know the proper term for what I want.

Gmail and Facebook are 2 examples of services that use some kind of technology that acts like flash, but isn't...ie, clicking on a word animates a new box that opens up info below it...Another example is the newsfeed settings on facebook - http://yourschool.facebook.com/feed_prefs.php

Thanks a lot!!!

Steve



janitorC7
Apr 8, 2007, 12:32 AM
I think you are talking about AJAX.

stevehp
Apr 8, 2007, 12:37 AM
great!

Thanks!

Is it hard to program? Are there any Dreamweaver type apps for it?

rogersmj
Apr 8, 2007, 01:10 AM
AJAX is a methodology more than a language or something that can be solved with a plugin to Dreamweaver. There are tons of tutorials out there; you need to find one that works for you and develop your skills so you can create a page that suits your needs. There isn't really a magic wand for AJAX. There's plenty of frameworks that make it easier, but you still need to know how to put the code together.