<?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>Shawson&#039;s Code Blog</title>
	<atom:link href="http://www.shawson.co.uk/codeblog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.shawson.co.uk/codeblog</link>
	<description>development notes for my failing memory</description>
	<lastBuildDate>Fri, 19 Feb 2010 10:56:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Command line to delete every file older than 30 days</title>
		<link>http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=command-line-to-delete-every-file-older-than-30-days</link>
		<comments>http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 10:56:41 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=483</guid>
		<description><![CDATA[I found a new command line directive i&#8217;d never heard of today, along with a brilliant example of it&#8217;s use- once you have changed your working directory, running this will remove any files or folders older than 30 days;
FORFILES /D -30 /C &#8220;CMD /C IF @isdir==FALSE (echo Deleting File @file) &#38; (ATTRIB -H @file) &#38; [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I found a new command line directive i&#8217;d never heard of today, along with a brilliant example of it&#8217;s use- once you have changed your working directory, running this will remove any files or folders older than 30 days;</p>
<p>FORFILES /D -30 /C &#8220;CMD /C IF @isdir==FALSE (echo Deleting File @file) &amp; (ATTRIB -H @file) &amp; (DEL /F /Q @file) ELSE (echo Deleting Directory @file) &amp; (ATTRIB -H @FILE) &amp; (RD /S /Q @FILE)&#8221;</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/&amp;title=Command+line+to+delete+every+file+older+than+30+days" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/&amp;title=Command+line+to+delete+every+file+older+than+30+days" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/&amp;title=Command+line+to+delete+every+file+older+than+30+days" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/&amp;title=Command+line+to+delete+every+file+older+than+30+days" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/&amp;t=Command+line+to+delete+every+file+older+than+30+days" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Command+line+to+delete+every+file+older+than+30+days+-+http://b2l.me/gsp9w+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Command%20line%20to%20delete%20every%20file%20older%20than%2030%20days%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20found%20a%20new%20command%20line%20directive%20i%27d%20never%20heard%20of%20today%2C%20along%20with%20a%20brilliant%20example%20of%20it%27s%20use-%20once%20you%20have%20changed%20your%20working%20directory%2C%20running%20this%20will%20remove%20any%20files%20or%20folders%20older%20than%2030%20days%3B%0D%0A%0D%0AFORFILES%20%2FD%20-30%20%2FC%20%22CMD%20%2FC%20IF%20%40isdir%3D%3DFALSE%20%28echo%20Deleting%20File%20%40file%29%20%26amp%3B%20%28%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/&amp;title=Command+line+to+delete+every+file+older+than+30+days&amp;summary=I%20found%20a%20new%20command%20line%20directive%20i%27d%20never%20heard%20of%20today%2C%20along%20with%20a%20brilliant%20example%20of%20it%27s%20use-%20once%20you%20have%20changed%20your%20working%20directory%2C%20running%20this%20will%20remove%20any%20files%20or%20folders%20older%20than%2030%20days%3B%0D%0A%0D%0AFORFILES%20%2FD%20-30%20%2FC%20%22CMD%20%2FC%20IF%20%40isdir%3D%3DFALSE%20%28echo%20Deleting%20File%20%40file%29%20%26amp%3B%20%28&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/&amp;title=Command+line+to+delete+every+file+older+than+30+days" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/command-line-to-delete-every-file-older-than-30-days/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCF 404.3 Errors</title>
		<link>http://www.shawson.co.uk/codeblog/wcf-404-3-errors/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=wcf-404-3-errors</link>
		<comments>http://www.shawson.co.uk/codeblog/wcf-404-3-errors/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 08:15:23 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=481</guid>
		<description><![CDATA[I built a WCF service recently which would run fine in the visual studio test web server, but when i tried to actually hit it from real life IIS7 also on my local box, i receievd the following error:
HTTP Error 404.3 &#8211; Not Found
The page you are requesting cannot be served because of the extension [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/collation-issues-setting-up-aspnet-membership-tables/' rel='bookmark' title='Permanent Link: Collation issues setting up ASP.Net membership tables'>Collation issues setting up ASP.Net membership tables</a></li><li><a href='http://www.shawson.co.uk/codeblog/flash-backgrounds-not-showing-in-ie/' rel='bookmark' title='Permanent Link: Flash backgrounds not showing in IE'>Flash backgrounds not showing in IE</a></li><li><a href='http://www.shawson.co.uk/codeblog/referencing-custom-properties-on-a-master-page-from-the-child-page/' rel='bookmark' title='Permanent Link: Referencing custom properties on a Master page from the Child page'>Referencing custom properties on a Master page from the Child page</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>I built a WCF service recently which would run fine in the visual studio test web server, but when i tried to actually hit it from real life IIS7 also on my local box, i receievd the following error:</p>
<h2>HTTP Error 404.3 &#8211; Not Found</h2>
<h3>The page you are requesting cannot be served because of the extension  configuration. If the page is a script, add a handler. If the file should be  downloaded, add a MIME map.</h3>
<p>Luckily, i found the solution on <a href="http://blogs.msdn.com/davidwaddleton/archive/2007/11/02/wcf-and-404-3-errors.aspx">David Waddleton&#8217;s blog</a> and it was as simple as turning on a windows feature in add remove programs- on my vista box i had to go to Control Panel &gt; Programs and features &gt; Turn on/ off Windows features &gt; Microsoft.NET framework 3.0 and tick the WCF activitation options!</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/wcf-404-3-errors/&amp;title=WCF+404.3+Errors" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/wcf-404-3-errors/&amp;title=WCF+404.3+Errors" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/wcf-404-3-errors/&amp;title=WCF+404.3+Errors" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/wcf-404-3-errors/&amp;title=WCF+404.3+Errors" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/wcf-404-3-errors/&amp;t=WCF+404.3+Errors" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=WCF+404.3+Errors+-+http://b2l.me/gpg9w+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22WCF%20404.3%20Errors%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20built%20a%20WCF%20service%20recently%20which%20would%20run%20fine%20in%20the%20visual%20studio%20test%20web%20server%2C%20but%20when%20i%20tried%20to%20actually%20hit%20it%20from%20real%20life%20IIS7%20also%20on%20my%20local%20box%2C%20i%20receievd%20the%20following%20error%3A%0D%0AHTTP%20Error%20404.3%20-%20Not%20Found%0D%0AThe%20page%20you%20are%20requesting%20cannot%20be%20served%20because%20of%20the%20extension%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/wcf-404-3-errors/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/wcf-404-3-errors/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/wcf-404-3-errors/&amp;title=WCF+404.3+Errors&amp;summary=I%20built%20a%20WCF%20service%20recently%20which%20would%20run%20fine%20in%20the%20visual%20studio%20test%20web%20server%2C%20but%20when%20i%20tried%20to%20actually%20hit%20it%20from%20real%20life%20IIS7%20also%20on%20my%20local%20box%2C%20i%20receievd%20the%20following%20error%3A%0D%0AHTTP%20Error%20404.3%20-%20Not%20Found%0D%0AThe%20page%20you%20are%20requesting%20cannot%20be%20served%20because%20of%20the%20extension&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/wcf-404-3-errors/&amp;title=WCF+404.3+Errors" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/collation-issues-setting-up-aspnet-membership-tables/' rel='bookmark' title='Permanent Link: Collation issues setting up ASP.Net membership tables'>Collation issues setting up ASP.Net membership tables</a></li><li><a href='http://www.shawson.co.uk/codeblog/flash-backgrounds-not-showing-in-ie/' rel='bookmark' title='Permanent Link: Flash backgrounds not showing in IE'>Flash backgrounds not showing in IE</a></li><li><a href='http://www.shawson.co.uk/codeblog/referencing-custom-properties-on-a-master-page-from-the-child-page/' rel='bookmark' title='Permanent Link: Referencing custom properties on a Master page from the Child page'>Referencing custom properties on a Master page from the Child page</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/wcf-404-3-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting started with WCF and REST web services</title>
		<link>http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=getting-started-with-wcf-and-rest-web-services</link>
		<comments>http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 09:03:07 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[REST]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[Web Services]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=465</guid>
		<description><![CDATA[I&#8217;m building some REST WCF services at the moment and found this great guide online www.robbagby.com/rest/rest-in-wcf-blog-series-index
The HiREST stuff shows you how to create fully fledged REST services utilising all of the HTTP verbs.
Heres a quick summary of the most useful bits;
The service itself is just added to the project as a normal WCF service.  [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/properties-getting-k__backingfield-appended-to-their-name-in-the-wsdl-file/' rel='bookmark' title='Permanent Link: Properties getting &#8220;k__BackingField&#8221; appended to their name in the WSDL file'>Properties getting &#8220;k__BackingField&#8221; appended to their name in the WSDL file</a></li><li><a href='http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/' rel='bookmark' title='Permanent Link: Making your WCF Service compatible with legacy .net 1.1 applications'>Making your WCF Service compatible with legacy .net 1.1 applications</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m building some REST WCF services at the moment and found this great guide online <a href="http://www.robbagby.com/rest/rest-in-wcf-blog-series-index">www.robbagby.com/rest/rest-in-wcf-blog-series-index</a></p>
<p>The HiREST stuff shows you how to create fully fledged REST services utilising all of the HTTP verbs.</p>
<p>Heres a quick summary of the most useful bits;</p>
<p>The service itself is just added to the project as a normal WCF service.  The following needs adding to the Web.config to setup the end </p>
<p>points;</p>
<pre class="brush: xml">
&lt;system.serviceModel&gt;
  &lt;behaviors&gt;
    &lt;endpointBehaviors&gt;
      &lt;behavior name=&quot;AJAXFriendly&quot;&gt;
        &lt;enableWebScript /&gt;
      &lt;/behavior&gt;
      &lt;behavior name=&quot;RESTFriendly&quot;&gt;
        &lt;webHttp /&gt;
      &lt;/behavior&gt;
    &lt;/endpointBehaviors&gt;
&lt;/behaviors&gt;

&lt;services&gt;
    &lt;service      name=&quot;MyNamespace.AjaxServiceClassName&quot;&gt;
      &lt;endpoint   address=&quot;&quot;
        behaviorConfiguration=&quot;AJAXFriendly&quot;
        binding=&quot;webHttpBinding&quot;
        contract=&quot;CatalogService&quot; /&gt;
    &lt;/service&gt;
    &lt;service      name=&quot;MyNamespace.RESTServiceClassName&quot;&gt;
      &lt;endpoint   address=&quot;&quot;
        behaviorConfiguration=&quot;RESTFriendly&quot;
        binding=&quot;webHttpBinding&quot;
        contract=&quot;MyNamespace.IRESTServiceInterfaceName&quot; /&gt;
    &lt;/service&gt;
  &lt;/services&gt;
&lt;/system.serviceModel&gt;
</pre>
<p>Remember the class names in the web.config need to be fully qualified.</p>
<p>An example class for passing around the service;</p>
<pre class="brush: csharp">
[DataContract]
public class ProductData
{
    [DataMember]
    public int ProductId;

    [DataMember]
    public string ProductName;

    [DataMember]
    public string Description;

    [DataMember]
    public decimal Price;

    [DataMember]
    public string ProductImage;
}
</pre>
<p>The service itself is just a normal WCF service so consists of its usual two parts- the interface and the class.  Here&#8217;s an example interface </p>
<p>demoing the various access methods and return serialisations;</p>
<pre class="brush: csharp">
    [ServiceContract]
    public interface IRESTServiceInterfaceName
    {
        // responds to a GET request to www.mysite.com/Servicename.svc/products/
        // return is serialised to JSON
        [OperationContract]
        [WebGet(UriTemplate = &quot;products/&quot;, ResponseFormat = WebMessageFormat.Json)]
        List&lt;FlotChartSeries&gt; GetProducts();

        // responds to a GET request to www.mysite.com/Servicename.svc/products/{product_id}
        // return is serialised to JSON
        [OperationContract]
        [WebGet(UriTemplate = &quot;products/{product_id}&quot;, ResponseFormat = WebMessageFormat.Json)]
        List&lt;FlotChartSeries&gt; GetProductById(string product_id);

        // responds to a GET request to www.mysite.com/Servicename.svc/products?brand={brand}
        // return is serialised to JSON
        [OperationContract]
        [WebGet(UriTemplate = &quot;products?brand={brand}&quot;, ResponseFormat = WebMessageFormat.Json)]
        List&lt;FlotChartSeries&gt; GetProductsByBrand(string brand);

	// responds to a POST, but still passing a bunch of parameters into the querystring
	// no return type
        [WebInvoke(Method = &quot;POST&quot;, UriTemplate = &quot;product/{product_id}/rate?score={score}&quot;)]
        [OperationContract]
        void PostProductAppRating(string product_id, string score);

	// accepts a POST with a JSON encoded product data, to allow for an update
	// no return
	[WebInvoke(Method = &quot;POST&quot;, UriTemplate = &quot;product/{product_id}&quot;, RequestFormat = WebMessageFormat.Json)]
	void PostProductUpdate(string product_id, ProductData data);

	//responds to a PUT- passing a querystring variable for the filename- it expects the body of the push request to be a file stream
	// no return type
        [WebInvoke(Method = &quot;PUT&quot;, UriTemplate = &quot;products/{product_id}/desktopimage?filename={file_name}&quot;)]
        [OperationContract]
        void PutProductImage(string product_id, string file_name, Stream fileContents);

    }
</pre>
<p>Note the variables in the curly braces must match the real parameters to the method signitures for the value to be automatically mapped.</p>
<p>Responses are generally done using HTTP response codes.  At the top of each method you need to grab the current WebOperationContext which </p>
<p>will allow you to set the return codes;</p>
<pre class="brush: csharp">
    WebOperationContext ctx = WebOperationContext.Current;

    ctx.OutgoingResponse.StatusCode = System.Net.HttpStatusCode.OK;		// .. if everything is ok!
    ctx.OutgoingResponse.StatusCode = System.Net.HttpStatusCode.BadRequest;	// on error
    ctx.OutgoingResponse.StatusCode = System.Net.HttpStatusCode.Created;	// after an insert

    // all of the http response codes are mapped here

    ctx.OutgoingResponse.SetStatusAsNotFound(); // if record cannot be found or similar
</pre>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/&amp;title=Getting+started+with+WCF+and+REST+web+services" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/&amp;title=Getting+started+with+WCF+and+REST+web+services" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/&amp;title=Getting+started+with+WCF+and+REST+web+services" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/&amp;title=Getting+started+with+WCF+and+REST+web+services" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/&amp;t=Getting+started+with+WCF+and+REST+web+services" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Getting+started+with+WCF+and+REST+web+services+-+http://b2l.me/gbeyf+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Getting%20started%20with%20WCF%20and%20REST%20web%20services%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%27m%20building%20some%20REST%20WCF%20services%20at%20the%20moment%20and%20found%20this%20great%20guide%20online%20www.robbagby.com%2Frest%2Frest-in-wcf-blog-series-index%0D%0A%0D%0AThe%20HiREST%20stuff%20shows%20you%20how%20to%20create%20fully%20fledged%20REST%20services%20utilising%20all%20of%20the%20HTTP%20verbs.%0D%0A%0D%0AHeres%20a%20quick%20summary%20of%20the%20most%20useful%20bits%3B%0D%0A%0D%0AThe%20se%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/&amp;title=Getting+started+with+WCF+and+REST+web+services&amp;summary=I%27m%20building%20some%20REST%20WCF%20services%20at%20the%20moment%20and%20found%20this%20great%20guide%20online%20www.robbagby.com%2Frest%2Frest-in-wcf-blog-series-index%0D%0A%0D%0AThe%20HiREST%20stuff%20shows%20you%20how%20to%20create%20fully%20fledged%20REST%20services%20utilising%20all%20of%20the%20HTTP%20verbs.%0D%0A%0D%0AHeres%20a%20quick%20summary%20of%20the%20most%20useful%20bits%3B%0D%0A%0D%0AThe%20se&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/&amp;title=Getting+started+with+WCF+and+REST+web+services" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/properties-getting-k__backingfield-appended-to-their-name-in-the-wsdl-file/' rel='bookmark' title='Permanent Link: Properties getting &#8220;k__BackingField&#8221; appended to their name in the WSDL file'>Properties getting &#8220;k__BackingField&#8221; appended to their name in the WSDL file</a></li><li><a href='http://www.shawson.co.uk/codeblog/making-your-wcf-service-compatible-with-legacy-net-1-1-applications/' rel='bookmark' title='Permanent Link: Making your WCF Service compatible with legacy .net 1.1 applications'>Making your WCF Service compatible with legacy .net 1.1 applications</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/getting-started-with-wcf-and-rest-web-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gravitar</title>
		<link>http://www.shawson.co.uk/codeblog/gravitar/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=gravitar</link>
		<comments>http://www.shawson.co.uk/codeblog/gravitar/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 14:30:46 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=470</guid>
		<description><![CDATA[Where do you setup and managed your Gravitar image, used by many wordpress and other blogs I hear you ask? en.gravatar.com





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Email this to a friend?
		
		
			Subscribe to the comments for this post?
		
		
			Share this on Linkedin
		
		
			Add this to Google [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/holiday/' rel='bookmark' title='Permanent Link: Holiday!'>Holiday!</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>Where do you setup and managed your Gravitar image, used by many wordpress and other blogs I hear you ask? <a href="http://en.gravatar.com/">en.gravatar.com</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/gravitar/&amp;title=Gravitar" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/gravitar/&amp;title=Gravitar" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/gravitar/&amp;title=Gravitar" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/gravitar/&amp;title=Gravitar" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/gravitar/&amp;t=Gravitar" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Gravitar+-+http://b2l.me/gbe93+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Gravitar%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Where%20do%20you%20setup%20and%20managed%20your%20Gravitar%20image%2C%20used%20by%20many%20wordpress%20and%20other%20blogs%20I%20hear%20you%20ask%3F%20en.gravatar.com%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/gravitar/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/gravitar/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/gravitar/&amp;title=Gravitar&amp;summary=Where%20do%20you%20setup%20and%20managed%20your%20Gravitar%20image%2C%20used%20by%20many%20wordpress%20and%20other%20blogs%20I%20hear%20you%20ask%3F%20en.gravatar.com&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/gravitar/&amp;title=Gravitar" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/holiday/' rel='bookmark' title='Permanent Link: Holiday!'>Holiday!</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/gravitar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Backup &amp; Restore</title>
		<link>http://www.shawson.co.uk/codeblog/mysql-backup-restore/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=mysql-backup-restore</link>
		<comments>http://www.shawson.co.uk/codeblog/mysql-backup-restore/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:40:06 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[mySQL]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[disaster recovery]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=461</guid>
		<description><![CDATA[I did this on an install of MySQL 5 Community Server running on Windows 2008 Server Web Edition- From the command line- backup:
mysqldump -u [username] -p[password] [database name] > FILE.sql 
restore;
mysql -u [username] -p[password] [database name] < FILE.sql 
Remember; if you have restored your core mysql database, which contains all the info on users and [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/mysql-5-phpmyadmin-installation-root-account-not-accepted/' rel='bookmark' title='Permanent Link: MySQL 5 / phpMyAdmin Installation &#8211; root account not accepted'>MySQL 5 / phpMyAdmin Installation &#8211; root account not accepted</a></li><li><a href='http://www.shawson.co.uk/codeblog/mysql-command-line-setting-up-a-new-database-and-user/' rel='bookmark' title='Permanent Link: MySQL Command Line &#8211; Setting up a new database and user'>MySQL Command Line &#8211; Setting up a new database and user</a></li><li><a href='http://www.shawson.co.uk/codeblog/move-from-blogenginenet-to-wordpress-271/' rel='bookmark' title='Permanent Link: Move from BlogEngine.net to WordPress 2.7.1!'>Move from BlogEngine.net to WordPress 2.7.1!</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>I did this on an install of MySQL 5 Community Server running on Windows 2008 Server Web Edition- From the command line- <strong>backup</strong>:</p>
<p>mysqldump -u [username] -p[password] [database name] > FILE.sql </p>
<p><strong>restore</strong>;</p>
<p>mysql -u [username] -p[password] [database name] < FILE.sql </p>
<p>Remember; if you have restored your core mysql database, which contains all the info on users and privileges, you will need to do a </p>
<p>FLUSH PRIVILEGES; </p>
<p>before you will be able to login using those user accounts!</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/mysql-backup-restore/&amp;title=MySQL+Backup+%26+Restore" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/mysql-backup-restore/&amp;title=MySQL+Backup+%26+Restore" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/mysql-backup-restore/&amp;title=MySQL+Backup+%26+Restore" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/mysql-backup-restore/&amp;title=MySQL+Backup+%26+Restore" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/mysql-backup-restore/&amp;t=MySQL+Backup+%26+Restore" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=MySQL+Backup+%26+Restore+-+http://b2l.me/e27wq+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22MySQL%20Backup%20%26%20Restore%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%20did%20this%20on%20an%20install%20of%20MySQL%205%20Community%20Server%20running%20on%20Windows%202008%20Server%20Web%20Edition-%20From%20the%20command%20line-%20backup%3A%0D%0A%0D%0Amysqldump%20-u%20%5Busername%5D%20-p%5Bpassword%5D%20%5Bdatabase%20name%5D%20%3E%20FILE.sql%20%0D%0A%0D%0Arestore%3B%0D%0A%0D%0Amysql%20-u%20%5Busername%5D%20-p%5Bpassword%5D%20%5Bdatabase%20name%5D%20%3C%20FILE.sql%20%0D%0A%0D%0ARemember%3B%20if%20you%20have%20res%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/mysql-backup-restore/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/mysql-backup-restore/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/mysql-backup-restore/&amp;title=MySQL+Backup+%26+Restore&amp;summary=I%20did%20this%20on%20an%20install%20of%20MySQL%205%20Community%20Server%20running%20on%20Windows%202008%20Server%20Web%20Edition-%20From%20the%20command%20line-%20backup%3A%0D%0A%0D%0Amysqldump%20-u%20%5Busername%5D%20-p%5Bpassword%5D%20%5Bdatabase%20name%5D%20%3E%20FILE.sql%20%0D%0A%0D%0Arestore%3B%0D%0A%0D%0Amysql%20-u%20%5Busername%5D%20-p%5Bpassword%5D%20%5Bdatabase%20name%5D%20%3C%20FILE.sql%20%0D%0A%0D%0ARemember%3B%20if%20you%20have%20res&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/mysql-backup-restore/&amp;title=MySQL+Backup+%26+Restore" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/mysql-5-phpmyadmin-installation-root-account-not-accepted/' rel='bookmark' title='Permanent Link: MySQL 5 / phpMyAdmin Installation &#8211; root account not accepted'>MySQL 5 / phpMyAdmin Installation &#8211; root account not accepted</a></li><li><a href='http://www.shawson.co.uk/codeblog/mysql-command-line-setting-up-a-new-database-and-user/' rel='bookmark' title='Permanent Link: MySQL Command Line &#8211; Setting up a new database and user'>MySQL Command Line &#8211; Setting up a new database and user</a></li><li><a href='http://www.shawson.co.uk/codeblog/move-from-blogenginenet-to-wordpress-271/' rel='bookmark' title='Permanent Link: Move from BlogEngine.net to WordPress 2.7.1!'>Move from BlogEngine.net to WordPress 2.7.1!</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/mysql-backup-restore/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web site&#8217;s back!</title>
		<link>http://www.shawson.co.uk/codeblog/web-sites-back/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=web-sites-back</link>
		<comments>http://www.shawson.co.uk/codeblog/web-sites-back/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 19:19:31 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=459</guid>
		<description><![CDATA[Just a quick note to say everything is back up and running after the past 24 hours worth of downtime.  I&#8217;ve rebuilt the server here with a fresh install of windows server 2008 and the latest releases of php for IIS and MySQL5, as well as a whole new backup plan.





		
			Share this on del.icio.us
		
		
			Digg [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/holiday/' rel='bookmark' title='Permanent Link: Holiday!'>Holiday!</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to say everything is back up and running after the past 24 hours worth of downtime.  I&#8217;ve rebuilt the server here with a fresh install of windows server 2008 and the latest releases of php for IIS and MySQL5, as well as a whole new backup plan.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/web-sites-back/&amp;title=Web+site%27s+back%21" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/web-sites-back/&amp;title=Web+site%27s+back%21" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/web-sites-back/&amp;title=Web+site%27s+back%21" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/web-sites-back/&amp;title=Web+site%27s+back%21" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/web-sites-back/&amp;t=Web+site%27s+back%21" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Web+site%27s+back%21+-+http://b2l.me/e26nh+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Web%20site%27s%20back%21%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22Just%20a%20quick%20note%20to%20say%20everything%20is%20back%20up%20and%20running%20after%20the%20past%2024%20hours%20worth%20of%20downtime.%20%20I%27ve%20rebuilt%20the%20server%20here%20with%20a%20fresh%20install%20of%20windows%20server%202008%20and%20the%20latest%20releases%20of%20php%20for%20IIS%20and%20MySQL5%2C%20as%20well%20as%20a%20whole%20new%20backup%20plan.%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/web-sites-back/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/web-sites-back/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/web-sites-back/&amp;title=Web+site%27s+back%21&amp;summary=Just%20a%20quick%20note%20to%20say%20everything%20is%20back%20up%20and%20running%20after%20the%20past%2024%20hours%20worth%20of%20downtime.%20%20I%27ve%20rebuilt%20the%20server%20here%20with%20a%20fresh%20install%20of%20windows%20server%202008%20and%20the%20latest%20releases%20of%20php%20for%20IIS%20and%20MySQL5%2C%20as%20well%20as%20a%20whole%20new%20backup%20plan.&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/web-sites-back/&amp;title=Web+site%27s+back%21" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/holiday/' rel='bookmark' title='Permanent Link: Holiday!'>Holiday!</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/web-sites-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Karma, now available on iTunes!</title>
		<link>http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=karma-now-available-on-itunes</link>
		<comments>http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 08:52:58 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=454</guid>
		<description><![CDATA[ My first published iPhone app, &#8220;Karma&#8221; is now available on the iTunes store http://itunes.com/apps/karma





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Email this to a friend?
		
		
			Subscribe to the comments for this post?
		
		
			Share this on Linkedin
		
		
			Add this to Google Bookmarks
		







Related posts:TomWhitson » iTunes connect tax


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/tomwhitson-%c2%bb-itunes-connect-tax/' rel='bookmark' title='Permanent Link: TomWhitson » iTunes connect tax'>TomWhitson » iTunes connect tax</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p> My first published iPhone app, &#8220;<a href="http://iphone.shawson.co.uk/apps/karma">Karma</a>&#8221; is now available on the iTunes store <a href="http://itunes.com/apps/karma">http://itunes.com/apps/karma</a></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/&amp;title=Karma%2C+now+available+on+iTunes%21" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/&amp;title=Karma%2C+now+available+on+iTunes%21" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/&amp;title=Karma%2C+now+available+on+iTunes%21" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/&amp;title=Karma%2C+now+available+on+iTunes%21" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/&amp;t=Karma%2C+now+available+on+iTunes%21" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Karma%2C+now+available+on+iTunes%21+-+http://b2l.me/d436k+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Karma%2C%20now%20available%20on%20iTunes%21%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22%20My%20first%20published%20iPhone%20app%2C%20%22Karma%22%20is%20now%20available%20on%20the%20iTunes%20store%20http%3A%2F%2Fitunes.com%2Fapps%2Fkarma%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/&amp;title=Karma%2C+now+available+on+iTunes%21&amp;summary=%20My%20first%20published%20iPhone%20app%2C%20%22Karma%22%20is%20now%20available%20on%20the%20iTunes%20store%20http%3A%2F%2Fitunes.com%2Fapps%2Fkarma&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/&amp;title=Karma%2C+now+available+on+iTunes%21" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/tomwhitson-%c2%bb-itunes-connect-tax/' rel='bookmark' title='Permanent Link: TomWhitson » iTunes connect tax'>TomWhitson » iTunes connect tax</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/karma-now-available-on-itunes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submitted &#8220;Karma&#8221; to Apple for approval</title>
		<link>http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=submitted-karma-to-apple-for-approval</link>
		<comments>http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 00:00:50 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=452</guid>
		<description><![CDATA[I&#8217;ve just submitted my second ever iPhone app to apple for approval- you can find details of the app on the dedicated Karma iPhone app support page on my new iPhone projects site.
I shall post again once it&#8217;s been accepted (hopefully!)





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/holiday/' rel='bookmark' title='Permanent Link: Holiday!'>Holiday!</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just submitted my second ever iPhone app to apple for approval- you can find details of the app on the dedicated <a href="http://iphone.shawson.co.uk/apps/karma/">Karma iPhone app support page</a> on my new <a href="http://iphone.shawson.co.uk/">iPhone projects</a> site.</p>
<p>I shall post again once it&#8217;s been accepted (hopefully!)</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/&amp;title=Submitted+%22Karma%22+to+Apple+for+approval" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/&amp;title=Submitted+%22Karma%22+to+Apple+for+approval" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/&amp;title=Submitted+%22Karma%22+to+Apple+for+approval" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/&amp;title=Submitted+%22Karma%22+to+Apple+for+approval" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/&amp;t=Submitted+%22Karma%22+to+Apple+for+approval" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Submitted+%22Karma%22+to+Apple+for+approval+-+http://b2l.me/dy9v9+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Submitted%20%22Karma%22%20to%20Apple%20for%20approval%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22I%27ve%20just%20submitted%20my%20second%20ever%20iPhone%20app%20to%20apple%20for%20approval-%20you%20can%20find%20details%20of%20the%20app%20on%20the%20dedicated%20Karma%20iPhone%20app%20support%20page%20on%20my%20new%20iPhone%20projects%20site.%0D%0A%0D%0AI%20shall%20post%20again%20once%20it%27s%20been%20accepted%20%28hopefully%21%29%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/&amp;title=Submitted+%22Karma%22+to+Apple+for+approval&amp;summary=I%27ve%20just%20submitted%20my%20second%20ever%20iPhone%20app%20to%20apple%20for%20approval-%20you%20can%20find%20details%20of%20the%20app%20on%20the%20dedicated%20Karma%20iPhone%20app%20support%20page%20on%20my%20new%20iPhone%20projects%20site.%0D%0A%0D%0AI%20shall%20post%20again%20once%20it%27s%20been%20accepted%20%28hopefully%21%29&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/&amp;title=Submitted+%22Karma%22+to+Apple+for+approval" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/holiday/' rel='bookmark' title='Permanent Link: Holiday!'>Holiday!</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/submitted-karma-to-apple-for-approval/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cocos2d documentation on Easing effects for animating sprites</title>
		<link>http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=cocos2d-documentatin-on-easing-effects-for-animating-sprites</link>
		<comments>http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 23:56:24 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[Objective C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=449</guid>
		<description><![CDATA[just found this ; http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:actions_ease?s=ease after ages of searching!  shows you how to do smooth scrolling movements which ease out.





		
			Share this on del.icio.us
		
		
			Digg this!
		
		
			Share this on Reddit
		
		
			Stumble upon something good? Share it on StumbleUpon
		
		
			Share this on Facebook
		
		
			Tweet This!
		
		
			Email this to a friend?
		
		
			Subscribe to the comments for this post?
		
		
			Share this on Linkedin
		
		
			Add this to Google [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/more-iphone-links/' rel='bookmark' title='Permanent Link: MORE iPhone links'>MORE iPhone links</a></li><li><a href='http://www.shawson.co.uk/codeblog/iphone-code-masters/' rel='bookmark' title='Permanent Link: IPhone Code Masters!'>IPhone Code Masters!</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>just found this ; <a href="http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:actions_ease?s=ease">http://www.cocos2d-iphone.org/wiki/doku.php/prog_guide:actions_ease?s=ease</a> after ages of searching!  shows you how to do smooth scrolling movements which ease out.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/&amp;title=Cocos2d+documentation+on+Easing+effects+for+animating+sprites" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/&amp;title=Cocos2d+documentation+on+Easing+effects+for+animating+sprites" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/&amp;title=Cocos2d+documentation+on+Easing+effects+for+animating+sprites" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/&amp;title=Cocos2d+documentation+on+Easing+effects+for+animating+sprites" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/&amp;t=Cocos2d+documentation+on+Easing+effects+for+animating+sprites" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Cocos2d+documentation+on+Easing+effects+for+animating+sprites+-+http://b2l.me/dq4u4+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Cocos2d%20documentation%20on%20Easing%20effects%20for%20animating%20sprites%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22just%20found%20this%20%3B%20http%3A%2F%2Fwww.cocos2d-iphone.org%2Fwiki%2Fdoku.php%2Fprog_guide%3Aactions_ease%3Fs%3Dease%20after%20ages%20of%20searching%21%20%20shows%20you%20how%20to%20do%20smooth%20scrolling%20movements%20which%20ease%20out.%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/&amp;title=Cocos2d+documentation+on+Easing+effects+for+animating+sprites&amp;summary=just%20found%20this%20%3B%20http%3A%2F%2Fwww.cocos2d-iphone.org%2Fwiki%2Fdoku.php%2Fprog_guide%3Aactions_ease%3Fs%3Dease%20after%20ages%20of%20searching%21%20%20shows%20you%20how%20to%20do%20smooth%20scrolling%20movements%20which%20ease%20out.&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/&amp;title=Cocos2d+documentation+on+Easing+effects+for+animating+sprites" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/more-iphone-links/' rel='bookmark' title='Permanent Link: MORE iPhone links'>MORE iPhone links</a></li><li><a href='http://www.shawson.co.uk/codeblog/iphone-code-masters/' rel='bookmark' title='Permanent Link: IPhone Code Masters!'>IPhone Code Masters!</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/cocos2d-documentatin-on-easing-effects-for-animating-sprites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Full Text Reindex, scheduled job has no steps!</title>
		<link>http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=full-text-reindex-scheduled-job-has-no-steps</link>
		<comments>http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:26:32 +0000</pubDate>
		<dc:creator>shawson</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[full text index]]></category>
		<category><![CDATA[scheduled maintenance]]></category>
		<category><![CDATA[sql server agent]]></category>

		<guid isPermaLink="false">http://www.shawson.co.uk/codeblog/?p=446</guid>
		<description><![CDATA[We have a SQL Server 2005 box, on which we have a database which has a full text index.  The database gets a massive refresh of its data each night, meaning the full text index needs rebuilding.  I added a schedule to my full text index (Databases &#62; [DBName] &#62; Storage &#62; Full [...]


Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/sql-2000-font/' rel='bookmark' title='Permanent Link: SQL 2000 Font!'>SQL 2000 Font!</a></li><li><a href='http://www.shawson.co.uk/codeblog/collation-issues-setting-up-aspnet-membership-tables/' rel='bookmark' title='Permanent Link: Collation issues setting up ASP.Net membership tables'>Collation issues setting up ASP.Net membership tables</a></li><li><a href='http://www.shawson.co.uk/codeblog/assigning-execute-permissions-to-stored-procedure-in-bulk-on-sql-server-2000/' rel='bookmark' title='Permanent Link: Assigning execute permissions to Stored procedure in bulk on sql server 2000'>Assigning execute permissions to Stored procedure in bulk on sql server 2000</a></li></ul>]]></description>
			<content:encoded><![CDATA[<p>We have a SQL Server 2005 box, on which we have a database which has a full text index.  The database gets a massive refresh of its data each night, meaning the full text index needs rebuilding.  I added a schedule to my full text index (Databases &gt; [DBName] &gt; Storage &gt; Full Text Catalogs &gt; Right click your index &#8211; click properties &gt; Population Schedule) and this created me a new job (SQL Server Agent &gt; Jobs) but when i opened it up and went to steps, nothing was there!  If i tried running the job it would fail because there are no steps!</p>
<p>I found this as a <a href="https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=257786&amp;wa=wsignin1.0#tabs">documented bug in the initial release candidate of sql 2005</a> (since fixed in the service packs) on the microsoft connect site, and added a workaround &#8211; basically just add your own job, using the following sql (<a href="http://msdn.microsoft.com/en-us/library/ms176095.aspx">which i found on msdn</a>) to rebuild your index;</p>
<pre class="brush: sql">
ALTER FULLTEXT CATALOG [catalogue_name] REBUILD;
</pre>
<p>Of course, this is only a workaround until we can get the latest service pack installed.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/&amp;title=Full+Text+Reindex%2C+scheduled+job+has+no+steps%21" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/&amp;title=Full+Text+Reindex%2C+scheduled+job+has+no+steps%21" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/&amp;title=Full+Text+Reindex%2C+scheduled+job+has+no+steps%21" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/&amp;title=Full+Text+Reindex%2C+scheduled+job+has+no+steps%21" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?u=http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/&amp;t=Full+Text+Reindex%2C+scheduled+job+has+no+steps%21" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Full+Text+Reindex%2C+scheduled+job+has+no+steps%21+-+http://b2l.me/dh3f3+(via+@the_shawson)" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-mail">
			<a href="mailto:?subject=%22Full%20Text%20Reindex%2C%20scheduled%20job%20has%20no%20steps%21%22&amp;body=I%20thought%20this%20article%20might%20interest%20you.%0A%0A%22We%20have%20a%20SQL%20Server%202005%20box%2C%20on%20which%20we%20have%20a%20database%20which%20has%20a%20full%20text%20index.%20%20The%20database%20gets%20a%20massive%20refresh%20of%20its%20data%20each%20night%2C%20meaning%20the%20full%20text%20index%20needs%20rebuilding.%20%20I%20added%20a%20schedule%20to%20my%20full%20text%20index%20%28Databases%20%26gt%3B%20%5BDBName%5D%20%26gt%3B%20Storage%20%26gt%3B%20Full%20Text%20Catalogs%20%26%22%0A%0AYou%20can%20read%20the%20full%20article%20here%3A%20http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/" rel="nofollow" title="Email this to a friend?">Email this to a friend?</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-linkedin">
			<a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/&amp;title=Full+Text+Reindex%2C+scheduled+job+has+no+steps%21&amp;summary=We%20have%20a%20SQL%20Server%202005%20box%2C%20on%20which%20we%20have%20a%20database%20which%20has%20a%20full%20text%20index.%20%20The%20database%20gets%20a%20massive%20refresh%20of%20its%20data%20each%20night%2C%20meaning%20the%20full%20text%20index%20needs%20rebuilding.%20%20I%20added%20a%20schedule%20to%20my%20full%20text%20index%20%28Databases%20%26gt%3B%20%5BDBName%5D%20%26gt%3B%20Storage%20%26gt%3B%20Full%20Text%20Catalogs%20%26&amp;source=Shawson&#039;s Code Blog" rel="nofollow" title="Share this on Linkedin">Share this on Linkedin</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/&amp;title=Full+Text+Reindex%2C+scheduled+job+has+no+steps%21" rel="nofollow" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->



<p>Related posts:<ul><li><a href='http://www.shawson.co.uk/codeblog/sql-2000-font/' rel='bookmark' title='Permanent Link: SQL 2000 Font!'>SQL 2000 Font!</a></li><li><a href='http://www.shawson.co.uk/codeblog/collation-issues-setting-up-aspnet-membership-tables/' rel='bookmark' title='Permanent Link: Collation issues setting up ASP.Net membership tables'>Collation issues setting up ASP.Net membership tables</a></li><li><a href='http://www.shawson.co.uk/codeblog/assigning-execute-permissions-to-stored-procedure-in-bulk-on-sql-server-2000/' rel='bookmark' title='Permanent Link: Assigning execute permissions to Stored procedure in bulk on sql server 2000'>Assigning execute permissions to Stored procedure in bulk on sql server 2000</a></li></ul></p>]]></content:encoded>
			<wfw:commentRss>http://www.shawson.co.uk/codeblog/full-text-reindex-scheduled-job-has-no-steps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
