Topic archive for
‘Javascript’
Tuesday, March 9th, 2010
Google has announced a new Geocoding Web Service that adopts improvements from the latest version of the Google Maps Javascript API – v3. According to Google, these improvements include:
- A flatter response format for address components that is easier to parse
- The ability to tag an address component with multiple types
- Both full names and [...]
By: Chris Crum in APIs, Geocoding, Google, Javascript, Maps, Web Services
Thursday, January 7th, 2010
Yahoo has released its Widget Development Kit (WDK), which lets developers create TV Widgets as the company has expanded the availability of the Yahoo Widget Engine, and announced new partnerships with Hisense, ViewSonic, MIPS Technologies, and Sigma Designs.
“Consumers are in love with their televisions, watching more TV, and demanding Internet connectivity to further enhance their [...]
By: Chris Crum in APIs, Javascript, WDK, widgets, XML, Yahoo
Wednesday, November 18th, 2009
Ajax is a very well-known and robust web development language. Watch this video to learn how to use Ajax to create/update drop down menus on your web pages.
in Ajax, Design, HTML, Javascript, Web Development
Wednesday, November 18th, 2009
It is important to remember when coding Ajax that Google’s crawlers cannot recognize it. Watch this tutorial to help make your Ajax content more Google friendly.
in Ajax, Google, HTML, Javascript
Wednesday, November 18th, 2009
For More Video Tutorial Visit http://vtutorial.freehostia.com/videotraining.php?id=1
in Ajax, HTML, Javascript, PHP
Wednesday, November 18th, 2009
This video from W3Hut will explain how to create a submit a form without a page refresh using a quicker and easier method with jQuery utilizing the web development language of Ajax. Great for any new Ajax programmers!
in Ajax, HTML, Javascript, jQuery, Programming, Web Development
Wednesday, November 18th, 2009
Confused about Ajax? In this video, the topics covered will be: 1) Introducing RIA’s (Rich Internet Applications), 2) What is Ajax? Not your household cleaner, 3) Ajax development. The magic within., 4) Third party libraries: Don’t reinvent the wheel.
in Ajax, HTML, Javascript, Web Development
Wednesday, November 18th, 2009
(Find more about AJAX at http://ajaxtraining.blogspot.com ) AJAX (Asynchronous JavaScript and XML), or Ajax, is a group of inter-related web development techniques used for creating interactive web applications. A primary characteristic is the increased responsiveness and interactiveness of web pages achieved by exchanging small amounts of data with the server “behind the scenes” so that [...]
in Action Script, Ajax, HTML, Java, Javascript, Web Development, XML
Wednesday, September 2nd, 2009
Instead of the usual Top Tips article, I thought I would look at the top 5 goofs for a change, and how to avoid them. I chose them purely because upon reading over what other coders were experiencing, I could see that I was not the only one – by far. [...]
By: Stephen Davies in Ajax, Javascript, Web Development
Wednesday, August 26th, 2009
At ZYB we have been doing cross domain JavaScript calls for quite some time now. Whenever we tell that to people, many don’t believe it is possible with standard security settings in any modern browser. This surprised me a bit since it has always been possible with a simple little trick.
The problem
Say you have a [...]
By: Mads Kristensen in iFrame, Javascript, Web Development