<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>madCarrot</title>
<link>http://www.madcarrot.co.uk/</link>
<description>Web design, web hosting and web optimisation services
madCarrot is a collective of UK based web professionals who have come together to offer Internet services. Our Services include Web design and development, branding, hosting, optimisation and consultancy.
We are all mad about delivering high quality web sites, that is why our portfolio consists of only hand coded sites that are written to web standards.</description>
<copyright>Copyright 2007</copyright>
<lastBuildDate>Wed, 17 Aug 2005 00:05:27 +0000</lastBuildDate>
<generator>http://www.movabletype.org/?v=3.15</generator>
<docs>http://blogs.law.harvard.edu/tech/rss</docs> 

<item>
<title>:focus on what?</title>
<description><![CDATA[<p>Internet Explorer is very annoying, it does not support the CSS pseudo functionality for :focus. It also only supports :hover when used with a anchor tag.</p>

<p>This limits us greatly mainly because we are forced to use the javascript events onMouseOver / onMouseOut to trigger style changes on other 'elements' (for example the HTML button element).</p>

<p><a href="http://www.relativelyabsolute.com/articles/focus/">relativelyabsolute.com</a> shows us how we can get around this, using a .htc file (<a href="http://www.relativelyabsolute.com/cssfocusandhover.htc">cssfocusandhover.htc</a>) we can add the functionality to our web site. It is not ideal and if you have a large stylesheet it wont work at all.</p>

<p>So what does it do? the .htc file reads all your external stylesheets and replaces any instance of :focus / :hover with a non intrusive JavaScript alternative, hence eradicating the need for events such as onMouseOver and onMouseOut.</p>]]></description>
<link>http://www.madcarrot.co.uk/2005/08/focus_on_what.html</link>
<guid>http://www.madcarrot.co.uk/2005/08/focus_on_what.html</guid>
<category>Technical Stuff</category>
<pubDate>Wed, 17 Aug 2005 00:05:27 +0000</pubDate>
</item>
<item>
<title>Pass Sessions between subdomains in php</title>
<description><![CDATA[<p>If you want to be able to pass session data between subdomains you need to add the following to the php.ini file. </p>

<pre>
session.cookie_domain = .mydomain.com 
</pre>

<p>If you are unable to modify the the php.ini file you can add the following before the session.start() function on any page which creates the session cookie.</p>

<pre>
ini_set("session.cookie_domain", ".mydomain.com");
</pre>]]></description>
<link>http://www.madcarrot.co.uk/2005/08/pass_sessions_b.html</link>
<guid>http://www.madcarrot.co.uk/2005/08/pass_sessions_b.html</guid>
<category>Technical Stuff</category>
<pubDate>Mon, 01 Aug 2005 12:06:30 +0000</pubDate>
</item>
<item>
<title>Changing the Week Start Day in Movable Type</title>
<description><![CDATA[<p>We were working on a site for a client who wanted to send out a HTML newsletter every Wednesday to their customers. We decided to use Movable Type to generate the weekly newsletter. We set the archive type to weekly and generated a weekly archive template. Then using PHP we sent out the HTML page in an email.</p>

<p>Each new entry added in the week would make up the weekly newsletter. The only problem was that the weeks within Movable type start on a Sunday. Therefore we had to wait until Monday to start the new newsletter.</p>]]></description>
<link>http://www.madcarrot.co.uk/2005/07/changing_the_we_1.html</link>
<guid>http://www.madcarrot.co.uk/2005/07/changing_the_we_1.html</guid>
<category>Technical Stuff</category>
<pubDate>Mon, 25 Jul 2005 10:22:46 +0000</pubDate>
</item>
<item>
<title>Conform or not conform, that is the question.</title>
<description><![CDATA[<p>With everyone advocating the use of web standards nowadays I decided to take a look at some of the top visited sites according to <a href="http://toolbar.netcraft.com/stats/topsites">Netcraft</a> and see what results were given when passing it through the W3C's validator.<br />
</p>]]></description>
<link>http://www.madcarrot.co.uk/2005/06/to_conform_or_n.html</link>
<guid>http://www.madcarrot.co.uk/2005/06/to_conform_or_n.html</guid>
<category>News</category>
<pubDate>Wed, 29 Jun 2005 21:47:16 +0000</pubDate>
</item>
<item>
<title>Creating a Google Sitemap in Movable Type</title>
<description><![CDATA[<p>Google have started a new (June 2005) project called <a href="https://www.google.com/webmasters/sitemaps/login" title="Link to the Google Sitemap home page">Google Sitemaps</a>. The idea behind it is to give the <a href="http://www.google.com/bot.html" title="Learn more about what a Googlebot is">Googlebot</a> a helping hand when spidering your website. We are told that by adding a sitemap we allow for more efficient and tailored searches. Allowing the search engine to harvest links that it may otherwise miss.</p>

<p>According to Google using a sitemap will not give us higher search rankings and still does not guarantee search placement.</p>

<p>So now for the technical bit. A site map is basically an <acronym title="eXtensible Mark-up Language">XML</acronym> document made up of links (URL's) from your site, obviously the more links the more accurately it will map to your website.</p>]]></description>
<link>http://www.madcarrot.co.uk/2005/06/creating_a_goog.html</link>
<guid>http://www.madcarrot.co.uk/2005/06/creating_a_goog.html</guid>
<category>Technical Stuff</category>
<pubDate>Thu, 16 Jun 2005 17:06:26 +0000</pubDate>
</item>
<item>
<title>We&apos;ve been featured</title>
<description><![CDATA[<p>We'd all like to give a big thanks to <a href="http://www.cssdrive.com/">cssdrive</a>, <a href="http://www.nv30.com/mt/blogomania/index.php">cssmania</a> and <a href="http://www.unmatchedstyle.com/">unmatchedstyle</a> for featuring our web site in their CSS galleries for June '05.</p>

<p>Seeing the site on the gallery reminds us why we're putting in all the extra hours :)<br />
</p>]]></description>
<link>http://www.madcarrot.co.uk/2005/06/weve_been_featu.html</link>
<guid>http://www.madcarrot.co.uk/2005/06/weve_been_featu.html</guid>
<category>News</category>
<pubDate>Tue, 14 Jun 2005 15:28:16 +0000</pubDate>
</item>
<item>
<title>Internet Explorer 7 - IE7</title>
<description><![CDATA[<p>So Microsoft has announced that IE7 is coming and it is going to fix some of the well documented bugs, have tabbed browsing and support alpha channels in PNG images. The most important thing in my mind is, will IE finally conform to the <a href="http://www.w3.org/">W3C standards</a>? </p>

<p>Oh and back in November 2004 Ben English fom Microsoft had this to say:</p>

<blockquote>Features such as tabbed browsing are not important to IE users. </blockquote>]]></description>
<link>http://www.madcarrot.co.uk/2005/06/internet_explor.html</link>
<guid>http://www.madcarrot.co.uk/2005/06/internet_explor.html</guid>
<category>News</category>
<pubDate>Wed, 01 Jun 2005 21:32:15 +0000</pubDate>
</item>
<item>
<title>madCarrot - It&apos;s all brand new</title>
<description><![CDATA[<p>After launching the original madCarrot web site back in January 2002  we have decided now is the time for a complete overhaul, and hey why not include a totally new brand design too.</p>

<p>Our new site now includes a <a href="http://www.answers.com/blog" title="Blog definition">blog</a>, this allows us to communicate company news. We also hope to include web design information, so that we can contribute our knowledge back to the web design community.</p>]]></description>
<link>http://www.madcarrot.co.uk/2005/05/its_all_brand_n.html</link>
<guid>http://www.madcarrot.co.uk/2005/05/its_all_brand_n.html</guid>
<category>News</category>
<pubDate>Sat, 14 May 2005 16:47:31 +0000</pubDate>
</item>


</channel>
</rss>