<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Pschierer Web Development: A Start Up Journey</title>
	<atom:link href="http://amypschierer.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://amypschierer.wordpress.com</link>
	<description>programming, digital art, SEO, business start up, personal development</description>
	<lastBuildDate>Thu, 28 Jul 2011 23:03:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='amypschierer.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/03ee901fe40862cb6a1b1b3b7c5cbb3f?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Pschierer Web Development: A Start Up Journey</title>
		<link>http://amypschierer.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://amypschierer.wordpress.com/osd.xml" title="Pschierer Web Development: A Start Up Journey" />
	<atom:link rel='hub' href='http://amypschierer.wordpress.com/?pushpress=hub'/>
		<item>
		<title>My brawl with C# string manipulation and updates on my work</title>
		<link>http://amypschierer.wordpress.com/2011/07/28/brawlstringmanipulation/</link>
		<comments>http://amypschierer.wordpress.com/2011/07/28/brawlstringmanipulation/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 04:38:09 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=185</guid>
		<description><![CDATA[I spent most of the day building an EEG signal simulator.  Instead of reading voltages from an amp, the engine reads pre-recorded data from a text file.  This will provide a playback of previous sessions and allow us to test &#8230; <a href="http://amypschierer.wordpress.com/2011/07/28/brawlstringmanipulation/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=185&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I spent most of the day building an EEG signal simulator.  Instead of reading voltages from an amp, the engine reads pre-recorded data from a text file.  This will provide a playback of previous sessions and allow us to test our program without having to have an amp always available.  More days working at home maybe?</p>
<p>I ran into a bit of a snag while working with the <a title="Microsoft StreamReader link" href="http://msdn.microsoft.com/en-us/library/system.io.streamreader(v=vs.71).aspx">StreamReader</a>.  I pulled in the data using ReadLine() and placed it into a string.  I discovered quickly that each line had tabs in it.  (seen as \t)  I tried replacing the tags using string.Replace(), string.Trim(), and some remove char method using <a href="http://msdn.microsoft.com/en-us/library/30wbz966(v=vs.71).aspx">Regular Expressions</a>.  None of these worked and when I looked for answers on the Internet, everyone assumed I was not placing the results of the manipulation into a new string.  Apparently that&#8217;s a common mistake.  After blood, sweat, and tears, I created a new string and placed the original ReadLine() string into that one. That solved the problem.  I&#8217;m not sure why because the original string was still a string, but it worked and I&#8217;m content.  Perhaps the original string is still tied to the ReadLine() function and therefore cannot be manipulated.  So, fellow coders, if you are to stumble into that problem and everything appears to be working, make sure anything coming from a StreamReader function is placed into an independent string before manipulation.</p>
<p>I&#8217;ve also started playing with <a title="Link to Flickr" href="http://www.flickr.com/">Flickr</a>.  I may be working with it extensively in my internship, so I&#8217;m learning the gist of it before I make my recommendations.  So far, I like it.  I&#8217;ve made a private and public set of stock photos.  It will come in handy when I have designers working with me and they need to access my stock photos.  I&#8217;ve also linked the public set to my wordpress page so check it out while you&#8217;re here!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/185/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/185/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/185/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=185&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2011/07/28/brawlstringmanipulation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>
	</item>
		<item>
		<title>Moving forward</title>
		<link>http://amypschierer.wordpress.com/2011/07/27/movingforward/</link>
		<comments>http://amypschierer.wordpress.com/2011/07/27/movingforward/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 04:05:22 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=183</guid>
		<description><![CDATA[Today&#8217;s been a long day.  I think I might have had 3 hours where I was not working.  (and that consisted of bathing, eating, bills, and coffee) Most days aren&#8217;t this bad.  I do work at least 10 hours a &#8230; <a href="http://amypschierer.wordpress.com/2011/07/27/movingforward/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=183&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s been a long day.  I think I might have had 3 hours where I was not working.  (and that consisted of bathing, eating, bills, and coffee)</p>
<p>Most days aren&#8217;t this bad.  I do work at least 10 hours a day, but I usually work in a relaxed fashion.  Sometimes, I watch some <a title="Adult Swim: Family Guy" href="http://www.adultswim.com/shows/family-guy/index.html" target="_blank">Family Guy</a> or listen to calming music.  Today was a bit more hectic, but I&#8217;m getting back on track and that&#8217;s worth the extra hours.</p>
<p>I&#8217;m now working with <a href="http://www.linkedin.com/pub/corinne-pschierer/35/580/76a" target="_blank">Corinne Pschierer</a> to create a marketing plan for my business.  She is a &#8220;get your ass in gear&#8221; type of girl and she&#8217;s already set a list of deadlines and priorities for me.  She enjoys it and that&#8217;s what makes her great to work with.  I am very excited to see what her and I will accomplish together.</p>
<p>I also directly work with a designer, <a href="http://rebeccanatalie.com/about.html" target="_blank">Rebecca</a> and <a href="http://www.masterwebservice.com/" target="_blank">Master Web Service</a> to deliver the highest quality websites to my clients.</p>
<p>With such talented people working with me, I believe the business can really soar!</p>
<p>I&#8217;m also in the process of changing my focus.  Due to the rise of mobile use, I have studied up on creating mobile ready websites.  I believe within the next few years, it will be crucial to have a mobile friendly website.</p>
<p>I&#8217;m still working hard on my neurofeedback program.  We&#8217;re very close to finishing and I&#8217;ve started up a website that will be used for technical documentation and versions of the program.  View an overview of the program <a href="http://www.pschierergraphics.com/trainer.php" target="_blank">here</a>.</p>
<p>Finally, I&#8217;ve started my internship for my last year of school.  I&#8217;m working as an SEO consultant.  It&#8217;s my job to increase the company&#8217;s numbers using a variety of social media sites.  This is going to take a lot of problem solving, research, and presentation skills.  I think it&#8217;s a great opportunity because all to often I get lost in the code and there&#8217;s so much more to creating a successful website than that.</p>
<p>So much to do, so little time..and school starts up again in less than a month.</p>
<p>But I&#8217;m moving forward and I know I&#8217;ll make it work.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=183&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2011/07/27/movingforward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>
	</item>
		<item>
		<title>Mid-start Crisis</title>
		<link>http://amypschierer.wordpress.com/2011/06/15/mid-start-crisis/</link>
		<comments>http://amypschierer.wordpress.com/2011/06/15/mid-start-crisis/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 01:15:23 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=178</guid>
		<description><![CDATA[Sometimes I feel so stagnant, like I&#8217;m working all hours and just not moving.  Sometimes I feel like such a failure, like I haven&#8217;t done anything substantial at all.  Sometimes I feel like everything I&#8217;ve worked for is just going &#8230; <a href="http://amypschierer.wordpress.com/2011/06/15/mid-start-crisis/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=178&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes I feel so stagnant, like I&#8217;m working all hours and just not moving.  Sometimes I feel like such a failure, like I haven&#8217;t done anything substantial at all.  Sometimes I feel like everything I&#8217;ve worked for is just going to waste.</p>
<p>And when I talk about it, I&#8217;m told that&#8217;s pretty normal.</p>
<p>So I remind myself of what I&#8217;m accomplishing.  If  thinking it isn&#8217;t enough, I make a list.  I re-look at my goals and if they need tweaking, I change course.</p>
<p>It&#8217;s important to do this every so often: to remind myself that I can build a basic webpage from scratch in under 4 hours; that I play the role of software developer, tech support, and tech manual writer for my long-term contract; that every month I work a little bit faster than the month before; that I can work in several languages; that I am building an organizational system for my business that is effective!</p>
<p>I have to remind myself of these accomplishments because far too often I question my abilities and it&#8217;s never a good idea to stay in that state for very long.</p>
<p>I have most of what I need and several options of moving forward.  Now to choose&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/178/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/178/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/178/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=178&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2011/06/15/mid-start-crisis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>
	</item>
		<item>
		<title>Handling the upset customer</title>
		<link>http://amypschierer.wordpress.com/2011/06/02/handling-the-upset-customer/</link>
		<comments>http://amypschierer.wordpress.com/2011/06/02/handling-the-upset-customer/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 05:03:29 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=173</guid>
		<description><![CDATA[I received a letter yesterday from my car insurance that delicately told me I was being dropped.  By law, they had to state the reasons and one of the reasons was because my sister received a moving violation ticket.  She&#8217;s &#8230; <a href="http://amypschierer.wordpress.com/2011/06/02/handling-the-upset-customer/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=173&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I received a letter yesterday from my car insurance that delicately told me I was being dropped.  By law, they had to state the reasons and one of the reasons was because my sister received a moving violation ticket.  She&#8217;s not on my policy nor was she driving my car.  How Asinine.</p>
<p>Today, I called my insurance agent up to talk about the charges.  I knew going into it that I wouldn&#8217;t be able to change the outcome as I&#8217;ve been in a couple accidents, but I needed to do this because I know that I shy away from conflict.  That needs to change.</p>
<p>After a 5 minute conversation, I hung up the phone with a big smile on my face and thinking that I couldn&#8217;t wait for 3 years to clear up so that I could go back to them.  Two minutes later, I was internally screaming because I had called them to complain!  What happened?</p>
<p>Here&#8217;s how she handled it:</p>
<p>When I told her I had been dropped, she immediately apologized.  I pointed out the ridiculous charge and she agreed with me.  In fact, she told me she had called them herself because she didn&#8217;t agree it and they had told her it was the accidents that were the main problem.  Understandable.  I told I was unhappy, but I understood.  She told me that I needed a clear a record for three years to come back and that they wanted me back because they liked me.</p>
<p>Seriously, I hung up the phone smiling and it took me a minute to remember that I was being dropped.</p>
<p>What a wonderful way to deal with an upset customer!.  It negates negative interaction right off the bat.  She apologized, listened to what I needed to say, did what she could (or told me she did), and then made me feel important.</p>
<p>I&#8217;m still upset that I lost my car insurance, but I couldn&#8217;t ignore the lesson from this interaction. It&#8217;s a wonderful way to handle an upset client and keep them coming back!  Sometimes all we really need is to be heard.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/173/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/173/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/173/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=173&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2011/06/02/handling-the-upset-customer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>
	</item>
		<item>
		<title>Reflection and Solution</title>
		<link>http://amypschierer.wordpress.com/2011/06/01/reflection_solution/</link>
		<comments>http://amypschierer.wordpress.com/2011/06/01/reflection_solution/#comments</comments>
		<pubDate>Wed, 01 Jun 2011 04:25:19 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=170</guid>
		<description><![CDATA[94 degrees today!  It was a perfect day to enjoy the air conditioning at the movies.   Bob and I saw &#8220;Bridesmaids&#8221; and it was pretty hilarious.  There was one quote, however, that caught my interest. &#8220;You are your biggest problem, &#8230; <a href="http://amypschierer.wordpress.com/2011/06/01/reflection_solution/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=170&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>94 degrees today!  It was a perfect day to enjoy the air conditioning at the movies.   Bob and I saw &#8220;Bridesmaids&#8221; and it was pretty hilarious.  There was one quote, however, that caught my interest.</p>
<p>&#8220;You are your biggest problem, but you are also your solution.&#8221;  It probably didn&#8217;t go exactly like that, but that&#8217;s the gist.  I&#8217;ve heard the the first part of the quote so many times, but this is the first time I heard the latter with it.  I like it a lot.  The first part is, of course, usually true and it&#8217;s good to to recognize your part in situations, but the latter offers hope with it.  It&#8217;s upbeat and encouraging.</p>
<p>Reflection and solutions are so essential when running a business, but they are also beneficial in just everyday experiences.  Surprisingly to me, most of my reflection and solutions happen when I&#8217;m relaxing, not when I&#8217;m working.  The breaks allow my mind to breathe and catch up.  The solutions tend to just pop up and I can&#8217;t believe I wasn&#8217;t able to think of it before!</p>
<p>I try to take breaks often.  It saves me wasted time of frustration.</p>
<p>I&#8217;d also like to take an hour a week to truly reflect on the week before.  I&#8217;ve read that this works wonders for businesses.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/170/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/170/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/170/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=170&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2011/06/01/reflection_solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>
	</item>
		<item>
		<title>Master of few</title>
		<link>http://amypschierer.wordpress.com/2011/05/31/masteroffew/</link>
		<comments>http://amypschierer.wordpress.com/2011/05/31/masteroffew/#comments</comments>
		<pubDate>Tue, 31 May 2011 04:14:26 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=164</guid>
		<description><![CDATA[It&#8217;s been a wonderful week.  Summer has finally kicked in and I&#8217;ve spent it with people I love and mostly outside on the water.  God, I love the water. I shared a beer with my Uncle today and while we &#8230; <a href="http://amypschierer.wordpress.com/2011/05/31/masteroffew/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=164&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a wonderful week.  Summer has finally kicked in and I&#8217;ve spent it with people I love and mostly outside on the water.  God, I love the water.</p>
<p>I shared a beer with my Uncle today and while we were talking, he and his wife got into one of those harmless, fun spats.  He lost and I said to him, &#8220;Well, you can&#8217;t win them all.&#8221;   He laughed and responded, &#8220;I don&#8217;t even try.  I only win the ones I want.&#8221;   I payed special attention to this statement because I feel like I&#8217;ve been all over the place trying to build websites that are still out of my skill level.</p>
<p>There are so many ways to build a website and so many languages to learn.  I&#8217;ve had potential clients call me up wanting websites that would need such a vast array of languages and platforms and I&#8217;ve been rushing to learn them all and get them done.  It&#8217;s time to slow it down and get used to just a few.  Becoming a master at the few will be much more beneficial than knowing just a little of everything.  I&#8217;m sure I&#8217;ll pick up the little bits on the way.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=164&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2011/05/31/masteroffew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>
	</item>
		<item>
		<title>The tiny positives make all the difference</title>
		<link>http://amypschierer.wordpress.com/2010/10/20/the-tiny-positives-make-all-the-difference/</link>
		<comments>http://amypschierer.wordpress.com/2010/10/20/the-tiny-positives-make-all-the-difference/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 04:32:42 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=160</guid>
		<description><![CDATA[About a month ago, I obtained a gym membership and I&#8217;m proud to say I&#8217;ve been consistently keeping up with my workouts.  Weight training has always been my exercise of choice and adding that back has been fantastic!  I do put some &#8230; <a href="http://amypschierer.wordpress.com/2010/10/20/the-tiny-positives-make-all-the-difference/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=160&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>About a month ago, I obtained a gym membership and I&#8217;m proud to say I&#8217;ve been consistently keeping up with my workouts.  Weight training has always been my exercise of choice and adding that back has been fantastic!  I do put some focus on cardio, however, as I also value endurance.  The elliptical isn&#8217;t the most thrilling machine, but it&#8217;s my favorite out of all of them.  Today, though, was a drag.  I couldn&#8217;t stand it!  It was like every second felt like an hour and I couldn&#8217;t figure out why.  Then it hit me:</p>
<p><strong>The timer was counting down</strong>.</p>
<p>Anytime I work out, I have the timer count up towards my goal.  As the moments tick by, my thoughts are on the lines of &#8220;Yay! Only 2 more minutes!&#8221;  But when the timer is counting down to zero, my thoughts run &#8220;Ughh, two more minutes.&#8221;  This lead my thoughts to how powerful just a small positive event/thought can be.  Something so simple that I almost didn&#8217;t even notice had a major effect on my exercise routine.</p>
<p>While attending a meeting, I overheard several people talking about the power of words on plants.  Apparently writing a positive or negative word on the container of the plant can greatly affect the health of the plant.  Positive words help it to flourish while negative words cause it to wilt and die.  Kind of cool, isn&#8217;t it?  I have yet to try it, but I would like to.  Here&#8217;s a blog entry on it for those who are interested:  <a href="http://eslinger.net/blog/?p=81">http://eslinger.net/blog/?p=81</a> The blog mentions other resources in which to find more information as well.  While we&#8217;re discussing it, if you haven&#8217;t seen <em>What In The Bleep&#8230;Do We Know</em>, it will blow your mind.</p>
<p>I recently had a meeting with someone and we discussed quality traits I look for in other people.  We were creating my ideal friend/lover, per say.  As we looked through this list of traits, my first thought was &#8220;Why would someone like that ever want to love someone like me?&#8221;  I have a few esteem issues, but that&#8217;s for another blog.  Later on, I was pondering this question that had so freely popped into my head and I wanted to explore it.  My first approach was that defiant &#8220;Well, what&#8217;s wrong with me?&#8221;  My mind quickly started to answer that question and I realized that I was seriously going in the wrong direction.  Shouldn&#8217;t I be asking &#8220;What&#8217;s right with me?&#8221;  Wouldn&#8217;t that put me on a much more positive train of thought?  Such a simple question, but vastly different results than the first.  (And when I started answering that question, I saw that I had much to be proud of)</p>
<p>Just for food for thought.</p>
<p>In other news, I&#8217;ve signed up for a Reiki Healing session.  I&#8217;ve been wanting to try this for awhile, so I&#8217;m very excited!  I&#8217;ll be sure to write a bit about it.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/160/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/160/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/160/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=160&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2010/10/20/the-tiny-positives-make-all-the-difference/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>
	</item>
		<item>
		<title>Knowledge, Power, and Asking Questions&#8230;.a great combination</title>
		<link>http://amypschierer.wordpress.com/2010/10/15/knowledge-power-and-asking-questions-a-great-combination/</link>
		<comments>http://amypschierer.wordpress.com/2010/10/15/knowledge-power-and-asking-questions-a-great-combination/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 05:16:25 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=153</guid>
		<description><![CDATA[What is knowledge to you?  I&#8217;ve heard the term &#8220;Knowledge is Power&#8221; many times, but I&#8217;m not quite sure I agree with that statement.  Is knowledge powerful?  Oh yes.  Knowledge provides us with options and answers.  Knowledge can provide power &#8230; <a href="http://amypschierer.wordpress.com/2010/10/15/knowledge-power-and-asking-questions-a-great-combination/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=153&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>What is knowledge to you?  I&#8217;ve heard the term &#8220;Knowledge is Power&#8221; many times, but I&#8217;m not quite sure I agree with that statement.  Is knowledge powerful?  Oh yes.  Knowledge provides us with options and answers.  Knowledge can provide power in terms of more accurately predicting an outcome.  (and I must quote <a title="David Kaiser Profile" href="http://www.skiltopo.com/html/kaiser.htm" target="_blank">David Kaiser</a> on this statement)  But is knowledge actual power?</p>
<p>Picture this:  A repairman has always used a hammer for his repairs.  He has a decent business with his hammer.  One day, he decides to pick up a book that enlightens him to many tools that exist for repair.  (chainsaws, drills, measurement tape, levels)  After reading this incredible book, he decides that his hammer has worked for him in the past and stays with this method.  Has this man gained any more power with knowledge?  In my own opinion, this man is no more powerful than a man who has never read the book.  The book provides options and knowledge on what is out there but it is up to the reader to actually do something with this knowledge.  Therefore, the power comes with the action that is taken with this knowledge.  Knowledge provides opportunity.  Action creates power.</p>
<p>Thoughts?</p>
<p>Awhile ago, I read an article that stated something along the lines of &#8220;In this day and age, everyone has answers.  The folks who aim to be successful ought to focus on asking questions.&#8221;  I wish I remember where I read this article as this writer deserves to be quoted.  The reason I am writing about this now and not then is because it&#8217;s finally clicked.</p>
<p>I have a library full of books&#8230;educational and inspirational.  I&#8217;ve heard most successful people own libraries.  Any thoughts on this?</p>
<p style="text-align:center;">
<div class="mceTemp mceIEcenter" style="text-align:left;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://amypschierer.files.wordpress.com/2010/10/library.jpg"><img class="size-large wp-image-154  " title="a portion of my library" src="http://amypschierer.files.wordpress.com/2010/10/library.jpg?w=368&#038;h=277" alt="books for web development and art" width="368" height="277" /></a></dt>
<dd class="wp-caption-dd">small portion of my library</dd>
</dl>
</div>
<p>What you see here is a very small portion of books I&#8217;ve accumulated and read.  These are skill building books and don&#8217;t even touch the business/self building books that I own.  I could read and read for years, but not actually go anywhere with this knowledge.  Do I have answers?  Oh, I have a lot of them available.  But I learn best by asking questions.  And then I research the answers. If the answers check out, I implement them.  Books are an amazing source of answers and when that fails, the Internet provides an infinite source of knowledge.  My favorite knowledge site is <a title="Forums for coders" href="http://www.dreamincode.net/" target="_blank">dreamincode.net</a>.  This is THE source for coders and I&#8217;ve asked many questions in the forums provided.</p>
<p>So is having all the answers enough?  We can all find the answers today.  Asking questions is what allows us to grow.</p>
<p>My current project is working with a DLL system.  I have never worked with DLLs in my life.  What&#8217;s worse is that DLLs are written in C++.  I don&#8217;t know this language.  But guess what?  It has to get done.</p>
<p>My basic attack plan has included going through the DLL wizard step by step. (this was used to create the header and pointers for the DLL)   I don&#8217;t have the answers for this as I don&#8217;t know the language, but I have the questions.  And if I can ask the questions correctly, the answers are available.  Readily.</p>
<p>I&#8217;ll understand the language of C++ within a week by just asking the right questions.</p>
<p>I use this in everyday life too.  How long before an egg spoils?  What is the freezer life of seafood?  How long should a cough linger before I consider going to the Doctor?  What are the side effects of this particular drug?</p>
<p>The answers are waiting.  The questions lead to knowledge.  Knowledge leads to answers.  Answers lead to informed decisions. Power is within the action based on decisions.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=153&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2010/10/15/knowledge-power-and-asking-questions-a-great-combination/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>

		<media:content url="http://amypschierer.files.wordpress.com/2010/10/library.jpg?w=1024" medium="image">
			<media:title type="html">a portion of my library</media:title>
		</media:content>
	</item>
		<item>
		<title>One Step Forward</title>
		<link>http://amypschierer.wordpress.com/2010/04/29/onestepforward/</link>
		<comments>http://amypschierer.wordpress.com/2010/04/29/onestepforward/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 16:56:37 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=150</guid>
		<description><![CDATA[I had my first taste of multidimensional arrays today in my Java class. The idea of multi dimensions strikes terror into the hearts of many programmers and I had to take a few moments to calm down and collect my &#8230; <a href="http://amypschierer.wordpress.com/2010/04/29/onestepforward/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=150&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had my first taste of multidimensional arrays today in my Java class.  The idea of multi dimensions strikes terror into the hearts of many programmers and I had to take a few moments to calm down and collect my thoughts before I could begin.  After staring at the problem for several moments, I came to the conclusion that I had no idea where to begin.</p>
<p>So I applied my life rule:  When I don&#8217;t know where to go, I take a step forward anyways.  Any step.  Any direction.</p>
<p>Taking steps open up new possibilities and in my opinion, any possibility is better than no possibilities.  Even if it may not be the ideal possibility, I still have more possibilities to consider that may lead me to the correct possibility.  And regardless of where I end up, it&#8217;s almost always further ahead than where I started.  At the very least, I&#8217;ve learned something I didn&#8217;t know before.</p>
<p>So after deciding to apply my rule, I immediately started typing in some for loops.  I just picked variables that I thought would be best at the time and ran the program.  Instant feedback.  I had the entire problem finished within 7 minutes.  Intimidating multi dimensional arrays be gone!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=150&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2010/04/29/onestepforward/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>
	</item>
		<item>
		<title>free hand vs programs</title>
		<link>http://amypschierer.wordpress.com/2010/04/05/freehandvsprograms/</link>
		<comments>http://amypschierer.wordpress.com/2010/04/05/freehandvsprograms/#comments</comments>
		<pubDate>Mon, 05 Apr 2010 00:53:34 +0000</pubDate>
		<dc:creator>amypschierer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://amypschierer.wordpress.com/?p=145</guid>
		<description><![CDATA[I hear a lot of debate on whether to code with the help of a program (Dreamweaver, .Net) or whether to code strictly by hand.  I never truly believed that people who coded with the help of templates were actual &#8230; <a href="http://amypschierer.wordpress.com/2010/04/05/freehandvsprograms/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=145&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I hear a lot of debate on whether to code with the help of a program (Dreamweaver, .Net) or whether to code strictly by hand.  I never truly believed that people who coded with the help of templates were actual coders, but after coding with both, my opinion has changed.</p>
<p>I am currently coding a PHP script with the help of Dreamweaver.  I realize Dreamweaver offers much more &#8220;template help&#8221; than what I use, but I still like to keep the coding skill strong.  While in school, I coded PHP in notepad.  That&#8217;s about as raw as you can get.  Now, after coding in Dreamweaver, I&#8217;m not sure I can go back to notepad.</p>
<p>Though I fully believe that when first learning code, all programs should be written by hand (and I truly mean by hand.  It should be written out before you even touch a computer), now that I work for clients, time becomes highly important.  I must say, Dreamweaver saves me a lot of time.</p>
<p>For one, every single line is numbered.  When PHP throws up its errors, it saves me a lot of time by being able to head directly the line in question instead of having to search for the line first.  Two, Dreamweaver color codes its lines.  If I miss a quote or semicolon, I&#8217;m more likely to see it ahead of time and fix it rather than having to debug later.  Three, there are lots of little debugging options to toggle on and off, such as underlining broken code.   These are all little things, but little things go a long way.</p>
<p>In the working environment, having extra help and a bit of pre-written c0de goes a long way.  Being able to code by hand is absolutely necessary  in case you have to manually debug or customize, but if you have a more sufficient way to get it done, why not use it?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/amypschierer.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/amypschierer.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/amypschierer.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/amypschierer.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/amypschierer.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/amypschierer.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/amypschierer.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/amypschierer.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/amypschierer.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/amypschierer.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/amypschierer.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/amypschierer.wordpress.com/145/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/amypschierer.wordpress.com/145/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/amypschierer.wordpress.com/145/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=amypschierer.wordpress.com&amp;blog=10111376&amp;post=145&amp;subd=amypschierer&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://amypschierer.wordpress.com/2010/04/05/freehandvsprograms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/adc6b24f100a1ba3afd632d7166ec11d?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amypschierer</media:title>
		</media:content>
	</item>
	</channel>
</rss>
