September 20, 2009 at 4:50 pm
· Filed under Magento, PHP
Magento is an incredible open-source PHP eCommerce platform built around the idea of flexibility, and has been gaining a huge amount of traction over the last 18 months. Unlike “old” open-source solutions such as osCommerce, Magento was architected very carefully using OOP principles and MVC so that the entire system can be customized (both visually and functionally) without having to modify core application files. This ensures that future updates aren’t a pain, and that multiple extensions can live peacefully together.
Read the rest of this entry »
Permalink
September 5, 2009 at 11:58 pm
· Filed under CSS, Web Development
I’m working on slicing and CSS for a new theming project for Magento Commerce and was plagued with a CSS bug that affects WebKit (Safari and Google Chrome). After some searching I found that several other people have had the problem, but I didn’t see a comprehensive writeup of the solution. Here’s what I found…
Read the rest of this entry »
Permalink
August 24, 2009 at 1:07 pm
· Filed under Uncategorized
I listened to a very interesting TED Talk today by Dan Pink. You can watch it below or read my brief notes from it.
Read the rest of this entry »
Permalink
July 6, 2009 at 10:15 pm
· Filed under PHP, Personal, Zend
I had a few goals for this summer away from school. I wanted to go to some tech conferences, check out more startups and web companies in both Silicon Valley and closer to home in Florida, and continue with my freelance development work. I also decided I wanted to take the Zend PHP 5 Certification test to learn more, see what I know, and to separate myself from every other kid who thinks they know PHP.
Read the rest of this entry »
Permalink
May 29, 2009 at 1:29 am
· Filed under Facebook, Greasemonkey, JavaScript
Hate scrolling down to see birthdays on Facebook? I just wrote a quick user script to reorder the parts in the sidebar on Facebook’s homepage.
Before: Requests, Suggestions, Sponsored, Highlights, Events/Birthdays, Connect
After: Requests, Events/Birthdays, Suggestions, Highlights, Sponsored, Connect
Read the rest of this entry »
Permalink
May 28, 2009 at 1:26 pm
· Filed under Google, Google Wave, WordPress, io2009
Google I/O 2009 Keynote, Day 2
4/28/2009
Google Wave - Product, Platform, and Protocol
Read the rest of this entry »
Permalink
May 28, 2009 at 9:51 am
· Filed under California, Firefox, Google, JavaScript, Web Development, io2009
Google I/O Keynote
Wednesday 5/27/2009
San Francisco, CA #io2009
Read the rest of this entry »
Permalink
May 11, 2009 at 11:44 pm
· Filed under Apple, Firefox, Google, Google Wave
Today I tried Mozilla Prism (cross platform) and Fluid (mac only), both of which are used to create single-site browsers (SSBs). I especially wanted to use them for GMail and Google Calendar since those are the two web apps I consistently have open in a tab at all times.
Read the rest of this entry »
Permalink
May 10, 2009 at 10:22 pm
· Filed under WordPress
For a new project, I’m working on launching a large number of very similar WordPress installations with minimal effort. I needed a way to have WordPress automatically parse some kind of template tag or shortcode (like “[client_name]“) across all the different pages on the site. Not only that, I needed the field’s values to be easily updated in one place, and there would be an arbitrary number of shortcodes.
So I wrote my first WordPress plugin…
Read the rest of this entry »
Permalink
March 16, 2009 at 12:08 pm
· Filed under Apple, SVN, Web Development
I got this message when trying to use Subversion on OS X through Terminal.
I checked out my svn version using “svn –version” and it said I was using 1.4.4 – so I decided to update. Here’s how…
Read the rest of this entry »
Permalink