RSS Feeds:
Posts
Comments

Archive for January, 2008

Microsoft Silverlight AJAX How-To

Providing interactive multimedia and graphical control within a web page has always been slightly problematic using traditional HTML. Over the years several proprietary technologies have been created to help designers bridge the gap between the visual, the interactive, and the programming world.
Offering high levels interactivity within a web page traditionally meant 1 of 2 paths […]

Read Full Post »

Using JavaScript with HTML Forms

One of the commonest problems that web masters come up against when web programming with forms is that users often neglect to enter the correct information. Client side HTML form validation with JavaScript solves this problem by intercepting the standard browser submit function with a JavaScript submit equivalent.
The JavaScript example in this article illustrates the […]

Read Full Post »

Next »