[2005-09-21] The Power of Web Forms
Web forms allow site owners to gather information about their site visitors. Web forms can be as simple as an email newsletter subscription box, or as complex as an advanced ecommerce checkout page. Here are some tips on making the most of your web forms.
[2005-09-13] Macromedia Studio 8 Now Available
Macromedia has released Macromedia Studio 8, which combines the latest versions of Dreamweaver, Flash Professional, and Fireworks, as well as Macromedia Contribute, and FlashPaper.
[2005-09-09] How to test for the Javascript DOM?
Browsing the forums, development articles and other resource sites raised an interesting yet recurring question: "How do I test for the Document Object Model (DOM) employed by a browser?".
[2005-09-07] How to Handle Web Surfers Who Disable JavaScript
This article describes how to create a web page that can be viewed by users, who have disabled JavaScript support or whose web browser does not support it.
[2005-09-06] Solving The Multiple Inheritance Issue Under .NET Platform
.NET platform does not support multiple inheritance. Do not confuse multilevel inheritance with multiple inheritance. With multiple inheritance we can have a subclass that inherits from two classes at the same time.