<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>David Craig</title>
	<atom:link href="http://davidcraig1986.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidcraig1986.wordpress.com</link>
	<description>IT Professional</description>
	<lastBuildDate>Sun, 13 Nov 2011 14:40:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='davidcraig1986.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>David Craig</title>
		<link>http://davidcraig1986.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://davidcraig1986.wordpress.com/osd.xml" title="David Craig" />
	<atom:link rel='hub' href='http://davidcraig1986.wordpress.com/?pushpress=hub'/>
		<item>
		<title>PHP / MySQL &#8211; Retrieving and Displaying Database Results</title>
		<link>http://davidcraig1986.wordpress.com/2011/10/22/php-mysql-retrieving-and-displaying-database-results/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/10/22/php-mysql-retrieving-and-displaying-database-results/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 21:02:51 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=117</guid>
		<description><![CDATA[I have predefined host, username, password and database variables. $conn = mysql_connect($host,$username,$password); $db = mysql_select_db($database, $conn); Querying the &#8220;Users&#8221; $users = mysql_query("SELECT * FROM `members`"); Displaying a list of users with while while ($user = mysql_fetch_assoc($users)){ $userName = $user['members_display_name']; echo $userName . "&#60;br/&#62;"; }<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=117&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have predefined host, username, password and database variables.</p>
<p><code>$conn = mysql_connect($host,$username,$password);</code></p>
<p><code>$db = mysql_select_db($database, $conn);</code></p>
<p><span style="text-decoration:underline;">Querying the &#8220;Users&#8221;</span></p>
<p><code>$users = mysql_query("SELECT * FROM `members`");</code></p>
<p><span style="text-decoration:underline;">Displaying a list of users with while</span></p>
<p><code>while ($user = mysql_fetch_assoc($users)){<br />
$userName = $user['members_display_name'];<br />
echo $userName . "&lt;br/&gt;";<br />
}</code></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/117/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/117/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/117/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=117&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/10/22/php-mysql-retrieving-and-displaying-database-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>
	</item>
		<item>
		<title>IP.Board &#8211; Theming &#8211; Custom Profile Fields</title>
		<link>http://davidcraig1986.wordpress.com/2011/10/15/ip-board-theming-custom-profile-fields/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/10/15/ip-board-theming-custom-profile-fields/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 14:13:43 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=111</guid>
		<description><![CDATA[On my forums, I have custom profile fields, which are small icons with a link to the users page, ie xfire link, steam profile etc.  By default even without any text output next to the image, each item appears on it&#8217;s own line.  I wanted to instead, have them listed side-by-side (to save potentially having excessively large [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=111&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On my forums, I have custom profile fields, which are small icons with a link to the users page, ie xfire link, steam profile etc.  By default even without any text output next to the image, each item appears on it&#8217;s own line.  I wanted to instead, have them listed side-by-side (to save potentially having excessively large user profile sections, when a post itself could be only 1-2 sentances.</p>
<p>Before and After<br />
<img src="http://i259.photobucket.com/albums/hh309/PrivateSniper/Tutorials/IPBoard/IPBoard-CF-Before.jpg" alt="" /><img src="http://i259.photobucket.com/albums/hh309/PrivateSniper/Tutorials/IPBoard/IPBoard-CF-After.jpg" alt="" /></p>
<p>As you can see, I have saved a considerable about of space by doing this&#8230;Here&#8217;s how it&#8217;s done:</p>
<p>AdminCP &gt; Look and Feel &gt; Manage Skin Sets &amp; Templates &gt; Edit whichever template your using (backup the file your about to change if necessary also)</p>
<p>Find your skin and select Manage Templates &amp; CSS</p>
<p>Go to userInfoPane and find:</p>
<p><code>&lt;if test="authorcfields:|:$author['custom_fields'] != """&gt;<br />
&lt;ul class='custom_fields'&gt;<br />
&lt;foreach loop="customFieldsOuter:$author['custom_fields'] as $group =&gt; $data"&gt;<br />
&lt;foreach loop="customFields:$author['custom_fields'][ $group ] as $field"&gt;<br />
&lt;if test="$field != ''"&gt;<br />
&lt;li&gt;<br />
{$field}<br />
&lt;/li&gt;<br />
&lt;/if&gt;<br />
&lt;/foreach&gt;<br />
&lt;/foreach&gt;<br />
&lt;/ul&gt;<br />
&lt;/if&gt;</code></p>
<p>all you need to do is remove the &lt;li&gt; and &lt;/li&gt; surrounding the {$field} so that the same code now looks like:</p>
<p><code>&lt;if test="authorcfields:|:$author['custom_fields'] != """&gt;<br />
&lt;ul class='custom_fields'&gt;<br />
&lt;foreach loop="customFieldsOuter:$author['custom_fields'] as $group =&gt; $data"&gt;<br />
&lt;foreach loop="customFields:$author['custom_fields'][ $group ] as $field"&gt;<br />
&lt;if test="$field != ''"&gt;<br />
{$field}<br />
&lt;/if&gt;<br />
&lt;/foreach&gt;<br />
&lt;/foreach&gt;<br />
&lt;/ul&gt;<br />
&lt;/if&gt;</code></p>
<p>Save your changes and it should have updated</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/111/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/111/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/111/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=111&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/10/15/ip-board-theming-custom-profile-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>

		<media:content url="http://i259.photobucket.com/albums/hh309/PrivateSniper/Tutorials/IPBoard/IPBoard-CF-Before.jpg" medium="image" />

		<media:content url="http://i259.photobucket.com/albums/hh309/PrivateSniper/Tutorials/IPBoard/IPBoard-CF-After.jpg" medium="image" />
	</item>
		<item>
		<title>IP.Board &#8211; Basics: How to rename your community</title>
		<link>http://davidcraig1986.wordpress.com/2011/10/15/ip-board-basics-how-to-rename-your-community/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/10/15/ip-board-basics-how-to-rename-your-community/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 14:05:39 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[IP.Board]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=108</guid>
		<description><![CDATA[Ok this first post is going to cover one of the first things you&#8217;ll want to do as a new IPBoard admisitrator, rename your community&#8217;s title (this is what you will see in the browsers title) AdminCP &#62; System Settings &#62; System &#62; Search Engine Optimization &#62; Board index page title Nice quick and easy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=108&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok this first post is going to cover one of the first things you&#8217;ll want to do as a new IPBoard admisitrator, rename your community&#8217;s title (this is what you will see in the browsers title)<strong></strong></p>
<p>AdminCP &gt; System Settings &gt; System &gt; Search Engine Optimization &gt; <strong>Board index page title</strong></p>
<p>Nice quick and easy tutorial, hopefully will save you time searching for this quite hidden option.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=108&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/10/15/ip-board-basics-how-to-rename-your-community/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>
	</item>
		<item>
		<title>Kubuntu &#8211; Installing LAMP</title>
		<link>http://davidcraig1986.wordpress.com/2011/10/15/kubuntu-installing-lamp/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/10/15/kubuntu-installing-lamp/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 14:02:17 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=105</guid>
		<description><![CDATA[Initial Setup, Installing PHP MySQL and Apache First of all, open up terminal and type in sudo apt-get install apache2 php5 mysql-server php5-mysql libapache2-mod-php5 this should install all of the components required for the basic server itself. once they have been downloaded you will get the mysql server screen, this is where you enter the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=118&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Initial Setup, Installing PHP MySQL and Apache</strong></p>
<p>First of all, open up terminal and type in</p>
<p><strong><code>sudo apt-get install apache2 php5 mysql-server php5-mysql libapache2-mod-php5</code></strong></p>
<p>this should install all of the components required for the basic server itself.</p>
<p>once they have been downloaded you will get the mysql server screen, this is where you enter the password for the root user, so enter this then hit ok. it will then return to terminal after doing a few other things, once your back to something like:</p>
<p>david@lamp: ~$ then you know your done, i&#8217;d recommend a restart here, since it will make sure everything loads correctly.</p>
<p>Once we&#8217;re back up and running, we can check to see if our server is running, simply open the web browser and type in http://localhost/ and if all is well you should see a page saying It Works!</p>
<p>now the next step that I prefer to do, is to change the owner of www to my own user account, which makes it easier to just drag and drop files etc, so to do this from terminal type sudo dolphin and then right click the folder www and go to properties then permissions, type in the owner and then ok.</p>
<p><strong>Installing phpMyAdmin</strong></p>
<p>Download phpMyAdmin from http://www.phpmyadmin.net/ once downloaded, extract the files, and then move them into /var/www/phpmyadmin, this will then allow you to access it from http://localhost/phpmyadmin.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/118/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/118/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/118/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=118&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/10/15/kubuntu-installing-lamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>
	</item>
		<item>
		<title>IP.Board: Custom Profile Fields &#8211; Links and Images</title>
		<link>http://davidcraig1986.wordpress.com/2011/10/15/ip-board-custom-profile-fields-links-and-images/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/10/15/ip-board-custom-profile-fields-links-and-images/#comments</comments>
		<pubDate>Sat, 15 Oct 2011 13:56:08 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[IP.Board]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=103</guid>
		<description><![CDATA[For this tutorial I will talk through creating a custom profile field (obviously you can use this as a guide to create as many fields as you like) In this example we&#8217;ll have a link to a users youtube page Create a new Custom Field Admin CP &#62; Members &#62; Custom Profile Fields Add Field [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=106&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For this tutorial I will talk through creating a custom profile field (obviously you can use this as a guide to create as many fields as you like)</p>
<p>In this example we&#8217;ll have a link to a users youtube page</p>
<p><strong><span style="text-decoration:underline;">Create a new Custom Field</span></strong></p>
<p>Admin CP &gt; Members &gt; Custom Profile Fields</p>
<p>Add Field</p>
<p>Title and Description: youtube<br />
Field Type: text input<br />
Field Key: youtube</p>
<p>Topic View Format:<br />
<code>&lt;a href="http://www.youtube.com/user/{content}" target="_blank"&gt;&lt;img src="http://i259.photobucket.com/albums/hh309/PrivateSniper/Forum%20Images/youtube.jpg" /&gt;&lt;/a&gt;</code></p>
<p>This will produce an image <img src="http://i259.photobucket.com/albums/hh309/PrivateSniper/Forum%20Images/youtube.jpg" alt="" />, that when clicked on will take you to the link, {content} is what the user enters.<br />
so if I have on my profile a youtube link of &#8220;privatesniper&#8221; the link will take you to http:// www youtube com / user / privatesniper</p>
<p>If you want to show the image and then the users input after for example <img src="http://i259.photobucket.com/albums/hh309/PrivateSniper/Forum%20Images/youtube.jpg" alt="" /> PrivateSniper &#8211; then in your topic view format you could do the following</p>
<p><code>&lt;a href="http://www.youtube.com/user/{content}" target="_blank"&gt;&lt;img src="http://i259.photobucket.com/albums/hh309/PrivateSniper/Forum%20Images/youtube.jpg" /&gt;&lt;/a&gt; &lt;a href="http://www.youtube.com/user/{content}" target="_blank"&gt;{content}&lt;/a&gt;</code></p>
<p>The reason I duplicate the link for the image and content is in the past creating a link with an image and text when underlined often underlines the space between the image and the rest of the text, which just looks odd.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=106&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/10/15/ip-board-custom-profile-fields-links-and-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>

		<media:content url="http://i259.photobucket.com/albums/hh309/PrivateSniper/Forum%20Images/youtube.jpg" medium="image" />

		<media:content url="http://i259.photobucket.com/albums/hh309/PrivateSniper/Forum%20Images/youtube.jpg" medium="image" />
	</item>
		<item>
		<title>How-to &#8211; Windows 7 Automatic Login</title>
		<link>http://davidcraig1986.wordpress.com/2011/02/10/how-to-windows-7-automatic-login/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/02/10/how-to-windows-7-automatic-login/#comments</comments>
		<pubDate>Thu, 10 Feb 2011 18:40:04 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=57</guid>
		<description><![CDATA[Since installing VMWare, I tend to find that my pc will start asking for me to click a user account to login.  This article talks through disabling this. Press windows &#38; R for run box type &#8220;netplwiz&#8221; or &#8220;control userpasswords2&#8243; &#8211; either will work fine Untick &#8220;Users must enter a user name and password to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=57&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Since installing VMWare, I tend to find that my pc will start asking for me to click a user account to login.  This article talks through disabling this.</p>
<p>Press windows &amp; R for run box</p>
<p>type <em>&#8220;netplwiz&#8221;</em> or &#8220;<em>control userpasswords2&#8243;</em> &#8211; either will work fine</p>
<p>Untick &#8220;Users must enter a user name and password to use this computer.&#8221;</p>
<p>You will then be prompted to enter default login details, just ok this box unless you have a password in which case type this in, then apply and restart, pc will auto-login</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=57&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/02/10/how-to-windows-7-automatic-login/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>
	</item>
		<item>
		<title>How-to &#8211; Install Ruby on Rails on Windows XP</title>
		<link>http://davidcraig1986.wordpress.com/2011/02/06/how-to-install-ruby-on-rails-on-windows-xp/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/02/06/how-to-install-ruby-on-rails-on-windows-xp/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 13:03:00 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=39</guid>
		<description><![CDATA[After trying several times go get Ruby on Rails working on XP easily, i’ve finally cracked it. All the code you should type is highlighted for quick reference in bold/italic First of all, you simply run the Ruby installer from the website, then you download ruby gems setup, extract all of the files, and run [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=39&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After trying several times go get Ruby on Rails working on XP easily, i’ve finally cracked it.</p>
<p>All the code you should type is highlighted for quick reference in bold/italic</p>
<p>First of all, you simply run the Ruby installer from the website, then you download ruby gems setup, extract</p>
<p>all of the files, and run setup.rb &#8211; this installs gems. now that they’re both installed, the core as such</p>
<p>I’d recommend rebooting. now this is where the documentation tends to let you down, it simply says open up</p>
<p>a ruby console, and the default one never seems to work (Interactive Ruby Console).</p>
<p>So we go to our start menu, and then Ruby&gt;RubyGems and open up the Ruby Gems Console, this gets us into a</p>
<p>working console, we can then run</p>
<p><strong>gem update –system</strong> (this checks the core ruby and gems for an update as far as i’m aware)</p>
<p><strong>gem install rake</strong> (not sure what rake is, but it seems to be required for ruby on rails</p>
<p>further down the line, though no-one seems to mention that <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><strong>gem install rails</strong> (hopefully no need to explain why <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  )</p>
<p><strong>gem install mongrel</strong> (mongrel is a local testing server &#8211; similar to apache)</p>
<p>Now I think we should be ready to start our application.</p>
<p>So I type in at this console</p>
<p><strong>rails myapp</strong> (change myapp to the name of your application/site)</p>
<p>now the command prompt shows it has installed a few default files and since I ran at C:\Ruby, the files are</p>
<p>located in C:\Ruby\myapp</p>
<p>now i’m going to start mongrel</p>
<p>so at the prompt I type cd myapp (since i’m already in the ruby folder)</p>
<p>and now the command</p>
<p><strong>mongrel_rails start -d</strong></p>
<p>of course being on XP I get a firewall dialogue, so I choose to allow it.</p>
<p>the last line when you run this command gives us the details of the server</p>
<p>**Mongrel 1.1.5 available at 0.0.0.0:3000</p>
<p>so to access our server we simply type in http://localhost:3000</p>
<p>and you should see your ruby on rails enviroment all ready to use! (you need to keep that console open</p>
<p>unless you install the mongrel service)</p>
<h2>To run mongrel as a service</h2>
<p><strong>gem install mongrel_service</strong></p>
<p>then :</p>
<p><strong>mongrel_rails service::install -N MyAppsServiceName -c c:\Ruby\myapp\ -p 4000 -e production</strong></p>
<p>the -N gives the service a custom name, so if you needed to ctrl-alt-del that’s the name that would appear</p>
<p>the -c is the change to directory &#8211; basically where you want your scripts to start from, aka the myapp</p>
<p>folder</p>
<p>the -p is the portand the -e is the mode you want to run it in.</p>
<p>assuming this has worked correctly you can click start&gt;run type “services.msc” scroll down the list and</p>
<p>find your app, right click it and start the service, you can now open up the port you specified in your</p>
<p>browser and all should be swell</p>
<p>Not quite as easy as the initial documentation suggested but I got there in the end..</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=39&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/02/06/how-to-install-ruby-on-rails-on-windows-xp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>
	</item>
		<item>
		<title>How-to &#8211; Install LAMP on Kubuntu</title>
		<link>http://davidcraig1986.wordpress.com/2011/02/06/how-to-install-lamp-on-kubuntu/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/02/06/how-to-install-lamp-on-kubuntu/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 12:56:36 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=27</guid>
		<description><![CDATA[Initial Setup, Installing PHP MySQL and Apache First of all, open up terminal and type in sudo apt-get install apache2 php5 mysql-server php5-mysql libapache2-mod-php5 this should install all of the components required for the basic server itself. once they have been downloaded you will get the mysql server screen, this is where you enter the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=27&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:left;"><strong>Initial Setup, Installing PHP MySQL and Apache</strong></p>
<p>First of all, open up terminal and type in</p>
<p><strong><code>sudo apt-get install apache2 php5 mysql-server php5-mysql libapache2-mod-php5</code></strong></p>
<p>this should install all of the components required for the basic server itself.</p>
<p>once they have been downloaded you will get the mysql server screen, this is where you enter the password for the root user, so enter this then hit ok. it will then return to terminal after doing a few other</p>
<p>things, once your back to something like:</p>
<p>david@lamp: ~$ then you know your done, i&#8217;d recommend a restart here, since it will make sure everything</p>
<p>loads correctly.</p>
<p>Once we&#8217;re back up and running, we can check to see if our server is running, simply open the web browser</p>
<p>and type in http://localhost/ and if all is well you should see a page saying It Works!</p>
<p>now the next step that I prefer to do, is to change the owner of www to my own user account, which makes it easier to just drag and drop files etc, so to do this from terminal type sudo dolphin and then right click the folder www and go to properties then permissions, type in the owner and then ok.</p>
<p><strong>Installing phpMyAdmin</strong></p>
<p>Download phpMyAdmin from http://www.phpmyadmin.net/ once downloaded, extract the files, and then move them into /var/www/phpmyadmin, this will then allow you to access it from http://localhost/phpmyadmin.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=27&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/02/06/how-to-install-lamp-on-kubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>
	</item>
		<item>
		<title>How to &#8211; Microsoft.net Framework 4.0</title>
		<link>http://davidcraig1986.wordpress.com/2011/02/06/how-to-microsoft-net-framework-4-0/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/02/06/how-to-microsoft-net-framework-4-0/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 12:51:58 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=23</guid>
		<description><![CDATA[How to determine your version of .net Go to C:\ Windows \ Microsoft.net \ then into the &#8220;framework&#8221; folder (x86) and &#8220;framework64&#8243; (x64) to see which versions are installed, eg; 2.0, 3.0, 3.5, 4.0.30319 How to get .net v4.0 full (x86 or x64) Use the following link for the full redistributable package: Microsoft .NET Framework [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=23&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>How to determine your version of .net</strong></p>
<p>Go to C:\ Windows \ Microsoft.net \<br />
then into the &#8220;framework&#8221; folder (x86) and &#8220;framework64&#8243; (x64) to see which versions are installed, eg; 2.0, 3.0, 3.5, 4.0.30319</p>
<p><strong>How to get .net v4.0 full (x86 or x64)</strong><br />
Use the following link for the full redistributable package: <a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=0a391abd-25c1-4fc0-919f-b21f31ab88b7" target="_blank">Microsoft .NET Framework 4 (Standalone Installer)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=23&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/02/06/how-to-microsoft-net-framework-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>
	</item>
		<item>
		<title>How to &#8211; Visual C++ 2010</title>
		<link>http://davidcraig1986.wordpress.com/2011/02/06/how-to-visual-c-2010/</link>
		<comments>http://davidcraig1986.wordpress.com/2011/02/06/how-to-visual-c-2010/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 12:47:18 +0000</pubDate>
		<dc:creator>David Craig</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.davidcraig.eu/?p=20</guid>
		<description><![CDATA[How to Check if it exists already in the registry: # Visual C++ 2010 Redistributable Package (x86) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x86] Installed = 1 (REG_DWORD) # Visual C++ 2010 Redistributable Package (x64) [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x64] Installed = 1 (REG_DWORD) Where to download from x86: Official Link x64: Official Link<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=20&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>How to Check if it exists already in the registry:</strong></p>
<p># Visual C++ 2010 Redistributable Package (x86)<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x86]<br />
Installed = 1 (REG_DWORD)</p>
<p># Visual C++ 2010 Redistributable Package (x64)<br />
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\10.0\VC\VCRedist\x64]<br />
Installed = 1 (REG_DWORD)</p>
<p><strong>Where to download from</strong><br />
x86: <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84&amp;displaylang=en" target="_blank">Official Link</a><br />
x64: <a href="http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&amp;FamilyID=bd512d9e-43c8-4655-81bf-9350143d5867" target="_blank">Official Link</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/davidcraig1986.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/davidcraig1986.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/davidcraig1986.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/davidcraig1986.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/davidcraig1986.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/davidcraig1986.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/davidcraig1986.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/davidcraig1986.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/davidcraig1986.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/davidcraig1986.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/davidcraig1986.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/davidcraig1986.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/davidcraig1986.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/davidcraig1986.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=davidcraig1986.wordpress.com&amp;blog=3437685&amp;post=20&amp;subd=davidcraig1986&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://davidcraig1986.wordpress.com/2011/02/06/how-to-visual-c-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8bf26c874c6631970bd7d06c7586316c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">PrivateSniper</media:title>
		</media:content>
	</item>
	</channel>
</rss>
