Aaron Saray

open source programmer,
web developer

entrepreneur, author
and musician

My Blog

contains PHP, Web and business/entrepreneurial related content. Please join in the conversation!

Monthly Archives: May 2009

Elgg Plugin: Friend AutoComplete Box Replaces Select Box

One of the most irritating things to me about the Elgg messaging plugin is the requirement to choose my friends from the select box. This SHOULD be generated using the input/pulldown view in Elgg. Unfortunately, they are doing it by … Continue reading

Posted in elgg, PHP | Tagged , | 2 Comments

Using PHP to find distance between Zip Codes

Today marked the second time I had to write this code from scratch. To save my self time – and hopefully you too! – I’m going to post what I’ve developed.

Posted in PHP | Tagged | 3 Comments

Enabling Javascript Specific CSS

While reading the blog post about Enabling Javascript specific CSS and the comments, I started thinking about my own ways to implement this. And how to do it validly. Why Use Javascript Specific CSS Believe it or not, we still … Continue reading

Posted in CSS, javascript | Tagged , | Leave a comment

Elgg Plugin: Generate Groups

The Elgg Generate Users Plugin made me wonder why there was no group functionality… So… Enter the Elgg Group Generation Plugin This plugin has the following functionality: Creates Groups Adds Group Images Joins existing members to groups Fills in some … Continue reading

Posted in elgg | Tagged | Leave a comment