Categories
Archives
Monthly Archives: October 2010
Top 6 Related Posts Plugins for WordPress
If you have a website with a lot of content, over time visitors might read your new posts but ignore — or just be oblivious of — your older content. A good way to solve this problem is to cross-promote … Continue reading
Posted in News, Web Development
Leave a comment
Cool jQuery Tips and Tricks for Visual Studio
The widely popular jQuery JavaScript library is open source, cross browser and CSS3 compliant. You can use it to simplify your JavaScript coding tasks and to manipulate (add, edit or delete) DOM elements in your HTML content. This article presents … Continue reading
Posted in jQuery
Leave a comment
PHP is the most popular language.
According to NetCraft surveys, PHP is now the most popular module for the Apache server and in total running on something like two million Web sites. Here are some of the reasons why PHP is such a popular server side … Continue reading
Posted in PHP
Leave a comment
Cucumber Makes Behavior-Driven Ruby on Rails Development Cool
Using Cucumber can make your Ruby on Rails development projects understandable to the business folks. That’s what this Behavior-Driven Development (BDD) tool is all about. Introduction This article introduces the Cucumber framework, a tool for implementing the Behavior-Driven Development (BDD) … Continue reading
Posted in Web Development
Leave a comment
Object Oriented Programming (PHP5)
In this article, we will be focusing on object oriented programming. At the end of the series, we will be creating a complete banking application to demonstrate the concepts that we have learned here. What is object oriented programming? It … Continue reading
Posted in PHP
Leave a comment