<?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>Beginnercode.com &#187; Blog Adventures</title>
	<atom:link href="http://www.beginnercode.com/category/2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.beginnercode.com</link>
	<description>The adventures of an amateur coder</description>
	<lastBuildDate>Wed, 27 Apr 2011 20:07:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://www.beginnercode.com</link>
  <url>http://www.beginnercode.com/wp-content/themes/neuron/favicon.ico</url>
  <title>Beginnercode.com</title>
</image>
		<item>
		<title>20100914 MKE PHP Meetup Live blogging</title>
		<link>http://www.beginnercode.com/2010/09/14/20100914-mke-php-meetup-live-blogging/</link>
		<comments>http://www.beginnercode.com/2010/09/14/20100914-mke-php-meetup-live-blogging/#comments</comments>
		<pubDate>Tue, 14 Sep 2010 23:26:36 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[General Site Maint]]></category>
		<category><![CDATA[meetup]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/?p=309</guid>
		<description><![CDATA[6:20 Intro, and new people introducing themselves to the group.
6:27 Aaron talked about his car, and introduced Kevin Schroeder, Zend Technolgies tech evangelist.
6:30 Kevin tells us of his background (cool nerdy stuff)
A book he wrote
Kevin offered $100 off zendcon in our group, as well as a drawing for a free ticket (1,400 value).
Drawing for a [...]]]></description>
			<content:encoded><![CDATA[<p>6:20 Intro, and new people introducing themselves to the group.</p>
<p>6:27 Aaron talked about his car, and introduced Kevin Schroeder, Zend Technolgies tech evangelist.</p>
<p>6:30 Kevin tells us of his background (cool nerdy stuff)</p>
<p><a href="http://www.amazon.com/You-Want-Do-What-PHP/dp/1583470999">A book he wrote</a></p>
<p>Kevin offered $100 off zendcon in our group, as well as a drawing for a free ticket (1,400 value).</p>
<p>Drawing for a free version of Zend studio at tonights meeting.</p>
<p>In my opinion live blogging is very distracting to me&#8230;</p>
<p>Kevin is going into the framework now and it will take about an hour. Im done bloggin for now&#8230;</p>
<p>Zend Studio is pretty cool. Especially code tracing.</p>
<p>7:20 break time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2010/09/14/20100914-mke-php-meetup-live-blogging/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Javascript: Focus() on a textbox</title>
		<link>http://www.beginnercode.com/2009/08/12/javascript-focus-on-a-textbox/</link>
		<comments>http://www.beginnercode.com/2009/08/12/javascript-focus-on-a-textbox/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 19:09:47 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[General Site Maint]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/?p=233</guid>
		<description><![CDATA[A dirty way to run js script inline and bring focus to an element:

&#60;html&#62;
&#60;body&#62;

    &#60;form method=&#34;post&#34; action=&#34;index.php&#34; id=&#34;myForm&#34;&#62;
        &#60;p&#62; Login: &#60;input type=&#34;text&#34; name=&#34;pwd&#34; id=&#34;pwd&#34; /&#62;  &#60;/p&#62;
    &#60;/form&#62;

    &#60;script type=&#34;text/javascript&#34;&#62;document.myForm.pwd.focus();&#60;/script&#62;

&#60;/body&#62;
&#60;/html&#62;

Notice that both the form and form element have an [...]]]></description>
			<content:encoded><![CDATA[<p>A dirty way to run js script inline and bring focus to an element:</p>
<pre class="brush: xml;">
&lt;html&gt;
&lt;body&gt;

    &lt;form method=&quot;post&quot; action=&quot;index.php&quot; id=&quot;myForm&quot;&gt;
        &lt;p&gt; Login: &lt;input type=&quot;text&quot; name=&quot;pwd&quot; id=&quot;pwd&quot; /&gt;  &lt;/p&gt;
    &lt;/form&gt;

    &lt;script type=&quot;text/javascript&quot;&gt;document.myForm.pwd.focus();&lt;/script&gt;

&lt;/body&gt;
&lt;/html&gt;
</pre>
<p>Notice that both the form and form element have an ID</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2009/08/12/javascript-focus-on-a-textbox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Return key doesn&#8217;t play nice in web form using Internet Explorer</title>
		<link>http://www.beginnercode.com/2008/09/26/return-key-doesnt-play-nice-in-web-form-using-internet-explorer/</link>
		<comments>http://www.beginnercode.com/2008/09/26/return-key-doesnt-play-nice-in-web-form-using-internet-explorer/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 20:40:00 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[General Site Maint]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/index.php/2008/09/26/return-key-doesnt-play-nice-in-web-form-using-internet-explorer/</guid>
		<description><![CDATA[I ran across an interesting situation where some users of mine were complaining that a form I created &#8220;didn&#8217;t work&#8221;. Kind of strange to get this complaint after almost a full year of operation. I remember testing the xhtml and css design in both firefox and IE browsers and it all checked out. What I [...]]]></description>
			<content:encoded><![CDATA[<p>I ran across an interesting situation where some users of mine were complaining that a form I created &#8220;didn&#8217;t work&#8221;. Kind of strange to get this complaint after almost a full year of operation. I remember testing the xhtml and css design in both firefox and IE browsers and it all checked out. What I didn&#8217;t think of checking was the behavior of browsers when one presses the return key. With the help of <a href="http://www.fiddlertool.com/fiddler/">Fiddler</a> (thanks to <a href="http://www.aviditysoftware.com/">Casey Williams</a> for the Fiddler suggestion) this is what I discovered:</p>
<table style="width: 460px; border:1px solid #000; border-collapse: collapse; margin: 0 auto;" >
<tr>
<th style="background-color: #E8FFFF; text-align: center; border-bottom: 1px solid #333; width: 160px; "></th>
<th style="background-color: #E8FFFF; text-align: center;  border-bottom: 1px solid #333; ">IE</th>
<th style="background-color: #E8FFFF;  border-bottom: 1px solid #333; ">Firefox</th>
</tr>
<tr>
<th style="border-right: 1px solid #333; padding: 4px;">Submit Button Clicked</th>
<td style="border-bottom: 1px solid #ccc; padding: 4px;">All inputs $_POSTed</td>
<td style="border-bottom: 1px solid #ccc; padding: 4px;">All inputs $_POSTed</td>
</tr>
<tr>
<th style="border-right: 1px solid #333; padding: 4px;">Return Key Pressed</th>
<td style="background-color: #FFF28E; padding: 4px;">All inputs $_POSTed<br />except form buttons</td>
<td style=" padding: 4px;">All inputs $_POSTed</td>
</tr>
</table>
<p style="text-align: center;">(<a href='http://www.beginnercode.com/wp-content/imgupload/2008/09/ie_ff_input_comparison.jpg' title='ie_ff_input_comparison.jpg'>For a larger, more detailed image click here</a>)</p>
<p>As you can see, when my IE users were pressing the return key, the button itself was not being $_POSTed. So what right? Well what if you were checking if the submit button was pressed before doing any processing? Like so&#8230;</p>
<pre class="brush: php;">
&lt; ?php
if(isset($_POST['button_name'])){
    // validate the user entries...
}
?&gt;
</pre>
<p>This would fail if the user hit the return key in IE7. I haven&#8217;t tested earlier versions. </p>
<p><a href="http://www.beginnercode.com/examples/IE7_returnKey.php" target="_blank">View the example</a>. Test it in both browsers.</p>
<p>Right now the only thing that was suggested to me was to add a hidden field to mimic the submit button in your form like so:</p>
<pre class="brush: php;">
&lt;form ...&gt;
    &lt;input type=&quot;hidden&quot; name=&quot;button_name&quot; value=&quot;whatever&quot;... /&gt;
&lt;/form&gt;
</pre>
<p>That works just fine.</p>
<p>From perusing irc and several forums, the only response as to WHY this happens are comments like &#8220;It&#8217;s IE, what do you expect?&#8221;. I&#8217;m already annoyed that IE doesn&#8217;t think it has to adapt to web standards, but this ont really caught me off guard. </p>
<p>I&#8217;m wondering if any readers might have some input on my inputs ;P</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2008/09/26/return-key-doesnt-play-nice-in-web-form-using-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Talk like a pirate day 2008</title>
		<link>http://www.beginnercode.com/2008/09/19/talk-like-a-pirate-day-2008/</link>
		<comments>http://www.beginnercode.com/2008/09/19/talk-like-a-pirate-day-2008/#comments</comments>
		<pubDate>Fri, 19 Sep 2008 13:46:35 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[General Site Maint]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/index.php/2008/09/19/talk-like-a-pirate-day-2008/</guid>
		<description><![CDATA[Ahoy there!
Just a reminder that today is talk like a pirate day! Arggghhh!
All posts and comments for today will be translated in to pirate speak by using the nifty text plugin from Dougal Campbell. It looks like it hasn&#8217;t been updated in a while, but it still works. At least in version 2.1.3.
So what are [...]]]></description>
			<content:encoded><![CDATA[<p>Ahoy there!<br />
Just a reminder that today is <a href="http://www.talklikeapirate.com/">talk like a pirate day</a>! Arggghhh!</p>
<p>All posts and comments for today will be translated in to pirate speak by using the nifty text plugin from <a href="http://dougal.gunters.org/blog/2004/08/30/text-filter-suite">Dougal Campbell</a>. It looks like it hasn&#8217;t been updated in a while, but it still works. At least in version 2.1.3.</p>
<p>So what are you waiting for people!? Let&#8217;s have some fun in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2008/09/19/talk-like-a-pirate-day-2008/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Screen shots a snap with Vista snip tool</title>
		<link>http://www.beginnercode.com/2008/07/29/screen-shots-a-snap-with-vista-snip-tool/</link>
		<comments>http://www.beginnercode.com/2008/07/29/screen-shots-a-snap-with-vista-snip-tool/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 13:50:33 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[General Site Maint]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/index.php/2008/07/29/screen-shots-a-snap-with-vista-snip-tool/</guid>
		<description><![CDATA[ I was searching my Vista accessories for hyperteminal and stumbled upon a built in screen shot tool in Vista called Snipping Tool. I&#8217;m sure to most it&#8217;s nothing new, but coming late in the game leaves for more surprises!
You can find it in the start menu -> all programs -> accessories. 
By default there [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.beginnercode.com/wp-content/imgupload/2008/07/startmenu-snip.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="160" alt="startMenu_snip" src="http://www.beginnercode.com/wp-content/imgupload/2008/07/startmenu-snip-thumb.jpg" width="151" align="right" border="0" /></a> I was searching my Vista accessories for hyperteminal and stumbled upon a built in screen shot tool in Vista called <strong>Snipping Tool</strong>. I&#8217;m sure to most it&#8217;s nothing new, but coming late in the game leaves for more surprises!</p>
<p>You can find it in the <strong>start menu -> all programs -> accessories</strong>. </p>
<p>By default there is an outline around any window space that you choose to grab. This can be turned off by clearing the check box in the <strong>options -></strong>&#8220;<em>Show selection ink after snips are captured</em>&#8220;. </p>
<p><a href="http://www.beginnercode.com/wp-content/imgupload/2008/07/startmenu-snip1.jpg"></a></p>
<p style="text-align: center"><a href="http://www.beginnercode.com/wp-content/imgupload/2008/07/snip-options.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="231" alt="snip_Options" src="http://www.beginnercode.com/wp-content/imgupload/2008/07/snip-options-thumb.jpg" width="244" border="0" /></a></p>
<p>You can take snips of menus and the like this:</p>
<ol>
<li>Open Snipping Tool </li>
<li>Press Escape </li>
<li>Navigate to the menu, or start menu area </li>
<li>Press Ctrl + Print Screen (PC) </li>
<li>Use the snip tool </li>
</ol>
<p>Of course to take screen shots of the snipping tool, I needed to use the old stand by <a href="http://www.traction-software.co.uk/screengrabpro/"><em>Screen Grab Pro</em></a><em>. </em>Otherwise it took a selection of the desktop behind the app.</p>
<div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:11c1f378-454e-4ee5-bdd3-9c3ca633bbfb" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati Tags: <a href="http://technorati.com/tags/Vista" rel="tag">Vista</a>,<a href="http://technorati.com/tags/snip%20tool" rel="tag">snip tool</a>,<a href="http://technorati.com/tags/screen%20shot" rel="tag">screen shot</a></div>
<p><a href="http://www.beginnercode.com/wp-content/imgupload/2008/07/startmenu-snip1.jpg"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2008/07/29/screen-shots-a-snap-with-vista-snip-tool/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Wordpress and Windows Live Writer</title>
		<link>http://www.beginnercode.com/2008/07/28/wordpress-and-windows-live-writer/</link>
		<comments>http://www.beginnercode.com/2008/07/28/wordpress-and-windows-live-writer/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 16:00:33 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/index.php/2008/07/28/wordpress-and-windows-live-writer/</guid>
		<description><![CDATA[
I haven&#8217;t posted much (No, this isn&#8217;t a blogpology) lately. Mainly because I haven&#8217;t had the passion to write about anything. Secondly because I just don&#8217;t want to do the work of messing with the UI and entering one.
Thanks for the tip from my buddy TDavid who pointed me toward Windows Live Writer. 
The setup [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.beginnercode.com/wp-content/imgupload/2008/07/livewriter.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="141" alt="liveWriter" src="http://www.beginnercode.com/wp-content/imgupload/2008/07/livewriter-thumb.jpg" width="149" align="left" border="0" /></a>
<p>I haven&#8217;t posted much (No, this isn&#8217;t a blogpology) lately. Mainly because I haven&#8217;t had the passion to write about anything. Secondly because I just don&#8217;t want to do the work of messing with the UI and entering one.</p>
<p>Thanks for the tip from my buddy <a href="http://www.makeyougohmm.com/">TDavid</a> who pointed me toward <a href="http://get.live.com/writer/overview">Windows Live Writer</a>. </p>
<p>The setup was simple for this machine (Vista Business edition sp1). It&#8217;s got some really neat features. First off inserting hyperlinks is a snap. So is adding pictures. Also drag and drop tables, and image resizing.</p>
<p>It also includes preview views, and category selecting, tagging, and you can post date posts.</p>
<p>You can post drafts, post live, and even save drafts locally. I find it much easier to use than the WP UI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2008/07/28/wordpress-and-windows-live-writer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get paid to test with google</title>
		<link>http://www.beginnercode.com/2007/05/22/get-paid-to-test-with-google/</link>
		<comments>http://www.beginnercode.com/2007/05/22/get-paid-to-test-with-google/#comments</comments>
		<pubDate>Tue, 22 May 2007 14:18:00 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/index.php/2007/05/22/get-paid-to-test-with-google/</guid>
		<description><![CDATA[Via googlfied:

According to Blogger Buzz Google is looking for user experience research blogging with google blogger. As mentioned in the FAQ you first need to sign up. After you have signed up you may or may not be selected depending on what they are looking for:
For each study, we need to make sure that we [...]]]></description>
			<content:encoded><![CDATA[<p>Via <a href="http://googlified.com/2007get-pay-to-use-blogger/">googlfied</a>:</p>
<p><img style="float:left;" src='http://www.beginnercode.com/wp-content/imgupload/2007/05/bloggerlogo.thumbnail.jpg' alt='bloggerlogo.jpg' /><br />
According to <a href="http://buzz.blogger.com/2007/05/test-blogger-and-well-love-you-and-pay.html">Blogger Buzz</a> Google is looking for user experience research blogging with google <a href="https://www.blogger.com/start">blogger.</a> As mentioned in the FAQ you first need to <a href="https://services.google.com/inquiry/user_study">sign up</a>. After you have signed up you may or may not be selected depending on what they are looking for:<br />
<blockquote>For each study, we need to make sure that we invite people who match our target user profile for the product we are researching. We also want to get a good balance of ages, backgrounds, and levels of experience, so please be honest with your answers. It&#8217;s easier for us to match you to a suitable study when we have more information about you, so if you fill in as much of our sign-up form as you can, it&#8217;s more likely that you will be invited to participate.</p></blockquote>
<p>There are different experience sessions where you will work with a google researcher 1 on 1, on the phone, or in a group. It looks like some of the research will be done in person at google. Except you have to find your own way there. The pay looks pretty decent too.. &#8220;typically we pay $75 for each hour that you spend with a Google researcher&#8221;. The <a href="http://www.google.com/forms/user_faq.html">FAQ</a> also mentions the average time commitment is in the range of 1-1.5 hours during business hours.</p>
<p>I think this is great customer service. It seems they want to see how users view and work with their goods. It also gives an opportunity for users in the test to request features, changes to existing features, as well as having features removed. I wonder if this is a result of <a href="http://www.cangooglehearme.com/index.php">googlecanyouhear me</a>?</p>
<p>All in all I think this is a smart move and I&#8217;m quite curious what will come out of this.</p>
<p><tags>google, blogger, blog</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2007/05/22/get-paid-to-test-with-google/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Upgrades</title>
		<link>http://www.beginnercode.com/2007/05/11/site-upgrades/</link>
		<comments>http://www.beginnercode.com/2007/05/11/site-upgrades/#comments</comments>
		<pubDate>Fri, 11 May 2007 18:39:06 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>
		<category><![CDATA[General Site Maint]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/index.php/2007/05/11/site-upgrades/</guid>
		<description><![CDATA[I went for it. I upgraded (finally) from WP v1.2 to v2.1. Along with it I chose a new theme for beginner code. I really like that its very symmetrical. I didn&#8217;t want to change partly because it&#8217;s something different. But why not.
Upgrading Word Press was fairly easy. Just follow the steps outlined at the [...]]]></description>
			<content:encoded><![CDATA[<p>I went for it. I upgraded (finally) from WP v1.2 to v2.1. Along with it I chose a new theme for beginner code. I really like that its very symmetrical. I didn&#8217;t want to change partly because it&#8217;s something different. But why not.</p>
<p>Upgrading Word Press was fairly easy. Just follow the steps outlined at the <a href="http://codex.wordpress.org/Upgrading_WordPress">WP blog</a>.</p>
<p>Then I chose this <a href="http://themes.wordpress.net/columns/3-columns/2874/simple-tech-10/">simple-tech theme</a> from the Word Press Theme viewer. I chose it because it looks easier to tweak for the adsense heat map. It was hard to find themes that I liked visually, that also had a left column out of the box.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2007/05/11/site-upgrades/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;Why Blog&#8221; Survey</title>
		<link>http://www.beginnercode.com/2007/01/23/why-blog-survey/</link>
		<comments>http://www.beginnercode.com/2007/01/23/why-blog-survey/#comments</comments>
		<pubDate>Tue, 23 Jan 2007 16:51:33 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>
		<category><![CDATA[General Interest]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/?p=116</guid>
		<description><![CDATA[Darren Barefoot has put out a survey of 16 blogging questions entitled &#8220;Why Do You Blog&#8221;. He&#8217;s collecting data for a speech he is giving in Vancouver Canada in Feb. He wants to hear from anyone who has created a blog. Take the survey and random submissions will win a prize. Some of the prizes [...]]]></description>
			<content:encoded><![CDATA[<p>Darren Barefoot has put out a <a href="http://www.whydoyoublog.com/">survey</a> of 16 blogging questions entitled &#8220;Why Do You Blog&#8221;. He&#8217;s collecting data for a speech he is giving in Vancouver Canada in Feb. He wants to hear from anyone who has created a blog. Take the survey and random submissions will win a prize. Some of the prizes include; an iPod Shuffle, 2 books, or a $50 Canadian gift certificate. All you need to do is <a href="http://www.whydoyoublog.com/">link to his survey</a>!<img style="float:right;border:none;" src="http://www.beginnercode.com/wp-content/imgupload/darrenBarefoot.jpg" width="329" height="258" alt="" title="" /></p>
<p>I think it&#8217;s worth the entry just to hear his findings.</p>
<p>Why did I start beginnercode.com? It first started out of curiosity. What was the point? To me it first seemed almost like a personal diary. But as time moved on I realized I could use it to share any of my programming or tech experiences with people who were maybe looking for the same information. It&#8217;s been a while since I&#8217;ve written any programming related posts lately. My family life has taken more precedence. However, I haven&#8217;t lost interest!</p>
<p>There is much to write about. So much web, so little time&#8230;</p>
<p><tags>Contests, iPod Shuffle, Survey, Free Stuff</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2007/01/23/why-blog-survey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BlogMad Beta Testing</title>
		<link>http://www.beginnercode.com/2006/02/14/blogmad-beta-testing/</link>
		<comments>http://www.beginnercode.com/2006/02/14/blogmad-beta-testing/#comments</comments>
		<pubDate>Tue, 14 Feb 2006 20:18:28 +0000</pubDate>
		<dc:creator>^Lestat</dc:creator>
				<category><![CDATA[Blog Adventures]]></category>

		<guid isPermaLink="false">http://www.beginnercode.com/?p=86</guid>
		<description><![CDATA[I have had the recent pleasure of being added to the BlogMad beta testers. I haven&#8217;t ever tested anything before so this has been really quite exciting&#8230;
BlogMad is a surfing/ traffic service. If you have an account there you can use it to view other blogs. While viewing other blogs, you receive credits. You can [...]]]></description>
			<content:encoded><![CDATA[<p>I have had the recent pleasure of being added to the <a href="http://www.blogmad.net/?ref=1a235cfa84eaa7e">BlogMad</a> beta testers. I haven&#8217;t ever tested anything before so this has been really quite exciting&#8230;</p>
<p>BlogMad is a surfing/ traffic service. If you <a href="http://www.blogmad.net/?ref=1a235cfa84eaa7e">have an account there</a> you can use it to view other blogs. While viewing other blogs, you receive credits. You can use the credits for various items. You can upload a banner from your site, and purchase impressions to be shown to other viewers while they surf. This can bring you traffic. You can also use your credits for other things.</p>
<p>I figured I would make a good tester for a few reasons;</p>
<p><strong>1. </strong>I&#8217;m not biased. Although I have found some similar services I did dislike, I still gave them a whirl. There are some I do like, but I&#8217;m always open to others.</p>
<p><strong>2. </strong>I&#8217;m fairly new to blogging. Beginnercode has only been up since August.</p>
<p>Firstly I had to login to the site and check it out. I looked for general items as a user. For example, I found asthetics that were broke &#8211; or ugly. I found some things, but nothing major. There were a few navigational issues I found to be quirky etc. Some of this is to be expected due to it being Beta, that&#8217;s what we testers are for!</p>
<p>Then I looked for functionality of links and features within the site and did the same thing.</p>
<p><b><u>Some of the nice features I like:</u></b></p>
<ul>
<li>10 Second Surf Times!<br />
<b><u>Update 2/15/06</u><br /> &#8211; The 10 sec surf time is only for this Betea run * see comment #1 *</b></li>
<li>Control which blogs you view/block/Or add to favorites.</li>
<li>del.icio.us is incorporated into the blogbar<br />(Add favorite blogs direct to your  del.icio.us account!)<br />
<a href="http://www.beginnercode.com/wp-content/imgupload/blogmad/favs.jpg" style="border:none;"><img src="http://www.beginnercode.com/wp-content/imgupload/blogmad/_favs.jpg" width="250" height="70" alt="" title=""  /></a>
</li>
<li>You can edit your action bar (your account navigation bar).<br />
<a href="http://www.beginnercode.com/wp-content/imgupload/blogmad/controlPanel.jpg" style="border:none;"><img src="http://www.beginnercode.com/wp-content/imgupload/blogmad/_controlPanel.jpg" width="250" height="129" alt="" title=""  /></a>
</li>
<li>Play Games to win credits.</li>
<li>Transfer credits to other users.</li>
<li>Messaging between other users with an email type account.</li>
<li>Buy text ads and banner space with credits.</li>
<li>Random Credit Prizes. <br />(I was awarded 95 bonus points while taking these screenshots!)</li>
<li>Referral credits  &#8211; get credits just by referring someone to join.</li>
<li>Blog Rankings. This rating depends on how many blogs you have viewed and how many have viewed you. If you gain in ranking you get additional benifits such as: Additional credits per referral; More messaging space;  BlogMad lotto tickets; and you can add more blogs to your account.</li>
</ul>
<p>In the end what it means for you &#8211; More traffic (ideally). I&#8217;m looking forward to seeing how this develops as it goes live. Click the banner below to get an account early before they go live. They are already accepting referrals!<br />
<center><a href="http://www.blogmad.net/?ref=1a235cfa84eaa7e" title="BlogMad" style="border:none;"><img src="http://www.blogmad.net/banners/88x31/5.jpg" alt="BlogMad!" /></a></center></p>
<p><tags>BlogMad, traffic, blog traffic</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://www.beginnercode.com/2006/02/14/blogmad-beta-testing/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

