<?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>CSS tutorials and more &#187; General</title>
	<atom:link href="http://jamesowers.co.uk/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://jamesowers.co.uk</link>
	<description>CSS &#38; other web developer stuff</description>
	<lastBuildDate>Tue, 25 May 2010 09:18:02 +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>Easily get javascript libraries using Script SRC</title>
		<link>http://jamesowers.co.uk/general/526/script-src/</link>
		<comments>http://jamesowers.co.uk/general/526/script-src/#comments</comments>
		<pubDate>Tue, 25 May 2010 09:17:40 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=526</guid>
		<description><![CDATA[When developing a new site I always like to make sure I use the latest release of my javascript library hosted by Google. Then I just update it to a local version before the site goes live. Today I came across a great little site that lets you get the links to the latest versions [...]]]></description>
			<content:encoded><![CDATA[<p>When developing a new site I always like to make sure I use the latest release of my javascript library hosted by Google. Then I just update it to a local version before the site goes live.</p>
<p>Today I came across a great little site that lets you get the links to the latest versions of the most popular javascript libraries quickly and easily.</p>
<p><span id="more-526"></span></p>
<p><a href="http://scriptsrc.net/"><img src="http://jamesowers.co.uk/wp-content/uploads/scriptsrc.png" alt="scriptsrc" title="scriptsrc" width="520" height="129" class="alignnone size-full wp-image-527" /></a></p>
<p>You find your library on the page and click the &#8216;Copy&#8217; button. Then all the code you need to include the library in your page is copied to your clipboard. </p>
<p>I really like simple, easy to use sites like this that do one thing and do it well rather than trying to do too much.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/526/script-src/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Font API</title>
		<link>http://jamesowers.co.uk/general/520/google-font-api/</link>
		<comments>http://jamesowers.co.uk/general/520/google-font-api/#comments</comments>
		<pubDate>Thu, 20 May 2010 10:40:29 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=520</guid>
		<description><![CDATA[I wrote an article a while back on font replacement techniques, this is a quick update about Google&#8217;s version of this which is seriously easy to use. The Google Font API allows you to use any font from their font directory or you can use the font loader to load other fonts which they co-developed [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote an article a while back on <a href="http://jamesowers.co.uk/typography/320/font-replacement-techniques/">font replacement techniques</a>, this is a quick update about Google&#8217;s version of this which is seriously easy to use.</p>
<p>The <a href="http://code.google.com/apis/webfonts/">Google Font API</a> allows you to use any font from their font directory or you can use the font loader to load other fonts which they co-developed with TypeKit.</p>
<p><span id="more-520"></span><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/font/font.png" alt="" /></p>
<h2>Using the Google Font API</h2>
<p>There&#8217;s no point in re-inventing the wheel so I&#8217;ll just link to a great article and video guide by Jeffrey Way over at Nettuts. You can have a <a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-google-fonts-api-youre-going-to-love-this/">look at his article here</a>.</p>
<h2>Other Info</h2>
<p>The great thing about the Google Fonts API is the fact that you can still use CSS3 effects on your text if you want to. As for page performance, obviously the initial download may slow your page down slightly but they do try to cache everything to minimise and extra loading times, just make sure you don&#8217;t try and load too many fonts!</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/520/google-font-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC and More!</title>
		<link>http://jamesowers.co.uk/general/501/asp-net-mvc-and-more/</link>
		<comments>http://jamesowers.co.uk/general/501/asp-net-mvc-and-more/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 14:28:30 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=501</guid>
		<description><![CDATA[This is just an update post about what I&#8217;m up to at the minute and my ideas for this site for the future. Lately I&#8217;ve been messing around learning ASP.NET MVC which has been interesting, but I haven&#8217;t had time for much else. Luckily I&#8217;ve done a lot of PHP and classic ASP programming so [...]]]></description>
			<content:encoded><![CDATA[<p>This is just an update post about what I&#8217;m up to at the minute and my ideas for this site for the future.</p>
<p>Lately I&#8217;ve been messing around learning ASP.NET MVC which has been interesting, but I haven&#8217;t had time for much else. Luckily I&#8217;ve done a lot of PHP and classic ASP programming so the c# syntax wasn&#8217;t too new and I love CodeIgniter so the MVC part wasn&#8217;t scary either.</p>
<p><span id="more-501"></span></p>
<p>Now I&#8217;m working on trying to set up a database access layer in Visual Studio to connect to a Sybase database we have on the development server at work which isn&#8217;t so straight forward. Maybe I should start using Twitter so I can just tweet when I get stuck with things like this.</p>
<p>I&#8217;ve also been doing a lot of work on one of my clients sites and updating my portfolio site to make it look a bit better. I was thinking of re-doing this site so it&#8217;s a bit more simple but I&#8217;m worried about damaging my rankings in the search engines. I&#8217;ll have to give it some thought.</p>
<p>In the future I&#8217;m going to try and add more tutorial posts and less roundup posts because I think there&#8217;s waayyy too many of those on the internet now, my RSS reader is packed full of them.</p>
<p>Finally, I ordered the <a href="http://shop.smashingmagazine.com/smashing-book-eu.html#d=smashing-book&#038;utm_source=Smashing%2BMagazine&#038;utm_medium=Footerbanner&#038;utm_content=Ziel%3A%2BShop&#038;utm_campaign=Smashing%2BMagazine%20-%20Footer%20Badge%20-%20Smashing%20Book">Smashing Magazine book</a> (not an affiliate link) last week (a bit late, I know) but I&#8217;ll maybe get some photos and or a review up when it comes and I&#8217;ve had a chance to look at it. </p>
<p><strong>Edit: Ok, I&#8217;ve decided I&#8217;m going to try using Twitter again, this time properly&#8230;hopefully!</strong> <a href="http://twitter.com/jmz360">http://twitter.com/jmz360</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/501/asp-net-mvc-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A feeble update</title>
		<link>http://jamesowers.co.uk/general/465/a-feeble-update/</link>
		<comments>http://jamesowers.co.uk/general/465/a-feeble-update/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:43:25 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=465</guid>
		<description><![CDATA[I&#8217;d love to be able to update this site a lot more than I do however my day job and customers must come first! In the little free work time I&#8217;ve had over the past few months, I&#8217;ve managed to get most of my new portfolio website done which you can see if you go [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d love to be able to update this site a lot more than I do however my day job and customers must come first! In the little free work time I&#8217;ve had over the past few months, I&#8217;ve managed to get most of my new portfolio website done which you can see if you go to <a href="http://www.gotwebsites.co.uk/">GotWebsites</a>.</p>
<p>I&#8217;ve been learning loads about CodeIgniter and Doctrine when I&#8217;ve had time aswell and I&#8217;d really like to write a few blog posts on that when I&#8217;m not as busy but it looks like I&#8217;m going to have loads of work on for the next month or two at least. </p>
<p>Hopefully when I get back to having time to post here I&#8217;ll come back with loads of great ideas for articles.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/465/a-feeble-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freelance Podcasts</title>
		<link>http://jamesowers.co.uk/general/433/freelance-podcasts/</link>
		<comments>http://jamesowers.co.uk/general/433/freelance-podcasts/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 09:23:46 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=433</guid>
		<description><![CDATA[I like listening to web/freelancer related podcasts on the train to work every day so I thought I&#8217;d share the ones I like best. I do have a list of other podcasts to try out so I&#8217;ll post up some other good ones when I come across them however the ones in this post should [...]]]></description>
			<content:encoded><![CDATA[<p>I like listening to web/freelancer related podcasts on the train to work every day so I thought I&#8217;d share the ones I like best. I do have a list of other podcasts to try out so I&#8217;ll post up some other good ones when I come across them however the ones in this post should be enough to keep you busy for a while!</p>
<p><span id="more-433"></span></p>
<h2>Freelance Radio</h2>
<p><a href="http://freelanceswitch.com/podcasts/" title="Freelance Radio"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/podcasts/fs.jpg" alt="Freelance Radio" /><br />
</a></p>
<p>Like all of the other Envato sites, Freelance Switch is pretty awesome and the official Freelance Switch podcast, Freelance Radio doesn&#8217;t let down either. They have talked about everything from working on the road to social networking.</p>
<p>I&#8217;ve only just started listening to this podcast but I liked it so much, I downloaded every single episode from iTunes and I&#8217;m listening to them in order.</p>
<h2>Freelance Advisor</h2>
<p><a href="http://www.freelanceadvisor.co.uk/category/podcast/" title="Freelance Advisor"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/podcasts/fa.jpg" alt="Freelance Advisor" /><br />
</a></p>
<p>This is another podcast based around freelancing. I do like this podcast a lot as it&#8217;s one of the only UK based ones I have found which means a lot of the stuff in terms of accountancy etc is more relevant to me.</p>
<p>The podcast is founded by the same people that make the Crunch accounting system, however I haven&#8217;t found it to be too promotional.</p>
<h2>Tweak</h2>
<p><a href="http://www.tweakcast.com/" title="Tweak"><br />
<img src="http://www.jamesowers.co.uk/wp-content/uploads/podcasts/tweak.jpg" alt="Tweak" /><br />
</a></p>
<p>Tweak is a podcast aimed at creative entrepreneurs that is created by Josh Iwata. In his podcast he goes through important things such as choosing a pricing level, how to manage a project and how his design phase works.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/433/freelance-podcasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rad to the power of sick</title>
		<link>http://jamesowers.co.uk/general/416/rad-to-the-power-of-sick/</link>
		<comments>http://jamesowers.co.uk/general/416/rad-to-the-power-of-sick/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 14:52:13 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=416</guid>
		<description><![CDATA[I found this video the other day and it really makes a good point of how making what you offer different to what everybody else is offering can help it sell, even if what you&#8217;re actually selling isn&#8217;t different at all.]]></description>
			<content:encoded><![CDATA[<p>I found this video the other day and it really makes a good point of how making what you offer different to what everybody else is offering can help it sell, even if what you&#8217;re actually selling isn&#8217;t different at all.</p>
<p><embed src="http://blip.tv/play/AYGbqUAC" type="application/x-shockwave-flash" width="480" height="390" allowscriptaccess="always" allowfullscreen="true"></embed> </p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/416/rad-to-the-power-of-sick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google releases video tutorial on Adwords Bidding</title>
		<link>http://jamesowers.co.uk/general/409/google-releases-video-tutorial-on-adwords-bidding/</link>
		<comments>http://jamesowers.co.uk/general/409/google-releases-video-tutorial-on-adwords-bidding/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 07:00:44 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=409</guid>
		<description><![CDATA[Lots of people use Google Adwords to drive targeted traffic to their website. I know from experience when you first log into Adwords it can all be a bit daunting. Now google have released a video guide on how to manage your bidding for each of your keywords to maximise your return on investment. You [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of people use Google Adwords to drive targeted traffic to their website. I know from experience when you first log into Adwords it can all be a bit daunting. Now google have released a video guide on how to manage your bidding for each of your keywords to maximise your return on investment.</p>
<p>You can watch the video below and read more information on it on the <a href="http://googleblog.blogspot.com/2009/09/new-adwords-bidding-tutorial.html">official google blog</a>.</p>
<p><object width="560" height="340"><param name="movie" value="http://www.youtube.com/v/jRx7AMb6rZ0&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/jRx7AMb6rZ0&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/409/google-releases-video-tutorial-on-adwords-bidding/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New theme</title>
		<link>http://jamesowers.co.uk/general/270/new-theme/</link>
		<comments>http://jamesowers.co.uk/general/270/new-theme/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 20:12:43 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=270</guid>
		<description><![CDATA[First off I want to apologise for the crappy posts of late, this will be the last &#8220;ooohh I did this&#8221; post that isn&#8217;t really of any use to you and that I&#8217;m sure you&#8217;re sick of reading! The new theme is up, I&#8217;ve updated the about me page and the new contact form on [...]]]></description>
			<content:encoded><![CDATA[<p>First off I want to apologise for the crappy posts of late, this will be the last &#8220;ooohh I did this&#8221; post that isn&#8217;t really of any use to you and that I&#8217;m sure you&#8217;re sick of reading!</p>
<p><span id="more-270"></span></p>
<p>The new theme is up, I&#8217;ve updated the about me page and the new contact form on the contact page will be up tonight.</p>
<p>I looked at my feedburner stats and amazingly there are still people subscribed! I just want to say thanks to those people for not deleting my feed while I&#8217;ve been lazy and haven&#8217;t updated the site. I&#8217;ll be doing my very best to keep the site updated regularly from now on.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/270/new-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another update</title>
		<link>http://jamesowers.co.uk/general/249/another-update/</link>
		<comments>http://jamesowers.co.uk/general/249/another-update/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 08:12:42 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=249</guid>
		<description><![CDATA[The new skin should be online this week. I&#8217;ve been playing around with it on my computer to get it how I want it before I put it online. I&#8217;ll also be going through the categories to refine them a bit more. If there are any tutorials or articles you would like me to write, [...]]]></description>
			<content:encoded><![CDATA[<p>The new skin should be online this week. I&#8217;ve been playing around with it on my computer to get it how I want it before I put it online. I&#8217;ll also be going through the categories to refine them a bit more.</p>
<p><span id="more-249"></span></p>
<p>If there are any tutorials or articles you would like me to write, please let me know in the comments and I&#8217;ll see what I can do. I know there are a few people that have asked for horizontal and vertical drop down menus so I&#8217;ll have a look at writing those in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/249/another-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates to the site</title>
		<link>http://jamesowers.co.uk/general/239/updates-to-the-site/</link>
		<comments>http://jamesowers.co.uk/general/239/updates-to-the-site/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 15:00:56 +0000</pubDate>
		<dc:creator>Jmz</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://jamesowers.co.uk/?p=239</guid>
		<description><![CDATA[This time it&#8217;s been too long since my last post. I&#8217;m trying at the minute to build up a collection of posts ready to go up on this site so that it can have regular, useful content added even when I&#8217;m too busy to work on the site. I also have a nice new theme [...]]]></description>
			<content:encoded><![CDATA[<p>This time it&#8217;s been too long since my last post. I&#8217;m trying at the minute to build up a collection of posts ready to go up on this site so that it can have regular, useful content added even when I&#8217;m too busy to work on the site. I also have a nice new theme for this blog ready to go online, I&#8217;m just waiting to get a chance to sit down and reorganise the site so that everything looks and works better.</p>
<p><span id="more-239"></span></p>
<p>Because of work and commitments and freelance jobs I&#8217;ve had to pretty much put all of my projects on hold. </p>
<p><a href="http://pikfolio.com/">PikFolio</a> (which was almost ready to launch) has had to be put to one side for now as I just don&#8217;t have the time to work on it. I&#8217;m hoping that in the future, I&#8217;ll have some time to streamline the whole app to make it a bit less complicated and feature rich. Then I can launch it and add new features as I go so that the whole thing doesn&#8217;t get so overwhelming.</p>
<p>I&#8217;m almost finished my first premium WordPress theme, which I&#8217;m hoping to sell on <a href="http://themeforest.net/?ref=Jmz">ThemeForest</a>. I literally need to do some screenshots and prepare the files for download and I&#8217;m done. Hopefully that will be submitted and approved this week, although since it&#8217;s my first one I&#8217;ve got no idea how long they take to approve or even if it will be approved. I&#8217;ll get a preview up here when it&#8217;s done (if it&#8217;s not against their TOS) and a link to the <a href="http://themeforest.net/?ref=Jmz">ThemeForest</a> site where you can buy it. If all goes well with this one, I have 2 or 3 other blog templates to code and add.</p>
<p>Finally, I&#8217;m learning to use <a href="http://codeigniter.com">CodeIgniter</a> because I think it will speed up the time I take to develop larger PHP projects. I&#8217;m very impressed with what I&#8217;ve seen so far so some time in the future I&#8217;ll have some apps made with that to show off.</p>
]]></content:encoded>
			<wfw:commentRss>http://jamesowers.co.uk/general/239/updates-to-the-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: jamesowers.co.uk @ 2010-07-29 22:54:51 by W3 Total Cache -->