Skip to content

Monthly Archives: March 2010

What is the Best Ruby on Rails CMS?

If you are looking for the best Ruby on Rails content management system, then Radiant should be on your short list of options. Radiant provides all the facilities of a content management system in a very easy and powerful way. It can help you by creating a nice website for personal or organizational purpose. It [...]

Continue Reading: What is the Best Ruby on Rails CMS? →
Commenting: It’s Your Turn Now

One of the cool features of the ‘new and improved’ DrDobbs.com is the commenting system.

Continue Reading: Commenting: It’s Your Turn Now →
The Most Used Web Programming Language

PHP is now considered to be the most popular web programming language. The biggest advantage is that, it is an open source platform. This helps in reducing cost and time for any web developing organization. Are you craving to build a website or a web based application that will not only give you a user [...]

Continue Reading: The Most Used Web Programming Language →
PHP Coding Tools for Dreamweaver

Quickly insert control structures (if statement, etc.) and insert your custom PHP variables: no more typos! The free PHP Code extension for Dreamweaver helps to speed up code writing in two ways: * it inserts the chosen control structure (if statement, etc.); * it inserts the PHP variable chosen in the list of all variables [...]

Continue Reading: PHP Coding Tools for Dreamweaver →
HeartOS RTOS Support for ARM Processors

Provides scalable, compact, lightweight safety-critical platform for ARM processors

Continue Reading: HeartOS RTOS Support for ARM Processors →
Probability Selector

For when you really do need randomness

Continue Reading: Probability Selector →
How can I get objects and property values from expression trees?

This is a follow-up to the Getting Information About Objects, Types, and Members with Expression Trees post, so I would recommend that you read that one first. Among other code examples in that blog post, I demonstrated how you can get a property name…

Continue Reading: How can I get objects and property values from expression trees? →