You're here: Main/ Computers/ Programming
Make Your Design Debt an Investment!
A good way to determine when it's okay to introduce hacks into your code (in a way your manager will understand).
A PHP library similar to python’s standard csv module
PHP comes with a few functions for reading and writing csv files right out of the box: fgetcsv and fputcsv. While these are good functions and they get the job done I find they just aren’t enough in many cases. ...
You Used Python to Write WHAT?
Python is a powerful, easy-to-use scripting language suitable for use in the enterprise, although it is not right for absolutely every use. Python expert Martin Aspeli identifies when Python is the right choice, and when another ...
Create Website Quickly with PHPMaker
PHPMaker is a powerful automation tool that can generate a full set of PHP quickly from MySQL database. Using PHPMaker, you can instantly create Web sites that allow users to view, edit, search, add and delete records on the Web. ...
AlertTimer Flex Component
The Flex AlertTimer component displays a pop up alert window which automatically closes and displays a countdown timer to the user.
"Graphics Programming Black Book" by Michael Abrash Now Online
Coding Horror points that Michael Abrash's Graphics Programming Black Book is now available online for free from Byte (they're still around?). This is a tome of a book which I picked up many years ago at one of those super-cheap ...
Javascript Meta-Programming Techniques
A pretty good presentation from Adam McCrea already explains how to use meta-programming to build your own Javascript libraries. However I’d argue that it’s more about clever APIs than strictly meta-programming. ...
The Digg Shout System is Broken. (Video Demonstration)
There is a bug in the comment system when sharing a story with a friend. The wrong story will be sent to them with your shout.
best book for learning java from the very basics of programming
hi ... i am a programming newbie. i had done basic c and c++ programming 4-5 years back, but im not an expert in it either ... i am looking for a book that would teach me how to program in java (right from the very basics)... please ...
The rules of Optimization Club
It's company policy never to imply ownership of a performance problem. Always use the indefinite article: "a performance problem", never "your performance problem."