Posted
December 28th, 2009
in
Technology
/
Tags: Hacking, iPhone, Technology
I went to Florida for my Christmas holiday. In order to not stress out the cat too much, the cat stayed home rather than go to a kennel. No professional pet sitter was available where I live. So I opted to create a home surveillance system from hardware I had lying around and free software.
Read the rest of this entry »
Posted
November 14th, 2009
in
Personal
/
Tags: JavaScript, Personal, WordPress
I launched my new portfolio to showcase some of the work I have accomplished over the past year. I technically launched it at the beginning of the week, but didn’t add the last item until today. I put it on a separate domain so that I can brand myself and have a site focused on my work, plus any visitors would not be distracted by my blog posts.
It’s built using WordPress, but you wouldn’t know it by looking at it. This way I can add and remove samples easily. I opted to go with a (mostly) single-page site. There’s a second page for a contact form. jQuery and various plugins handle the dynamic features. I definitely prefer this over what I had before.
Feel free to check it out by clicking the Portfolio link above.
Posted
November 13th, 2009
in
Software
/
Tags: PHP, Software
Do you like typography? Are you tired of ragged right text? Do you have a WordPress blog? Go here now! wp-Typography is the merger of wp-Typogrify and, more importantly, wp-Hyphenate. I do LaTeX typesetting, and as a result, I’ve acquired an appreciation for properly formatted text. If you ever tried using the CSS property text-align
, you inevitably are disappointed with the results because it resembles nothing like what LaTeX can produce. You often have to make your text eye-jarringly wide to make it useable, and that doesn’t always work. This is because the browser lacks built-in support for hyphenation. This plugin makes up for this browser deficiency by inserting hyphenation hints, known as soft-hyphens, which the browser does understand. The algorithm is based on the one used in TeX to boot! Brilliant!
Posted
September 27th, 2009
in
Programming
/
Tags: JavaScript, Magento, PHP, Programming
This post is a bit overdue considering the project for which I did this was completed months ago. I finally got around to documenting it. Magento’s product list view lets customers add products to the shopping cart one at a time. The client wanted customers to be able to add multiple products to the shopping cart simultaneously. Given the time constraints for the projects, I created an ad hoc AJAX method to accomplish this feature request.
Read the rest of this entry »