I've been wanting to revamp my website (all two pages of them) and blog design for a while now. I wanted a cut down basic look which I'd seen on other sites. I'm not shy, and 'imitation is the sincerest form of flattery' right !?
Most of the other sites I'd seen sat on Wordpress. I toyed with this and even tested the theory using an AWS cloudformation Wordpress stack. Which incidentally worked really well ! But I've committed to blogger so wasn't going to going to switch that part and learning another platform just for a few pages seemed excessive. Although in hindsight probably less than the path I took.
I started to mess around and build up some html/css. One of my targets was to get a functioning menu rather than the multiple image hack I'd put together before. Reason : I'd stand more of a chance of getting the Google search sub-headings. Thinking about it I don't really know 'why' I want them, but that's now irrelevant.
I found this http://blog.vogtjosh.com/post/2990652547/css3-animated-drop-down-menu which has a really nice looking transition menu - well, I say nice, nice on SOME browsers. Basic on others (looking at you Microsoft).
De-constructing the CSS to get the look I wanted was not quick. A steep learning curve which went back and forth as the smallest change broke the look in different browsers.
I applied the same fade look to the social icons, again, that took ages and often meant going back to square one. Mostly due to my crap web skills but also because of very different behaviour across browsers and because I didn't do any revision control.
Persistence paid off and its mostly finished with the main page, picture gallery and blog all with a similar look. There are a few bugs which I need to look at and I need to clean up and better annotate the CSS. But mostly I'm happy with the result, especially in Chrome, IE - pah, who would use that as a browser now anyway. And I also learnt some new skills which is always nice.
Search This Blog
Showing posts with label AWS. Show all posts
Showing posts with label AWS. Show all posts
Sunday, 8 January 2012
Saturday, 9 July 2011
First play with Amazon Web Services
and I'm impressed, very impressed.
Created an S3 (storage) bucket and copied part of my personal website content. Click the enable website option, set the permission 'everyone' and list. It shows the URL the buckets available at and your done, files are available to browse, or in my case link to. All very easy.
I used Gladinet Cloud Desktop to move files back and forth. Throw your user details at it and it creates a drive mapping (Windows) straight to your S3 buckets.
As something else to try I also created an EC2 (server) instance (Linux, free) which was also painless. During the instance setup you have the opportunity to create an key pair which you then use with an SSH client to connect to the public interface, a DNS entry created on the fly by AWS. Its a Linux server with all the normal Linux functions you'd expect.
Created an S3 (storage) bucket and copied part of my personal website content. Click the enable website option, set the permission 'everyone' and list. It shows the URL the buckets available at and your done, files are available to browse, or in my case link to. All very easy.
I used Gladinet Cloud Desktop to move files back and forth. Throw your user details at it and it creates a drive mapping (Windows) straight to your S3 buckets.
As something else to try I also created an EC2 (server) instance (Linux, free) which was also painless. During the instance setup you have the opportunity to create an key pair which you then use with an SSH client to connect to the public interface, a DNS entry created on the fly by AWS. Its a Linux server with all the normal Linux functions you'd expect.
Subscribe to:
Posts (Atom)