<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>THE BLOG &#187; Resources</title>
	<atom:link href="http://www.carl-topham.com/theblog/category/resources/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carl-topham.com/theblog</link>
	<description>Creative knowledge, shared</description>
	<lastBuildDate>Thu, 12 Aug 2010 09:47:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ie 7 min-width and button bug</title>
		<link>http://www.carl-topham.com/theblog/2010/07/27/ie-7-min-width-and-button-bug/</link>
		<comments>http://www.carl-topham.com/theblog/2010/07/27/ie-7-min-width-and-button-bug/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 10:34:04 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.carl-topham.com/theblog/2010/07/27/ie-7-min-width-and-button-bug/</guid>
		<description><![CDATA[A bug for anyone needing ie7 compatible forms using a min-width on the buttons. This also affects ie8 running in compatibility mode. input.submitbutton { min-width: 100px; } If you are using a min-width for your form submit buttons then sadly ie7 will align button text to the right of the button. It is un-fixable with [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2010%2F07%2F27%2Fie-7-min-width-and-button-bug%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2010%2F07%2F27%2Fie-7-min-width-and-button-bug%2F&amp;source=carldashtopham&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>A bug for anyone needing ie7 compatible forms using a min-width on the buttons. This also affects ie8 running in compatibility mode.</p>
<p>input.submitbutton<br />
{<br />
    min-width: 100px;<br />
}</p>
<p>If you are using a min-width for your form submit buttons then sadly ie7 will align button text to the right of the button. It is un-fixable with just css and the only pure solution is to remove the min-width and either use width:auto; or use width:123px;</p>
<p>input.submitbutton<br />
{<br />
    width: 100px;<br />
}</p>
<p>If however you don’t mind using javascript you can try using the ie7-js which uses javascript to bring any ie browser less than ie8/ie9 to work as the latest one. You can read more about ie7-js on google code: <a href="http://code.google.com/p/ie7-js/">http://code.google.com/p/ie7-js/</a></p>
<p>As a bonus this can also fix any transparent png issues found in ie6!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carl-topham.com/theblog/2010/07/27/ie-7-min-width-and-button-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Host Migration</title>
		<link>http://www.carl-topham.com/theblog/2010/07/05/host-migration/</link>
		<comments>http://www.carl-topham.com/theblog/2010/07/05/host-migration/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 08:53:26 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Promotion]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.carl-topham.com/theblog/2010/07/05/host-migration/</guid>
		<description><![CDATA[Over the weekend you may have noticed my site being down, then up, then down again and now finally back up. There was a hosting issue with my old hosts that was thankfully resolved by moving to the wonderful Media Temple. I have been using Media Temple for a few other sites for a while [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2010%2F07%2F05%2Fhost-migration%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2010%2F07%2F05%2Fhost-migration%2F&amp;source=carldashtopham&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Over the weekend you may have noticed my site being down, then up, then down again and now finally back up. </p>
<p>There was a hosting issue with my old hosts that was thankfully resolved by moving to the wonderful <a href="http://www.mediatemple.net/go/order/?refdom=thehipshooter.com">Media Temple</a>. I have been using Media Temple for a few other sites for a while now and I was planning on moving this site over in the next month or two but the hosting issues forced my hand. Apart from being really flexible &#038; customisable, they also offer more features than my last hosts so it’s all good. If you are interested in having your hosting with Media Temple then please check them out via my referral link <a href="http://www.mediatemple.net/go/order/?refdom=thehipshooter.com">http://www.mediatemple.net/go/order/?refdom=thehipshooter.com</a> </p>
<p>The referral site thehipshooter.com, is a photography site I am in the process of designing and building between other work. Watch this space for more info.</p>
<p>Links:<br />
<a href="http://www.mediatemple.net/go/order/?refdom=thehipshooter.com">http://www.mediatemple.net/go/order/?refdom=thehipshooter.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.carl-topham.com/theblog/2010/07/05/host-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamweaver feature question</title>
		<link>http://www.carl-topham.com/theblog/2009/08/22/dreamweaver-feature-question/</link>
		<comments>http://www.carl-topham.com/theblog/2009/08/22/dreamweaver-feature-question/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 10:50:28 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.carl-topham.com/theblog/?p=222</guid>
		<description><![CDATA[Since i have been working on quite a few web projects in the last few weeks a question has popped up. Let me explain&#8230; Here is the situation. Lots of the websites I make have similar features and I have been using the &#8220;snippets&#8221; tool bar to save the common ones for re-use, i.e. list [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2009%2F08%2F22%2Fdreamweaver-feature-question%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2009%2F08%2F22%2Fdreamweaver-feature-question%2F&amp;source=carldashtopham&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Since i have been working on quite a few web projects in the last few weeks a question has popped up. Let me explain&#8230; Here is the situation.<br />
Lots of the websites I make have similar features and I have been using the &#8220;snippets&#8221; tool bar to save the common ones for re-use, i.e. list menus CSS and HTML as 2 snippets to drop into a CSS doc and a HTML doc respectively and I have a basic formatted list quickly and easily. However some of my lists have graphic elements such as background and these are stored in an image folder.<br />
My question/wondering is:<br />
Is it possible to make a code element into a &#8220;module&#8221; (that&#8217;s what I&#8217;m calling it for now) where when I add the module it copies the relevant graphic resources across (and drops the code in where needed, not essential though as I can use snippets for that). Mainly is it possible to have a snippet equivalent which drops resources into folders for your site? Maybe from a main repository?</p>
<p>Does this feature exist or do you have a similar situation that you resolved? Please let me know.<br />
Thanks</p>
<p>-EDIT I have figured it out! The answer extensions! Once I figure them out I will share</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carl-topham.com/theblog/2009/08/22/dreamweaver-feature-question/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wiki memoire</title>
		<link>http://www.carl-topham.com/theblog/2008/10/01/wiki-memoire/</link>
		<comments>http://www.carl-topham.com/theblog/2008/10/01/wiki-memoire/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 11:02:05 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://www.carl-topham.com/theblog/?p=132</guid>
		<description><![CDATA[Theres no need for paper notes any more! An aide-memoire in the form of a small wiki site will note down all the information I learn during coding and programmingÂ and the problems I solveÂ for future reference. For the moment the wiki-memoire will be for coding and programming only. Any design information, techniques and tutorials will [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2008%2F10%2F01%2Fwiki-memoire%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2008%2F10%2F01%2Fwiki-memoire%2F&amp;source=carldashtopham&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Theres no need for paper notes any more! An aide-memoire in the form of a small wiki site will note down all the information I learn during coding and programmingÂ and the problems I solveÂ for future reference. For the moment the wiki-memoire will be for coding and programming only. Any design information, techniques and tutorials will remain here in theblog.</p>
<p>With the wiki-memoire actingÂ as aÂ reference site thatÂ can be accessed to find the right CSSÂ selector or a piece ofÂ PHP code etc.Â it will no longer be necessaryÂ to spendÂ hours crawling the internet for the solution to a problem I have solved once before but forgot to bookmark, or search my pages of notepads for a snippet of code I have used before, it will all be in one place. Initially I will be the only contributor and the site and it will take a while to build up a significant amount of useful information but every time I code I learn so little by little the content will grow.</p>
<p><a href="http://www.carl-topham.com/wiki">http://www.carl-topham.com/wiki</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.carl-topham.com/theblog/2008/10/01/wiki-memoire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stock images</title>
		<link>http://www.carl-topham.com/theblog/2007/03/18/king-of-the-free/</link>
		<comments>http://www.carl-topham.com/theblog/2007/03/18/king-of-the-free/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 15:15:00 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.carl-topham.com/theblog/?p=29</guid>
		<description><![CDATA[When making an image it is often necessary to use images as backgrounds or parts of images as textures. Since I am not loaded I have to find the cheap ways to get them. The best way to get some images is to go out and about and take photos of everything. The draw back [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2007%2F03%2F18%2Fking-of-the-free%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2007%2F03%2F18%2Fking-of-the-free%2F&amp;source=carldashtopham&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>When making an image it is often necessary to use images as backgrounds or parts of images as textures. Since I am not loaded I have to find the cheap ways to get them. The best way to get some images is to go out and about and take photos of everything. The draw back to this is that you might not be able to get images of certain places and things since they will be half a world away.</p>
<p><span id="more-29"></span></p>
<p>I can&#8217;t pop out and get a nice picture of a rain forest or a new York skyscraper. I certainly can&#8217;t get images of the arctic or the dark side of the moon. Sure I could go and pay for someone to go and take pictures for me but like I said I am poor. I could also search google images for pictures to use but most results will be copyrighted images and you could end up getting into complicated legal issues.</p>
<p><strong>Free free free</strong></p>
<p>This is what you need royalty free images for. There are whole galleries of images for you to route through and use. Here is a short list of useful sites to start you off*</p>
<p><a href="http://www.shutterstock.com/" target="_blank">http://www.shutterstock.com/</a><br/><a href="http://www.dreamstime.com/" target="_blank">http://www.dreamstime.com/</a><br/><a href="http://creative.gettyimages.com/source/frontdoor/DefaultRfLanding.aspx" target="_blank">http://creative.gettyimages.com/source/frontdoor/DefaultRfLanding.aspx</a><br/><a href="http://www.jupiterimages.com/rfimages.aspx" target="_blank">http://www.jupiterimages.com/rfimages.aspx</a><br/><a href="http://www.fotosearch.co.uk/" target="_blank">http://www.fotosearch.co.uk/</a></p>
<p>Most of the above also have photographs and images for sale too if your wallet is full of the dollars</p>
<p><strong>Sell sell sell</strong></p>
<p>If you have lots of images that you think you want to share then you can try selling them too.</p>
<p><a href="http://www.dreamstime.com/" target="_blank">http://www.dreamstime.com/</a><br/><a href="http://www.shutterpoint.com/Home-Photographer.cfm" target="_blank">http://www.shutterpoint.com/Home-Photographer.cfm</a><br/></p>
<p><br/></p>
<p>*make sure you read the terms and conditions of free-ness as some images are not free for commercially use.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carl-topham.com/theblog/2007/03/18/king-of-the-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Type basics and font resources</title>
		<link>http://www.carl-topham.com/theblog/2007/02/20/fontastic-part-1/</link>
		<comments>http://www.carl-topham.com/theblog/2007/02/20/fontastic-part-1/#comments</comments>
		<pubDate>Tue, 20 Feb 2007 21:43:42 +0000</pubDate>
		<dc:creator>Carl</dc:creator>
				<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.carl-topham.com/theblog/?p=11</guid>
		<description><![CDATA[Any product or graphic you produce will probably need some form of type on it. You might think all you need to do is choose a font and type away. Wrong! Well 99% of the time anyway. Whether its a simple tag line or a paragraph of information you have to consider two things. Fonts [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2007%2F02%2F20%2Ffontastic-part-1%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.carl-topham.com%2Ftheblog%2F2007%2F02%2F20%2Ffontastic-part-1%2F&amp;source=carldashtopham&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Any product or graphic you produce will probably need some form of type on it. You might think all you need to do is choose a font and type away. Wrong! Well 99% of the time anyway. Whether its a simple tag line or a paragraph of information you have to consider two things. Fonts and Typography. There are a few rules you need to follow to make things look great and not just good.</p>
<p><span id="more-11"></span></p>
<p><strong>Grammar </strong></p>
<p>You need to punctuate sentences properly. That means using the correct number of punctuation marks!!!&#8230; Only using one space after a full stop or comma, capitalising the right letters and using dashes and hyphens correctly. Spelling+ is also a crucial part of using fonts. The only exceptions to any of these rules are when you are trying to design something that is meant to have the gramatical errors. In general thought it is better to stick to the rules unless you absolutly feel you have to break them.</p>
<p><strong>Font</strong></p>
<p>Once you have your words all sorted out you need to get the right font for your work. Here are a few tips to help you get it right.</p>
<p>1. Don&#8217;t use to many fonts unless you absolutly have to. 3 &#8211; 4 is the general max.  Use less fonts on short documents but on long documents try not to use more than 3 &#8211; 4.</p>
<p>2. Keep similar fonts for similar parts (titles, headings, body etc)</p>
<p>3. If you are producing something that needs to be read try to use legible and clear fonts. You can break this if you are just making things with no content that look &#8220;cool&#8221;.</p>
<p>4. Keep headlines clear of text bodys so a clear divide can be made for each section.</p>
<p>5. Keep font sizes readable. size 6 font may look good on your huge high resolution monitor but think about your audience. If they can&#8217;t read it the there is no point.</p>
<p>6. Make sure the headings and body fonts work well together.</p>
<p><strong>Get started </strong></p>
<p>The more fonts you have the more chance you have of having the best font for the job so here are a few places to begin looking.</p>
<p><strong>fonts to pay for</strong><br />
<a href="http://www.fonts.com/" target="_blank">http://www.fonts.com/</a><a href="http://www.linotype.com/" target="_blank"></p>
<p>http://www.linotype.com/</a></p>
<p><a href="http://www.fontshop.com/" target="_blank">http://www.fontshop.com/</a><br />
<a href="http://www.altemus.com/" target="_blank">http://www.altemus.com/</a></p>
<p><strong>free range fonts*</strong><br />
<a href="http://www.dafont.com/" target="_blank">http://www.dafont.com/</a><br />
<a href="http://www.free-fonts.com/" target="_blank">http://www.free-fonts.com/</a><br />
<a href="http://www.fontfreak.com/" target="_blank">http://www.fontfreak.com/</a><br />
<a href="http://simplythebest.net/fonts/" target="_blank">http://simplythebest.net/fonts/</a><a href="http://www.1001fonts.com/" target="_blank"></p>
<p>http://www.1001fonts.com/</a></p>
<p><a href="http://www.dingbatdepot.com/" target="_blank">http://www.dingbatdepot.com/</a></p>
<p>+ Any spelling mistakes, punctuation errors etc in this article are of course deliberate to emphasise my point!!!</p>
<p>* These may have commercial usage restrictions</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carl-topham.com/theblog/2007/02/20/fontastic-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
