The Benefits of Code Review
why to bother and review a trainee’s code? why to bother to review code at all? In this post the author tries to answer these questions
0 commentsSave Tags: methodology, opinion, standards
Unit testing is doomed when it’s an elephant
Ever since Agitar lamentably shut its doors earlier this summer, there have been quite a few postings stating, predicting, or refuting the demise of... more »
0 commentsSave Tags: methodology, opinion
10 Online Magazines for Developers and Designers
10 great online magazines for both developers and designers. These sites offer a ton of great information and resources to help a newbie and pro... more »
0 commentsSave Tags: ajax, css-html, php, web design
Third Annual State of Agile Survey Data Available
This survey doesn’t try to measure agile adoption, but it gives interesting information on how agile is adopted, how agile projects succeed and how... more »
0 commentsSave Tags: agile, methodology, news, opinion
Regular Expression in Python
How to learn Regular Expression in Python? You can follow the steps...
0 commentsSave Tags: python
Why Can't LINUX Win Against Windows?
an articale disscuss reasons makes linux can not win against windows in the computer world
1 commentsSave Tags: microsoft, opinion, unix-linux, windows
A complete guide for JavaScript Progammers
JavaScript is a scripting language produced by Netscape for use within HTML Web pages. JavaScript is loosely based on Java and it is built into all... more »
9 commentsSave Tags: javascript
Important PHP 5.3 Changes for those of you Running Microsoft Windows
PHP 5.3.0 is only in its first alpha release. But, if you run PHP in Microsoft Windows, you should talk a look at…
2 commentsSave Tags: php, windows
VirtualBox: Installing OpenBSD and how it compares to VMware
When it comes to desktop virtualization, the choices are usually VMware Workstation on Windows, or VMware Fusion / Parallels on the Mac (and a myriad... more »
3 commentsSave Tags: tools, unix-linux
Speed up PHP development in Eclipse PDT with Templates and Snippets
You already know that Eclipse PDT provides autocompletion and hints for PHP's built in functions. In addition, commenting your code with PHPDoc adds... more »
0 commentsSave Tags: eclipse, how-to, php
Functional programming and F#: Introduction
Computer programmers sometimes mistake brevity for elegance, especially when discussing the relative merits of programming languages. Haskel... more »
0 commentsSave Tags: microsoft, other languages
250+ .NET Interview FAQ's for Developers
A comprehensive list of ASP.NET AJAX, ASP.NET and .NET Framework questions for beginners and experienced people. Also a good read for people who want... more »
0 commentsSave Tags: .net, ajax, how-to, research
Get A List Of Installed Applications Using LINQ And C#
To get a list of installed applications we need to look into registry. Microsoft.Win32 namespace contains objects which can be used to work with... more »
0 commentsSave Tags: .net
Juggernaut
The Juggernaut plugin for Ruby on Rails aims to revolutionize your Rails app by letting the server initiate a connection and push data to the client.... more »
0 commentsSave Tags: frameworks, ruby
Async I/O to fix Ruby's green threads: Creators of NeverBlock and Revactor interviewed
Ruby 1.9's Fibers and non-blocking I/O are getting more attention - we talked to Mohammad A. Ali of the NeverBlock (Async PostgreSQL and MySQL drivers... more »
0 commentsSave Tags: database, ruby, server
Mousers vs. Keyboardists
Since the dawn of the graphical user interface there has been tension between those that favor the mouse and those that favor the keyboard. I am... more »
1 commentsSave Tags: opinion, tools
Basics of Framework Design in PHP Part 2
Hey, I saw that the first part of this post (Basics of framework design) got a little bit attention I decided to continue that thought. Before you... more »
1 commentsSave Tags: frameworks, php
OO Desillusion
I have read many inspiring books about object oriented programming. I find B. Meyer Object Oriented Software Construction one of the best in the lot.... more »
1 commentsSave Tags: opinion
7 Little Habits That Can Change Your Life, and How to Form Them
If you could just pick one or two (or seven) habits to create in the next few months — habits that will have the most impact on your life — what would... more »
3 commentsSave Tags: opinion, reviews
Project Darkstar, Unit Testing and Mock objects
However, when I started working with Project Darkstar recently, it seemed impossible to test. Mostly, because it requires you to use their interface,... more »
0 commentsSave Tags: frameworks, java, methodology, tools
jQuery.com Site Redesign
We’ve just pushed out a brand new site redesign (for jQuery.com and all its sub-sites). This has been a long time coming and it feels great to get it... more »
6 commentsSave Tags: opinion, web design
Building RIAs on J2EE Foundations
"If you're still using HTML, JavaScript, complicated server deployments, and other technologies that don't "just work," try downloading the free Adobe... more »
0 commentsSave Tags: coldfusion, how-to, java, ria
Why your open source project isn’t getting attention
I have been looking for a place to give back to the Java open source ecosystem for a while now. In that quest I’ve downloaded and looked over a ton... more »
2 commentsSave Tags: java, open source, opinion
Groovy, XLIFF and a translation generator
We recently had to translate a site to 13 different languages using Actionscript 2 ( arghhh ).The translation provided us was in Excel worksheets, and... more »
0 commentsSave Tags: flash-flex, frameworks, groovy
Do You Comment Too Much?
Commenting is obviously an important part of programming, but it is possible to take it too far. Too many comments can muddle the readability of the... more »
0 commentsSave Tags: how-to, methodology, standards
via