WE'VE MOVED!
We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
We are proud to announce our NEW community destination. Engage with resident experts and fellow entrepreneurs, and learn everything you need to start your business. Check out the new home of StartupNation Community at startupnation.mn.co
AJAX plans

Wondering if anyone in the community has implemented, or is in the process of implementing any interesting AJAX projects on their website? I`m sure we`ve got some bleeding edgers on here, love to see how people are putting this into practice for their business.As a marketing guy, I`ll just add that you should make sure you`re addressing the SEO and analytics issues inherent in anything AJAX.
Sign In or Register to comment.
Comments
NIKOLE, thats where DHTML POP UP Windows, Advanced CSS (for Placement) come into play. I hate using javascripts for pop up windows, So DHTML offers that Clean look.
Ah yes, a partner in crime - can you pass along an example site Richard?
For menu items - CSS based menus work best they are SEO friendly and can produce user friendly mouseover efects.
~Roland
The new Yahoo mail beta uses AJAX and it`s very nice looking but awfully slow, even on a really fast machine. Our web site doesn`t use anything except XHTML/CSS. Not even a snip of Javascript. But I suppose that will change.
...thats where DHTML POP UP Windows, Advanced CSS (for Placement) come into play. I hate using javascripts for pop up windows, So DHTML offers that Clean look.I wouldn`t really advocate using ajax for any of those things - as evidenced by good usage of the methods involved, ajax`s benefit comes not from fancy handling of things like pop ups or anything else better handled by dhtml. The benefit lies in the merging of javascript with xml in order to obviate the need for a server call when data interaction takes place. It can create a faster and more optimized user experience in many cases.Chuck I was referencing the Yahoo Maps API/ AJAX integration in conjunction with the DHTML pop up windows to create a good looking web site. Not that I am going to use AJAX, to create a pop up window. I don`t believe in writing 50 lines of code to get one simple function. But Like I Said earlier AJAX can be a neat language to to use on a web site. If you know what you are doing and you know what you want to do with it.