Using Archive
-
Parsing XML using PHP5
Posted on September 10, 2011 | No CommentsParsing XML using PHP5 This tutorial is a follow up to my earlier tutorial, Parsing XML using PHP4 and highlights the improvements in XML handling with PHP5. The release of... -
Using Sessions to Make a PHP Login Script
Posted on August 29, 2011 | No CommentsUsing Sessions to Make a Login Script To begin this tutorial in PHP sessions, you must first make sure that your web server (ie. apache) has the options to allow... -
Bit Vector, Using Perl vec
Posted on August 21, 2011 | No CommentsBit Vector, Using Perl Vec A bit vector is just an array of bits; subsets of bits within the bytes have some meaning. That allows more compact storage for certain... -
Using Arrays in JavaScripts
Posted on June 3, 2011 | No CommentsUsing Arrays in JavaScripts We’ll revert back to our form processing script after having a peek at arrays. Technically, an array is a sequence of logically related data items. It’s...
