Get Total Number of Likes from Facebook Page

You can always use a custom Facebook Like Button that displayes the number of likes from the FB Developer’s page. But if you’re looking to control the way that number is displayed (maybe a large font or in a funky graphic), you can access this information using the Continue Reading »

PHP Leading Zero for Double Digit Numbers

How to output a number with leading zero like dates and time.
Continue Reading »

PHP Validation Numbers Only From

How to check for number values only and block or convert letter strings to integers.
Continue Reading »

Formatting Numbers in Flash for Commas

Here is how to use actionscript to format a number in Flash with commas per thousands.
Continue Reading »

Javascript Non Alphanumeric Characters Regex

Using javascript regular expressions to stop users from entering non-aphanumeric characters or white spaces
Continue Reading »

Actionscript Converting Negitive to Positive Numbers

Needed to know the simples way to convert a number from positive to negative or negative to positive in actionscripts. Here it is.
Continue Reading »