<?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>Technikal.net blog &#187; Tutorials</title>
	<atom:link href="http://technikal.net/blog/category/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://technikal.net/blog</link>
	<description>A blog on Web design, development and freelancing</description>
	<lastBuildDate>Sun, 25 Jul 2010 23:23:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>8 things to do after you install Wordpress</title>
		<link>http://technikal.net/blog/8-things-to-do-after-installing-wordpress/</link>
		<comments>http://technikal.net/blog/8-things-to-do-after-installing-wordpress/#comments</comments>
		<pubDate>Thu, 28 May 2009 16:05:05 +0000</pubDate>
		<dc:creator>Al</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://technikal.net/blog/?p=63</guid>
		<description><![CDATA[dsfsdf sdfsd sdfs df]]></description>
			<content:encoded><![CDATA[<p>Whilst Wordpress comes &#8220;out of the box&#8221; pretty much ready to go I&#8217;ve found several tweaks and additions you really *have* to do to get everything ship shape. I suspect these are fairly standard across the board but it&#8217;s good to document them to remind myself as well as helping others.</p>
<p><span id="more-63"></span></p>
<h3>1. Install a backup option.</h3>
<p>Yes. The very first thing you&#8217;ll probably want to take care of is a suitable backup plan. Same as you (hopefully) do with your documents, photos, emails on your PC. I personally use the rather simple <a href="http://wordpress.org/extend/plugins/wp-db-backup/">WP DB Backup</a>. It&#8217;s fairly easy to install and there isn&#8217;t much to setup or configure. You can set which database tables to backup, schedule a backup (I do it once per week for example) and have it email you the file you need for a restore.</p>
<p><img src="http://technikal.net/blog/wp-content/uploads/2009/05/wpbackup-550x114.jpg" alt="Wordpress Backup Email Pic" title="Wordpress Backup Email" width="550" height="114" class="size-large wp-image-62" /></p>
<h3>2. Change the admin password.</h3>
<p>Wordpress generates a random password which you will forget. Edit your admin account via the <strong>Users</strong> panel in the administration interface.</p>
<h3>3. Edit your permalinks.</h3>
<p>By default Wordpress creates URLs for posts and pages along the lines of ?p=123 which is pretty meaningless and isn&#8217;t good for Search Engines either. There are a couple of different options built in to Wordpress which you access via <strong>Settings &gt; Permalinks</strong>. Of the options provided I&#8217;d probably choose &#8220;Month and Name&#8221; if that was the only choice. Luckily we can enter a custom value. Popular all over the web, enter <strong>/%postname%/</strong> and your URL will now say something like &#8220;this-is-my-cool-post&#8221; at the end which is a lot more meaningful to your users.</p>
<h3>4. Set up Akismet.</h3>
<p>Everyone hates spam, right? And there you are with a publicly accessible blog and guess what&#8230;a lovely comment form sitting ready to go. Spammers paradise. Unless you want to have your posts sullied by a relentless splurge of trash message then use Akismet. It&#8217;s even built into Wordpress from the go, so there&#8217;s no excuse. </p>
<li>1. Go to the <strong>Plugins</strong> section and activate Akismet
<li>2. To complete the setup you&#8217;ll be asked for an API key. You get this by registering on <a href="http://www.wordpress.com">Wordpress.com</a> then viewing your <a href="http://www.wordpress.com/profile">profile</a>.
<li>3. Head to <strong>Plugins &gt; Akismet Configuration</strong> and enter your key. Job done.</li>
<p><img src="http://technikal.net/blog/wp-content/uploads/2009/05/akismetkey.jpg" alt="Akismet Key Picture" title="Akismet Key Picture" width="436" height="176" class="size-full wp-image-68" /></p>
<h3>5. Get your content on Feedburner.</h3>
<p>Sign up for <a href="http://www.feedburner.com">Feedburner</a>. It&#8217;ll give you a custom feed and interesting stuff like how many subscribers you have..</p>
<p>Once you have signed up to Feedburner you will have to change your feed subscription link for your theme. This is managed by code in the head tag of your theme. This is managed from the header.php file for the theme.</p>
<p>Insert this code:</p>
<p><code>&lt;link rel="alternate" type="application/rss+xml" title="Your title" href="http://feed address" /&gt;</code></p>
<h3>6. Add Social Media options.</h3>
<p>This is related to the RSS content options above in point 5. The idea is to make your content as accessible as possible to any potential readers. A good way is to add some Social media options.</p>
<p>There are a <a href="http://wordpress.org/extend/plugins/search.php?q=social+media">number</a> of plugins out there to do this sort of thing. The one I use, which you can see at the bottom of this post before the comments section, is <a href="http://wordpress.org/extend/plugins/add-to-any/">Add to Any</a>. I found installation pretty simple for Add to Any. This might be different with other plugins. Experiment!</p>
<h3>7. Remember your analytics.</h3>
<p>Like a lot of people I use <a href="http://www.google.com/analytics/">Google Analytics</a>. The code it&#8217;ll give you when you sign up should be pasted into your HTML at the bottom of the page. In themes this tends to be in footer.php just before the closing body tag.</p>
<h3>8. Install a theme or design your own.</h3>
<p>The default themes in Wordpress are fine but not very individual or unique obviously. I&#8217;d recommend finding a theme you like from <a href="http://wordpress.org/extend/themes/">Wordpress themes</a>. There are hundreds. If you&#8217;re confident and competent enough with HTML and CSS you can modify an existing theme or design your own from scratch. It takes a while from scratch and can be tricky sometimes if you&#8217;re not used to working with PHP and the wordpress specific code but it&#8217;s worth it. Also remember to test your designs with dummy content to ensure it all works as planned. Numerous examples of dummy content you can import to your blog can be found on <a href="http://www.google.co.uk/search?hl=en&#038;q=wordpress+dummy+content">Google</a>.</p>
<p>These are 8 tasks, most of which are fairly simple, that will make your life a bit easier, save you in the event of a disaster, and hopefully make your content more freely available.</p>
]]></content:encoded>
			<wfw:commentRss>http://technikal.net/blog/8-things-to-do-after-installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I test in IE6 or use IE on Mac?</title>
		<link>http://technikal.net/blog/test-in-ie/</link>
		<comments>http://technikal.net/blog/test-in-ie/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 23:56:26 +0000</pubDate>
		<dc:creator>Al</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://technikal.net/blog/?p=19</guid>
		<description><![CDATA[blah blah]]></description>
			<content:encoded><![CDATA[<p>These days most people are using IE7 or IE8 and designers, being up to date types, almost certainly are. However figures suggest that 15-20% of all users still use IE6 as their main browser. Whether this is good, bad, or sane on the part of the user is another debate but what it does mean is that if you&#8217;re designing a site or more specifically a site that is attempting to sell something, then you must still take IE6 into account.</p>
<p>So how can you test your code and design out in IE6 if you&#8217;ve upgraded to IE7 or 8. What do you do if you use a Mac?</p>
<p><span id="more-19"></span></p>
<h3>XP Users</h3>
<p>For the XP user it&#8217;s really rather simple to get IE6 installed alongside other versions. Tredosoft have a product called &#8220;Multiple IE&#8221; which allows you to install a copy of IE6 onto your machine. For the comedy factor you can install right back to IE3 if you desire. <a href="http://tredosoft.com/Multiple_IE" title="Link to Tredosoft site">Further info on Tredosoft site</a>. Or the <a href="http://tredosoft.com/files/multi-ie/multiple-ie-setup.exe" title="Link to Multiple IE download">Direct download link</a>.</p>
<h3>Vista Users</h3>
<p>Unfortunately Multiple IE doesn&#8217;t work on Vista but there is a program called IETester. It doesn&#8217;t install standalone versions of the particular IE you&#8217;re interested in but allows you to view sites using the rendering engine in IE6. <a href="http://www.my-debugbar.com/wiki/IETester/HomePage">IETester link</a>.</p>
<h3>Mac Users</h3>
<p>Obviously it becomes a bit trickier for Mac users to install IE. You can try installing <a href="http://www.vmware.com/products/fusion/" title="Link to VMWare Fusion site">VMWare Fusion</a> and then a copy of XP and then a copy of IETester. This can probably be a bit annoying.</p>
<h3>Other methods to test your code</h3>
<p><a href="http://browsershots.org/" title="Link to BrowserShots website">BrowserShots</a> allows you to submit a URL and select from a myriad of configuration options to see how your design looks on different browsers and platforms.</p>
]]></content:encoded>
			<wfw:commentRss>http://technikal.net/blog/test-in-ie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
