<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>...himerus</title>
	<link>http://himerus.com/old</link>
	<description>a blog by Jake Strawn</description>
	<pubDate>Fri, 29 Feb 2008 20:54:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Current Project: Apress book on jQuery</title>
		<link>http://himerus.com/old/current-project-apress-book-on-jquery/85</link>
		<comments>http://himerus.com/old/current-project-apress-book-on-jquery/85#comments</comments>
		<pubDate>Fri, 29 Feb 2008 20:54:01 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[Apress]]></category>

		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://himerus.com/current-project-apress-book-on-jquery/85</guid>
		<description><![CDATA[I&#8217;ve been mentioning here over the past several months that I&#8217;d like to start working on some jQuery tutorials, however, with the time involved in other projects for clients, and personal, I seem to have put them off to the point that those tutorials were never brought to fruition.
A couple of weeks back, I was [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been mentioning here over the past several months that I&#8217;d like to start working on some <a href="http://jquery.com" title="jQuery" target="_blank">jQuery</a> tutorials, however, with the time involved in other projects for clients, and personal, I seem to have put them off to the point that those tutorials were never brought to fruition.</p>
<p>A couple of weeks back, I was contacted by <a href="http://apress.com/" title="Apress" target="_blank">Apress</a> on the possibility of authoring a book on the topic of <a href="http://jquery.com" title="jQuery" target="_blank">jQuery</a>. I was taken aback by being approached rather than simply submitting a proposal myself, which I&#8217;ve always considered. I always thought it&#8217;d be great to publish a tech book. I spend so much of my time at <a href="http://www.barnesandnoble.com/" title="books" target="_blank">Barnes &amp; Noble</a>, or <a href="http://borders.com" title="books" target="_blank">Borders</a>, rifling through the shelves for a new book that I can&#8217;t live without on varying topics such as <a href="http://php.net" title="php" target="_blank">PHP</a>, <a href="http://mysql.com" title="mySql" target="_blank">MySQL</a>, <a href="http://jquery.com" title="jQuery" target="_blank">jQuery</a>, <a href="http://adobe.com" title="adobe photoshop" target="_blank">Photoshop</a>, Software Development in general, and basically what might appear to be of interest at the time. Many of the titles I have bought over the last decade have either greatly impressed me, or greatly disappointed me.  So many times when reading through some explanation/tutorial on a topic I would consider to myself, what was this guy thinking? Has he ever even used this programming language, or something upon those lines. I never felt the need though to spend to much time preparing a long outline or proposal to submit unsolicited to a publishing company to take my own chance. Maybe even a fear of rejection, and them saying something like the thoughts I just mentioned above.</p>
<p>However, after working through some initial issues on a proper <a href="http://jquery.com" title="jQuery" target="_blank">jQuery</a> topic that would suit both my creative desire, and my technical knowledge, a 7 page, 19 chapter outline was in place, and submitted along with my proposal information. To my surprise, and joy it was accepted, and I now have the go ahead to start work on the title. I&#8217;m intentionally omitting most of the details of the book including proposed title and topics for the time being until I&#8217;m a little more comfortable with the contractual details with <a href="http://apress.com/" title="Apress" target="_blank">Apress</a>, and hey&#8230; if I gave out all the information too soon, someone else might try to write it before I get finished!!</p>
<p>I&#8217;m excited as can be though on the possibilities that this type of work presents. Not only can I have the potential to have my name/company associated with a published work on the topic of <a href="http://jquery.com" title="jQuery" target="_blank">jQuery</a>, but this could also be a HUGE boon to my own <a href="http://www.himerusinc.com" title="Professional Denver Web Development" target="_blank">web development</a> success, and help present future work from larger and larger clients.</p>
<p>Not sure how this may affect my blogging, but I doubt it could adversely affect it since I&#8217;ve been writing so little to begin with. It could come to be though that my blog now might have some value for me to output some of my creative roadblocks, direction on topics, or who knows&#8230; I could end up being so busy just trying to complete the manuscript that I never make it back here! I&#8217;ll hope for now that&#8217;s not the case, but we&#8217;ll just have to see how it goes.</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/current-project-apress-book-on-jquery/85/feed</wfw:commentRss>
		</item>
		<item>
		<title>How To: Check if Apache is running &#038; restart via cron job</title>
		<link>http://himerus.com/old/how-to-check-if-apache-is-running-restart-via-cron-job/84</link>
		<comments>http://himerus.com/old/how-to-check-if-apache-is-running-restart-via-cron-job/84#comments</comments>
		<pubDate>Mon, 18 Feb 2008 18:39:43 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[shell script]]></category>

		<category><![CDATA[cron]]></category>

		<category><![CDATA[httpd]]></category>

		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://himerus.com/how-to-check-if-apache-is-running-restart-via-cron-job/84</guid>
		<description><![CDATA[I&#8217;ve personally been running into issues on my server lately that would for some still unknown reason crash Apache at some point during the night, and I&#8217;d have to find out when I first loaded up one of the sites on the server the next morning, then manually start Apache back up, and it had [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve personally been running into issues on my server lately that would for some still unknown reason crash <a href="http://apache.org/" title="Apache Web Server" target="_blank">Apache</a> at some point during the night, and I&#8217;d have to find out when I first loaded up one of the sites on the server the next morning, then manually start Apache back up, and it had become quite tiresome. So I&#8217;ve done some investigating on how I can set up a shell script to check to see if Apache is currently active, and if not, restart the service. <a href="http://himerus.com/old/how-to-check-if-apache-is-running-restart-via-cron-job/84#more-84" class="more-link">(more&#8230;)</a></p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/how-to-check-if-apache-is-running-restart-via-cron-job/84/feed</wfw:commentRss>
		</item>
		<item>
		<title>Drupal 5 &#038; E-Commerce Setup Woes</title>
		<link>http://himerus.com/old/drupal-5-e-commerce-setup-woes/83</link>
		<comments>http://himerus.com/old/drupal-5-e-commerce-setup-woes/83#comments</comments>
		<pubDate>Wed, 06 Feb 2008 19:21:01 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[e-commerce]]></category>

		<category><![CDATA[web programming]]></category>

		<category><![CDATA[drupal]]></category>

		<category><![CDATA[web development]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://himerus.com/drupal-5-e-commerce-setup-woes/83</guid>
		<description><![CDATA[I&#8217;ve been working on finishing up a personal drupal project at Poodle Breeder Source.com, and have been working with Drupal on this project. This will be one of many Drupal projects I&#8217;ve done over the past 6 months, and I really love the flexibility of Drupal, and the large amount of modules that are already [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on finishing up a personal drupal project at <a href="http://poodlebreedersource.com" title="Poodle Breeder Directory" target="_blank">Poodle Breeder Source.com</a>, and have been working with <a href="http://drupal.org" title="Drupal" target="_blank">Drupal</a> on this project. This will be one of many Drupal projects I&#8217;ve done over the past 6 months, and I really love the flexibility of Drupal, and the large amount of modules that are already up and running.</p>
<p>However, I&#8217;ve been <strong><em>Extremely Disappointed</em></strong> in the capabilities for e-commerce with the system. <a href="http://himerus.com/old/drupal-5-e-commerce-setup-woes/83#more-83" class="more-link">(more&#8230;)</a></p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/drupal-5-e-commerce-setup-woes/83/feed</wfw:commentRss>
		</item>
		<item>
		<title>Upcoming Project - StargateGamer.com</title>
		<link>http://himerus.com/old/upcoming-project-stargategamercom/82</link>
		<comments>http://himerus.com/old/upcoming-project-stargategamercom/82#comments</comments>
		<pubDate>Sun, 20 Jan 2008 02:36:27 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[MMORPG]]></category>

		<category><![CDATA[Stargate Atlantis]]></category>

		<category><![CDATA[Stargate SG-1]]></category>

		<category><![CDATA[Stargate Worlds]]></category>

		<category><![CDATA[Stargate]]></category>

		<guid isPermaLink="false">http://himerus.com/upcoming-project-stargategamercom/82</guid>
		<description><![CDATA[Just wrapped up a new domain for the upcoming release of Stargate Worlds, a MMORPG based in the worlds of Stargate SG-1 and Stargate Atlantis. Look for StargateGamer in the upcoming month or two for a launch to make sure it&#8217;s out well before the game is due to give fans a place to discuss [...]]]></description>
			<content:encoded><![CDATA[<p>Just wrapped up a new domain for the upcoming release of <a href="http://www.stargateworlds.com/" title="Stargate Worlds Official Home Page" target="_blank">Stargate Worlds</a>, a MMORPG based in the worlds of Stargate SG-1 and Stargate Atlantis. Look for StargateGamer in the upcoming month or two for a launch to make sure it&#8217;s out well before the game is due to give fans a place to discuss and read up to date news on the release of this sure to be a hit among nerds MMO!!</p>
<p>Look for a blog, forums, and tons of cool jQuery implementations into this potential free-for all site that will let me do what I want in implementing features that I think all Stargate fans will enjoy!</p>
<p>This game has the potential to get me to cancel my World of Warcraft subscription&#8230;</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/upcoming-project-stargategamercom/82/feed</wfw:commentRss>
		</item>
		<item>
		<title>Upcoming Projects &#038; Work&#8230;</title>
		<link>http://himerus.com/old/upcoming-projects-work/81</link>
		<comments>http://himerus.com/old/upcoming-projects-work/81#comments</comments>
		<pubDate>Fri, 18 Jan 2008 15:13:21 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[drupal]]></category>

		<category><![CDATA[himpressive]]></category>

		<category><![CDATA[cmdr pro]]></category>

		<category><![CDATA[wordpress]]></category>

		<category><![CDATA[web development]]></category>

		<category><![CDATA[mysql]]></category>

		<category><![CDATA[web design]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://himerus.com/upcoming-projects-work/81</guid>
		<description><![CDATA[Well, as I get ready to head back home in the next few days hopefully, I&#8217;ve been looking over some things that will need to be done and trying to prioritize what I have left to do on a few projects, and how to tackle those when I get back to get back in the [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as I get ready to head back home in the next few days hopefully, I&#8217;ve been looking over some things that will need to be done and trying to prioritize what I have left to do on a few projects, and how to tackle those when I get back to get back in the routine.</p>
<p>First, the most important item I have on the table is the completion of the Drupal project Poodle Breeder Source. It&#8217;s a great site, and almost ready to go, I just need to finalize the ecommerce installation again, and work on some of the copy for generic pages, along with touching up the admin panel that advertising/posting users will have the ability to access for usability purposes.</p>
<p>Second, I need to upgrade this site to the latest version of wordpress&#8230; should be easy money there.</p>
<p>Third, I need to complete the copy and such for the Himerus Inc. The layout is done, and except for a few issues in IE7 with the jQuery scrollbars,  it really just needs the appropriate information incorporated into the pages that have been created so far. This will be the first implementation of my own custom CMS that will greatly speed up putting out quality, easy to manage sites.</p>
<p>Fourth, It&#8217;ll be time to rework the Himpressive theme, and get that set up to work with Wordpress 2.3 and have it installed on the site. I&#8217;m really excited about that one, the way it&#8217;s going to be set up, It could definitely be a popular theme that gets used quite a bit, and will be my first release of a fully functional Wordpress theme. Included with that will be a few plugins that help some of the functionality that will be implied on the theme. There will be a very slick jQuery calendar that should be eaten up by the community even without using the theme.</p>
<p>So, putting it lightly, I have a lot of work to accomplish, and want to be able to get most of this lined out as quickly as possible once I get back home. Once I get in the swing of these projects, I will probably be able to start posting up some jQuery tutorials and different modifications to Drupal and Wordpress that I can&#8217;t live without.</p>
<p>Look for more to come soon!!</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/upcoming-projects-work/81/feed</wfw:commentRss>
		</item>
		<item>
		<title>Final Dallas Cowboys note for the season&#8230;</title>
		<link>http://himerus.com/old/final-cowboys-note-for-the-season/80</link>
		<comments>http://himerus.com/old/final-cowboys-note-for-the-season/80#comments</comments>
		<pubDate>Thu, 17 Jan 2008 21:12:23 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[green bay packers]]></category>

		<category><![CDATA[new england patriots]]></category>

		<category><![CDATA[NFL]]></category>

		<category><![CDATA[football]]></category>

		<category><![CDATA[dallas cowboys]]></category>

		<category><![CDATA[Super Bowl]]></category>

		<guid isPermaLink="false">http://himerus.com/final-cowboys-note-for-the-season/80</guid>
		<description><![CDATA[I&#8217;ve failed to keep up on my Dallas Cowboys this season for fear my cowboy&#8217;s blogging would somehow jinx their chances for a successful season.
However, even on my hiatus down to TX to help settle the affairs of my grandfather, I was able to catch the last 3 quarters of the Cowboys/Giants game. I was [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve failed to keep up on my Dallas Cowboys this season for fear my cowboy&#8217;s blogging would somehow jinx their chances for a successful season.</p>
<p>However, even on my hiatus down to TX to help settle the affairs of my grandfather, I was able to catch the last 3 quarters of the Cowboys/Giants game. I was ready to cry once the fourth quarter came around and the Cowboys couldn&#8217;t seem to get it together. Even after two wins against New York during the regular season&#8230;</p>
<p>So I&#8217;m forced to listed to the continued nagging from friends regarding the Cowboys. (they are just jealous their NFL teams have never won 5 Super Bowls and probably never will)</p>
<p>I can only hope now with two seasons behind T.O., and the first full season behind Tony Romo, and with both Marion Barber and Julius Jones starting to work very well in a rotation, I have to feel that next year will be our year.</p>
<p>And the fact that they&#8217;ve lost now gives me the opporitunity to pull for Green Bay. I mean, after all Brett Farve&#8217;s sub-par seasons, who can wish poor on him??? He really deserves to pull of this miracle and get a ring for his team&#8230; but on the other hand, it seems like the Patriots are truly on the way to a remarkable season, and a once in a lifetime chance to go 19-0 straight to a Super Bowl win. If it comes to Pats/Packers in the big game, you can bet I&#8217;ll be pulling strong for my NFC side all day long, but wont be too disappointed even if the Patriots pull it off&#8230;</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/final-cowboys-note-for-the-season/80/feed</wfw:commentRss>
		</item>
		<item>
		<title>Rough couple of weeks&#8230;</title>
		<link>http://himerus.com/old/rough-couple-of-weeks/79</link>
		<comments>http://himerus.com/old/rough-couple-of-weeks/79#comments</comments>
		<pubDate>Thu, 17 Jan 2008 15:45:44 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://himerus.com/rough-couple-of-weeks/79</guid>
		<description><![CDATA[Well, It&#8217;s been a rough couple of weeks to say the least.
I&#8217;m back in the heartland for the time being &#38; had to bury my grandfather this week who was always like a father to me. Now it&#8217;s down to packing up belongings, and securing the house he lived in for the past 20+ years [...]]]></description>
			<content:encoded><![CDATA[<p>Well, It&#8217;s been a rough couple of weeks to say the least.</p>
<p>I&#8217;m back in the heartland for the time being &amp; had to bury my grandfather this week who was always like a father to me. Now it&#8217;s down to packing up belongings, and securing the house he lived in for the past 20+ years with my grandmother who is in the severe stages of Alzheimer&#8217;s.</p>
<p>Kinda hard being here without him around sitting at the bar smoking his cigarettes barking orders.</p>
<p>I hope to be back home in the next week at some point, and back on track. My first order of business is finishing up some final details regarding the ecommerce features for <a href="http://poodlebreedersource.com" title="Poodle Breeder Directory" target="_blank">poodlebreedersource.com</a> and getting it lined out for an immediate launch. It needs some upgraded jQuery features in the backend, and to have some final layout/presentation issues resolved, and it&#8217;ll be ready for launch.</p>
<p>After that, it&#8217;ll be the new corporate site for <a href="http://himerusinc.com" title="Denver Web Development &amp; Design" target="_blank">himerusinc.com</a>. I was having some DNS issues with the site this morning. I don&#8217;t know how long those have been going on, but all the other sites on server have been working just fine. And I think it&#8217;s fixed now, but my stupid Sprint card is caching the site, and so I can&#8217;t see for sure that it&#8217;s working yet or now&#8230;. (fingers crossed)</p>
<p>Anyway, I hope to be back, and active in the next week or so once I have all the family stuff taken care of down here&#8230; see ya&#8217; soon!!!</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/rough-couple-of-weeks/79/feed</wfw:commentRss>
		</item>
		<item>
		<title>Planning and more Planning&#8230;</title>
		<link>http://himerus.com/old/planning-and-more-planning/78</link>
		<comments>http://himerus.com/old/planning-and-more-planning/78#comments</comments>
		<pubDate>Tue, 11 Dec 2007 15:53:09 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[web development]]></category>

		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://himerus.com/planning-and-more-planning/78</guid>
		<description><![CDATA[Well, it&#8217;s been hectic getting back to the full-time at the home office grind, but finally back in full swing of productivity. Been making notes on current projects to organize my thoughts, and working on getting some ideas/notes laid out on the Himpressive theme that was lost a few months back in preparation to get [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s been hectic getting back to the full-time at the home office grind, but finally back in full swing of productivity. Been making notes on current projects to organize my thoughts, and working on getting some ideas/notes laid out on the Himpressive theme that was lost a few months back in preparation to get that started again soon, and also on the Himerus Inc. corporate site that is getting a full makeover.</p>
<p>I hope to have something worth a crap to write about soon. Maybe some jQuery tutorials would be nice.</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/planning-and-more-planning/78/feed</wfw:commentRss>
		</item>
		<item>
		<title>Familiar road to travel again&#8230;</title>
		<link>http://himerus.com/old/familliar-road-to-travel-again/77</link>
		<comments>http://himerus.com/old/familliar-road-to-travel-again/77#comments</comments>
		<pubDate>Wed, 05 Dec 2007 19:04:29 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[general]]></category>

		<guid isPermaLink="false">http://himerus.com/familliar-road-to-travel-again/77</guid>
		<description><![CDATA[After lots of careful consideration, I&#8217;ve recently left the security of the last full-time position I was in, and have decided to move back into the unknown for a while, and take life as it comes. The daily stresses of the 9-5 were eating me alive, and I felt it was time again to return [...]]]></description>
			<content:encoded><![CDATA[<p>After lots of careful consideration, I&#8217;ve recently left the security of the last full-time position I was in, and have decided to move back into the unknown for a while, and take life as it comes. The daily stresses of the 9-5 were eating me alive, and I felt it was time again to return to taking contract work, and expanding the web company. There&#8217;s always the chance that another full-time position comes up that may be attractive enough to pull me from the work at home / telecommute lifestyle, but for now, it&#8217;s going to be an adventure!!</p>
<p>I think that with this move, I&#8217;ll be able to really jump back into my blogging, a few personal projects, and continue to move forward in a good direction with my skills. Learning jQuery over the past couple of months has really expanded my capabilities as a UI Developer as well as the extensive experience I have with PHP/MySQL application architecture. Combining these elements along with a now almost anal CSS/Semantic XHTML layout structures, I&#8217;ve reached a point where I feel that I can literally &#8220;do anything&#8221;.</p>
<p>I&#8217;m hoping for the best, and we&#8217;ll see where the contract labor takes me, and what offers arise in the next weeks/months, and take it from there. Until then, it&#8217;s nose to the grindstone for me, and finishing up some work for the previous employer on a contract basis, and continued research &amp; development into my own personal projects.</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/familliar-road-to-travel-again/77/feed</wfw:commentRss>
		</item>
		<item>
		<title>Xbox 360 Returned Gutted</title>
		<link>http://himerus.com/old/xbox-360-returned-gutted/76</link>
		<comments>http://himerus.com/old/xbox-360-returned-gutted/76#comments</comments>
		<pubDate>Tue, 27 Nov 2007 16:31:34 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[Links]]></category>

		<guid isPermaLink="false">http://himerus.com/xbox-360-returned-gutted/76</guid>
		<description><![CDATA[This is too funny to miss&#8230; Just like airport security in the old days, when you pay an 8-12$/hr employee, you get what you pay for.
http://www.yougamers.com/forum/showthread.php?t=67332
]]></description>
			<content:encoded><![CDATA[<p>This is too funny to miss&#8230; Just like airport security in the old days, when you pay an 8-12$/hr employee, you get what you pay for.</p>
<p><a href="http://www.yougamers.com/forum/showthread.php?t=67332" title="Xbox 360 returned gutted" target="_blank">http://www.yougamers.com/forum/showthread.php?t=67332</a></p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/xbox-360-returned-gutted/76/feed</wfw:commentRss>
		</item>
		<item>
		<title>Colorado Rockies fans prepare for &#8220;Take Two&#8221;</title>
		<link>http://himerus.com/old/colorado-rockies-fans-prepare-for-take-two/75</link>
		<comments>http://himerus.com/old/colorado-rockies-fans-prepare-for-take-two/75#comments</comments>
		<pubDate>Tue, 23 Oct 2007 05:06:38 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[tickets]]></category>

		<category><![CDATA[paciolan]]></category>

		<category><![CDATA[MLB]]></category>

		<category><![CDATA[world series]]></category>

		<category><![CDATA[colorado rockies]]></category>

		<guid isPermaLink="false">http://himerus.com/colorado-rockies-fans-prepare-for-take-two/75</guid>
		<description><![CDATA[After a horribly failed attempt at getting Colorado Rockies tickets that I previously mentioned, we are now hoping based on a Rockies press release that the ticket sales will resume tomorrow at noon.
After all the day&#8217;s mess sorted out, and I was able to do some reading on the very active post at denverpost.com it [...]]]></description>
			<content:encoded><![CDATA[<p>After a horribly failed attempt at getting Colorado Rockies tickets that I <a href="http://himerus.com/rockies-ticket-conspiracy/74">previously mentioned</a>, we are now hoping based on a <a href="http://colorado.rockies.mlb.com/news/press_releases/press_release.jsp?ymd=20071022&amp;content_id=2276739&amp;vkey=pr_col&amp;fext=.jsp&amp;c_id=col" title="Rockies press release">Rockies press release</a> that the ticket sales will resume tomorrow at noon.</p>
<p>After all the day&#8217;s mess sorted out, and I was able to do some reading on the very active <a href="http://neighbors.denverpost.com/blog.php/2007/10/22/rockies-world-series-ticket-sales-debacle-blog-roundup/">post at denverpost.com</a> it has come down to the following facts of today&#8217;s ticket sales blunder by Rockies management, ownership, and the company contracted with the MLB for ticket sales, Paciolan (link intentionally omitted).</p>
<p>First, this has been blamed as a malicious attack by hackers, however, the facts state that approximately 8.5 million visitors were active on the <a href="http://ColoradoRockies.com" title="ColoradoRockies.com">ColoradoRockies.com</a> at the time tickets were initially to be sold. I find that this really seems to fall more on poor IT Department talent at the ticket venue, Paciolan who I found out later were even running <a href="http://toolbar.netcraft.com/site_report?url=www.evenue.net" title="Paciolan is retarded">Windows 2000 servers</a> for fluff&#8217;s sake. But despite all the visits to the <a href="http://mlb.com">MLB</a> page for the <a href="http://colorado.rockies.mlb.com" title="Colorado Rockies... Its Roctober!!!">Colorado Rockies</a>, which I did not once today notice even the slightest slow down in connecting to, was able to stay up all day with all those 8.5 million visitors landing on the site. Yet somhow, the Paciolan systems seemed to take a crap and die before even 500 tickets could be sold. The simple fact would have to be that Paciolan had no idea how big this would be considering that they were not restricting sales to outside states as many teams seem to have used in the past as informed by message board posts at the <a href="http://neighbors.denverpost.com/viewtopic.php?t=7248448">denverpost</a>. The fact that even prior to Sunday, when season ticket holders were able to buy tickets, I saw many listed on StubHub from tons of season ticket holders looking to charge 700 or even 1000$ for ROCKPILE tickets!!!!!</p>
<p>If I were living in some country where the all mighty american buck is so valuable that 1000$ could support a family for months, why wouldn&#8217;t I try to buy tickets, and turn a quick profit on the hundreds of online venues where such items can be sold for auction or set prices. Ticket scalpers across the country are able to use their tools of trade to get tickets, and then charge the real fans, us, triple, quadruple, even ten times face value because that&#8217;s how they make a living. By buying something cheap, and selling it to us for more than the manufacturer originally intended. Supply and Demand at its simplest. But we are Americans after all, so why not blow hard earned cash, and give in to the pressure. If only fans gathered together once, and left 20,000 plus seats unsold at a World Series game, or even the Super Bowl, and left the scalpers holding , it would be a hard lesson learned for them, out tons of cash with a handful of tickets. But we give in each time, and submit to the mercy of merciless ticket scalpers.</p>
<p>I hope for my own sanity that tomorrow does go smooth, since they did mention that they have backup plans in place for tomorrow should anything goes wrong again, which I&#8217;m sure will happen since they are just turning back on the same system, hoping for the best.</p>
<p>Good luck to the rest of you Rockies fans out there&#8230;  Be vigilant so the damn scalpers and sox fans don&#8217;t get them.</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/colorado-rockies-fans-prepare-for-take-two/75/feed</wfw:commentRss>
		</item>
		<item>
		<title>Rockies Ticket Conspiracy&#8230;</title>
		<link>http://himerus.com/old/rockies-ticket-conspiracy/74</link>
		<comments>http://himerus.com/old/rockies-ticket-conspiracy/74#comments</comments>
		<pubDate>Mon, 22 Oct 2007 17:06:03 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[MLB]]></category>

		<category><![CDATA[evenue.net]]></category>

		<category><![CDATA[world series]]></category>

		<category><![CDATA[colorado rockies]]></category>

		<guid isPermaLink="false">http://himerus.com/rockies-ticket-conspiracy/74</guid>
		<description><![CDATA[Well, for exactly 62 minutes now, I have refreshed the page hosted by evenue.net that has refused to load anything other than the ridiculous page saying again that tickets go on sale at 10a.m. And that splash/welcome page has only loaded about 15 times out of 300-400 page refreshes on the system. All I want [...]]]></description>
			<content:encoded><![CDATA[<p>Well, for exactly 62 minutes now, I have refreshed the page hosted by <a href="http://evenue.net" title="Crappy evenue.net" target="_blank">evenue.net</a> that has refused to load anything other than the ridiculous page saying again that tickets go on sale at 10a.m. And that splash/welcome page has only loaded about 15 times out of 300-400 page refreshes on the system. All I want are a couple tickets to Game 4. Is that too much to ask?!</p>
<p>As a fairly decent Rockies fan, (I saw about 8 games this year with an empty stadium), I find this as a HUGE mistake by the <a href="http://www.coloradorockies.com" title="Colorado Rockies">Colorado Rockies</a> and the <a href="http://mlb.mlb.com/" title="Major League Baseball">MLB</a> for contracting a company that can&#8217;t handle ANY server load obviously, and now, people are sitting online at work, wasting HOURS of company time just to even hope that the webpage loads once to even have a slight chance at getting the tickets. I&#8217;m obviously not the only one encountering major issues trying to load the site as <a href="http://denver.yourhub.com/Denver/Blogs/Sports/National-World-Sports/Baseball/Blog~380950.aspx?referrer=digg" title="Colorado Rockies ticket frenzy">demonstrated here by other frustrated Colorado Rockies fans</a>.</p>
<p>I&#8217;m going to be vigilant, but have little hope for this evenue.net company to get their stuff together so Rockies fans can get some tickets to the <a href="http://mlb.mlb.com/mlb/ps/y2007/index.jsp" title="World Series">World Series</a> for crap&#8217;s sake.</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/rockies-ticket-conspiracy/74/feed</wfw:commentRss>
		</item>
		<item>
		<title>Current Project: CMDR Pro</title>
		<link>http://himerus.com/old/current-project-cmdr-pro/73</link>
		<comments>http://himerus.com/old/current-project-cmdr-pro/73#comments</comments>
		<pubDate>Fri, 12 Oct 2007 22:45:21 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[cmdr pro]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[web development]]></category>

		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://himerus.com/current-project-cmdr-pro/73</guid>
		<description><![CDATA[I&#8217;ve been battling for a few weeks now up to my ears in building a new CMS for both my personal use, for my own clients, and for an alternative option for my current 9-5 design shop.
I&#8217;ve finally got to the point where I&#8217;m about 80% complete with the core backend features. The CMS backend [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been battling for a few weeks now up to my ears in building a new CMS for both my personal use, for my own clients, and for an alternative option for my current 9-5 design shop.</p>
<p>I&#8217;ve finally got to the point where I&#8217;m about 80% complete with the core backend features. The CMS backend is completely powered by jQuery &amp; PHP, with zero new page loads, which is my first real attempt at what has become the evolution of web applications.</p>
<p>I&#8217;m expecting to have most of the backend features completed in the next week or two, and then be able to finish integrating the theme engine (<a href="http://smarty.php.net" title="smarty template engine">Smarty</a>) on the front end along with features to tie into the backend.</p>
<p>This has really been taking my time as it&#8217;s been a project at work that required a custom backend, and also spending about all my spare time adding in features, and customizing the jQuery interaction which was outside the scope of the project for the client, and required my own personal time to give it that &#8220;extra touch&#8221;.</p>
<p>Since the himpressive theme was lost, and is only partially put back together so far in photoshop, it&#8217;s falling further and further to the back burner for the moment as I&#8217;m forced to finish this CMS, and then I will be doing a redesign of my corporate site for <a href="http://himerusinc.com" title="Denver Web Design &amp;amp; Development">Denver Web Development</a> and integrate it into cmdr pro.</p>
<p>I hope to have it wrapped up, and be back on the grid shortly. Patience is the key to success.</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/current-project-cmdr-pro/73/feed</wfw:commentRss>
		</item>
		<item>
		<title>Dallas Cowboys Miracle Comeback in Buffalo</title>
		<link>http://himerus.com/old/dallas-cowboys-miracle-comeback-in-buffalo/72</link>
		<comments>http://himerus.com/old/dallas-cowboys-miracle-comeback-in-buffalo/72#comments</comments>
		<pubDate>Tue, 09 Oct 2007 04:18:19 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[comeback]]></category>

		<category><![CDATA[football]]></category>

		<category><![CDATA[NFL]]></category>

		<category><![CDATA[interception]]></category>

		<category><![CDATA[upset]]></category>

		<category><![CDATA[monday night football]]></category>

		<category><![CDATA[espn]]></category>

		<category><![CDATA[buffalo bills]]></category>

		<category><![CDATA[dallas cowboys]]></category>

		<guid isPermaLink="false">http://himerus.com/dallas-cowboys-miracle-comeback-in-buffalo/72</guid>
		<description><![CDATA[There are only two words I can use to describe the Monday Night Football game that just ended&#8230;. F***ing AMAZING&#8230; Never in my life have I witnessd a game in person or on TV that had me screaming, cheering, and almost crying all at the same time&#8230;.
After a ridiculous 5 interceptions, and a fumble by [...]]]></description>
			<content:encoded><![CDATA[<p>There are only two words I can use to describe the Monday Night Football game that just ended&#8230;. F***ing AMAZING&#8230; Never in my life have I witnessd a game in person or on TV that had me screaming, cheering, and almost crying all at the same time&#8230;.</p>
<p>After a ridiculous 5 interceptions, and a fumble by the usually flawless Tony Romo, who only threw 4 interceptions in the previous 4 games, managed with 2 minutes remaining bring the Cowboys 80 yards for the touchdown to bring them to within 2 of the Bills.</p>
<p>The two point conversion, a flop at best by the fumble-fingers Owens, all hope seemed lost with 20 seconds on the clock&#8230;</p>
<p>But wait&#8230; an onside kick is coming, and YES!!!!!!! Cowboys recover with 18 seconds remaining&#8230; Tony Romo looks down field to Terrell Owens again, and after a review, the call of a completed catch is reversed, and the Cowboys are dragged back to the 47 yard line with now only 15 seconds left on the clock. Two quick plays later, the Cowboys have the ball with :02 left on the clock, and an attempt at a 53 yard field goal for the rookie kicker Nick Folk, at the attempt is UP, it&#8217;s GOOOOOD&#8230;. but wait&#8230;.</p>
<p>What the hell are the refs doing????? they aren&#8217;t throwing up their hands with the &#8220;it&#8217;s good&#8221; signal&#8230; what the hell is going on??? Oh wait, the Bills coach (does anyone really know what is name is???) calls a timeout JUST before the snap, reminding us of several implementation of that sneaky-snake in the grass move&#8230; Oh well&#8230;</p>
<p>Nick Folk sets up for his second attempt at a 53 yard filed goal (career long), and it&#8217;s UP, it&#8217;s GOOOOOOOOOOOOOOOOOOOD</p>
<p>COWBOYS WIN&#8230;..</p>
<p>The most priceless thing for me is not the win by my favorite team, who is now the only team in the NFC with a 5-0 record, but it was the dejected, heartbroken looks on the fans in the still packed till the last minute stadium in Buffalo&#8230;</p>
<p>Next week&#8230;. 5-0 Patriots IN Dallas&#8230; prepare to be destroyed NE&#8230;.</p>
<p>Great job coming back from a dismal first half, and stepping in like Dallas Cowboy quarterbacks of our past. I felt like for a moment with under 2 minutes remaining that it was Troy Aikman on the field charging down the field for the come from behind, yet inevitable win for the cowboys&#8230;</p>
<p>Sweet dreams fellow Dallas fans&#8230;. we can all rest easy tonight&#8230; :D</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/dallas-cowboys-miracle-comeback-in-buffalo/72/feed</wfw:commentRss>
		</item>
		<item>
		<title>School Security: VoteYesOn3A.com</title>
		<link>http://himerus.com/old/school-security-voteyeson3acom/71</link>
		<comments>http://himerus.com/old/school-security-voteyeson3acom/71#comments</comments>
		<pubDate>Sun, 07 Oct 2007 01:47:33 +0000</pubDate>
		<dc:creator>Jake Strawn</dc:creator>
		
		<category><![CDATA[bullying]]></category>

		<category><![CDATA[tragedy]]></category>

		<category><![CDATA[vote]]></category>

		<category><![CDATA[violence]]></category>

		<category><![CDATA[platte canyon]]></category>

		<category><![CDATA[park county]]></category>

		<category><![CDATA[bailey]]></category>

		<category><![CDATA[colorado]]></category>

		<category><![CDATA[school safety]]></category>

		<guid isPermaLink="false">http://himerus.com/school-security-voteyeson3acom/71</guid>
		<description><![CDATA[I&#8217;ve just wrapped up what was going to be a &#8220;quick&#8221; project, and ended up turning into a ton of content &#38; touch-ups to make it &#8220;just right&#8221;&#8230;
The site for the Vote Yes on 3A campaign in Park County Colorado was originally set up to be a brief informational site on the details regarding the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just wrapped up what was going to be a &#8220;quick&#8221; project, and ended up turning into a ton of content &amp; touch-ups to make it &#8220;just right&#8221;&#8230;</p>
<p>The site for the <a href="http://voteyeson3a.com" title="Vote Yes on 3a, Park County Colorado">Vote Yes on 3A</a> campaign in Park County Colorado was originally set up to be a brief informational site on the details regarding the Mill Levy that would generate $300,000 for the Park County School District. I had set up the site to use the <a href="http://jquery.com" title="jQuery Javascript Library">jQuery</a> <a href="http://ui.jquery.com/" title="jQuery Javascript Library UI">Accordion</a> plug-in for a nice effect on several key topics, expanding for more detailed information on the topic. However, after the amount of content grew, and the section for statistics on school violence incidents became more of a complete report card of the tragic events dating back as far that could be found, listing over 1800 tragic events, and details regarding each event, it was clear the accordion plug-in couldn&#8217;t handle the massive amount of data. Without time to modify the code to load content from an external source, I was forced to remove the option, and just let the page be what it is: A massive amount of data on school violence, highlighted by the needs of the Park County School District in order to encourage local residents to <a href="http://voteyeson3a.com" title="Vote Yes on 3a, Park County Colorado">Vote Yes on 3A</a>.</p>
<p>So against some of my recommendations, the site is complete. If I&#8217;d known the data would be this massive after it was done, I would have planned it as a multi-page site rather than a single page informational, but that&#8217;s all water under the bridge.</p>
<blockquote><p>School violence occurs daily in the United States. These include such episodes such as shootings, beatings and stabbings, bullying, the list goes on and on. Student-perpetrated school massacres in North America most often occur in overwhelmingly white, middle class non-urban areas (small towns and suburbs) where they receive the most media attention due to their severity in a brief period of time.</p>
<p>We need your help&#8230; not just residents of Park County where this Mill Levy applies, but in every school across the nation, in every community across the world, we must prepare, and through our preparation, we can help prevent tragic massacres from shaking the very foundation of your own children&#8217;s school.</p>
<p style="text-align: center"><img src="http://voteyeson3a.com/i/logo-2.png" title="Vote Yes on 3A - Park County Colorado, Bailey, CO" alt="Vote Yes on 3A - Park County Colorado, Bailey, CO" height="200" width="200" /></p>
</blockquote>
<p>Thank you for your help in getting this passed for our community to better ensure the safety of our children.</p>
<div id="mainphotoarea"></div>]]></content:encoded>
			<wfw:commentRss>http://himerus.com/old/school-security-voteyeson3acom/71/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
