Justin Cooney
Web Development Tips and Examples
Category: Web Development
-
I’ve been trying out the HTML5 Canvas element and its 2d rendering context to get a general feel for the functionality it adds and what purposes (if any) it could serve for Web-application development. So far I like how straightforward working with the HTML5 canvas element actually is. One can use either JQuery or JavaScript to…
-
Rapid Application Development (RAD) offers huge advantages to developers under time constraints looking to get an application released as quickly as possible. Visual Studio 2010’s WebForms is a great environment to use when looking at possible RAD solutions. In this article I will cover the issue of using RAD with custom code to speed up…
-
When putting together a Web based form space can be at a premium. Select lists are typically auto-adjusted by your browser to be the length of the longest option in the list. But that just doesn’t work when space is tight and in many of my forms one doesn’t want the select list to automatically…