Facebook Applications are essentially designed to give a custom look to the website and facilitate to attract the attention of Facebook browsers. Though sometimes complicated, they are gener... Read more
Joomla! is a free, open source content management system and web application framework that is used to distribute content online or an intranet. Written in PHP, Joomla employs object-oriente... Read more
1) MooTools MooTools allows the user to write flexible and classic cross-browser codes through its well documented and comprehensive Application Programming Interface (API). This is def... Read more
A paradigm shift In the famous words of Thomas L Friedman – the world is flat. Business and commerce globally has seen a paradigm shift with the advent of global networking metaphorically re... Read more
WordPress is known as the most popular blogging platform and content management system. New users are often surprised when we tell them that WordPress is also well known for its ease of inst... Read more
Photoshop is an incredible tool for graphic design, but there is certainly a lot to learn for new designers, and there’s always more to master for those who are already experienced. If you’r... Read more
Adding the new functions To make our HTML5 game more interactive we need to add three new functions to allow some movement with the w, s, a, d keys. They will be used to handle when a key is... Read more
Apache POI is a powerful Java library to work with different Microsoft Office file formats such as Excel, Power point, Visio, MS Word etc. The name POI was originally an acronym for Poor Obf... Read more
System.out and System.err stream objects are mapped to “standard” output and error stream respectively. By default, Java display standard output/error on display console. Thus, when we print... Read more
1. Optimize performance of complex selectors Query a subset of the DOM when using complex selectors drastically improves performance: var subset = $(""); $("input[value^='']", subset); 2. Se... Read more