<?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>Clever Web</title>
	<atom:link href="http://www.cleverwebdev.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cleverwebdev.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 21:12:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Don&#8217;t overlook NuGet</title>
		<link>http://www.cleverwebdev.com/dont-overlook-nuget/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dont-overlook-nuget</link>
		<comments>http://www.cleverwebdev.com/dont-overlook-nuget/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 21:12:55 +0000</pubDate>
		<dc:creator>Karim Ainsworth</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.cleverwebdev.com/?p=317</guid>
		<description><![CDATA[I am currently working on a project where I am using the NVelocity templating engine, which is a .NET port of the open source Apache Velocity project.  So I downloaded the package from SourceForge and dropped the NVelocity.dll file into my /bin folder thinking all would be well.  And it was locally, no problems at [...]]]></description>
			<content:encoded><![CDATA[<p>I am currently working on a project where I am using the NVelocity templating engine, which is a .NET port of the open source Apache Velocity project.  So I downloaded the package from SourceForge and dropped the NVelocity.dll file into my /bin folder thinking all would be well.  And it was locally, no problems at all.  It wasn’t until I went to deploy my Web Application Project that I started to run into issues.  It seemed that the .dll had some dependencies that were not documented ( at least not obviously! ) as I was getting the following on publish:</p>
<p>&#8220;Could not load file or assembly NVelocity.dll or one of its dependencies. The system cannot find the file specified.&#8221;</p>
<p>So I loaded up <a title="Dependency Walker" href="http://www.dependencywalker.com/" target="_blank">Dependency Walker</a> to see what was going on and I noticed the following:</p>
<p>Error: Modules with different CPU types were found.</p>
<p>OK, so I am running a x64 system, that can be expected.  It also noted that IEShims.dll was missing, though that seemed to be a bit of a redherring.  After a while of wading through Dependecy Walker screens and wondering if I had just wasted the past half day of work it dawned on me that I hadn’t even checked NuGet.  And lucky enough <a title="NVelocity" href="http://nuget.org/packages/NVelocity" target="_blank">NVelocity is available as a package</a> there.</p>
<p>So I ran the NuGet package, it installed fine, and it deployed without any issues on the first try!</p>
<p>So the moral of the story is check NuGet first, there are tons of packages available and you might even find something new and interesting.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverwebdev.com/dont-overlook-nuget/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to enable the new Facebook Timeline profile</title>
		<link>http://www.cleverwebdev.com/how-to-enable-the-new-facebook-timeline-profile/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-enable-the-new-facebook-timeline-profile</link>
		<comments>http://www.cleverwebdev.com/how-to-enable-the-new-facebook-timeline-profile/#comments</comments>
		<pubDate>Tue, 11 Oct 2011 20:02:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://www.cleverwebdev.com/?p=304</guid>
		<description><![CDATA[This is not available in the UK yet, though it should be coming soon. However you can enable it if you feel comfortable with the fact that you can’t go back to the old version. Instructions for doing so can be found here: http://techcrunch.com/2011/09/22/how-to-enable-facebook-timeline/ I have had this up and running for a couple of [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cleverwebdev.com/wp-content/uploads/2011/10/NewProfileScreenshot.png"><img class="alignnone size-full wp-image-311" title="Facebook Timeline Profile" src="http://www.cleverwebdev.com/wp-content/uploads/2011/10/NewProfileScreenshot.png" alt="" width="500" height="442" /></a></p>
<p>This is not available in the UK yet, though it should be coming soon. However you can enable it if you feel comfortable with the fact that you can’t go back to the old version. Instructions for doing so can be found here:</p>
<p><a title="How To Enable The Facebook Timeline Profile" href="http://techcrunch.com/2011/09/22/how-to-enable-facebook-timeline/" target="_blank">http://techcrunch.com/2011/09/22/how-to-enable-facebook-timeline/</a></p>
<p>I have had this up and running for a couple of weeks now and I really like it. Though I can’t seem to find the ‘View Profile As ’ feature which was made more prominent in Facebook’s recent profile update. I think that might not yet be in there as it is still pre-release however that might just be me giving in to my laziness.</p>
<p>I am really looking forward to this layout coming to brand pages, that will open things up quite a bit as you can see here:</p>
<p><a title="Facebook Brand Pages" href="http://techcrunch.com/2011/09/22/how-to-enable-facebook-timeline/" target="_blank">http://mashable.com/2011/09/29/facebook-timeline-brands/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverwebdev.com/how-to-enable-the-new-facebook-timeline-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8216;Object Does Not Exist&#8217; in ASP.NET</title>
		<link>http://www.cleverwebdev.com/object-does-not-exist-in-asp-net/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=object-does-not-exist-in-asp-net</link>
		<comments>http://www.cleverwebdev.com/object-does-not-exist-in-asp-net/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 21:37:59 +0000</pubDate>
		<dc:creator>Karim Ainsworth</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.cleverwebdev.com/?p=296</guid>
		<description><![CDATA[I have a fairly large form that I have been working on that I have wrapped up in a .NET UserControl.  I had to switch focus onto another project for a couple of weeks so it became a bit of a distant and not so pleasant memory!  When I came back to it and added [...]]]></description>
			<content:encoded><![CDATA[<p>I have a fairly large form that I have been working on that I have wrapped up in a .NET UserControl.  I had to switch focus onto another project for a couple of weeks so it became a bit of a distant and not so pleasant memory!  When I came back to it and added a button control to test some UpdatePanel postback issues I got the following error:</p>
<p>&#8216;btnTest does not exist in the current context&#8217;</p>
<p>Now I hadn&#8217;t worked nor thought about this particular project for over a week so I wasn&#8217;t really sure what was going on.  It was a run-time error, everything compiled fine.  I ended up spending a couple of (expletive filled!) hours going down dead ends and getting nowhere.  Something just didn&#8217;t feel right about this but I couldn&#8217;t see what it was until I noticed a ContactForm_copy.ascx file in the UserControls folder in Visual Studio.  How did that get there?!  It seems I had made a filesystem copy of the UserControl and somehow managed to include it in my project.  After deleting the copy of the file everything worked as normal, problem solved.</p>
<p>So the moral of the story is: Don&#8217;t leave backup copies of your project files in the same folder as the original.  It seems like a reasonable thing to do to keep a backup copy around while experimenting, and everything compiles fine since we are dealing with partial classes in code-behind.  But save yourself some trouble and move your backups to a designated folder and avoid the dreaded  ‘Object Does Not Exist’ error that we all know and (don&#8217;t)  love.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverwebdev.com/object-does-not-exist-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site redesign, launch and platform change</title>
		<link>http://www.cleverwebdev.com/site-redesign-launch-and-platform-change/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=site-redesign-launch-and-platform-change</link>
		<comments>http://www.cleverwebdev.com/site-redesign-launch-and-platform-change/#comments</comments>
		<pubDate>Sat, 27 Aug 2011 15:26:55 +0000</pubDate>
		<dc:creator>Karim Ainsworth</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.cleverwebdev.com/?p=284</guid>
		<description><![CDATA[Hi and welcome to the new Clever Web Dev website and blog.  Now to be honest this isn’t my first attempt at blogging, I was blogging a few years back using Blogger at karimainsworth.com. As often happens though I was so busy with project work that I didn’t keep up with it and it fizzled [...]]]></description>
			<content:encoded><![CDATA[<p>Hi and welcome to the new Clever Web Dev website and blog.  Now to be honest this isn’t my first attempt at blogging, I was blogging a few years back using Blogger at <a href="http://karimainsworth.com/">karimainsworth.com</a>. As often happens though I was so busy with project work that I didn’t keep up with it and it fizzled out.  So what makes me think things will be any different this time around?</p>
<p>Well&#8230; I have discovered the amazing blogging and development platform called WordPress and have jumped in headfirst at the deep end! The past six months have seen me transition the majority of my website development work from ASP.NET to the WordPress platform and I am loving every minute of it.</p>
<p>So a lot of what I write about here will be related to WordPress, it’s my new toy and you know how we get, we can’t stop talking about our new toys.  I have been doing a lot of Facebook development lately so there will be lots on that, as well as general web development and marketing discussion relating to Facebook and other social media outlets.  </p>
<p>I also have some really exciting and cutting edge side projects that I am involved in, more to come on those as they get closer to their launch dates.  </p>
<p>I might even be able to convince some of the other talented designers and developers that I work with on Clever projects to guest post.  Watch this space!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cleverwebdev.com/site-redesign-launch-and-platform-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

