Tag Archives: snippet

If you have the Skype (www.skype.com) plug-in installed in Internet Explorer you may have noticed that it detects telephone numbers and converts them into Skype links so you can click it in order to make a call on Skype. If … Continue reading

Posted in Snippet Library - CSS | Tagged , , | 2 Comments

The following APS functions return true or false. Function isOdd(n) isOdd = cBool(n Mod 2) End Function Function isEven(n) isEven = (Not isOdd(n)) End Function

Posted in Snippet Library - ASP | Tagged , | Leave a comment

This PHP function takes a file size in bytes and return a human readable value in bytes, KB, MB or Gb. /** * function humanFileSize(integer $size) * * Receive the file size in bytes and return the human readable value … Continue reading

Posted in Snippet Library - PHP | Tagged , | Leave a comment

My Snippet Library is repository of code snippets for different web technologies. This collection is mostly to save me from re-writing the code again in the future, but visitors are free to use what they find here in there own … Continue reading

Posted in Snippet Library | Tagged | Leave a comment