<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Jason Hasselkus</title>
	
	<link>http://jasonhasselkus.com</link>
	<description>A whole lot of something for nothing</description>
	<pubDate>Fri, 29 May 2009 04:02:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<media:category scheme="http://www.itunes.com/dtds/podcast-1.0.dtd">Society &amp; Culture/Personal Journals</media:category><itunes:author>Jason Hasselkus</itunes:author><itunes:explicit>no</itunes:explicit><itunes:subtitle>A whole lot of something for nothing</itunes:subtitle><itunes:category text="Society &amp; Culture"><itunes:category text="Personal Journals" /></itunes:category><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/JasonHasselkus" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Well I did It</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/WVehEIrBAcE/</link>
		<comments>http://jasonhasselkus.com/2009/05/28/well-i-did-it/#comments</comments>
		<pubDate>Fri, 29 May 2009 03:56:20 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=296</guid>
		<description><![CDATA[I finally did what I said I was going to do, and I posted something to this blog. Be proud of me, I didn't really need to update it at all.]]></description>
			<content:encoded><![CDATA[<p>You know like 2 months ago or so, I said that I would change this website to look cool, or something along those lines. Well I finally did it, and now you can all stop your complaining. Ok, well there really wasn&#8217;t that much complaining at all, because there really aren&#8217;t that many readers any more. Apparently when you stop posting, people get fed up and find another place to feed their voyeuristic needs. Seriously, whomever was following me because you thought I was interest? Well send me an email because I owe you a beer.</p>
<p>So anyway, I finally found some time to get on the old blog and churn out some creative goodness. Not sure how long this is going to last, but it&#8217;s going to happen every now and again, just not as often as I&#8217;d like. Hey what can I say, I&#8217;ve got other websites to support, and those actually make money. In fact I can&#8217;t say that I&#8217;ve ever made any money off of this site.</p>
<p>Well I&#8217;m out of shape from typing this whole thing, so I better rest and get back to what it was that I was doing before this momentary lack of non-production. So here&#8217;s to getting back to it.</p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/WVehEIrBAcE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2009/05/28/well-i-did-it/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2009/05/28/well-i-did-it/</feedburner:origLink></item>
		<item>
		<title>Day Job Updates</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/RY1_YTBUGus/</link>
		<comments>http://jasonhasselkus.com/2009/04/02/day-job-updates/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 07:03:54 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Django]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Websites]]></category>

		<category><![CDATA[Day Job Killing]]></category>

		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=294</guid>
		<description><![CDATA[Like I told you earlier in the week, my goal was to work on the new website a little bit at a time, but working on it enough to get things finished. Well like any good soldier I got a little more completed this week, and still found time to write for my other blogs.
First [...]]]></description>
			<content:encoded><![CDATA[<p>Like I told you earlier in the week, my goal was to work on the new website a little bit at a time, but working on it enough to get things finished. Well like any good soldier I got a little more completed this week, and still found time to write for my other blogs.</p>
<p>First lets start with what I completed on the dayjobkilling.com site:</p>
<ul>
<li>Syndication feeds are now working</li>
<li>I enabled the Archive section. Right now month only since there are only two months of content.</li>
<li>I also created my own templatetag for the listing of categories. Categories now show up in the sidebar and are updated dynamically when a new Category is added in the admin.</li>
<li>Testing.</li>
</ul>
<p><span id="more-294"></span><br />
Yes I tested all of these features and they all worked. However I did come across one but that I didn&#8217;t anticipate and that was the generic view for the category listings. See I was able to create a simple tag to pull all the categories, but what happens once I pull them and list them? That&#8217;s right, somebody is bound to click on them. Luckily for me the wonderful designers of Django already had a solution, and it&#8217;s a generic view called object_list. That pretty much fixed it with an addition to the urls.py file.</p>
<p>I think the next thing I need to work on, is the contact form. I mean seriously, how lame is it that I built this totally dope website with all this information on it, and then I don&#8217;t allow people to get in contact with me. So that&#8217;s going to be next.</p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/RY1_YTBUGus" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2009/04/02/day-job-updates/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2009/04/02/day-job-updates/</feedburner:origLink></item>
		<item>
		<title>Day Job almost finished</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/B-GHVSASu-w/</link>
		<comments>http://jasonhasselkus.com/2009/03/31/day-job-almost-finished/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 11:39:12 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Django]]></category>

		<category><![CDATA[Websites]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[Day Job Killing]]></category>

		<category><![CDATA[ebook]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=292</guid>
		<description><![CDATA[I&#8217;m in the process of finishing up the Day Job Killing website that&#8217;s been resurrected due to all the email I got about publishing an eBook centered around the subject of ecommerce. I decided to build the blog using of course Django and a new css framework called emastic. Both fit together really nicely. To [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in the process of finishing up the <a href="http://www.dayjobkilling.com">Day Job Killing</a> website that&#8217;s been resurrected due to all the email I got about publishing an eBook centered around the subject of ecommerce. I decided to build the blog using of course Django and a new css framework called <a href="http://code.google.com/p/emastic/">emastic</a>. Both fit together really nicely. To find out more about the DJK website, you can go to the website to find out more. What I thought I would do here is detail the pieces I have finished and what I plan to do to complete the site.</p>
<p>Completed:</p>
<ul>
<li>Simple structured website with minimal design elements.</li>
<li>Post detail page with navigation.</li>
<li>Commenting functionality.</li>
<li>Ad placement section.</li>
<li>Google Analytics code.</li>
</ul>
<p><span id="more-292"></span></p>
<p>To Do:</p>
<ul>
<li>Archive Section: By month at least, probably by year and day as well. (hey it&#8217;s free it&#8217;s already built into Django)</li>
<li>Link Section: A section on the side bar where I can manage links to other helpful sites that I feel are important.</li>
<li>Syndicate. Hugely important, and will probably be the next thing I work on.</li>
<li>Killer Footer. This is an important piece to any blog, especially one in the business of creating content.</li>
<li>Most Viewed Posting. Not immediately important, but something nice for the users.</li>
<li>Adsense. You know that way to generate income.</li>
<li>Search: The box is there, now all I need to do is make sure it works.</li>
<li>Style the comment box. Right now the &#8220;preview&#8221; your comment box is ugly and the redirect to the thank you page needs some tuning as well. However these aren&#8217;t as high on the priority list.</li>
<li>Image manipulate with <a href="http://code.google.com/p/django-photologue/">photologue</a>. </li>
<li>Write some damn good content. What else can I say.</li>
</ul>
<p>I&#8217;m sure there are more things to do, but that&#8217;s going to cover it for right now.</p>
<p>Basically my goal is to have this up and complete by this weekend. My first ebook is almost complete, and I&#8217;ll send out a post as soon as it is, but first things first. I figure I won&#8217;t look really professional if I don&#8217;t have a nice looking blog with some killer content. In fact that&#8217;s all part of my ebook. The book I&#8217;ve almost got finished is how get blogging and attract visitors to your website and keep them coming back. It&#8217;s been fun writing it, and it&#8217;s going to be even more fun listening to what people have to say.</p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/B-GHVSASu-w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2009/03/31/day-job-almost-finished/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2009/03/31/day-job-almost-finished/</feedburner:origLink></item>
		<item>
		<title>I decided to Cronicle my story</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/HzoE94erJWk/</link>
		<comments>http://jasonhasselkus.com/2009/03/28/i-decided-to-cronicle-my-story/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 15:45:48 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=289</guid>
		<description><![CDATA[Many of you may already know that I&#8217;ve worked hard on creating multiple streams of income for the past several years now. Finally I&#8217;ve got something to show for it and I&#8217;ve decided to share those techniques. There is a little bit of this and a little bit of that, but basically I think I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Many of you may already know that I&#8217;ve worked hard on creating multiple streams of income for the past several years now. Finally I&#8217;ve got something to show for it and I&#8217;ve decided to share those techniques. There is a little bit of this and a little bit of that, but basically I think I&#8217;ve done a good job in creating enough passive income to fire my boss! Unless of course my boss is reading this <img src='http://jasonhasselkus.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Now I&#8217;m not telling you that I&#8217;ve got all the answers, because I don&#8217;t, but what I do have is some successful ways in which you can supplement your income without breaking the bank. What I mean is that usually it costs money to make money, which I have found to be true, however the most important part is how to spend less money to generate more money. That&#8217;s really the key to great success.<span id="more-289"></span></p>
<p>I&#8217;m done trying to fool myself with saying &#8220;I&#8217;m going to do this and I&#8217;m going to do that&#8221;, nope none of that anymore. What I have found is that when I focus I can accomplish many things and make a decent amount of money from those ventures. When I tinker or experiement with new ideas, I rarely put a full effort into it, which usually results in frustration and wasted capital.</p>
<p><strong>What&#8217;s the Catch?</strong><br />
With everything, there is a catch. I&#8217;m not going to be putting those answers here. I created a separate domain for that kind of information and named it appropriately. Head on over to <a href="http://www.dayjobkilling.com">www.dayjobkilling.com</a> to see what I have to say. The reason I choose to keep it separate from here, is because here I play around with things, and often times the messages seems to conflict. For instance, one moment I may be writing about Guitar Hero and the next it&#8217;s about eBooks I&#8217;ve written. Kinda gets confusing don&#8217;t you think? So this way the aptly named website of killing your day job seemed to fit.</p>
<p>So won&#8217;t you please join me on this journey and let me know what you think. If I can at the very least help you make enough money for lunch, then I&#8217;ve done my job.</p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/HzoE94erJWk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2009/03/28/i-decided-to-cronicle-my-story/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2009/03/28/i-decided-to-cronicle-my-story/</feedburner:origLink></item>
		<item>
		<title>I haven’t totally decided yet</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/LMFXq3vH-Ws/</link>
		<comments>http://jasonhasselkus.com/2009/03/08/i-havent-totally-decided-yet/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 13:10:07 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[Webdesign Blog Wordpress Theme]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=287</guid>
		<description><![CDATA[As usual my projects seem to be stacking up, but that&#8217;s a good thing right? With so much interest in Content Management and that ability for companies to hire contractors to replace their laid off employees, it&#8217;s caused a real spike in additional work for me. No I&#8217;m not complaining, I&#8217;m just saying there is [...]]]></description>
			<content:encoded><![CDATA[<p>As usual my projects seem to be stacking up, but that&#8217;s a good thing right? With so much interest in Content Management and that ability for companies to hire contractors to replace their laid off employees, it&#8217;s caused a real spike in additional work for me. No I&#8217;m not complaining, I&#8217;m just saying there is enough work now to keep me busy. Real busy.</p>
<p>So I got thinking about this whole webdesign business I&#8217;ve gotten myself into, and it&#8217;s become extremely clear to me that I&#8217;ve spent far more time making others look pretty than I have making myself look pretty. Oh and, how many Wordpress themes have I created for others, yet I still can&#8217;t create one for myself. Well things are changing. I&#8217;m now going to add my own style this puppy and I&#8217;m really going to dump it down.<span id="more-287"></span><br />
As I do with most designs, I sketch things out on a piece of paper first then, I go ahead and start marking it up. Usually first in photoshop, then in dreamweaver, which ultimately makes it out to the web. So I figure I need to do that for myself, but I&#8217;m going to do it with a twist. I decided to use the actual elements of the sketch to be part of my blog and branding. Isn&#8217;t that unique?</p>
<p>Well actually no, it&#8217;s been done before I&#8217;m sure, but it hasn&#8217;t been accomplished on my blog, so I&#8217;m going for it. So get ready, there is going to be some changes around here, and they are starting today!</p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/LMFXq3vH-Ws" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2009/03/08/i-havent-totally-decided-yet/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2009/03/08/i-havent-totally-decided-yet/</feedburner:origLink></item>
		<item>
		<title>So I’m a serial something or other</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/jDSiL4kdalk/</link>
		<comments>http://jasonhasselkus.com/2009/03/02/so-im-a-serial-something-or-other/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 06:51:05 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Django]]></category>

		<category><![CDATA[Misc]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[Style]]></category>

		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=284</guid>
		<description><![CDATA[I&#8217;ve finally figured myself out. I looked deep into my own eyes and figured out what really makes me tick. I&#8217;m one of those people that they call a &#8220;Serial Entrepreneur&#8221;. You know, one of those people that can&#8217;t stop doing new and exciting things again and again and again. Yeah one of those people. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally figured myself out. I looked deep into my own eyes and figured out what really makes me tick. I&#8217;m one of those people that they call a &#8220;Serial Entrepreneur&#8221;. You know, one of those people that can&#8217;t stop doing new and exciting things again and again and again. Yeah one of those people. </p>
<p>So I&#8217;ve decided to put a stop to it. Yes, now I&#8217;m going to try and be one those &#8220;Task Oriented&#8221; type of persons. So now each and every day I&#8217;m going to try and accomplish something. I don&#8217;t mean things like waking up in the morning, or putting out the trash on Tuesday, I have much grander plans.<span id="more-284"></span></p>
<p>If there is any one asset that I&#8217;ve acquired over the years it&#8217;s real estate. Not the kind you can build a house on, I&#8217;m talking about the kinds you can put a website on. Yeah, you know virtual real estate, or for those that are much smarter than me, a domain name. So I own a lot of websites and it&#8217;s time to start building that portfolio. </p>
<p>So first things first, and that starts with this blog. It&#8217;s been neglected far to long, and further more it needs to stop being a wordpress blog and a Django blog. So that&#8217;s my major priority at the moment. Getting this blog moved over into a more manageable format for me. Plus, I&#8217;m not happy with the theme thing that&#8217;s going on. So off I go to start building my portfolio so others can see that I actually do have skills outside of playing video games.</p>
<p>If you have any questions, I&#8217;m here to help.</p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/jDSiL4kdalk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2009/03/02/so-im-a-serial-something-or-other/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2009/03/02/so-im-a-serial-something-or-other/</feedburner:origLink></item>
		<item>
		<title>A little Change in Plans</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/4tXn2nSbbt0/</link>
		<comments>http://jasonhasselkus.com/2009/01/07/a-little-change-in-plans/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 08:03:16 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[blogging]]></category>

		<category><![CDATA[Cards Now]]></category>

		<category><![CDATA[Greeting Cards]]></category>

		<category><![CDATA[Send Out Cards]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=282</guid>
		<description><![CDATA[You know how I said yesterday that I was going to work on LSL? Well that&#8217;s partially true, and three quarters false. See, here&#8217;s what happened. I was all set to work on that site when something else came up. More specifically another site that&#8217;s getting a lot of attention, needed some more attention. And [...]]]></description>
			<content:encoded><![CDATA[<p>You know how I said yesterday that I was going to work on <a href="http://www.leftsidelids.com">LSL</a>? Well that&#8217;s partially true, and three quarters false. See, here&#8217;s what happened. I was all set to work on that site when something else came up. More specifically another site that&#8217;s getting a lot of attention, needed some more attention. And when your in the website attention business, it makes sense to stroke the site with all the attention. Stop that, now pay ATTENTION!<span id="more-282"></span><br />
The site I&#8217;m referring to is my <a href="http://www.123cardsnow.com">Send Out Cards</a> blog. I know what your thinking&#8230;. Isn&#8217;t this your blog? Well yes and no, this is my personal blog where I can do just about anything. More importantly I get to speak like a geek here, and write like I&#8217;ve never been to a grammar class in my life. On the other blog, I specifically write about my card sending business and how it&#8217;s going and what I&#8217;m doing next. I know, it&#8217;s a little geeky still, but I figured I couldn&#8217;t cram everything into one small little blog like this. So I created something else to distract me from keeping my life too simple.<br />
Anyway, I had to fix some stuff on that site and got distracted. I will eventually get back to LSL, but not right now. In fact I think I&#8217;ll start posting about the changes I&#8217;m making to 123cardsnow.com. At least I&#8217;ll be writing about something. Right?</p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/4tXn2nSbbt0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2009/01/07/a-little-change-in-plans/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2009/01/07/a-little-change-in-plans/</feedburner:origLink></item>
		<item>
		<title>Left Side Lids is getting an update</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/My3TTuwREEE/</link>
		<comments>http://jasonhasselkus.com/2009/01/06/left-side-lids-is-getting-an-update/#comments</comments>
		<pubDate>Tue, 06 Jan 2009 16:01:31 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Websites]]></category>

		<category><![CDATA[Caps]]></category>

		<category><![CDATA[CMS]]></category>

		<category><![CDATA[Hat]]></category>

		<category><![CDATA[lids]]></category>

		<category><![CDATA[WebDesign]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=280</guid>
		<description><![CDATA[I&#8217;ve decided that I need to put more effort into my own CMS product, and I couldn&#8217;t think of a better way to showcase the accomplishments, than by producing high quality sites built with the tool. So for the month of January I&#8217;m going to be concentrating on updating one of the sites I built [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided that I need to put more effort into my own CMS product, and I couldn&#8217;t think of a better way to showcase the accomplishments, than by producing high quality sites built with the tool. So for the month of January I&#8217;m going to be concentrating on updating one of the sites I built last year. The site that I&#8217;m going to start with is <a href="http://www.leftsidelids.com">Left Side Lids</a>.<span id="more-280"></span><br />
Left Side Lids was a site I put together to showcase some of the embroidered designs I was creating. It&#8217;s done fairly well over the span of 5 or 6 months that it&#8217;s been up. Orders are steady and the site holds up fairly well. I would like to improve on the layout of the site and provide more content for the casual reader of the blog. The blog was the most successful part of the site, which usually had about 50 readers a day until I took it down. So first I think I&#8217;ll start with a mock up of what I want the final product to look like, then I&#8217;ll move to getting the CMS to work with it.<br />
I&#8217;m also struggling with what payment method to use. There really only seems to be two players in this field: 1) PayPal 2) Google Checkout.  Although I&#8217;m pretty happy with both of them, PayPal does seem to be the leader when it comes to online payments, and I&#8217;m wondering if using checkout will drive people away from my site. So I think I&#8217;ll initially use the &#8220;Buy It Now&#8221; button via PayPal and then move to a second option of Google Checkout later. But, first things first, today I&#8217;m going to work on an example of how I want my content to appear on the site. Basically how I want my hats to be displayed.<br />
I&#8217;m sure there will be more written later on this topic.</p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/My3TTuwREEE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2009/01/06/left-side-lids-is-getting-an-update/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2009/01/06/left-side-lids-is-getting-an-update/</feedburner:origLink></item>
		<item>
		<title>Happy New Year - No Really</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/yqpLZT8Dq2k/</link>
		<comments>http://jasonhasselkus.com/2009/01/02/happy-new-year-no-really/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 20:30:11 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Misc]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[2009]]></category>

		<category><![CDATA[New Years Resolution]]></category>

		<category><![CDATA[Resolution]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=275</guid>
		<description><![CDATA[2009 is going to be the year to laugh your butt off. When life stinks a good laugh is all you need.]]></description>
			<content:encoded><![CDATA[<p>So another year is upon us, or more importantly another year is behind us. I for one am glad to see 2008 pass by and ready to make 2009 a much better year. I know I can&#8217;t do anything to fix the economy, and I can&#8217;t do anything to help mass media report on things that are actually relavant, but what I can do is improve things in my own household economy. Yes, that means that this year I&#8217;m going for the gold and doing my own thing. That means totally on my own.</p>
<p>No, I&#8217;m not quitting my job, but last year was the most stressful year I&#8217;ve ever had professionally. I&#8217;ve come to realize that there are those that will always be interested in doing things their way instead of the right way. So with that, I decided that this year I&#8217;m going to work really hard on helping people realize there are better ways to do things.<span id="more-275"></span></p>
<p>Last year about this time I wrote about all the wonderful ideas I had and how I was going to execute them. I also penned a bunch of goals for the year and swore that I was going to accomplish each and every one of them. This year I&#8217;m not doing any of that. Nope, I&#8217;m going with the flow this year, taking things as they come and working on things that are &#8220;Cool&#8221;. 2009 is going to be the year of enjoying life. I&#8217;m going to work hard and play even harder. Lets face it, 2008 sucked and there was little we could do about it. This year on the other hand has a lot of potential, so I&#8217;m going for it. I figure what&#8217;s the worst that can happen? Someone tell me NO! Good luck with that I&#8217;ll just move on to the next thing.</p>
<p>So here&#8217;s a kick in the butt to 2008, and a high five to 2009. Welcome 2009 I&#8217;ve been waiting a long time for you to show up, and so have a lot of other people. This year is going to rock, and here are few things I plan on doing or not doing. Yeah that&#8217;s right, I might or might not get to the following things, so I can&#8217;t be held accountable.</p>
<ul>
<li>Blog More - Yeah right everyone says this, I&#8217;ll be lucky to get 12 posts out this year.</li>
<li>Take more pictures - I&#8217;m paying for <a href="http://www.flickr.com/photos/hasselkus/">flickr</a> I might as well use it.</li>
<li>Get Muddy - Ok so this is one that I&#8217;m actually signed up for. June 13th is the date.</li>
<li>Pump out some Bad A$$ sites - This goes without saying right! I mean seriously it&#8217;s all about fun on the web and I intend to keep it that way</li>
<li>Workout More - I had to put this everyone else does</li>
<li>Stop Smoking - I don&#8217;t smoke, so already I have an accomplishment under my belt. w00t!</li>
<li>Watch more TV - Last year I felt my TV watching was sub par. This year I intend to crack up the volumn a little more. 900+ channels, it&#8217;s an economy of scale thing.</li>
<li>Send more Greeting Cards - Yup, everyone I know is getting a card from me at some point this year. Watch out, they are coming!</li>
<li>Laugh My Butt Off - Finally the most important thing this year. I&#8217;m going to laugh every day, and I mean a ridiculous amount of laughter. Since I&#8217;m not putting down, loose weight, or fit in to jeans I wore in high school, I figured laughing combined with more TV watching will make up for the lack of gym time.</li>
</ul>
<p>So that list looks pretty complete, and I&#8217;m fairly confident that I can complete most of it. The most important part is that it&#8217;s going to be fun sticking with this plan. It is very possible that my family might commit me to a mental institution, but they are only doing it because they love me. Seriously, no need for that, because I&#8217;m going to help them laugh their butts off to. Maybe this year will be labeled &#8220;Buttless&#8221;.  Yeah that&#8217;s a great one, because I&#8217;ve already stopped smoking!</p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/yqpLZT8Dq2k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2009/01/02/happy-new-year-no-really/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2009/01/02/happy-new-year-no-really/</feedburner:origLink></item>
		<item>
		<title>As if I needed something new</title>
		<link>http://feedproxy.google.com/~r/JasonHasselkus/~3/ePs42RuJAts/</link>
		<comments>http://jasonhasselkus.com/2008/11/02/as-if-i-needed-something-new/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 07:48:21 +0000</pubDate>
		<dc:creator>Jason Hasselkus</dc:creator>
		
		<category><![CDATA[Business]]></category>

		<category><![CDATA[Django]]></category>

		<category><![CDATA[Web Design]]></category>

		<category><![CDATA[Frameworks]]></category>

		<category><![CDATA[New Business]]></category>

		<guid isPermaLink="false">http://jasonhasselkus.com/?p=273</guid>
		<description><![CDATA[It's time to take the Django show on the road and start a new venture based on good web design and a simple cms that anyone can use.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided to start a new project, yup, something new. Imagine that, as if I didn&#8217;t have enough going on right now, jokes on me I guess. This new project might be the most serious of all the projects I&#8217;ve had to date. It&#8217;s come to my attention that I can no longer deal with the political nature of working for a large company. Although I must admit there are many nice things about working for a big company. The best of course is getting to meet such a wide array of talented people, and at my current job I&#8217;ve met a lot of them. However, I&#8217;m still plagued by the fact that I want to innovate instead of doing the same thing day in and day out. My new venture is all about doing something I enjoy and find rewarding, it&#8217;s about helping those that want help.<span id="more-273"></span><br />
My new venture is going to be computer related and not following any of the other ventures I&#8217;ve tried in the past. I will continue with those side projects that still need attention, however my new adventure will take precedence. Although none of this is official, nor do I have an &#8220;official&#8221; client, I can tell you what it will entail.<br />
About a year ago I became very interested in website frameworks, and discovered a python framework called <a href="http://www.djangoproject.com">Django</a> with the help of a colleague. After building a few personal sites using this framework, I turned my attention to building more robust applications for my employer. After sharing my exploits with friends and business owners, it became clear to me that with my knowledge of enterprise level CMS, and experience working with publishing clients, that offering such a system to small to medium size businesses would be in great demand. Currently, there is no way I can compete with the big players in the CM space, but I can offer compelling examples of how a framework like Django can work in just about any organization. In addition to that I can then create my own version of <a href="http://ellingtoncms.com/">ellington</a>, and reap the benefits of good web design and even smarter architecture.<br />
So there you have it, I expect to have something up and running by the end of November. I know that I&#8217;ve said this before, but I do truly expect to keep the site alive and post more often as I bring my new venture to fruition. </p>
<img src="http://feeds.feedburner.com/~r/JasonHasselkus/~4/ePs42RuJAts" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://jasonhasselkus.com/2008/11/02/as-if-i-needed-something-new/feed/</wfw:commentRss>
		<feedburner:origLink>http://jasonhasselkus.com/2008/11/02/as-if-i-needed-something-new/</feedburner:origLink></item>
	<media:credit role="author">Jason Hasselkus</media:credit><media:rating>nonadult</media:rating></channel>
</rss>
