Compiled Chronicles

A software development blog by Angelo Villegas

Tag: gist

  • PHP: ImageHelper

    ImageHelper is a simple PHP class that save, resize and/or crop photos. You can download the script in the links listed below. ImageHelper download link Sample Usage : Functions saveImage( $url , $serverURL ) saves an image from a URL. The function uses cURL to copy an image from the URL then save it to…

  • Shell: Reindexing Spotlight on your Mac

    Spotlight indexing can slow your machine if you have low memory. Doing it repeatedly may stop your machine from working. This problem is a common occurrence with Mac machines. As I am a Mac user, I wrote a simple shell script that will help your Spotlight to stop reindexing your installed drive(s). This Shell script…

  • PHP: UPPEValidator

    UPPEValidator is a simple PHP class that will help validate email addresses, URLs, passwords, and phone numbers. You can download the script in the link listed below. UPPEValidator Download Link Sample Usage : Functions :

  • PHP: DBClass

    DBClass is a simple PHP class that will help ease database connection usage. You can download the script in the links listed below. DBClass Download links Sample Usage : Functions :