John McAlester

21

Oct

2008

Working with MySpace for a cleaner layout

Wow! MySpace is one clunky interface. Especially if want to clean up the wonky layout and add some sophistication to how it looks. There are however some great sites out there which show you just the right code to insert into the profile. I found what I think is the best one at mikeindustries.com . The code that Mike has given up for this tutorial is nicely commented so that you can actually make sense of which tables and divs to target in order to whip this bear into shape. It still took me a couple of hours of trial and error to get things just how I wanted them for a friends MySpace music site myspace.com/joelstreeter. But the code at mikeindustries.com saved me hours of frustration. I hope it can do the same for you.

28

Aug

2008

WP-shoppingcart plugin with godaddy.com Shared Hosting

Godaddy.com shared hosting uses a secure proxy server for cURL sessions.  This is fine but it requires that you change a little bit of the code in a PHP file if you would like to get that to work with the wp-shopping cart plugin and authorize.net as your payment gateway. 
Read the rest of this entry »

19

Aug

2008

WordCamp SF 2008

I attended the WordCamp 2008 San Francisco this weekend and I have to say, it was a great event.  I’m a bit of a noob when it comes to conferences so it was all fresh to me.  One thing that I enjoyed about the mini-sessions was that they were often focused on what I would call meta-thinking or pattern recognition.  The speakers talked about how to seek out ways of creating more useful content and websites rather than just how to tweak the software.  This was great because it creates a process whereby you are designing sites and content that are contextualy relevant not just full of bells and whistles.  Anyway, I had a blast and would recommend it to anyone who is into WordPress or thinking about creating a WordPress site.

13

Aug

2008

New Theme for johnmcalester.com

I have been working with WordPress for about a year now. At first just learning the structure of a WordPress site and then branching out to modifying themes and using WordPress as a CMS. It was rewarding work but often very frustrating.  I recently came across and really nice tutorial by Chris Coyier of css-tricks.com which outlines how to create a WordPress theme from scratch.

The tutorials cover creating a theme from start to finish in an easy to follow way and they helped me to clear out some bad habits that I have acquired over the last year.  The best part of the tutorial, I think, is that Chris shows how to design your theme from a blank theme.  This really helps to start things off on the right foot and create a solid foundation for your theme minus a lot of the frustration.  From the tutorial I created the new theme for this site. Thanks!