
Elati Street Happy Thanksgiving!

Elati Street $holiday_weight_gain_goal = mt_rand();

Elati Street Developers: I want to query on two separate databases in the same SQL statement. SQL Server: Use [database name].dbo.[table name].[column] MySQL use: [database name].[table_name].[column]. This assumes that databases are on the same server. Databases on seperate servers are a whole other ball of wax.

Elati Street Some nerd wisdom: UNION statements must also include GROUP BY statements if you want uniqueness.

Elati Street Comin' to getcha: $this->geocode_user_address($location)

Elati Street apache2ctl start

Saw this recently apparently in place of PHP's implode(). This person's brain apparently imploded. $promoArray=$_POST['promolist']; $promocount=(isset($_POST['promocount']) ...

Elati Street is migrating its flagship project NeoAztlan from an ancient version of Radiant to 0.8.1.

Elati Street is working at 8 a.m. on a Saturday morning. WTH?

function isLeapYear($year){ if(($year % 400) == 0){ return true; //Is LeapYear }else if(($year % 100) == 0){ return false; //Not a LeapYear

Elati Street would love to convert to Git, but we're too lazy right now. Instead, we'll go git some lunch.

Elati Street cssQuery() looks kinda interesting.
dean.edwards.name
cssQuery() is a powerful cross-browser JavaScript function that enables querying of a DOM document using CSS selectors. All CSS1 and CSS2 selectors are allowed plus quite a few CSS3 selectors.













