Testing JavaScript code using Jasmine (Kickstart) |
Modern Web Architecture: The HTML5 Web Storage
One of the most important features of HTML5 is the Web Storage feature. Using the Web Storage feature, the client state can be saved on the browser level without consuming the network bandwidth or the server memory. The Web Storage increases the scalability of the web applications on the server level and on the network level. In this article, I will show you how to work with the HTML5 Web Storage feature:
http://www.technicaladvices.com/2012/04/12/modern-web-architecture-the-html5-web-storage/ .
Tags:  architecture scalability ie8 opera firefox localstorage modern javascript storage safari sessionstorage web html5 chrome |
Creating a Mashup Dojo Widget
I just published an article about creating Custom Dojo component in Wazi. This article illustrates how to create a Dojo mashup component. The Dojo mashup component utilizes the Google maps API V3 to display the locations on a map.
Read the full article in Wazi .
Tags:  custom attach dojo google maps point mashup widget component |
Resolution of genhtml: ERROR: cannot create directory !
When using the LCOV Visualizer tool to generate the HTML reports from the JsTestDriver lcov coverage files, you may face this error "genhtml: ERROR: cannot create directory !". In this post, I illustrate how to fix this error: http://www.technicaladvices.com/2012/04/25/resolution-of-genhtml-error-cannot-create-directory/
Tags:  genhtml jstestdriver cannot linux ! visualizer genhtml: lcov create directory error: reports redhat |