<?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"
	>

<channel>
	<title>Apostrophe Art.com</title>
	<atom:link href="http://www.apostropheart.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apostropheart.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 28 Jun 2008 17:49:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>In The Jungle</title>
		<link>http://www.apostropheart.com/blog/in-the-jungle/</link>
		<comments>http://www.apostropheart.com/blog/in-the-jungle/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 17:44:18 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.apostropheart.com/?p=24</guid>
		<description><![CDATA[Well, it&#8217;s been a while but I finally got around to a new post.
I&#8217;ve had a lot of time recently so I thought I would take the opportunity to get back into Flash. So without further ado here is my latest offering of a lion roaming the jungle. As always, just click on the thumbnail [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s been a while but I finally got around to a new post.</p>
<p>I&#8217;ve had a lot of time recently so I thought I would take the opportunity to get back into Flash. So without further ado here is my latest offering of a lion roaming the jungle. As always, just click on the thumbnail to load the movie.</p>
<p><a class="lightview" title="Lion::In the jungle::width:800,height:600" href="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/06/lion.swf"><img class="single_thumb" src="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/06/lion.gif" alt="Embedded Flash Video" /></a></p>
<p>I know that it&#8217;s by no means perfect but I am rather proud of this one, a <em>lot</em> of hours went into it.</p>
<p>And (I hear my imaginary readers ask) what else have I been up to?</p>
<p>Well, I have been learning all about <a href="http://expressionengine.com/">Expression Engine</a> which seems to be a great (if rather pricey) piece of kit, and it&#8217;s always good to learn about other CMS&#8217;s.</p>
<p>I&#8217;ve also been trying to bring my javascript up to scratch and learning a bit about the various libraries like <a href="http://jquery.com/">jQuery</a>, <a href="http://prototypejs.org/">prototype</a> and <a href="http://mootools.net/">mootools</a>.</p>
<p>I still didn&#8217;t get any work. A couple of people expressed an interest but then never got back to me, that&#8217;s really annoying! I think it also has a lot to do with my lack of business experience and woeful ineptitude when it comes to self promotion.</p>
<p>I will be getting a part time job in the next couple of weeks to tide me over. Not something I wanted to do but beggars can&#8217;t be choosers.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apostropheart.com/blog/in-the-jungle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Replacing Fonts</title>
		<link>http://www.apostropheart.com/blog/replacing-fonts/</link>
		<comments>http://www.apostropheart.com/blog/replacing-fonts/#comments</comments>
		<pubDate>Fri, 09 May 2008 11:18:04 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.apostropheart.com/?p=23</guid>
		<description><![CDATA[A week online and my third post already. That&#8217;s bordering on prolific in my book!
Although, actually this post is more of an experiment than really offering anything new to the site.
Hopefully you will have noticed the rather &#8220;stylish&#8221; heading to this entry. For the uninitiated, the fonts (typefaces) you see on a web page usually [...]]]></description>
			<content:encoded><![CDATA[<p>A week online and my third post already. That&#8217;s bordering on prolific in my book!</p>
<p>Although, actually this post is more of an experiment than really offering anything new to the site.</p>
<p>Hopefully you will have noticed the rather &#8220;stylish&#8221; heading to this entry. For the uninitiated, the fonts (typefaces) you see on a web page usually live on <em>your</em> computer. When you navigate to a web page your browser interprets the information it is given and assembles it on your screen pulling the font from a collection on your hard drive.</p>
<p>Obviously this has always been a great hindrance to web designers and developers, there being no point in choosing a beautiful and obscure font to compliment a design when, in all likelihood, the viewer will not have that font installed on their computer, which will then default to a boring, and possibly design breaking, standard font. The only alternative, until relatively recently has been to replace the text with an image of itself. The problems with that being <strong>a.</strong> Increasing the size of the page in kilobytes, thus increasing loading times. <strong>b.</strong> Breaking the cardinal rule of mixing content with presentation and, <strong>c.</strong> Most important of all, taking away the viewers ability to increase the size of the text and also making it invisible to anyone using a screenreader.</p>
<p>For the heading above I have used the sIFR (or Scalable Inman Flash Replacement) technology available <a href="http://wiki.novemberborn.net/sifr">here</a> which utilises a combination of Flash and Javascript to hide and replace the text with an embedded font of my choice (here I used &#8220;Hobo Std&#8221; as a rather extreme example). The beauty of this method is that it can be resized (although I seem to be having issues with that on the Mac) and degrades nicely, if the viewer has no Flash player or Javascript turned off it will default to a prespecified &#8220;common&#8221; font which means that it will also appear to screenreaders.</p>
<p>The sIFR technique has been around for a while and is being improved upon all the time. I only recently learned how to implement it after reading <a href="http://designintellection.com/2008/this-is-how-you-get-sifr-to-work/">this</a> excellent article. After that it was just a case of making it apply only to the heading of this specific post and not to the headings on the rest of my site, which required nothing more than a simple conditional statement applied to this posts unique number ID.</p>
<p>I&#8217;m currently working on a custom 404 page for this site, which I hope nobody ever sees, and waiting desperately for someone to hire me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apostropheart.com/blog/replacing-fonts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Few Flash Animations</title>
		<link>http://www.apostropheart.com/blog/a-few-flash-animations/</link>
		<comments>http://www.apostropheart.com/blog/a-few-flash-animations/#comments</comments>
		<pubDate>Sat, 03 May 2008 14:10:12 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.apostropheart.com/?p=10</guid>
		<description><![CDATA[In my first post I promised to add some Flash content to the site. I haven&#8217;t had time to make anything specifically for Apostrophe Art but here are a few files I had sitting on my hard drive.
Click on the thumbnails to open the files.


These were all made last year when I was spending most [...]]]></description>
			<content:encoded><![CDATA[<p>In my first post I promised to add some Flash content to the site. I haven&#8217;t had time to make anything specifically for Apostrophe Art but here are a few files I had sitting on my hard drive.</p>
<p>Click on the thumbnails to open the files.</p>
<p><a class="lightview" title="Sniff::Hot on the trail::width:800,height:600" href="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/sniff.swf"><img class="thumb" src="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/sniff.gif" alt="Embedded Flash Video" /></a><a class="lightview" title="Bulldog::Bertie the Bulldog::width:800,height:600" href="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/bulldog_finished.swf"><img class="thumb" src="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/bulldog.gif" alt="Embedded Flash Video" /></a><a class="lightview" title="Babe::Isn't she gorgeous?::width:800,height:600" href="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/retro_babe.swf"><img class="thumb" src="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/babe.gif" alt="Embedded Flash Video" /></a></p>
<p><a class="lightview" title="Bird::Catch the Pigeon::width:800,height:600" href="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/bird.swf"><img class="thumb" src="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/bird.gif" alt="Embedded Flash Video" /></a><a class="lightview" title="Frog::Hungry Frog::width:1000,height:600" href="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/frog.swf"><img class="thumb" src="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/frog.gif" alt="Embedded Flash Video" /></a><a class="lightview" title="Head turn::Whoa, look at that!::width:550,height:400" href="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/zip_turn.swf"><img class="thumb" src="http://www.apostropheart.com/wordpress/wp-content/uploads/2008/05/zip_turn.gif" alt="Embedded Flash Video" /></a></p>
<p>These were all made last year when I was spending most of my spare time learning animation in general and how to use the Flash software. Most of them are exercises from the two animation &#8220;bibles&#8221;, Preston Blair&#8217;s<a href="http://www.amazon.co.uk/Cartoon-Animation-Collectors-Preston-Blair/dp/1560100842/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1209822877&amp;sr=8-1"> Cartoon Animation</a> and <a href="http://www.amazon.co.uk/Animators-Survival-Kit-Principles-Stop-motion/dp/0571202284/ref=pd_bxgy_b_img_b?ie=UTF8&amp;qid=1209822877&amp;sr=8-1">The Animators Survival Kit</a> by Richard Williams. The retro style cartoon babe comes from Christopher Hart&#8217;s <a href="http://www.amazon.co.uk/Cartoon-Cool-Retro-Style-Characters/dp/0823005879/ref=sr_1_17?ie=UTF8&amp;s=books&amp;qid=1209823255&amp;sr=1-17">Cartoon Cool</a>.</p>
<p>I must also give a lot of credit to Justin at <a href="http://www.cartoonsmart.com/">Cartoon Smart</a> without whose excellent video tutorials I would probably still be staring at the Flash interface and scratching my head!</p>
<p>I do hope to be adding a few more soon, and, as I have already said, I am seriously thinking of making a Flash version of this site.</p>
<p>Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apostropheart.com/blog/a-few-flash-animations/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finally, a website!</title>
		<link>http://www.apostropheart.com/blog/finally-a-website/</link>
		<comments>http://www.apostropheart.com/blog/finally-a-website/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 15:09:51 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
		
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.apostropheart.com/?p=9</guid>
		<description><![CDATA[So, finally, after so much talking about it and thinking about it I have actually gotten around to building my website even though I do miss that little &#8220;under construction&#8221; animation that was here for about four months.
I have taken every possible measure to ensure that this site appears more or less the same in [...]]]></description>
			<content:encoded><![CDATA[<p>So, finally, after so much talking about it and thinking about it I have actually gotten around to building my website even though I do miss that little &#8220;under construction&#8221; animation that was here for about four months.</p>
<p>I have taken every possible measure to ensure that this site appears more or less the same in all modern web browsers (no two browsers work in quite the same way) so if the layout falls apart on your computer it is because you are using an outdated version of your particular browser and if I were to hazard a guess I would say it is probably Internet Explorer and more than likely version 6 or below. There are links to the latest versions of all the main browsers on the <a href="http://www.apostropheart.com/about/">about</a> page although in my not so humble opinion you can&#8217;t beat <a href="http://www.mozilla.com/en-US/firefox/">Firefox</a>.</p>
<p>I don&#8217;t have any real excuses for it taking so long, obviously my Dad passing away did take the wind out of my sails for a while, but I think it has been more a case of just getting started. Building your own website, especially when you don&#8217;t have any real content, is a lot different to building one for someone else where the project is driven by their needs and goals. Once I did get started it has only taken a couple of weeks from Photoshop® to the web.</p>
<p>I am pretty happy with the outcome and overall &#8220;look&#8221; of the site, though it will change over time. There does seem to be a small issue with page loading times at the moment and I am not sure if that is down to my internet connection or the fact that my webhost keeps the database on a different server to the rest of the site. I am taking steps to address the problem.</p>
<p>With this being my first blog post, the sidebar is somewhat low on content, so, for the time being I have included links to some of the more universally interesting blogs that I subscribe to and left out the more &#8220;techie&#8221; ones.</p>
<p>As I mention on my <a href="http://www.apostropheart.com/about/">about</a> page I do hope to add some Flash® content in the not too distant future and if I ever get time I would like to make a complete Flash® version of the site.</p>
<p>So what will I be blogging about? That&#8217;s a good question. As the purpose of Apostrophe Art.com is to promote myself as a designer/developer I think it&#8217;s probably best to confine my writing to general internet development topics and news on any projects that I will (hopefully) be commissioned to do. The long term aim is to turn the site into an online portfolio.</p>
<p>If you would like to know more then by all means <a href="http://www.apostropheart.com/contact/">contact</a> me and why not leave a comment while you are here?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apostropheart.com/blog/finally-a-website/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
