Every once in a while, I’ve found that a fully featured CMS for clients, is just overkill. This review of open source and commercial lightweight CMS systems showcased a multitude of options for designers and developers.
Category: Programming
The ‘Select’ Problem After Using jqTransform and its Solution
Recently, I was working on a project which required a customized form with only select boxes. I used jqTransform to customize the form and while working on it I discovered that after transforming the select box into a list of hyperlinks, the ‘change’ method of the select box doesn’t work at all. As ‘on-value-change’ event is a very important function for any drop down list box so here is a very simple solution to manipulate it while using jqTransform.
URL Rewriting- Top 5 Ways of PHP URL Rewriting
URL Rewriting is one of the good techniques followed in Search Engine Optimization. Consider more understanding of URL Rewriting and its importance:
The Most Popular Web Programming Langues
The most popular programming language today is Java, followed closely by C, and then C++, PHP, JavaScript, Python, C#, Perl, SQL, and Ruby. This is a statistic based on large amount of data, which takes into account the job trends, total number of projects, books sold, Web searches, open source projects, discussion sites, and other criteria.
Asynchronous Technologies: AJAX, AJAH, AHAH, and AJAJ
Today we are going to take a look at different asynchronous technologies. There are many variations of them over the net. They’re AJAX, AJAH, AHAH, and AJAJ.