Justin Cooney
Web Development Tips and Examples
Year: 2012
-
See on Scoop.it – JQuery-Features An article covering how to use the VBA scriptcontrol to call javaScript directly from VBA code. Considering that javaScript has plenty of useful methods for manipulating arrays and strings and so on that VBA doesn’t have, … See on excelramblings.blogspot.fr
-
Tabs in JQuery are quite simple to implement, and they add some neat functionality that users will appreciate. Tabs are a nice way to separate content logically. Without using tabs one often ends up with a single huge form that contains too many fields for a user to process properly. In some cases users dislike…
-
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…