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 »
Posted
August 11th, 2009
in
Uncategorized
/
So Greg Goodwin has a very good post on installing Ruby on Rails with Passenger on a Media Temple dedicated virtual server. However, there were some post-install gotchas I ran into. I don’t recall running into these problems before. Perhaps I did and solved them last time, but did not write the solutions down. Well now I’m going to.
Read the rest of this entry »