Showing posts with label startup. Show all posts
Showing posts with label startup. Show all posts

Sunday, August 26, 2007

10framesasecond: Step 4 - some nice touches.

With the 2 main sections of my photog site complete, I wanted to put up some nice touches to give my clients a better user experience than what I've seen on some of my competitors. At this level (non-pro) most of the sites I've seen are really, really basic, usually using canned formats or 'site-building' software offered by the host providers. I thought the more I could do the separate myself from that, the better - And I'm a geek - so 'geek-on'.

First I put up a little 'About us' page that is pretty common but I was honest in the write up that this is a 'side-job' for me and a way to subsidize my hobby - so I didn't try blow myself up into some Pro photographer.
Next, I put up an events calendar that will show all my upcoming games and events that I will be shooting. Thanks to Google, this was about the simplest thing to implement on my site, just had to create a separate '10framesasecond' calendar in my Google account and setup the public sharing options in the 'Manage Calendars' section of Google Calendar. Once complete, Google provides a little snippet of code that you embed in your page and, Presto! you have a super versatile calendar on your page. Any changes I make on my Google homepage are automatically displayed on my site. These guys at Google are just too smart...

Friday, August 24, 2007

10framesasecond: Step 2 - integrating photos.

When I first started thinking about starting a website to sell photos I took during my kids sporting events, I thought it should be easy enough to create a site that I could host pictures organized into galleries and use some ruby on rails code or some of the canned photo server apps like 'coppermine' to tie it to a paypal shopping cart. I could then get orders and print them at the local Costco and make a better profit margin. Well, reality set in there was no way I was going to have the time to do all that now. Previous research I'd did on the pro photo hosting sites concluded that Exposure Manager is the best / most flexible to work with.
So I signed up and had a gallery loaded in about a half and hour. But I wasn't happy with the look - it didn't have the same 'feel' as my site so I used the template editor they provide and integrated my layout table and style sheet into the main templates and Whamo! You can barely tell you're being redirected to another site. I even mapped the URL so 10framesasecond.com is still in the address bar when your actually on the exposure manager site. Pretty cool.
Overall, Exposure Manager lets you tweak quite a bit of the UI on the site through the use of Templates and Style Sheets but their interface is a bit weak - For instance, there are options to both create a new style sheet or edit an exsisting one but for templates, there is only a create option, so every time you need to make an edit, you first need to create a template then choose which one to edit. This leaves you with quite a few templates to delete after a template debugging session.
Another thing is they don't provide templates for all the areas of the site (like the shopping cart and the multi-selection product picker). A nit pick since the pages still used the color schemes setup through your stylesheets. I'm sure Exposure Manager will progress in this area, and it is workable as it stands right now - just not as polished as I'd like to see.

Took me about 2 hours to tweak the templates into something I could use. Lots of experimentation needed here as I didn't find there documentation on this very helpful.

Launching my photo site - Step 1 Setting up hosting

Okay, this has been put off for far too long. The first sporting event of the season is tomorrow and I don't even have my website setup yet. So today, I took the morning off of work and sat down to hack it out - how hard can it be? I've done webpages before.

First step get my hosting setup with Go Daddy. Of course since I'm in a rush I can't find any of their famous 30% off deals (the last one I had expired 7/31!) Oh well, I just used the 10% from the GB1 coupon code to give a little support to Cali and her podcast. A couple minutes to process the order and wham! I got a 100GB of server space crying for some content.

Fired up Illustrator CS3 and Dreamweaver and hacked out the framework of the site. Pretty bland right now but, I think it's a good foundation to build on. I tried using as much CSS as I could and I think I'm getting the hang of it and since I'm using a site wide stylesheet, it's really nice making global format changes by editing one file. - pretty cool.