by Phil Morle | Aug 8, 2011 | Code
I’ve been confounded by the iPhone/iPad’s inability to interpret the viewport meta tag. It’s something I’ve scratching my head over for the past couple of weeks. I remembered a few months ago I read Shi Chuan’s blog (one of the...
by Phil Morle | Aug 4, 2011 | Code
I want to share with you some of the pain of UI development today. Before CSS3 setting an elements background opacity without affecting the content of that element’s opacity was a real pain. If you set the opacity of the element, then all the children of that...
by Phil Morle | Jul 28, 2011 | Code
Well, I got slack last week (personally I blame it on the blog being down for a couple of days) and I didn’t post this plugin as I said I would. Here it is, I’ve got it up on Github and posted a demo page right here. I love this plugin, it’s very...
by Phil Morle | Jul 14, 2011 | Code, Pitching
We have been working on a simple Ruby on Rails application to allow incoming founders to pitch to us and our friends at Innovation Bay. Its a bit of a side project for us but we have a working, simple version that we thought other incubators and investors might find...
by Phil Morle | Jul 13, 2011 | Code
Welcome to the third installment in the jQuery plugin series. This week I’m showcasing my most used plugin, a jQuery Carousel. It seem like every site that I do the client wants some kind of carousel. This plugin has been iterated a number of times, with extra...
by Phil Morle | Jul 5, 2011 | Code
This is my second in a series of jQuery plugins that I am sharing. You can check out the tooltip plugin from my first post here. I’ve recently been paying more attention to the mobile space and trying to build websites whose layout changes at different...
by Phil Morle | Jun 27, 2011 | Code
Today is my first installment in a series in which I will showcase a collection of jQuery plugins that I have made over the past few years. I will be posting one plugin each week over the next two months. This will also include the plugin template that I use and a...
by Phil Morle | Jun 8, 2011 | Code
Why it’s important Developers and designers are really keen to make use of new features in HTML5/CSS3 (inc. newer versions of javascript). The issues The standards are currently evolving and the web is growing more and more interactive. Current implementations...