<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Beginnercode.com</title>
	<link>http://www.beginnercode.com</link>
	<description>The adventures of an amateur coder</description>
	<lastBuildDate>Wed, 27 Apr 2011 20:07:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Adding a second argument to CI form_validation callbacks</title>
		<description><![CDATA[About a month ago I started working with the CodeIgniter framework. It&#8217;s the first framework I have worked with and frankly, I love it!
So I was looking to add a second parameter to a form_validation callback. Here&#8217;s what I found:

$this-&#62;form_validation('user_name', 'name', &#34;callback_test_name[$param2]&#34;);

and the callback:

test_name($name, $param2){
    ..// some logic to return
}

The form_validation class [...]]]></description>
		<link>http://www.beginnercode.com/2011/04/27/adding-a-second-argument-to-ci-form_validation-callbacks/</link>
			</item>
	<item>
		<title>REGEX For common courier tracking numbers</title>
		<description><![CDATA[I was on the hunt not only to find the different variations each courier had for their tracking numbers but also a regex to match. Most of the google fu I found was outdated. Fedex &#8220;recently&#8221; (months? years? days?) changed from a 12 digit to 15 digit system. And NO, tracking numbers are not totally [...]]]></description>
		<link>http://www.beginnercode.com/2010/11/09/regex-for-common-courier-tracking-numbers/</link>
			</item>
	<item>
		<title>20100914 MKE PHP Meetup Live blogging</title>
		<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>
		<link>http://www.beginnercode.com/2010/09/14/20100914-mke-php-meetup-live-blogging/</link>
			</item>
	<item>
		<title>Using ui autocomplete as a dropdown, with type in</title>
		<description><![CDATA[I had been using an autocomplete plugin by bassistance. 2 months later jQuery UI added autocomplete to their list of widgets. Like many plugins out there I was unable to find an autocomplete that was easy to use for my purposes. The closest I recently came to was the sexy combo plugin. I cant remember [...]]]></description>
		<link>http://www.beginnercode.com/2010/04/01/using-ui-autocomplete-as-a-dropdown-with-type-in/</link>
			</item>
	<item>
		<title>Cloning table rows and jQuery UI Datepicker()</title>
		<description><![CDATA[I&#8217;m rather new to both javascript and jQuery. I ran into an issue while cloning table rows that had inputs, and jQuery UI datepicker.
The cloned datepicker input would insert the picked date into the original inputs rather than the cloned row.

The inputs in my table rows had no ID&#8217;s. So what I found was either [...]]]></description>
		<link>http://www.beginnercode.com/2009/12/17/cloning-table-rows-and-jquery-ui-datepicker/</link>
			</item>
	<item>
		<title>Free DVD Software through October 31</title>
		<description><![CDATA[winxdvd.com is giving away DVD Authoring, and DVD ripping software between now and October 31, 2009.
I downloaded and installed as soon as darkmoon told me about it. Thanks for the tip. They installed smoothly on my system, and at the price of FREE you can&#8217;t go wrong. Go grab your copies!
DVD Authoring: here 
DVD Ripping/ [...]]]></description>
		<link>http://www.beginnercode.com/2009/10/20/free-dvd-software-through-october-31/</link>
			</item>
	<item>
		<title>Javascript: Focus() on a textbox</title>
		<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>
		<link>http://www.beginnercode.com/2009/08/12/javascript-focus-on-a-textbox/</link>
			</item>
	<item>
		<title>Backup your Notepad++ FTP items</title>
		<description><![CDATA[So in addition to reformatting friends and relatives computers, about every 2 years I clean out my own. Each time I have, I&#8217;ve lost my Notepad++ FTP synchronize settings.
In Vista they can be found in:
C:\Users\AppData\Roaming\Notepad++\plugins\config\FTP_synchronize.ini

Copy them to backup and replace. In case an update gets hosed, or you are re-installing.
]]></description>
		<link>http://www.beginnercode.com/2009/08/04/backup-your-notepad-ftp-items/</link>
			</item>
	<item>
		<title>Get Acrobat Reader WITHOUT Adobe Update manager</title>
		<description><![CDATA[Recently I&#8217;ve been helping out friends and relations reformat a few computers. They are older, but are speedy enough for their basic needs. One of the sick system hogs (I&#8217;ve found) is the adobe update manager.
Most browsers come with update managers, so I feel the update manager is bloated and not necessary. It likes to [...]]]></description>
		<link>http://www.beginnercode.com/2009/07/30/get-acrobat-reader-without-adobe-update-manager/</link>
			</item>
	<item>
		<title>Despite rampant bailouts, decency and self responsibility still live.</title>
		<description><![CDATA[ 
So enraged at the bailouts I bought myself a nifty yardsign from cafepress. I&#8217;ve had several passerby&#8217;s knock on my door and ask where I got it. Even a few cars stopped and inquired.
Last Friday night we had just crawled into bed (was a rough week), and there was a knock at the door. [...]]]></description>
		<link>http://www.beginnercode.com/2008/11/17/despite-rampant-bailouts-decency-and-self-responsibility-still-live/</link>
			</item>
</channel>
</rss>

