PHP

  1. Dynamically Loading Months from a Calendar Using the calendar class from this wbsite and some simple javascript load new months of a calendar without refreshing the entire page.
    TAGS: PHP, jQuery, Ajax, JavaScript
  2. Using PHP's imagefileter() Function See the various results from the imagefilter function, using all of the different filters.
    TAGS: PHP, Image Manipulation
  3. PHP Calendar Class A Class that generates a small calendar, but it can easily be extended to create a larger one with more features, such as event handling.
    TAGS: PHP
  4. PHP Upload Class A Class that very easily handles uploaded files.
    TAGS: PHP
  5. PHP MySQL Connector Class A simple creation turning regular MySQL functions into a class much like MySQLi. Before I knew about MySQLi, so it isn't maintained anymore.
    TAGS: PHP, MySQL
  6. Hash Generator Create a salt for a password, or if you simply need a string of random characters.
    TAGS: PHP, jQuery, JavaScript
  7. Email Obfuscator Convert characters in your email address to obfuscate your email address.
    TAGS: PHP