splash
Adam's Blog
Fairly random thoughts on cycling, tech, marketing, and other things such as ravioli, the weather, or even shrubberies.
Posted By Adam Edgerton on September 13th, 2009

Yesterday marked my long ride ever, coming in at approximately 139 miles as a part of the Rapha Gentlemen’s Race. We headed out to the beach (Lincoln City) on Friday evening and stayed in a suite at the Inn at Spanish Head thanks to team president Jim who served as sugar daddy for the evening.  [...]

 

Trial and Error

Posted By Adam Edgerton on March 2nd, 2009

A decent chunk of my time as of late has been spent working on a website for an aunt’s new wedding/event hosting business.  It’s been a fun (at times painful) project that has provided some good hands-on experience.  I realized that while I could build a static html website fairly easily, but a much better solution for the situation was using WordPress.  WordPress is traditionally a blogging platform, but it’s versatile enough that it is being used more and more as a website design tool.  The big plus in this case is that it means after I finish the site I can hand it off to my aunt, who can edit basic content without having to worry about understanding code or layout.

Step one was getting WordPress installed on her Godaddy hosting, which proved to be a pain compared to my one-click experience using Fatcow for my own blog/website.  Whenever you switch a domain or hosting setting, it can take hours for the changes to take effect.  I had to switch from Windows to Linux hosting, and that was only after I wasted several hours creating a hosting plan through their free hosting with domain plan when the .net adress was the paid account, not the .com.  The problem that results is a large Godaddy ad at the top of all pages. That wasn’t going to work.  So I deleted that account and switched over the .net to the .com address, and waited.

picture 6 300x239 Trial and Error

Then I shuffled through Godaddy’s uneccesarily bloated interface to create a MySQL database required by WordPress.  The WordPress installation finally took!  That was the easy part.

Next up we decided on a theme I could work with to modify fairly heavily into a website.

picture 4 300x164 Trial and Error

The next part was the real learning experience, as I have limited knowledge of php.  However, I’ve always had the ability to read code and understand its function pretty well.  My shortfall is more that I can’t write it from scratch.  So I spent a while sifting through different .php files looking for things I wanted to change.  My strategy was generally to cut out chunks of code that I thought might be whatever I wanted to get rid of, and then refresh the site to see what happened.  Often I got it right, but every once in a while the entire sidebar would disappear or some such.

picture 3 300x142 Trial and Error

After adding some basic content and pages, the website is now in a useable form.  Still to come is some minor design tweaks and probably an overhaul of the current basic content, but for now there’s a working, half-way decent looking blog masqeurading as a website!

picture 2 300x200 Trial and Error

Tags: , ,

Posted in Technology

Leave a Reply