Monday, September 29, 2003
Some Batch File Techniques for emailing
Rob van der Woude's Scripting Pages: Batch Files, Rexx, KiXtart, Perl, VBScript
Thursday, September 18, 2003
Friday, September 12, 2003
Tech articles from Yahoo
The yahoo site contains introduction to various topics about technologies on the market.
Thursday, September 11, 2003
Wednesday, September 10, 2003
Microsoft Windows Is A Cheaper Development Environment
Internet Week > Microsoft Windows > Analysts Say > September 9, 2003Sunday, September 07, 2003
Wednesday, September 03, 2003
Web Page Automatic Refresh
This works with both IE and Netscape.
Tuesday, September 02, 2003
12 commandments of Extreme Programming
This article explains actual comments of several XP practitioners at Hewlett-Packard.
The 12 commandments of extreme programming
I _ The Planning Game
Meet with coders, managers, and the customer each week to schedule tasks for the next phase. Update the plan regularly.
II _ Small Releases
Put a simple system into production quickly, then release new versions on a short cycle.
III _ Metaphor
Create an analogy that expresses how the parts of the new system work.
IV _ Simple design
Design simply, and remove complexity at every stage.
V _ Testing
Write test programs that assure every portion of the code runs flawlessly before attempting a new task.
VI _ Refactoring
Edit the code to simplify, add flexibility, or remove redundancy.
VII _ Pair Programming
Write all code with two programmers at one machine.
VIII _ Collective Ownership
Permit anyone on the team to change code anywhere in the system at any time.
IX _ Continuous Integration
Bring components of the program together several times throughout each day to make sure they work in concert.
X _ 40-Hour Week
Strive to work no more than 40 hours a week. Never work overtime a second week in a row.
XI _ Onsite Customer
Include a real, live user on the team, available full-time to answer questions.
XII _ Coding Standards
Use agreed-upon styles and nomenclature to promote easy understanding of what the code does.