Posted 2 weeks, 5 days ago at 11:31 p.m.
This drives me absolutely insane. Python is great because it has quite a handful of built-in datatypes that let you do just about anything imaginable. Throw some things into a list, or its immutable sister, tuple. Need a key-value hash-table? Sure, Python has the dict. You can play with a dict in python just like an object in JavaScript. Continue Reading »
Posted 1 year, 9 months ago at 1:10 p.m.
TextMate has this nifty feature that automatically encodes an email address in a hex format so that spammers can't easily scrape the addresses from your site. I'm working on a client site right now and wanted to build this component into the site, so that anywhere an email address is mentioned in a post or page it will be automatically converted into the hex encoded version.
Continue Reading »
Posted 1 year, 9 months ago at 12:33 p.m.
Those of you who know me well know that I'm not a huge fan of PHP. While I don't really enjoy it, I use it on a daily basis for sites that I maintain and develop both personally and at work. Recently a client of ours (a private airline) needed to update some pricing on their site for the first of the month. To make this and future updates easier, I rewrote a bit of the logic behind the pricing system and in-turn, started to store the prices as integers rather than strings. While checking the site this morning to make sure everything updated this weekend, I noticed that while the new prices were there, they weren't being displayed properly! Instead of something like "$2,500" the prices were simply "2500". Clearly there was an issue with money_format not working correctly. Continue Reading »
Posted 2 years ago at 3:36 p.m.
I just recently moved from Honolulu back to Los Angeles. My home here in Glendale is nestled in the back of a canyon in the Verdugo Woodlands area. Unfortunately, the neighborhood isn't too friendly to T-Mobile's network. I can't send a text message without holding my Nexus like a hot bowl of soup. One finger on each corner, high above my head, praying to god it finds a network and sends my message. I'm sick and tired of it. Having a girlfriend living in Hawaii means that I can't stand not being able to communicate 24/7. Continue Reading »
Posted 2 years, 2 months ago at 3:46 p.m.
There are so many ideas that I have for my current Alpha Alpha of HEA++. Here are some of them. For those of you who haven't heard about HEA++, you can read all about it here. There are a lot of features that I would love to add in the near future, so here's a decent roadmap of things that I think would be useful. Continue Reading »