The Wisdom of the Ages for Developers The ability to communicate powerful thoughts in short phrases that offer the Wisdom of the Ages is an asset that all Modern Developers need in their toolbox. What are Wisdom Pearls? Wisdom Pearls are Short...
Read more
Monthly Archives: October 2013
The UX Client Series – Managing CSS
Posted by Brad Huett Comments are closed
Developing Extensible CSS3 with OOP A well styled Website is the first impression your Web visitors have of your work. The underlying functionality will be tainted if the “Look and Feel” of the site seems weak to the viewing visitor. The Look and...
Read more
The UX Client Series – Managing File Downloads
Posted by Brad Huett Comments are closed
Script Management in MVC 4 with Bundling In a robust Web application, there is a requirement to download numerous files to support JavaScript code files and CSS styles that reside on the Web server. These downloads can become a performance hit that...
Read more
The UX Client Series – JavaScript Class Reuse
Posted by Brad Huett Comments are closed
Prototyping for Reusable Class Libraries In a previous post we explored JavaScript Closures as a methodology for creating a Class Structure within a JSON Object functioning as a Namespace. We are now going to take the next step into Class reuse with...
Read more