programming

A Review of “24 Deadly Sins of Software Security: Programming Flaws and How to Fix Them”

I was thrilled to be able to read and review this book, since I had read most of the previous version “19 Deadly Sins of Software Security: Programming Flaws and How to Fix Them” while sitting in...

0 replies - 2068 views - 01/18/10 by Stephen Robillard in Book Reviews

Fractal Programming

This is a continuation of my previous posts describing layers of code written in different programming languages. I have thought about the things involved for...

0 replies - 6633 views - 06/03/08 by Ola Bini in News

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems

My favorite chapter of Wicked Cool PHP is chapter five: Working with Text and HTML. Regular expressions are extremely powerful and the amount of information you can acquire from simple page...

0 replies - 4477 views - 03/18/08 by David Walsh in Book Reviews

Writing Website Scrapers in PHP

This article instructs you on how to write a website scraper using PHP for web site data extraction. The concepts taught can be applied and programmed in Java,...

1 replies - 5777 views - 02/26/08 by Sunil Bhatia in News