I had been recently working through the training videos and associated labs to get my TCAD certification (which I completed thanks to some free takes associated with the Titanium 2.0 release) and found that one of the little things I had done in my local data lab was pretty nice, and I thought worth sharing. Most languages have ways of being able to execute common code or setting things up--with Java you’ve got Aspects or Injection--but the problem is that you’ve got to add additional technologies to your stack to make things really work. One of the nice things about JavaScript is that the language is so flexible and amazingly robust right out of the box—one of these features is the ability to wrap functions.
Up at 5AM: The 5AM Solutions Blog
Tags: JavaScript, coding, JavaScript programming, Wrapping Functions, Aspects in JavaScript
Recently, I finished reading full-length chapter previews of a new book that is being written for Manning Publications (MEAP-Manning Early Access Program) by John Resig and Bear Bibeault entitled Secrets of the JavaScript Ninja. As part of the MEAP, this book is not yet complete, but has been in progress for almost four years and is expected to be finished later this year.
Tags: JQuery, JavaScript, JavaScript programming, Secrets of the JavaScript Ninja, Manning Early Access Program, Titanium
Recently, I had the pleasure of being able to work with implementing a piece of our UI in a new and fundamentally different way than in previous approaches, and I thought it would be an interesting and informative lesson to share, especially for folks looking to do the same. As I continue here on this blog with a summary, please note that the full content/example with more detailed information can be found here on my personal blog.
Tags: software development, JQuery, JavaScript, coding, DataTables