E4X stands for “ECMAScript for XML” and ECMA in turn stands for European Computer Manufacturers Association. ECMAScript for XML (E4X) is a programming language extension that adds native XML support to ECMAScript. It is the next gen of Scripting Language.
ECMA is the standardizing and organization JavaScript. ECMA has also developed standards for quite a few [...]
Author Archive
In drupal the form is rendered using the form rendering system, which doesn’t include template files.
To theme the profile 2 form we use “hook_theme()”.
Go through the steps:
1. In this step copy the code in template.php of the theme or any php file and include the file in template, php used with proper theme name and form [...]
In most of the places the Google map is loaded on page load time. But if we want to display the map inside a jquery tab (initially hidden), we need not require to load the map on page load. This will reduce the page loading time. Another problem of loading the map on page load [...]
Web page loading performance is very important to the end user prospective. If the web page is too slow that makes bad impression to the user. So we need to optimize the page. There is verity of tools like Yslow and Page Speed to check the page loading performance. In this blog I will discuss [...]
In most of the web development project there is more than one developer is working on their local machines. But at certain point of time they need to merge their individual work. The process is time consuming and chance of mistakes during merging. Or if someone need to setup an existing project in local machine [...]
