<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>botsko &#187; Random Thoughts</title>
	<atom:link href="http://www.botsko.net/blog/category/random-thoughts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.botsko.net/blog</link>
	<description>continuing education</description>
	<lastBuildDate>Sat, 24 Jul 2010 21:42:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>MySquibbles.com Offline</title>
		<link>http://www.botsko.net/blog/2009/12/30/mysquibbles-com-offline/</link>
		<comments>http://www.botsko.net/blog/2009/12/30/mysquibbles-com-offline/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 00:49:47 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/?p=504</guid>
		<description><![CDATA[Almost four years ago I launched MySquibbles.com &#8211; a community for parents and teachers to find and share links their children enjoy. It was a great idea and would have been extremely useful, but it failed for several reasons. Primarily, it wasn&#8217;t enough to draw visitors. Parents tend to frequent sites that have parenting information [...]]]></description>
			<content:encoded><![CDATA[<p>Almost four years ago I launched MySquibbles.com &#8211; a community for parents and teachers to find and share links their children enjoy. It was a great idea and would have been extremely useful, but it failed for several reasons.</p>
<p>Primarily, it wasn&#8217;t enough to draw visitors. Parents tend to frequent sites that have parenting information from articles and advice, to links to great deals. Without offering that content as well, Squibbles wasn&#8217;t a place you would go because kids are not online that often until they&#8217;re older.</p>
<p>The other problem was that the average parent going online with their kids is a target audience that&#8217;s very difficult to market to. They typically only learn about things through other parents, school materials, or parenting magazines. Without any time to market or promote the website, it was left online only to serve as a good portfolio piece.</p>
<p>I&#8217;ve recently moved servers and during the transition, I made the decision to take the website offline. I&#8217;ve kept everything in the event that I want to restore it at some point, but for now it&#8217;s no longer needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2009/12/30/mysquibbles-com-offline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Explaining the Field</title>
		<link>http://www.botsko.net/blog/2009/05/06/explaining-the-field/</link>
		<comments>http://www.botsko.net/blog/2009/05/06/explaining-the-field/#comments</comments>
		<pubDate>Wed, 06 May 2009 23:57:13 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/?p=311</guid>
		<description><![CDATA[Many clients have difficulty understanding why things take the time that they do. It&#8217;s always been a point of discussion during estimate time and can become a problem when something is added last minute to a project. I wanted to clarify some facts about the web development /design field to help avoid these problems. The [...]]]></description>
			<content:encoded><![CDATA[<p>Many clients have difficulty understanding why things take the time that they do. It&#8217;s always been a point of discussion during estimate time and can become a problem when something is added last minute to a project. I wanted to clarify some facts about the web development /design field to help avoid these problems.</p>
<p>The time necessary to develop a clean, well-organized, well-written application that adheres to the standards set by the W3C and community can often surprise clients and leads.</p>
<p>An example&#8230;<br />
<span id="more-311"></span></p>
<p>Client asks for the ability to manage contacts and assign them to groups. They&#8217;re mock up shows a list of contacts on the left, and list of groups on the right. Sounds like a simple drag and drop to add contacts to groups.</p>
<p>What clients often overlook is that we have to solve a lot of additional problems &#8211; each one requires more planning, design, development, and testing time.</p>
<p>In reality, this simple drag and drop becomes:</p>
<ul>
<li>Create drag and drop support.</li>
<li>Add support for adding new groups.</li>
<li>Adding ability to create new contact.</li>
<li>Ability to edit groups?</li>
<li>Ability to edit contacts.</li>
<li>Ensure newly added group may have contacts dropped on it.</li>
<li>Ensure contacts may be removed from group.</li>
<li>Ensure groups may be deleted, with a warning first.</li>
<li>If not using browser default, warning dialog must be available</li>
<li>Warning dialog alone takes more time to create/integrate and design.</li>
<li>Remove all connections to contacts from deleted group.</li>
<li>Prevent duplication of group names.</li>
<li>Ignore contacts dropped on groups they&#8217;re already in.</li>
<li>Handle any database query/traffic errors properly.</li>
<li>Use some method of keeping contacts list short enough to drag.</li>
</ul>
<p>In the web development world, that entire process would utilize PHP, Javascript, CSS, XHTML, MySQL, and the JSON or XML data formats. That&#8217;s SIX different technologies. This is the type of work involved in items that often seem as if they can be &#8220;turned on&#8221; or &#8220;plugged in&#8221;.</p>
<p>We try to test the most common systems. However, there is an infinite number of combinations of web browser, browser plugins, operating systems, screen sizes, display types, firewalls, computer assistance software, etc. When so many possible combination are possible, the probability of a conflict somewhere is high.</p>
<p>It&#8217;s important to realize the level of work we&#8217;re involved with. A single select box with nested options may take a few days to create and test.</p>
<p>Many times, fellow developers choose to do it quickly rather than do it right to please a budget, sometimes it&#8217;s the clients choice. Yet what eventually happens, is that decision comes back to bite. It may be in the form of failure to extend well, failure to work after a upgrade. Even a poorly written / documented application can cost more to fix than it ever would have to do right the first time.</p>
<p>Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2009/05/06/explaining-the-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Additional Policy Change: Specs</title>
		<link>http://www.botsko.net/blog/2009/04/20/additional-policy-change-specs/</link>
		<comments>http://www.botsko.net/blog/2009/04/20/additional-policy-change-specs/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 00:17:21 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/?p=304</guid>
		<description><![CDATA[Since the recent policy changes we announced in January, it&#8217;s become necessary to expand on the new policy regarding project specifications. Project spec documents can be a chore sometimes, but they&#8217;re almost the most important aspect of the entire project. The new policy from January requires that any projects above $1k have an official specifications [...]]]></description>
			<content:encoded><![CDATA[<p>Since the recent policy changes we announced in January, it&#8217;s become necessary to expand on the new policy regarding project specifications. Project spec documents can be a chore sometimes, but they&#8217;re almost the most important aspect of the entire project.</p>
<p>The new policy from January requires that any projects above $1k have an official specifications document and (optionally) mockups that define the official scope of the work. This document needs to be started by the client as they document what they want, and finished on our end as we document the work and technology involved.</p>
<p>But what happens is that it&#8217;s often a chick-or-the-egg scenario where clients need an estimate before they can spend time doing a spec, and we need a spec before I can do an estimate.</p>
<p>Beginning immediately, we&#8217;re slightly modifying the policy:</p>
<p><strong>We will provide a pre-spec estimate for initial approval. This estimate will clearly be labeled as pre-spec, but will not guarantee the final cost. Once approved, we will require a spec document/material to be submitted by the client. We&#8217;ll review the documents, add the technical portion, discuss the revisions, and then provide a final estimate. Before work begins, a signed copy of the project spec and the final estimate must be returned.</strong></p>
<p>To help explain why this document is necessary and how it can be created, please read the <a href="http://www.boston.com/bigpicture/2009/04/cassinis_continued_mission.html">&#8220;Project Spec Requirements&#8221; document</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2009/04/20/additional-policy-change-specs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2009 Policy Changes</title>
		<link>http://www.botsko.net/blog/2009/01/30/2009-policy-changes/</link>
		<comments>http://www.botsko.net/blog/2009/01/30/2009-policy-changes/#comments</comments>
		<pubDate>Fri, 30 Jan 2009 19:15:03 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/?p=259</guid>
		<description><![CDATA[Every year I make an analysis of projects and business from the previous year and make adjustments to my policy and procedures based on my findings. The latest changes for the next year are detailed below. These policy changes will not impact existing projects at all. Existing clients should expect a bit more preparation prior [...]]]></description>
			<content:encoded><![CDATA[<p>Every year I make an analysis of projects and business from the previous year and make adjustments to my policy and procedures based on my findings. The latest changes for the next year are detailed below.</p>
<p>These policy changes will not impact existing projects at all. Existing clients should expect a bit more preparation prior to new projects, but with a better quality return in the end. Please contact me with any comments, suggestions, or questions.</p>
<p>These changes will be included in a revised copy of the client contract, which I will provide to all existing clients within the next few weeks.</p>
<h4>Discounts</h4>
<p>In the past I&#8217;ve offered several different types of discounts, and almost none of them applied during 2008. What I&#8217;ve also realized is that projects that have been heavily discounted tend to become a burden rather than an enjoyable project and the client and the project suffer the effects. </p>
<p><strong>Policy Change #1:</strong> As of January 1, 2009 all previous discounts will no longer be available. Only a single discount will remain and it will be applied by request only. Clients will receive a $20 per hour discount for work that is beyond forty hours of work in a calendar month. </p>
<h4>IM/Phone Time</h4>
<p>Another issue that has arisen is clients conversing with me over IM. If I&#8217;m currently working on their project already then it&#8217;s not an issue, but if it&#8217;s for technical support or general discussion of non-urgent nature then it distracts me from my current task, and concentration is extremely important when programming. </p>
<p><strong>Policy Change #2:</strong> As of February 1, 2009, all non-urgent <em>IM</em> and <em>phone</em> conversations that are longer than ten minutes will be billed at the minimum billing interval of fifteen minutes, meeting rate. This covers the &#8220;transition&#8221; time that occurs when I need to stop my current task and participate in the conversation. Urgent conversations are only those regarding serious technical problem that will prevent a client from using a live website or web application, or a time-sensitive question usually for estimating purposes. </p>
<p><strong>Unless IM or phone is necessary, I encourage everyone to use email.</strong></p>
<h4>Automated Testing</h4>
<p>Quality of work has always been a priority and in an effort to improve the quality of application code I produce even further, I will be implementing stronger release automation guidelines for larger projects.</p>
<p>Automated testing allows developers to build a suite of tests that may be run together to ensure that every function of the actual program is returning exactly what it should be in each situation. As the test collection grows the usefulness increases exponentially, and if done properly, will help prevent 90% if programming-related issues from reaching the client, and 100% of regressions.</p>
<p><strong>Policy Change #3:</strong> For all new applications or components I will begin writing automated code test cases from the beginning of the project. This will require a bit of additional time and this time will be included on estimates, but will help reduce the time required finding and fixing issues manually.</p>
<p>For larger projects that I am the lead on, I will also enforce an automated deployment system so that we can deploy projects faster and reduce issues caused by human error.</p>
<h4>Specifications Document</h4>
<p>I began this business by requiring a description of the project in detail to avoid feature creep, and as my typical client type changed from one-time small business to recurring work from firms, I began relaxing this restriction. Over the past year I have seen that this document is essential for all large projects. I can&#8217;t calculate any exact number, but I&#8217;ve likely lost weeks worth of time due to gray areas in feature definitions. When I have to decline to add a feature that the client was expecting but I was not, it impacts the relationship, and the client perception of the project.</p>
<p>Although it&#8217;s more work for the client to provide this document, it save time, money, and relationships.</p>
<p><strong>Policy Change #4:</strong> For all medium to large projects I will require an official specifications document from the client. This document will describe the expected functionality of each page and element within the project. It may use wireframes, text, or both. These documents will serve as guides for the project, and any feature that wasn&#8217;t described will be considered out of scope.</p>
<h4>Contracts</h4>
<p>A similar situation has been client contracts. I need to ensure that all clients have signed and returned their contract prior to work beginning.</p>
<p><strong>Policy Change #5:</strong> All clients who do not have a signed contract on file already must sign and return a contract. All new clients will be required to sign the contract. Existing clients must sign and return the revised 2009 contract.</p>
<h4>Subcontractors</h4>
<p>I&#8217;ve had two subcontractors in the past few years and unfortunately the projects they were involved with became nightmares. I&#8217;ve learned that my main reason for my success is in the quality of work and my level of experience and knowledge with web technologies. When someone else comes in there&#8217;s a serious clash of styles, and an obvious lack of understanding of best practices. </p>
<p><strong>Policy Change #6:</strong> No PHP subcontractors. I&#8217;ve lost one very good client because of one relationship and almost lost another. I&#8217;ve sacrificed thousands of dollars to repair projects and relationships.</p>
<h4>Down-payments</h4>
<p>For all new clients, I&#8217;ve always required a down-payment of one-third the estimated project amount. This practice helps ensure the new client is serious about the project and helps reduce issues with non-paying clients. However, I&#8217;ve learned that receiving a significant payment prior to doing work becomes demotivating during the project. It&#8217;s essentially a situation where there&#8217;s no reward after doing the work. However, something is still required to help prevent payment issues for new clients.</p>
<p><strong>Policy Change #7:</strong> For all new projects below $20,000 for first-time clients, the down-payment required will be no more than $1000. Pricing guidelines as to what requires a down-payment have changed slightly, but they&#8217;ve all been reduced.</p>
<h4>Post-Project Technical Support</h4>
<p>Technical support has always been an issue because it&#8217;s something that clients should have access to, but it takes time to supply. I&#8217;m sure that my policy will change over time, and it may even vary between clients.</p>
<p><strong>Policy Change #8:</strong> For projects that are likely to require technical support, time will be included in the original estimate unless you request otherwise. In this scenario, it will be billed at the current meeting rates. If you request that it not be estimated, then it will be billed an a standard hourly basis at the current PHP Development rate. Exceptions are if the question is a quick question that doesn&#8217;t require research on my part.</p>
<h4>Aspen Framework Upgrades</h4>
<p>All projects that have been built on the Aspen Framework have typically received free upgrades as the framework improved during last year. Now that the framework has reached a level of stability (it&#8217;s currently in release candidate stages), no projects will no longer receive free upgrades unless the project will continue development indefinitely. </p>
<p><u>Notes&#8230;</u></p>
<p>For those with web hosting accounts with me, I am going to spend time this Spring to convert everyone over to a recurring credit card system. I&#8217;m spending so much time invoicing and chasing down late payments that it would be beneficial for everyone.</p>
<p>My goal for 2009 is to try to reduce the number of distractions I deal with every day. I&#8217;ll officially be ending support for any personal projects except those under the Trellis Development umbrella. </p>
<p>Thanks all for a great 2008 &#8211; let&#8217;s make 2009 even better!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2009/01/30/2009-policy-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>End of the Year</title>
		<link>http://www.botsko.net/blog/2008/12/19/end-of-the-year/</link>
		<comments>http://www.botsko.net/blog/2008/12/19/end-of-the-year/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 01:34:02 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/?p=250</guid>
		<description><![CDATA[It&#8217;s been another great year, and I want to thank everyone who I&#8217;ve worked with over the last twelve months. I&#8217;ve met some cool new people, and I&#8217;ve been excited to see how my code has improved over the last year. I know the economy has been hard on everyone, but I&#8217;m excited at the [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been another great year, and I want to thank everyone who I&#8217;ve worked with over the last twelve months. I&#8217;ve met some cool new people, and I&#8217;ve been excited to see how my code has improved over the last year. I know the economy has been hard on everyone, but I&#8217;m excited at the projects that are coming in 2009.</p>
<p>2009 will be an interesting year for Trellis Development as well, as a few special items are coming sometime during the year, some sooner rather than later. </p>
<p>Most folks know how much I listen to music while working, and in keeping with tradition I thought I&#8217;d post an quick analysis of music I&#8217;ve added to my library this year. I&#8217;m currently at 5,562 songs that I&#8217;ve collected over the last ten years. That&#8217;s about 18 days of straight music without any repeats, consuming a good 33.35 GB of space.</p>
<p>I have not really enjoyed many new-release albums since 2000, so many of my new faves are old albums I&#8217;m discovering. However, each year I rank my new top five from the previous year. This year I added some actual math to everything.</p>
<p>I have rated every single song in my library on the iTunes 1-5 scale. Only 100 songs are fives, 600 are fours, etc. It&#8217;s hard to really impress me. Here is a list of the top five new-release albums from 2008 with their average rating score:</p>
<p><strong>Seventh Tree</strong> &#8211; <em>Goldfrapp</em> (1 Five, 9 Fours) /10 = 4.1 (Winner, 7 songs are in top ten play counts of these albums)<br />
<strong>11i</strong> &#8211; <em>Supreme Beings of Leisure</em> (2 Fives, 5 Fours, 4 Threes) /11 = 3.818<br />
<strong>Seven Lives Many Faces</strong> &#8211; <em>Enigma</em> (3 Fives, 6 Fours, 7 Threes, 3 Twos) /19 = 3.47368<br />
<strong>Sirens of the Sea</strong> &#8211; <em>Oceanlab</em> (0 Fives, 6 Fours, 7 Threes) /13 = 3.4615<br />
<strong>Viva La Vida</strong> &#8211; <em>Coldplay</em> (0 Fives, 5 Fours, 7 Threes) /12 = 3.4166<br />
<strong>Sehnsucht</strong> &#8211; <em>Schiller</em> (2 Fives, 5 Fours, 18 Threes,  5 Twos, 1 One) /31 = 3.0645</p>
<p>Overall, I&#8217;d highly recommend Seventh Tree. It&#8217;s not typical Goldfrapp, but is still great. For those who know my love of 90&#8242;s Enigma can see that the latest album scored horribly. Oh well, let&#8217;s go 2009!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2008/12/19/end-of-the-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technical Support for Clients</title>
		<link>http://www.botsko.net/blog/2008/10/07/technical-support-for-clients/</link>
		<comments>http://www.botsko.net/blog/2008/10/07/technical-support-for-clients/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 21:40:42 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/?p=242</guid>
		<description><![CDATA[One thing I&#8217;ve learned with the larger-scope projects is that you need to estimate in time for providing assistance using them to the client. I always included training time in the estimates and for larger projects that was decent, but I&#8217;ve done several projects lately where clients have specifically requested the ability to change or [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I&#8217;ve learned with the larger-scope projects is that you need to estimate in time for providing assistance using them to the client. I always included training time in the estimates and for larger projects that was decent, but I&#8217;ve done several projects lately where clients have specifically requested the ability to change or re-use portions.</p>
<p>What I never considered is the level of support they&#8217;d need when attempting to re-use the product. Even though it&#8217;s ten minutes here and there, that time builds up, so you need to be able to estimate that out.</p>
<p>If you find it difficult to estimate, then perhaps it would be better for you to offer a monthly recurring fee similar to a retainer. This allows you time to provide support, brain storm about changes or improvements, etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2008/10/07/technical-support-for-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stolen articles&#8230;</title>
		<link>http://www.botsko.net/blog/2008/06/02/stolen-articles/</link>
		<comments>http://www.botsko.net/blog/2008/06/02/stolen-articles/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 05:00:26 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/2008/06/02/stolen-articles/</guid>
		<description><![CDATA[Doing some searching for some automated tools, I came across someone who seems to have decided to steal my original writing. My article &#8220;Bugzilla vs Mantis&#8221; is still the first google search result for that query, and can be found here: http://www.botsko.net/blog/2006/03/01/bugzilla-vs-mantis/ It seems that Mr. Shane Duffy decided to write an article that was [...]]]></description>
			<content:encoded><![CDATA[<p>Doing some searching for some automated tools, I came across someone who seems to have decided to steal my original writing. My article &#8220;Bugzilla vs Mantis&#8221; is still the first google search result for that query, and can be found here:<br />
<a href="http://www.botsko.net/blog/2006/03/01/bugzilla-vs-mantis/">http://www.botsko.net/blog/2006/03/01/bugzilla-vs-mantis/</a></p>
<p>It seems that Mr. Shane Duffy decided to write an article that was exactly the same:<br />
<a href="http://infosonic.wordpress.com/2007/08/16/bugzilla-vs-mantis">http://infosonic.wordpress.com/2007/08/16/bugzilla-vs-mantis</a></p>
<p>I wonder how many others he&#8217;s stolen from me. I&#8217;ve contacted him about this, so let&#8217;s see what he says.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2008/06/02/stolen-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updates&#8230;</title>
		<link>http://www.botsko.net/blog/2008/04/27/updates-3/</link>
		<comments>http://www.botsko.net/blog/2008/04/27/updates-3/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 18:23:19 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[FormSaver]]></category>
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/2008/04/27/updates-3/</guid>
		<description><![CDATA[It&#8217;s been some time since I&#8217;ve posted to the blog here &#8211; I&#8217;ve just been busy with a new daughter and a new Botsko.net project. I&#8217;ve got some very interesting projects coming up which I hope to be posting additional information on &#8211; from both the technical and managerial standpoints. For those looking for Formsaver [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been some time since I&#8217;ve posted to the blog here &#8211; I&#8217;ve just been busy with a new daughter and a new Botsko.net project. I&#8217;ve got some very interesting projects coming up which I hope to be posting additional information on &#8211; from both the technical and managerial standpoints.</p>
<p>For those looking for Formsaver updates for the new beta versions of Firefox &#8211; I&#8217;m sorry that I have not released an update yet but I&#8217;m waiting for the first release candidate before releasing an officially supported version.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2008/04/27/updates-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>One Year</title>
		<link>http://www.botsko.net/blog/2007/10/03/one-year/</link>
		<comments>http://www.botsko.net/blog/2007/10/03/one-year/#comments</comments>
		<pubDate>Wed, 03 Oct 2007 22:42:19 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/2007/10/03/one-year/</guid>
		<description><![CDATA[I officially began my first full day of web development work under Botsko.net on October 2, 2006. It&#8217;s been one year since then and things are going well. I&#8217;m still in business with a growing list of larger projects and a great list of clients I&#8217;ve really worked well with over the last year. Since [...]]]></description>
			<content:encoded><![CDATA[<p>I officially began my first full day of web development work under Botsko.net on October 2, 2006. It&#8217;s been one year since then and things are going well. I&#8217;m still in business with a growing list of larger projects and a great list of clients I&#8217;ve really worked well with over the last year.</p>
<p>Since we have a new baby on the way we&#8217;re going to be turning my home office into a baby room, at least until we move into a house with four bedrooms. Until then, I&#8217;ll be working from a studio downtown along with good clients / great friends Red Studio and Point Creative. </p>
<p>Here&#8217;s to a great second year with some exciting projects currently under development.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2007/10/03/one-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Problems&#8230;</title>
		<link>http://www.botsko.net/blog/2007/03/30/email-problems/</link>
		<comments>http://www.botsko.net/blog/2007/03/30/email-problems/#comments</comments>
		<pubDate>Sat, 31 Mar 2007 03:47:52 +0000</pubDate>
		<dc:creator>Michael Botsko</dc:creator>
				<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.botsko.net/blog/2007/03/30/email-problems/</guid>
		<description><![CDATA[Just wanted to let everyone know that I&#8217;m pretty much missing every single email from last night to tonight (Friday), gmail must be backed up or something. Usually when things come late, they arrive with a day so if nothing has come through by tomorrow then I will provide another address. I apologize if you&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Just wanted to let everyone know that I&#8217;m pretty much missing every single email from last night to tonight (Friday), gmail must be backed up or something. Usually when things come late, they arrive with a day so if nothing has come through by tomorrow then I will provide another address. I apologize if you&#8217;ve been waiting for a reply all day.</p>
<p>I will leave AIM open all night/day for those who need to send a message. AIM user: botskonet</p>
]]></content:encoded>
			<wfw:commentRss>http://www.botsko.net/blog/2007/03/30/email-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
