<?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/"
	>

<channel>
	<title>Jesse Smith's Blog</title>
	<atom:link href="http://www.wholeweal.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wholeweal.com/blog</link>
	<description>Backstage at Wholeweal Software</description>
	<pubDate>Sun, 03 May 2009 04:55:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Switching from Subtext to WordPress</title>
		<link>http://www.wholeweal.com/blog/2009/05/03/switching-from-subtext-to-wordpress/</link>
		<comments>http://www.wholeweal.com/blog/2009/05/03/switching-from-subtext-to-wordpress/#comments</comments>
		<pubDate>Sun, 03 May 2009 04:39:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Wholeweal]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/2009/05/03/switching-from-subtext-to-wordpress/</guid>
		<description><![CDATA[As a result of a major upgrade at my web host, I&#8217;ve switched this blog from using Subtext to WordPress. My web host (CrystalTech) recently sent me an email to announce that they&#8217;ve installed IIS Mod-Rewrite for all ASP.NET hosting accounts. The lack of this feature was a deal-breaker in being able to run WordPress, [...]]]></description>
			<content:encoded><![CDATA[<p>As a result of a major upgrade at my web host, I&#8217;ve switched this blog from using Subtext to WordPress. My web host (CrystalTech) recently sent me an email to announce that they&#8217;ve installed IIS Mod-Rewrite for all ASP.NET hosting accounts. The lack of this feature was a deal-breaker in being able to run WordPress, which is my preferred blogging platform. If I were hosting my website on a Linux server, this would be much easier, but I need the ASP.NET server for other areas of the Wholeweal website that use ASP.NET scripting.</p>
<p>By default, WordPress creates URLs like <a href="http://www.wholeweal.com/blog/index.php?p=80">http://www.wholeweal.com/blog/index.php?p=80</a>. But this isn&#8217;t helpful for SEO purposes, and it isn&#8217;t very useful to the reader, either. So it has a feature to create URLs like <a title="http://www.wholeweal.com/blog/2009/04/05/a-nice-customer-testimonial-for-everybodyinn/" href="http://www.wholeweal.com/blog/2009/04/05/a-nice-customer-testimonial-for-everybodyinn/">http://www.wholeweal.com/blog/2009/04/05/a-nice-customer-testimonial-for-everybodyinn/</a> instead, which are vastly preferable from the point of view of both readers and Google. In order to do this, it uses a web server feature called mod_rewrite, which is built into the Apache web server which is frequently used for running WordPress. But IIS, the web server used by Windows, doesn&#8217;t have an equivalent feature by default - you have to purchase a third-party add-on to get that functionality.</p>
<p>(Subtext, by the way, is an ASP.NET application where WordPress runs on PHP. Subtext also creates SEO-friendly URLs, but it does it in a different fashion: it installs a custom 404 Not Found error page that does a redirect based on the incoming URL. To me, this is a much less elegant solution than using mod_rewrite, and makes it difficult to write your own custom 404 page for your website.)</p>
<p>So now that CrystalTech had installed IIS Mod-Rewrite, I almost immediately moved my blog to WordPress. The actual installation of WordPress is almost trivial - create a MySQL database for the blog, edit a configuration file with a few settings, and upload the WordPress folder to the web server. Since I only had about 20 blog posts, I chose to manually copy-and-paste them to WordPress as if I were writing new posts. If I had significantly more posts, I would have looked into a more automated importing process. Subtext can export a blog to the BlogML format which WordPress can then import, so that would probably have been the solution if I needed to go that route.</p>
<p>Why did I choose to move from Subtext to WordPress? There are several reasons.</p>
<ul>
<li>Subtext was significantly harder to make minor modifications to. Most changes required editing the actual code files. With WordPress, you can do a lot just using the administration interface. </li>
<li>Subtext didn&#8217;t do pingbacks and trackbacks correctly in many cases. This is pretty important if you&#8217;re using a blog to grow your Internet traffic and visibility. </li>
<li>Mostly, I moved over because of the much larger community and infrastructure available for WordPress. There are many themes available for WordPress, and an enormous number of plugins. For example, with Subtext I had to manually edit code files to add traffic statistics with Google Analytics. With WordPress, there&#8217;s a plugin available to do this for you. It&#8217;s not difficult to add the necessary code block, but it makes doing upgrades that much more difficult, because you have to remember to add the code again each time you upgrade. </li>
<li>I find the default theme, and most themes, more attractive on WordPress than the themes available with Subtext. I still need to find a WordPress theme that I really like (right now, I&#8217;m using a slightly modified version of the default theme but that will change soon), but I&#8217;ll have a lot more choices than I did on Subtext. </li>
</ul>
<p>Moving things over wasn&#8217;t very difficult. It took me just a couple of hours last night to install WordPress and copy over all of my old blog posts. I lost the few comments that I had, but I&#8217;m not going to lose too much sleep over those (there weren&#8217;t that many anyway).</p>
<p>Another benefit of having IIS Mod-Rewrite available is that I can now to permanent 301 redirects, which means I can make sure that <a href="http://wholeweal.com">wholeweal.com</a> gets redirected to <a href="http://www.wholeweal.com">www.wholeweal.com</a> (which is important from an SEO standpoint). I also redirected <a href="http://www.everybodyinn.com">www.everybodyinn.com</a> to <a href="http://www.wholeweal.com/EverybodyInn/">www.wholeweal.com/EverybodyInn/</a>, just in case anybody tries to type in the product name as a URL.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/05/03/switching-from-subtext-to-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Nice Customer Testimonial For EverybodyInn</title>
		<link>http://www.wholeweal.com/blog/2009/04/05/a-nice-customer-testimonial-for-everybodyinn/</link>
		<comments>http://www.wholeweal.com/blog/2009/04/05/a-nice-customer-testimonial-for-everybodyinn/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 03:04:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[EverybodyInn]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/?p=80</guid>
		<description><![CDATA[
Last week, we received an email from one of our customers with a terrific list of suggestions for new features and enhancements that would be useful to existing features in EverybodyInn. We love emails like that - suggestions from customers are the #1 way we gather ideas for the next release of the program. Coming [...]]]></description>
			<content:encoded><![CDATA[<div class="post">
<p>Last week, we received an email from one of our customers with a terrific list of suggestions for new features and enhancements that would be useful to existing features in <a href="../../EverybodyInn/">EverybodyInn</a>. We love emails like that - suggestions from customers are the #1 way we gather ideas for the next release of the program. Coming up with our own ideas is good, and asking B&amp;B owners and other innkeepers for general suggestions is better, but nothing can beat the advice of someone who is actively using our software to run their business. They tell us exactly where the rough edges and tell us the things they currently have to do manually that they would love to be able to automate.</p>
<p>This particular customer had some very nice things to say about EverybodyInn, and I asked for and received his permission to post his comments here and on our main website as a testimonial.</p>
<blockquote><p>I just want you to know how much I am enjoying this program. We have gone from about $4000/month to over $12,000 per month with our four units in less than 60 days. Part of this has been a new approach to advertising and pricing, but without your program, we could not have kept up with the reservations.</p></blockquote>
<p>Thanks to Charlie Smith (no relation, honest!) for the very kind words! Emails like that really make our day!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/04/05/a-nice-customer-testimonial-for-everybodyinn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Upcoming Technology Events in the Western NY Area</title>
		<link>http://www.wholeweal.com/blog/2009/03/31/upcoming-technology-events-in-the-western-ny-area/</link>
		<comments>http://www.wholeweal.com/blog/2009/03/31/upcoming-technology-events-in-the-western-ny-area/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:37:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Buffalo]]></category>

		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/?p=78</guid>
		<description><![CDATA[
Here are a few tech events in the next month or so near Buffalo. I&#8217;ll be attending all of these. It&#8217;s really nice to see a fairly active tech community in the area, especially given the economy.

BarCamp Buffalo - tonight (3/31/09) at 7:30 PM at the Pearl Street Grill &#38; Brewery. Informal presentations and networking [...]]]></description>
			<content:encoded><![CDATA[<div class="post">
<p>Here are a few tech events in the next month or so near Buffalo. I&#8217;ll be attending all of these. It&#8217;s really nice to see a fairly active tech community in the area, especially given the economy.</p>
<ul>
<li><a href="http://barcamp.org/BarCampBuffalo">BarCamp Buffalo</a> - tonight (3/31/09) at 7:30 PM at the Pearl Street Grill &amp; Brewery. Informal presentations and networking for anyone interested in web and other tech topics. And really good microbrews!</li>
<li><a href="http://www.wnydnug.org/2009Meetings/tabid/54/Default.aspx">Western NY .NET Users Group</a> - Monday 4/6/09 at 6:00 PM at the Bulger Communication Center at Buffalo State College. Dan Martin is presenting an introduction to Windows Presentation Foundation (WPF).</li>
<li><a href="http://www.torontocodecamp.net/">Toronto Code Camp</a> - Saturday 4/25/09 at the Manulife Financial Corporation, 200 Bloor Street East, in Toronto. This is a free all-day conference focused on .NET development.</li>
</ul>
<p>See you there!</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/03/31/upcoming-technology-events-in-the-western-ny-area/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EverybodyInn 1.0.2 Now Available</title>
		<link>http://www.wholeweal.com/blog/2009/03/31/everybodyinn-102-now-available/</link>
		<comments>http://www.wholeweal.com/blog/2009/03/31/everybodyinn-102-now-available/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:57:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[EverybodyInn]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/?p=74</guid>
		<description><![CDATA[
Well, the last bugfix release didn&#8217;t quite stamp out every last bug from EverybodyInn. In fact, we were alerted to a another bug that caused similar behavior to the last one under slightly different circumstances. Very frustrating. What can I say&#8230; calculations with dates can get quite tricky. But everything should be working correctly now, [...]]]></description>
			<content:encoded><![CDATA[<div class="post">
<p>Well, the last bugfix release didn&#8217;t quite stamp out every last bug from <a href="../../EverybodyInn/">EverybodyInn</a>. In fact, we were alerted to a another bug that caused similar behavior to the last one under slightly different circumstances. Very frustrating. What can I say&#8230; calculations with dates can get quite tricky. But everything should be working correctly now, and you can finally make back-to-back reservations in all circumstances.</p>
<p>As before, this is a free update to all EverybodyInn customers and free trial users. Download and install the EverybodyInn Setup program again, either from the <a href="../../EverybodyInn/DownloadFreeTrial.aspx">free trial page</a> or from within EverybodyInn by clicking on <strong>Check for updates</strong> on the <strong>Help</strong> menu.</p>
<p>Thanks to our customers who reported the problem, and for your understanding and patient while we fixed it.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/03/31/everybodyinn-102-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EverybodyInn 1.0.1 Now Available</title>
		<link>http://www.wholeweal.com/blog/2009/02/25/everybodyinn-101-now-available/</link>
		<comments>http://www.wholeweal.com/blog/2009/02/25/everybodyinn-101-now-available/#comments</comments>
		<pubDate>Thu, 26 Feb 2009 02:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[EverybodyInn]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/?p=72</guid>
		<description><![CDATA[
Today we shipped a maintenance update to our bed and breakfast software, EverybodyInn. This fixes a bug where under certain circumstances, it was impossible to make back-to-back reservations (with one guest checking out in the morning and after guest checking in in the afternoon). Obviously, that&#8217;s not going to fly! So as soon as this [...]]]></description>
			<content:encoded><![CDATA[<div class="post">
<p>Today we shipped a maintenance update to our <a href="../../EverybodyInn/">bed and breakfast software</a>, EverybodyInn. This fixes a bug where under certain circumstances, it was impossible to make back-to-back reservations (with one guest checking out in the morning and after guest checking in in the afternoon). Obviously, that&#8217;s not going to fly! So as soon as this problem was reported, I quickly tracked down the error in the code and fixed it. It took a little bit longer to rework the setup program to handle both the case where a new customer is installing the program for the first time, and the case where someone is upgrading over their existing installation.</p>
<p>Still, from the problem being reported to having a fixed version uploaded to our website took all of two business days. That&#8217;s one of the real advantages that a small business like Wholeweal has: we can be extremely fast and nimble and very responsive to our customers.</p>
<p>This is a free update to all EverybodyInn customers (and our free trial users). Get it by downloading and installing the EverybodyInn Setup program again, either from the <a href="../../EverybodyInn/DownloadFreeTrial.aspx">free trial page</a> or from within EverybodyInn by clicking on <strong>Check for updates</strong> on the <strong>Help</strong> menu.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/02/25/everybodyinn-101-now-available/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wholeweal Twittering</title>
		<link>http://www.wholeweal.com/blog/2009/02/05/wholeweal-twittering/</link>
		<comments>http://www.wholeweal.com/blog/2009/02/05/wholeweal-twittering/#comments</comments>
		<pubDate>Fri, 06 Feb 2009 00:46:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wholeweal]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/?p=76</guid>
		<description><![CDATA[All right, but only because everyone else is doing it; I signed up on Twitter. Follow me and Wholeweal Software at @wholeweal. We&#8217;ll see how it goes. A lot of times there are conversations I&#8217;d like to participate in but don&#8217;t feel that I can come up with a whole blog post to contribute. So [...]]]></description>
			<content:encoded><![CDATA[<p>All right, but only because everyone else is doing it; I signed up on Twitter. Follow me and Wholeweal Software at <a href="http://twitter.com/wholeweal">@wholeweal</a>. We&#8217;ll see how it goes. A lot of times there are conversations I&#8217;d like to participate in but don&#8217;t feel that I can come up with a whole blog post to contribute. So this may be a good way to keep those casual conversations going.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/02/05/wholeweal-twittering/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Book Review: Blog Blazers by Stephane Grenier</title>
		<link>http://www.wholeweal.com/blog/2009/01/27/book-review-blog-blazers-by-stephane-grenier/</link>
		<comments>http://www.wholeweal.com/blog/2009/01/27/book-review-blog-blazers-by-stephane-grenier/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 01:30:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Blogs]]></category>

		<category><![CDATA[Book Reviews]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/?p=69</guid>
		<description><![CDATA[Stephane Grenier has put together Blog Blazers, a book of interviews with bloggers. Ian Landsman, one of the bloggers featured in the book, had some free review copies to hand out, and offered them to any of his blog readers who agreed to post a review. I&#8217;ve been reading the blogs of both Steph and [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.blogblazers.com/"><img class="alignleft size-full wp-image-67" title="Blog Blazers" src="http://www.wholeweal.com/blog/wp-content/uploads/2009/05/blogblazers.jpg" alt="Blog Blazers" width="107" height="160" /></a>Stephane Grenier has put together <em>Blog Blazers</em>, <a href="http://www.blogblazers.com/">a book of interviews with bloggers</a>. Ian Landsman, one of the bloggers featured in the book, had some free review copies to hand out, and <a href="http://www.userscape.com/blog/index.php/site/comments/blog_blazers_book_giveaway/">offered them</a> to any of his blog readers who agreed to post a review. I&#8217;ve been reading the blogs of both Steph and Ian for a couple of years now, so I was happy to volunteer.</p>
<h3>General Content</h3>
<p>The format of the book is quite simple. There are 40 chapters, each being an interview with a particular blogger. The interviews, with only a few small exceptions, use the same series of questions, suggesting that the interviews were done by email and not interactively. On one hand, I feel that by using this technique Steph missed some opportunities to further probe into some of the bloggers&#8217; responses. On the other hand, by standardizing the list of questions, it becomes easier to compare each blogger&#8217;s advice and opinions. I&#8217;m not sure whether the advantages outweigh the disadvantages; let&#8217;s just say that Steph chose a particular set of tradeoffs.</p>
<p>The group of 40 bloggers cover a range of different topics in their blogs, although the group is heavily stocked with bloggers who write about small business and entrepreneurship, in particular small software companies. This is not really any surprise, seeing that <a href="http://www.landlordmax.com/">Steph runs a small software company</a> himself, but it just goes to show how insular the blogging world can be. There may indeed be millions of blogs out there, but on any given topic, there are only a few big names. Prior to reading <em>Blog Blazers</em>, I was already a regular reader of 10 out of the 40 bloggers that Steph interviewed.</p>
<p>On that topic, I don&#8217;t really believe the oft-hyped statistic (trotted out again in the introduction of this book) that there are 70 million blogs in the world, with a new one created every second. I expect a great many of those &#8220;blogs&#8221; are just &#8220;spam blogs&#8221; that republish content from other sights in hopes of attracting traffic for their advertisements, and most of the rest are personal &#8220;what my cats ate for breakfast&#8221; blogs. The number of blogs worth reading in any given field is still an almost manageable number.</p>
<h3>Lessons Learned</h3>
<p>So what do we learn over the course of 40 interviews? The main conclusion that I drew was that every blogger is idiosyncratic, and the methods by which they found success are not guaranteed to work for anyone else. Several bloggers of more or less equal success offered advice that essentially flatly contradicted each other. Some say &#8220;write short posts more than once a day&#8221; and &#8220;don&#8217;t spend much time editing&#8221;. Others say &#8220;write long articles no more than once a week, and spend days revising them over multiple drafts&#8221;. Maybe I should write medium-length posts every 3 days!</p>
<p>This isn&#8217;t much different from any other business venture. You can read anecdotes and stories all day, every day, but in the end, you just have to experiment with different things until you find something that works for you. If there was an easy method that anybody could follow and be successful with, I suppose everybody would already be doing it! So in the end, I view this book as another interesting and thought-provoking set of business anecdotes more than as a compilation of actionable advice. I&#8217;m OK with that, although it leads me to the only real problem I had with this book.</p>
<h3>Where It Falls Short</h3>
<p>The back cover makes a lot of exciting promises. Steph asks what&#8217;s the difference between a successful blog and an unsuccessful one, and teases, &#8220;What if it were just a few relatively easy-to-do things?&#8221; He says that &#8220;transforming a blog from &#8216;crash-and-burn&#8217; to blast-off isn&#8217;t rocket science!&#8221; He promises that &#8220;you&#8217;ll learn what the top blogs all have in common&#8221;.</p>
<p>And I don&#8217;t really feel that this book delivers on that promise. In the end, the book is a nice collection of interviews, but lacks any in-depth analysis to tie them all together. It&#8217;s left as an exercise to the reader. There&#8217;s an anemic one-page epilogue, but it&#8217;s basically just a pep talk to get out there and start (or improve your) blogging. Steph did a great job at getting all of these bloggers to respond to his interview questions and at assembling their answers into this book, but I wish he had contributed more of his own intellectual analysis to it and answered some of the questions he asked on the back cover blurb.</p>
<h3>My Attempt at an Analysis</h3>
<p>I&#8217;ll take a stab at it, because I do feel that there were some common themes. Here are some of the ideas that kept coming up in the interviews:</p>
<ul>
<li>Don&#8217;t try to imitate other bloggers; find your own personal voice.</li>
<li>Headlines/titles are very important, both for <a href="http://www.wholeweal.com/blog/2008/09/19/website-marketing-tips/">SEO</a> purposes and for luring in readers who only see the headline at first. Don&#8217;t write &#8220;clever&#8221; headlines that don&#8217;t make it clear what your post is about.</li>
<li>Enough bloggers recommended reading <a href="http://www.problogger.net/">ProBlogger.net</a> that I subscribed to it (and I agree that it&#8217;s worth reading for bloggers aiming to build their readership).</li>
</ul>
<p>And the most important concepts that just about every blogger emphasized:</p>
<ul>
<li>Write interesting original content; don&#8217;t just echo what other bloggers have written. This is where most blogs fail, because it&#8217;s <em>hard</em> to consistently create new content. And you say it has to be interesting, too? Oh, man!</li>
<li>Perseverance is essential. A blog becomes successful and builds readership over many months or years. Expect to be able to count your regular visitors on one hand for quite a while. This is the other place where most bloggers fail; they get discouraged and lose interest in writing.</li>
</ul>
<p>These concepts shouldn&#8217;t surprise anyone, really; it&#8217;s no different in any sort of business or artistic venture. Anything worthwhile involves the creation of something new and valuable to others, and perseverance to push through the times when you are discouraged and pessimistic.</p>
<h3>Final Recommendation</h3>
<p>So is <em>Blog Blazers</em> worth reading? Yes, I think so. I was already familiar with many of the bloggers interviewed, so it was interesting to read and compare their various views on blogging. Some of them had very thought-provoking things to say that have helped me consider how I should manage my relatively new blog. And I did get some useful tips and advice, and a few new feeds for my blog reader.</p>
<p>Would I recommend buying it? Probably, but I would recommend buying the ebook, which is at least $3 cheaper than the paperback, is searchable, and saves paper. It&#8217;s not the kind of book you&#8217;ll be flipping through as a reference after you&#8217;ve read it once. But I&#8217;m glad I read it, and if Ian hadn&#8217;t sent me this review copy, I would have bought the ebook and felt that I had received more than my money&#8217;s worth.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/01/27/book-review-blog-blazers-by-stephane-grenier/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Year, New Blog Design</title>
		<link>http://www.wholeweal.com/blog/2009/01/21/new-year-new-blog-design/</link>
		<comments>http://www.wholeweal.com/blog/2009/01/21/new-year-new-blog-design/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 01:56:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Wholeweal]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/?p=65</guid>
		<description><![CDATA[
I decided the green was a bit dark and I wasn&#8217;t happy with some of the fonts and line spacing on this blog, so I changed to another theme/skin that came packaged with my blog software (Subtext). I think this one is much more attractive, even if it no longer goes with the green and [...]]]></description>
			<content:encoded><![CDATA[<div class="post">
<p>I decided the green was a bit dark and I wasn&#8217;t happy with some of the fonts and line spacing on this blog, so I changed to another theme/skin that came packaged with my blog software (Subtext). I think this one is much more attractive, even if it no longer goes with the green and white color scheme that I sort of have going for Wholeweal.</p>
<p>I don&#8217;t want to spend too much time tinkering with my blog&#8217;s visual design - there are far more important things to spend time on - but at the same time I don&#8217;t want anyone to visit my blog and immediately hit the back button because it&#8217;s UGLY.</p>
<p>Hopefully this&#8217;ll do the trick for a while.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/01/21/new-year-new-blog-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WNY .NET User Group Meeting Tomorrow</title>
		<link>http://www.wholeweal.com/blog/2009/01/21/wny-net-user-group-meeting-tomorrow/</link>
		<comments>http://www.wholeweal.com/blog/2009/01/21/wny-net-user-group-meeting-tomorrow/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 01:16:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Buffalo]]></category>

		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/?p=62</guid>
		<description><![CDATA[It&#8217;s late notice, but if you&#8217;re a software developer in the Buffalo metro area, you might like to attend tomorrow&#8217;s meeting of the Western New York .NET User Group. Dave Stevenson is coming in from Rochester to speak about LINQ to SQL. Should be very educational, and afterwards we always go out for drinks and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-63" title="WNY DNUG Logo" src="http://www.wholeweal.com/blog/wp-content/uploads/2009/05/dnug-logo.png" alt="WNY DNUG Logo" width="92" height="85" />It&#8217;s late notice, but if you&#8217;re a software developer in the Buffalo metro area, you might like to attend tomorrow&#8217;s meeting of the <a href="http://www.wnydnug.org/">Western New York .NET User Group</a>. Dave Stevenson is coming in from Rochester to speak about LINQ to SQL. Should be very educational, and afterwards we always go out for drinks and continue talking tech in a more casual venue.</p>
<p>We generally meet at 6:00 PM the third Thursday of each month, usually at the KnowledgeAir offices in Suite 628 in the Larkin at Exchange building at 726 Exchange Street, Buffalo. There&#8217;s always great presentations, great networking and mingling with fellow developers, and lots of free stuff to raffle off (developer tool licenses and more). Oh, and free pizza.</p>
<p>I&#8217;m hoping to put together a presentation on Windows Forms development (and the wider history of Windows desktop programming) to present at the group at some point, since it&#8217;s an unfamiliar topic to many developers, compared to ASP.NET programming. For some reason, much of my professional work over the past five years has involved Windows Forms, so I think I&#8217;m in a good position to teach some of the tricks that you won&#8217;t get in the beginner documentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/01/21/wny-net-user-group-meeting-tomorrow/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dr. Dobb&#8217;s Fades Into History</title>
		<link>http://www.wholeweal.com/blog/2009/01/07/dr-dobbs-fades-into-history/</link>
		<comments>http://www.wholeweal.com/blog/2009/01/07/dr-dobbs-fades-into-history/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 03:37:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wholeweal.com/blog/?p=60</guid>
		<description><![CDATA[
So Dr. Dobb&#8217;s Journal has finally folded. I&#8217;m a little too young to remember the real glory days of Dr. Dobb&#8217;s, when it was a hardcore programmer&#8217;s magazine full of code. I actually started reading it only a few years ago, when another magazine that I did read, Software Development, died out and folded some [...]]]></description>
			<content:encoded><![CDATA[<div class="post">
<p>So <a href="http://www.ddj.com/linux-open-source/212700891">Dr. Dobb&#8217;s Journal has finally folded</a>. I&#8217;m a little too young to remember the real glory days of Dr. Dobb&#8217;s, when it was a hardcore programmer&#8217;s magazine full of code. I actually started reading it only a few years ago, when <em>another</em> magazine that I did read, Software Development, died out and folded some of its feature articles into Dr. Dobb&#8217;s. The last year or so there was so little of interest left there that I would simply toss each issue directly into the recycling bin (I had a free subscription).</p>
<p>So Software Development became a feature in Dr. Dobb&#8217;s. Now Dr. Dobb&#8217;s is becoming a feature in InformationWeek. Any bets on where InformationWeek is headed?</p>
<p>Like I said, I have no memory of the &#8220;real&#8221; Dr. Dobb&#8217;s, but I&#8217;m still a bit sad at its passing. My lingering memory (as I tossed the last issue into the bin) is of, as <a href="http://www.ericsink.com/entries/rip_dr_dobbs.html">Eric Sink pointed out</a>, the amateurish grammatical error slapped across the cover. What an embarrassing way to go out.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.wholeweal.com/blog/2009/01/07/dr-dobbs-fades-into-history/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
