WordPress CMS is open source blog publishing application now gradually placed itself as Content Management System.
It is popular because it provides a user-friendly interface to work on, the architecture is very simple and it
contains advanced templating system. The best feature is its usability and the ease with which content can …
Ajax (sometimes called Asynchronous JavaScript and XML) is a way of programming for the Web that gets rid of the hourglass. Data, content, and design are merged together into a seamless whole. When your customer clicks on something on an Ajax driven application, there is very little lag time. The …
What is jQuery
jQuery is not a language but it is a well written JavaScript code, As quoted on official jQuery website “it is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.“
In order to work with jQuery you …
Database migration
I can help you evaluate and complete a migration (switch) from a proprietary database to MySQL. We are experienced with conversions from Oracle, SQL Server, DB2, and Sybase. I provide an unbiased source of advice. My first question is whether MySQL is suitable for your application. Sometimes it is …
A bug is the common term used to describe an error, flaw, mistake, failure, or fault in a computer program or system that produces an incorrect or unexpected result, or causes it to behave in unintended ways. Most bugs arise from mistakes and errors made by people in …
XML Parsing
All modern browsers have a built-in XML parser.
An XML parser converts an XML document into an XML DOM object – which can then be manipulated with a JavaScript.
CSV , XLS Parsing
CSV (comma separated values) is the sort of file produced by spreadsheets and other programs when a text-only, …
Web application development includes some initial & crucial steps to be executed properly. It needs to be approved by the client before you release the project in live server. Following are the important steps to be followed,
1. The First step is to focus of what your site should achieve
2. Consultation about the …
Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic. This implies that PHP code is application logic, and is separated from the presentation.
How does it work?Under the hood, Smarty compiles copies of the templates as PHP scripts. This way you get the benefits …