Jquery Tutorial: Select or deselect a radio button
Today was the first time I tried to do this and believe it or not many of the tutorials/examples I found on good ole Google didn’t work. So after about 45 minutes I finally...
View ArticleJQuery Tutorial: Add & Remove A CSS Class From ALL Input Text Fields
One of the things I like most about JQuery is how easy it is to add and remove CSS classes from a form when you’re trying to do input validation. If the user enters...
View ArticleDOJO Grid FIX: Showing/Hiding Grid Causes Grid Headings To Disappear
DOJO has a quirky problem if you try to show/hide grids using Javascript or JQuery. This is especially trying if you have multiple grids on a page and you only want to display one...
View ArticleJQuery FIX: uncaught exception: Syntax error, unrecognized expression: #
This one threw me for a bit of a loop today so I thought I’d share. I couldn’t get my debugger to give me a line number for this error, however it turns out...
View ArticleJavascript: Charts, Graphs and Data Visualization for the Web
I was searching for some graphing, charting and data visualization libraries and I thought it might be helpful to share my finds and my favorite. Enjoy! D3 – Free, highly customizable and has lots...
View ArticleAngular Js
I wrote a few plunkers this past month that I thought I would share for anyone whose interested in dabbling in Angular JS. Enjoy! Nested Ng-Repeats Dynamically reformat number of max columns per table...
View ArticleAngular Javascript Chatroom Tutorial: No Database or Sockets Required
So I’ve been playing around with Angular lately and I decide to try my hand at making an Angular chat room since angular is great when it comes to keeping the page display current...
View ArticleAdvanced Angular Chatroom Tutorial: No Database or Sockets Required
This is an expansion on my basic angular chatroom to add new functionality. In this version of the chat room there is now a popup color picker to change font colors, a way to...
View ArticleGoogle Maps Tutorial: You Are Here in 3 Easy Steps
I’ve been playing with Google maps lately and I thought I would share this little tidbit. It still needs some refinement (ie fetching your location from IP for non-html5 compliant browsers and letting...
View ArticleRun Multiple Tic-Tac-Toe Game Instances (no database required)
Someone asked me about this in a comment recently so this post is specifically for you but I’m sure there are other people who will benefit from it as well. If you haven’t read...
View Article