<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>OKCOOL &#187; OKCOOL</title>
	<link>http://ok-cool.com</link>
	<description>OKCOOL make cool digital applications. We help companies balance brand and technology. From mashups to mobile shennanigans to social networks.</description>
	<pubDate>Sun, 20 Jul 2008 18:09:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>If men were agony aunts</title>
		<link>http://ok-cool.com/posts/read/157-if-men-were-agony-aunts/</link>
		<comments>http://ok-cool.com/posts/read/157-if-men-were-agony-aunts/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 22:20:25 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/157-if-men-were-agony-aunts/</guid>
		<description><![CDATA[Dear Ted,I hope you can help me here. The other day I set off for work leaving my  husband in the house watching the TV as usual. I hadn’t gone more than a  mile down the road when my engine conked out and the car shuddered to a halt ...]]></description>
			<content:encoded><![CDATA[<blockquote>Dear Ted,I hope you can help me here. The other day I set off for work leaving my  husband in the house watching the TV as usual. I hadn&#8217;t gone more than a mile down the road when my engine conked out and the car shuddered to a halt.</p>
<p>I walked back home to get my husband&#8217;s help. When I got home I couldn&#8217;t  believe my eyes. He was in the bedroom with a neighbour lady making mad  passionate love to her. I am 32, my husband is 34 and we have been  married for twelve years. When I confronted him, he tried to make out that he went into the back yard and heard a lady scream, had come to her rescue but found her unconscious.</p>
<p>He&#8217;d carried the woman back to our house, laid her in bed, and began  CPR. When she awoke she immediately began thanking him and kissing him  and he was attempting to break free when I came back. But when I asked  him why neither of them had any clothes on, he broke down and admitted  that he&#8217;d been having an affair for the past six months.</p>
<p>I told him to stop or I would leave him. He was let go from his job six  months ago and he says he has been feeling increasingly depressed and  worthless. I love him very much, but ever since I gave him the ultimatum  he has become increasingly distant. I don&#8217;t feel I can get through to him anymore.</p>
<p>Can you please help?</p>
<p>Sincerely,<br />
Suzy Fox</p></blockquote>
<h4>In Response:</h4>
<blockquote><p>Dear Suzy,</p>
<p>A car stalling after being driven a short distance can be caused by a variety of faults. Start by checking that there is no debris in the fuel filter. If it is clear, check the clips holding the vacuum lines onto the inlet manifold for air leaks. If none of these approaches solves the problem, it could be that the fuel pump itself is faulty, causing low  delivery pressure to the carburettor float chamber.</p>
<p>I hope this helps.</p>
<p>Good luck,<br />
Ted</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/157-if-men-were-agony-aunts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sometimes it&#8217;s good to be lazy!</title>
		<link>http://ok-cool.com/posts/read/149-sometimes-its-good-to-be-lazy/</link>
		<comments>http://ok-cool.com/posts/read/149-sometimes-its-good-to-be-lazy/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 13:19:28 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[regex]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/149-sometimes-its-good-to-be-lazy/</guid>
		<description><![CDATA[
I love regular expressions, but it&#8217;s very easy to make a mistake if you don&#8217;t test well enough.

A found a good example of this recently where I was trying to find a specific attribute from a tag.
I used a regexp something like &#8220;(.+)&#8221; which works fine&#8230; until you end up getting more than one tag [...]]]></description>
			<content:encoded><![CDATA[<p>
I love regular expressions, but it&#8217;s very easy to make a mistake if you don&#8217;t test well enough.
</p>
<p>A found a good example of this recently where I was trying to find a specific attribute from a tag.</p>
<p>I used a regexp something like &#8220;(.+)&#8221; which works fine&#8230; until you end up getting more than one tag on the same line! The reason being that .+ is greedy&#8230;. it will keep going until it can&#8217;t find another &#8220;. This means it skips over the first closing &#8221; and moves on to the next.</p>
<p>The solution was to make it lazy by using .+? instead!</p>
<p>Apologies for the fact this post seems slightly pointles, I&#8217;m actually testing a new plugin we&#8217;ve got for integrating wordpress in to swim.<br />
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/149-sometimes-its-good-to-be-lazy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting ready for SWiM beta</title>
		<link>http://ok-cool.com/posts/read/147-getting-ready-for-swim-beta/</link>
		<comments>http://ok-cool.com/posts/read/147-getting-ready-for-swim-beta/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 16:51:00 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<category><![CDATA[SimpleWeb]]></category>

		<category><![CDATA[beta]]></category>

		<category><![CDATA[swim]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/147-getting-ready-for-swim-beta/</guid>
		<description><![CDATA[Over the last few months we&#8217;ve been beavering away trying to solve a few client management problems.
We now have quite a few clients, each one has ftp details, email addresses, at least one website, a blog, a forum, contact forms, multiple domains, etc&#8230; The problem has become not only how to store and access all [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few months we&#8217;ve been beavering away trying to solve a few client management problems.</p>
<p>We now have quite a few clients, each one has ftp details, email addresses, at least one website, a blog, a forum, contact forms, multiple domains, etc&#8230; The problem has become not only how to store and access all of this information, and make it available to clients efficiently, but also how do we make it easy for us and the client to monitor all of this web based information?</p>
<p>So we came up with Simple Web Management aka SWiM.</p>
<p>SWiM allows us to monitor all of our clients in one central place, it also allows them to login and get access to the information that we have stored on them, keep it up to date, and get an &#8220;activity stream&#8221; of everything that is going on with their online presence.</p>
<p>Tom has built in a rocking API so that SWiM is basically modular; applications can be added on a &#8220;reseller&#8221; level, client level and website level. As an example we are just finishing a Wordpress application that  allows you to monitor multiple blogs in different locations all in one place, along with contact form responses, Shopify sales, etc&#8230;</p>
<p>We ported over our current clients about two weeks ago and have noticed that the frequency of client interaction has gone up significantly. We now know which websites get updated the most, which ones sell the most products, which get the most contact form responses etc and best of all the clients get all of this too&#8230;</p>
<p>We are now getting ready to open up to other people to test so that we can improve and extend SWiM - head over to the <a href="http://www.simpleweb-online.com">beta sign up page</a> to sign up, get a few screenshots and get involved.</p>
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/147-getting-ready-for-swim-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>I&#8217;ve always liked a nap!</title>
		<link>http://ok-cool.com/posts/read/146-ive-always-liked-a-nap/</link>
		<comments>http://ok-cool.com/posts/read/146-ive-always-liked-a-nap/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 13:46:21 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<category><![CDATA[silliness]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/146-ive-always-liked-a-nap/</guid>
		<description><![CDATA[I have always liked a mid afternoon nap. When I used to work from home it was easy and, I have to say, it really did help keep me on form. Unfortunately, it doesn&#8217;t seem so easy to pull off at work in an office with other people around you. It might freak out the [...]]]></description>
			<content:encoded><![CDATA[<p>I have always liked a mid afternoon nap. When I used to work from home it was easy and, I have to say, it really did help keep me on form. Unfortunately, it doesn&#8217;t seem so easy to pull off at work in an office with other people around you. It might freak out the customers if they were to turn up for an unexpected visit only to find everyone asleep at their desks.</p>
<p>I just enjoyed reading this web page on the subject: <a href="http://www.boston.com/bostonglobe/ideas/naps/">http://www.boston.com/bostonglobe/ideas/naps/</a></p>
<p>Perhaps we will have to move to a warmer climate where it&#8217;s more acceptable to doze off half way through the day.</p>
<p>As I&#8217;m away for a few days staying with Family (everyone seems to think I&#8217;m on Holiday anyway) I will give it a go and see if it improves my productivity.</p>
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/146-ive-always-liked-a-nap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>It&#8217;s never the user&#8217;s fault&#8230;</title>
		<link>http://ok-cool.com/posts/read/144-its-never-the-users-fault/</link>
		<comments>http://ok-cool.com/posts/read/144-its-never-the-users-fault/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 09:56:03 +0000</pubDate>
		<dc:creator>Keir</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/144-its-never-the-users-fault/</guid>
		<description><![CDATA[I recently experienced a bug using Basecamp, and the subsequent support conversation I had with 37signals got me thinking about the responsibility of the user whilst using a web application.
One of our non-techie clients posted a message into Basecamp which broke the layout of the message page and truncated his message text; it turned out [...]]]></description>
			<content:encoded><![CDATA[<p>I recently experienced a bug using <a href="http://basecamphq.com">Basecamp</a>, and the subsequent support conversation I had with <a href="http://37signals.com">37signals</a> got me thinking about the responsibility of the user whilst using a web application.</p>
<p>One of our non-techie clients posted a message into Basecamp which broke the layout of the message page and truncated his message text; it turned out that he had pasted html from another source. When I contacted 37signals, they kindly edited the message to remove the layout problem&#8230; but I was left unsatisfied.</p>
<p><a href="http://ok-cool.com/wp-content/uploads/2008/06/basecamp-error.jpg" title="Basecamp bug"><img src="http://ok-cool.com/wp-content/uploads/2008/06/basecamp-error.thumbnail.jpg" alt="Basecamp bug" style="float: left; margin-bottom: 1em" /></a></p>
<p>It appeared to me that this was actually a bug with the way Basecamp validated data input and I was keen to have it rectified to avoid further problems of this nature - after all, our client had no idea that he had done anything wrong.</p>
<p style="clear: both">I contacted 37signals again, to which they responded:</p>
<blockquote><p>It&#8217;s not a bug, this user just entered Textile incorrectly. You may<br />
want to ask your users not to use formatting in their messages.</p></blockquote>
<p>It was this response that got me thinking about the user&#8217;s responsibility.</p>
<p>Essentially 37signals were telling me that the user was at fault, that they had used the system incorrectly. However, there was nothing to indicate this to the user - as far as they saw it they were inputing perfectly acceptable content.</p>
<p>Equally, most of our clients are non-technical and do not know what Textile is (and whilst it might be useful if they did, it&#8217;s not <em>essential</em> for the use of Basecamp) so it&#8217;s not fair to say that the user had input Textile incorrectly, the fault was actually that the system was unable to validate the data and protect itself from malfunction.</p>
<p>So it&#8217;s not the user that is at fault but rather the system.</p>
<p>And I believe this to be true across the board; if you are catering for non-technical users and offering a system that is easy enough to require little or no instruction, your system must be ready to deal with the varied ways in which a user may attempt to use it - whether that be with the proactive use of warnings or instructional notes, or the reactive use of validation.</p>
<p>Whilst I won&#8217;t deny that this is a dig at 37signals (as they advocate such things as the above), the encounter did actually serve to highlight the issue of where the responsibilities of the user and the system lie.</p>
<p>And as we all know, the customer is never wrong&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/144-its-never-the-users-fault/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Link love for 10-06-08</title>
		<link>http://ok-cool.com/posts/read/143-link-love-for-10-06-08/</link>
		<comments>http://ok-cool.com/posts/read/143-link-love-for-10-06-08/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 10:01:57 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<category><![CDATA[links]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/143-link-love-for-10-06-08/</guid>
		<description><![CDATA[Interesting links from the last week. Despite the usefulness of the majority, The GTA IV stunt video proves two things - people have too much spare time on their hands and GTA really is great&#8230;


Free! Why $0.00 Is the Future of Busines


The Panacea for Putting Things Off


Mike Cassidy: Speed as THE primary business strategy


GTA IV [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting links from the last week. Despite the usefulness of the majority, The GTA IV stunt video proves two things - people have too much spare time on their hands and GTA really is great&#8230;</p>
<ul>
<li>
<h4 id="articlehed"><a href="http://www.wired.com/techbiz/it/magazine/16-03/ff_free">Free! Why $0.00 Is the Future of Busines</a></h4>
</li>
<li>
<h4><a href="http://thinksimplenow.com/productivity/the-panacea-for-putting-things-off/" rel="bookmark" title="Permanent Link: The Panacea for Putting Things Off">The Panacea for Putting Things Off</a></h4>
</li>
<li>
<h4><a href="http://venturehacks.com/articles/speed" rel="bookmark" title="Permanent Link to Mike Cassidy: Speed as THE primary business strategy">Mike Cassidy: Speed as THE primary business strategy</a></h4>
</li>
<li>
<h4><a href="http://www.wegame.com/watch/GTA_4_STUNT_MONTAGE/">GTA IV Stunt video</a></h4>
</li>
<li>
<h4 class="title"><a href="http://www.alistapart.com/articles/writingainterfacestyleguide">Writing an Interface Style Guide</a></h4>
</li>
<li>
<h4><a href="http://www.copyblogger.com/twitter-writing-contest-winners/">The Winners of the Twitter Writing Contest Are…</a></h4>
</li>
<li>
<h4 class="title"><a href="http://www.smashingmagazine.com/2008/05/20/the-showcase-of-big-typography-second-edition/" rel="bookmark" title="The Showcase Of BIG Typography - Second Edition">The Showcase Of BIG Typography - Second Edition</a></h4>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/143-link-love-for-10-06-08/feed/</wfw:commentRss>
		</item>
		<item>
		<title>7 Online Applications that improve our web business</title>
		<link>http://ok-cool.com/posts/read/141-7-online-applications-that-improve-our-web-business/</link>
		<comments>http://ok-cool.com/posts/read/141-7-online-applications-that-improve-our-web-business/#comments</comments>
		<pubDate>Wed, 28 May 2008 17:17:47 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<category><![CDATA[api]]></category>

		<category><![CDATA[applications]]></category>

		<category><![CDATA[swim]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/141-7-online-applications-that-improve-our-web-business/</guid>
		<description><![CDATA[There are a few applications that we incorporate into our daily working lives for internal use, and for clients which allow us to be more than competitive and still offer an edge technically. The one thread that ties all of these things together for us is that they all have API&#8217;s&#8230;
Wufoo - Online Surveys
Wufoo, is [...]]]></description>
			<content:encoded><![CDATA[<p>There are a few applications that we incorporate into our daily working lives for internal use, and for clients which allow us to be more than competitive and still offer an edge technically. The one thread that ties all of these things together for us is that they all have API&#8217;s&#8230;</p>
<h4><a href="http://wufoo.com">Wufoo - Online Surveys</a></h4>
<p><img src="http://wufoo.com/images/wflogo.png" alt="wufoo" align="right" height="40" width="100" />Wufoo, is neat. You can build a questionnaire and deploy it in minutes. We&#8217;ve used it for our &#8220;<a href="http://www.thewebpeople.eu/questionnaire.aspx">Client questionnaire</a>&#8221;</p>
<h4><a href="http://www.basecamphq.com/">Basecamp - Project management</a></h4>
<p>Most of us know about Basecamp by now, and it&#8217;s no secret that I&#8217;m actually having a mildly passionate affair with it. The more projects we take on the more indispensable it becomes.</p>
<h4><a href="http://www.freshbooks.com/">Freshbooks - Invoicing</a></h4>
<h4><img src="http://www.freshbooks.com/images/freshbooks.gif" alt="Freshbooks logo" align="right" height="62" width="218" /></h4>
<p>Freshbooks pretty much changed our universe. Recurring payments for hosting, easy to manage invoices, a great interface and constantly being updated. They&#8217;ve just added taxes for expenses, soon we won&#8217;t need Sage at all (thank god).</p>
<h4><a href="http://www.shopify.com/">Shopify - Hosted shopping solution</a></h4>
<p><img src="http://blog.shopify.com/images/portrait-bg.gif" alt="Shopify" align="right" height="67" width="65" />If you&#8217;re looking for an easy to use e-commerce solution then Shopify is great. Rapid setup and flexible layouts make this our first choice for most small shops.</p>
<h4><a href="http://wordpress.org/">Wordpress - Blogging platform</a></h4>
<p><img src="http://ok-cool.com/wp-content/uploads/2008/05/logo.png" alt="Wordpress logo" align="right" height="65" width="65" />Not much to say really. Wordpress is pretty much the blogging platform of choice for most of us. Easy to use, easy to set up and massively customisable.</p>
<h4><a href="http://getvanilla.com/">Vanilla - Forum</a></h4>
<p>Wow. Vanilla is another new one to me, but already I love it. Highly extensible, solid and with an excellent array of options for getting it to do what you want.</p>
<h4><a href="http://www.mailchimp.com">Mailchimp - Broadcast email</a></h4>
<p><img src="http://www.mailchimp.com/img/logo_mailchimp.gif" alt="Mailchimp logo" align="right" height="33" width="125" />So simple to use. If you need to send out an email to a few thousand people then Mailchimp really makes it easy. The support is great and the template editor really is a breeze.</p>
<p>The only problem with having so many disparate applications is there is no easy way to manage them from a central location, which isn&#8217;t too much of a problem for us but it is for our clients. Which is why we&#8217;ve come up with SWiM, a kind of aggregator for online applications&#8230; More of that later.</p>
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/141-7-online-applications-that-improve-our-web-business/feed/</wfw:commentRss>
		</item>
		<item>
		<title>[Update] The Web People&#8230;</title>
		<link>http://ok-cool.com/posts/read/140-update-the-web-people/</link>
		<comments>http://ok-cool.com/posts/read/140-update-the-web-people/#comments</comments>
		<pubDate>Tue, 27 May 2008 12:52:36 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<category><![CDATA[SimpleWeb]]></category>

		<category><![CDATA[business update]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/140-update-the-web-people/</guid>
		<description><![CDATA[We&#8217;ve recently changed our structure at Simpleweb, creating a new company and turning Simpleweb into a purely technology based company.
We&#8217;re now part of &#8220;The Web People&#8220;, there&#8217;s more of us, bigger offices and the same high quality output.
We&#8217;ve just finished our first site as the Web People, Allergy Test UK, which uses the simpleWebeditor and [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve recently changed our structure at Simpleweb, creating a new company and turning Simpleweb into a purely technology based company.</p>
<p>We&#8217;re now part of &#8220;<a href="http://www.thewebpeople.eu">The Web People</a>&#8220;, there&#8217;s more of us, bigger offices and the same high quality output.</p>
<p>We&#8217;ve just finished our first site as the Web People, <a href="http://www.allergytest.co.uk">Allergy Test UK</a>, which uses the simpleWebeditor and has an integrated Wordpress blog, it&#8217;s more of an update than a redesign, allowing easy manipulation of content.</p>
<p>We&#8217;ve got some big things in store for the the coming months, least of which is SWiM, our client management system&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/140-update-the-web-people/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Twitter the ultimate support network?</title>
		<link>http://ok-cool.com/posts/read/139-twitter-the-ultimate-support-network/</link>
		<comments>http://ok-cool.com/posts/read/139-twitter-the-ultimate-support-network/#comments</comments>
		<pubDate>Mon, 26 May 2008 16:29:52 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<category><![CDATA[support]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/139-twitter-the-ultimate-support-network/</guid>
		<description><![CDATA[An interesting thing just happened to me on Twitter, I announced to the Twittasphere that I was leaving Plaxo, a reply came in asking what I&#8217;m to do with managing my contacts. I followed this up with
&#8220;not sure, but the idea of Comcast owning my friends upsets me a lot. I just need a place [...]]]></description>
			<content:encoded><![CDATA[<p>An interesting thing just happened to me on Twitter, I announced to the Twittasphere that I was leaving Plaxo, a reply came in asking what I&#8217;m to do with managing my contacts. I followed this up with</p>
<blockquote><p>&#8220;not sure, but the idea of Comcast owning my friends upsets me a lot. I just need a place for contacts that syncs everywhere?&#8221;</p></blockquote>
<p>Literally 5 seconds later I get</p>
<blockquote><p>&#8220;comcastscott @redeye FYI. re: Data security at Plaxo / Comcast <a href="http://blog.truste.org/?p=83">http://blog.truste.org/?p=83</a>&#8220;</p></blockquote>
<p>How about that? A support mechanism that allows a company to fight fires before they begin. This is quite amazing really and a testament to how serious big companies are taking the new social influences (and influencers). Almost like the thought police&#8230; Ok, I&#8217;m more scared of Twitter now than Plaxo&#8230; lol.</p>
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/139-twitter-the-ultimate-support-network/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Minor CSS bug and fix in Shopify checkout</title>
		<link>http://ok-cool.com/posts/read/136-minor-css-bug-and-fix-in-shopify-checkout/</link>
		<comments>http://ok-cool.com/posts/read/136-minor-css-bug-and-fix-in-shopify-checkout/#comments</comments>
		<pubDate>Thu, 22 May 2008 11:38:42 +0000</pubDate>
		<dc:creator>Keir</dc:creator>
		
		<category><![CDATA[OKCOOL]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[fixes]]></category>

		<category><![CDATA[shopify]]></category>

		<guid isPermaLink="false">http://ok-cool.com/posts/read/136-minor-css-bug-and-fix-in-shopify-checkout/</guid>
		<description><![CDATA[I&#8217;ve recently be working with the hosted-shop service Shopify and came across a small bug worth mentioning&#8230;
The Bug
I noticed that when you submit page 1 of the checkout process with required fields left blank, the errors attached to each field break the layout.

The default checkout CSS is causing this as it adds a height of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently be working with the hosted-shop service Shopify and came across a small bug worth mentioning&#8230;</p>
<p><strong>The Bug</strong></p>
<p>I noticed that when you submit page 1 of the checkout process with required fields left blank, the errors attached to each field break the layout.</p>
<p><a href="http://ok-cool.com/wp-content/uploads/2008/05/screenshot_02.jpg" title="screenshot_02.jpg"><img src="http://ok-cool.com/wp-content/uploads/2008/05/screenshot_02.jpg" alt="screenshot_02.jpg" /></a></p>
<p>The default checkout <span class="caps">CSS</span> is causing this as it adds a height of 415px to #addresses on line 285.</p>
<p><strong>The Fix</strong></p>
<p>Since you can upload your own checkout.css to your theme’s assets to add to and override the default checkout.css, you can fix this by adding height: auto !important; (or using parent selectors instead of !important).</p>
<p>I&#8217;ve tracked the bug with Shopify so hopefully they&#8217;ll fix the default CSS.</p>
<p>My next wish would be to be able to customise the markup of the checkout pages, and not just the CSS&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ok-cool.com/posts/read/136-minor-css-bug-and-fix-in-shopify-checkout/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
