<?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>futureskills.net</title>
	<atom:link href="http://futureskills.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://futureskills.net</link>
	<description></description>
	<lastBuildDate>Sun, 29 Apr 2012 18:04:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AppleSyncNotifier: The procedure entry point sqlite3_wal_checkpoint could not be located in the dynamic link library QLite3.dll.</title>
		<link>http://futureskills.net/applesyncnotifier-the-procedure-entry-point-sqlite3_wal_checkpoint-could-not-be-located-in-the-dynamic-link-library-qlite3-dll/</link>
		<comments>http://futureskills.net/applesyncnotifier-the-procedure-entry-point-sqlite3_wal_checkpoint-could-not-be-located-in-the-dynamic-link-library-qlite3-dll/#comments</comments>
		<pubDate>Sun, 29 Apr 2012 18:04:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 7 Tips]]></category>

		<guid isPermaLink="false">http://futureskills.net/?p=279</guid>
		<description><![CDATA[This issue is caused by the  iTunes installer, which places the file in the wrong location&#8230; Copy the file: SQLite3.dll from C:\Program Files(x86)\Common Files\Apple\Apple Application Support to C:\Program Files(x86)\Common Files\Apple\Mobile Device Support folder. &#160;]]></description>
			<content:encoded><![CDATA[<div><!-- [DocumentBodyStart:8fbc9d8b-3660-4d28-84e4-7d8fdef0e6bd] --></p>
<div>
<p>This issue is caused by the  iTunes installer, which places the file in the wrong location&#8230;</p>
<p>Copy the file:</p>
<p>SQLite3.dll</p>
<p>from</p>
<p>C:\Program Files(x86)\Common Files\Apple\Apple Application Support</p>
<p>to</p>
<p>C:\Program Files(x86)\Common Files\Apple\Mobile Device Support folder.</p>
<p>&nbsp;</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://futureskills.net/applesyncnotifier-the-procedure-entry-point-sqlite3_wal_checkpoint-could-not-be-located-in-the-dynamic-link-library-qlite3-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Link your WordPress header to your homepage</title>
		<link>http://futureskills.net/link-your-wordpress-header-to-your-homepage/</link>
		<comments>http://futureskills.net/link-your-wordpress-header-to-your-homepage/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 17:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Artiseer-Wordpress]]></category>
		<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[Artiseer]]></category>
		<category><![CDATA[clickable header]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://futureskills.net/?p=65</guid>
		<description><![CDATA[Most web­sites have their logo and/or header click­able to link to the home page. This is not a default option when creating templates in Artiseer 3.1. There is a simple way of achieving this. In the WordPress Dashboard. Make sure that the header.php file is writable Click Appearance &#62;Editor on the left side panel. This opens [...]]]></description>
			<content:encoded><![CDATA[<div id="fancybox-tmp"><a href="http://futureskills.net/wp-content/uploads/2012/01/click.jpg"><img class="wp-image-113 alignright" title="click" src="http://futureskills.net/wp-content/uploads/2012/01/click-300x130.jpg" alt="" width="210" height="91" /></a>Most web­sites have their logo and/or header click­able to link to the home page. This is not a default option when creating templates in Artiseer 3.1. There is a simple way of achieving this.</div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<h3><strong>In the WordPress Dashboard.</strong></h3>
<ul>
<li>Make sure that the header.php file is writable</li>
<li>Click <strong>Appearance</strong> &gt;<strong>Editor</strong> on the left side panel. This opens the WordPress editor and allows you to edit template files easily.</li>
<li>On the right hand side panel, click on the <strong>header.php</strong> file to enable it</li>
<li>Look for <strong>&lt;div class=“art-header”&gt; </strong>and replace the code as follows:</li>
</ul>
<p><span style="color: #339966;"><strong>&lt;div class=&#8221;art-header&#8221;onclick=&#8221;location.href=&#8217;http://www.yourdomainname.com/&#8217;;&#8221; style=&#8221;cursor: pointer;&#8221;&gt;</strong></span></p>
<p>&nbsp;</p>
<p><strong>Additional Information</strong></p>
<ul>
<li>If the above method does not work, you can try the following:</li>
<li>FTP to the <strong>wp-content/themes/yourthemename</strong> folder</li>
<li>Make sure that the <strong>header.php</strong> file is writable</li>
<li>Open the header.php file in a text editor like <a title="Notepad-plus-plus" href="http://notepad-plus-plus.org/" target="_blank">Notepad<sup>++</sup></a></li>
<li>Look for <strong>&lt;div class=&#8221;art-header&#8221;&gt;</strong> and replace the code as follows:</li>
</ul>
<p><span style="color: #339966;"><strong>&lt;div class=&#8221;art-header&#8221;onclick=&#8221;location.href=&#8217;http://www.yourdomainname.com/&#8217;;&#8221; style=&#8221;cursor: pointer;&#8221;&gt;</strong></span></p>
<ul>
<li>Save the header.php file and FTP it to wp-content/themes/yourthemename folder, overwriting the old header.php file</li>
</ul>
<p><strong>Take Note:</strong></p>
<p>If you change your template, you will have to apply the above code to the header.php again</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://futureskills.net/link-your-wordpress-header-to-your-homepage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing WordPress Permalinks</title>
		<link>http://futureskills.net/changing-wordpress-permalinks/</link>
		<comments>http://futureskills.net/changing-wordpress-permalinks/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 13:07:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress Tips]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[url rewrite]]></category>
		<category><![CDATA[Wordpress Permalinks]]></category>

		<guid isPermaLink="false">http://futureskills.net/?p=41</guid>
		<description><![CDATA[Permalink: Short for permanent link, a permalink is a direct link to a single entry on content on a blog. As a blog is updated with a new post, that specific post will get its own page with a URL that can be used rather than linking to the main URL of the blog. On [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Permalink: Short for permanent link, a permalink is a direct link to a single entry on content on a blog. As a blog is updated with a new post, that specific post will get its own page with a URL that can be used rather than linking to the main URL of the blog. On many blogs the text &#8220;permalink&#8221; will appear below a blog post as a hyperlink that takes users to the post as its own page.</p></blockquote>
<p>By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.</p>
<p>I prefer to use the file name as the permalink, e.g. <strong>Permalink:</strong> http://futureskills.net/changing-wordpress-permalinks</p>
<p>To achieve this you have to do two things:</p>
<ol>
<li>You have to change the permalink settings in WordPress</li>
<li>You have to add some information to the .htacess file.</li>
</ol>
<p><strong>Change Permalink settings in WordPress<br />
</strong></p>
<p>In the WordPress Dashboard:</p>
<ul>
<li>Click on <strong>Settings</strong>, Choose <strong>Permalinks</strong></li>
<li>Select the radio button next to <strong>Post</strong>. This converts the permalink to the title of your post.</li>
</ul>
<div id="attachment_49" class="wp-caption alignleft" style="width: 310px"><a href="http://futureskills.net/wp-content/uploads/2012/01/wp_permalinks.jpg"><img class="size-medium wp-image-49" title="wp_permalinks" src="http://futureskills.net/wp-content/uploads/2012/01/wp_permalinks-300x30.jpg" alt="Wordpress Permalinks" width="300" height="30" /></a><p class="wp-caption-text">Using the post name as the permalink</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Adding Re-Write rules to .htaccess file</strong></p>
<p>Open the .htaccess file in the root directory of your site and add, the following code:</p>
<blockquote><p>&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteRule ^index\.php$ &#8211; [L]<br />
RewriteCond %{REQUEST_FILENAME} !-f<br />
RewriteCond %{REQUEST_FILENAME} !-d<br />
RewriteRule . /index.php [L]<br />
&lt;/IfModule&gt;</p></blockquote>
<p><strong>What is .htaccess? </strong></p>
<p><a title=".htaccess guide" href="http://www.htaccess-guide.com/" target="_blank">Learn more over here</a></p>
<p><strong>What if your site is hosted on IIS7?</strong></p>
<p>Just open the IIS Manager &gt; Click on the site &gt; Then click on URL Rewrite &gt; Import rules</p>
<p>You can import the rules you have from the .HTACCESS to your IIS</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://futureskills.net/changing-wordpress-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Menu Bar</title>
		<link>http://futureskills.net/windows-7-menu-bar-2/</link>
		<comments>http://futureskills.net/windows-7-menu-bar-2/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 16:32:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows 7 Tips]]></category>
		<category><![CDATA[Windows 7 Menu Bar]]></category>

		<guid isPermaLink="false">http://futureskills.net/?p=30</guid>
		<description><![CDATA[The first annoyance in Windows 7 was the &#8216;missing&#8217; menu bar. You can hit the ALT key on your keyboard to allow the menu bar to appear or if like me, you always want it visible, follow on. In Windows Explorer on the top left corner: 1. Click the Organize button, choose Layout 2. Check [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_15" class="wp-caption alignleft" style="width: 277px"><a href="http://futureskills.net/wp-content/uploads/2012/01/menu-bar.jpg"><img class="size-medium wp-image-15" title="Windows 7 Menu Bar" src="http://futureskills.net/wp-content/uploads/2012/01/menu-bar-267x300.jpg" alt="Windows 7 Menu Bar" width="267" height="300" /></a><p class="wp-caption-text">Keep Windows 7 Menu Bar visible</p></div>
<p>The first annoyance in Windows 7 was the &#8216;missing&#8217; menu bar. You can hit the ALT key on your keyboard to allow the menu bar to appear or if like me, you always want it visible, follow on.</p>
<p>In Windows Explorer on the top left corner:</p>
<p>1. Click the Organize button, choose Layout</p>
<p>2. Check Menu Bar</p>
]]></content:encoded>
			<wfw:commentRss>http://futureskills.net/windows-7-menu-bar-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

