Archive for August 25th, 2007


25Aug2007

Another great list over at Mashable lists different ways to get screen-shots of websites. Here are just few to wet your appetite. These are in the form of Firefox plugins, but they also list some standalone programs and some web based tools to get the job done.
Save as image - an aptly named Firefox plugin [...]




25Aug2007

Most programming languages that I know and can think of use conditional tests and comparison operators. This is one of the most basic concepts in programming. A conditional test at it’s most basic form is testing whether a variable’s value is less than, equal to or greater than a constant or known value. You then [...]