<?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"
	>

<channel>
	<title>nickmallare.com</title>
	<atom:link href="http://www.nickmallare.com/words/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nickmallare.com/words</link>
	<description>By Nick, for You</description>
	<pubDate>Fri, 05 Mar 2010 16:46:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>JavaScript: The simple difference between jQuery&#8217;s bind() and live()</title>
		<link>http://www.nickmallare.com/words/2010/03/javascript-the-simple-difference-between-jquerys-bind-and-live/</link>
		<comments>http://www.nickmallare.com/words/2010/03/javascript-the-simple-difference-between-jquerys-bind-and-live/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 16:40:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=81</guid>
		<description><![CDATA[This morning I am delving into some JavaScript code, and decided once and for all to find out what exactly the difference was between the two functions: bind() and live(). It turns out, there is a very minor but important difference.
According to the jQuery API documentation, bind( action, function ) is used to give an [...]]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2010/03/javascript-the-simple-difference-between-jquerys-bind-and-live/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JavaScript: Bug using .focus() for legacy coding and FF</title>
		<link>http://www.nickmallare.com/words/2010/03/javascript-bug-using-focus-for-legacy-coding-and-ff/</link>
		<comments>http://www.nickmallare.com/words/2010/03/javascript-bug-using-focus-for-legacy-coding-and-ff/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 21:36:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=80</guid>
		<description><![CDATA[Hopefully you have found this article before you bashed your head open with your keyboard; if not, please seek medical help before continuing.
When using the .focus() method today, I came across an issue with Firefox &#8212; though, I would assume it is for all legitimate browsers. If you are having trouble getting .focus() working, kindly [...]]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2010/03/javascript-bug-using-focus-for-legacy-coding-and-ff/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JAVA: Using RNFR and RNTO with FTP</title>
		<link>http://www.nickmallare.com/words/2010/03/java-using-rnfr-and-rnto/</link>
		<comments>http://www.nickmallare.com/words/2010/03/java-using-rnfr-and-rnto/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:36:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Design]]></category>

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

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=79</guid>
		<description><![CDATA[While trying to create a smart FTP client, I wanted to move a file from one location on the remote server to another. A brute-force method would be to delete the uploaded file, and then re-upload it to the proper directory. For the following reasons, this makes little to no sense.

You have wasted the original [...]]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2010/03/java-using-rnfr-and-rnto/feed/</wfw:commentRss>
		</item>
		<item>
		<title>JAVA: Built-in FTP Functionality</title>
		<link>http://www.nickmallare.com/words/2010/02/java-built-in-ftp-functionality/</link>
		<comments>http://www.nickmallare.com/words/2010/02/java-built-in-ftp-functionality/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 16:50:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=78</guid>
		<description><![CDATA[Today I am continuing my work on a Java-based desktop program for image compression, upload and assignment; upload and assignment are the goals for today.
A quick Google search returned http://www.nsftools.com/tips/JavaFtp.htm, which has been incremental in me completing this phase of my application. A big healthy dose of kudos goes out to Julian Robichaux for his [...]]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2010/02/java-built-in-ftp-functionality/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PHP: sample output of integer-based array after serialize()</title>
		<link>http://www.nickmallare.com/words/2009/11/php-sample-output-of-integer-based-array-after-serialize/</link>
		<comments>http://www.nickmallare.com/words/2009/11/php-sample-output-of-integer-based-array-after-serialize/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 22:15:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=77</guid>
		<description><![CDATA[I was hoping to avoid writing a script to give me this basic information, but alas, I did not.
There are plenty of examples of serializing string-based arrays, but I found none with integers &#8212; granted I did not waste much time searching. Anyway, below is the PHP code, the the appropriate output.
&#60;?php echo serialize(array(1,2,3)); &#063;&#62;
a:3:{i:0;i:1;i:1;i:2;i:2;i:3;}
Nick
]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2009/11/php-sample-output-of-integer-based-array-after-serialize/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Passing/calling a function by its name in JavaScript</title>
		<link>http://www.nickmallare.com/words/2009/09/passingcalling-a-function-by-its-name/</link>
		<comments>http://www.nickmallare.com/words/2009/09/passingcalling-a-function-by-its-name/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 19:30:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=75</guid>
		<description><![CDATA[Today, I needed some code that would allow me to pass a function name as a parameter, and then call that function on the fly. Well, today, I found out something very useful. You can actually pass the function itself into the function, and then use the built in method called apply to call the [...]]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2009/09/passingcalling-a-function-by-its-name/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Turning off &#8216;An error occurred on the server &#8230; &#8217;</title>
		<link>http://www.nickmallare.com/words/2009/09/turning-off-an-error-occurred-on-the-server/</link>
		<comments>http://www.nickmallare.com/words/2009/09/turning-off-an-error-occurred-on-the-server/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 14:46:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=74</guid>
		<description><![CDATA[The full error message actually reads:
An error occurred on the server when processing the URL. Please contact the system administrator
I recently needed a more descriptive error message when debugging a script, and had too much trouble finding the answer I needed. The good news is, if you are reading this, I will tell you how [...]]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2009/09/turning-off-an-error-occurred-on-the-server/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MySQL Data Type INT: Signed vs. Unsigned</title>
		<link>http://www.nickmallare.com/words/2009/08/mysql-datatype-int-signed-vs-unsigned/</link>
		<comments>http://www.nickmallare.com/words/2009/08/mysql-datatype-int-signed-vs-unsigned/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 14:30:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=73</guid>
		<description><![CDATA[I have been meaning to actually look at the storage differences between signed and unsigned for a few months now, and I have finally remembered to do it! A quick Google search returned just the information I was looking for, so I thought that I would repost the blurb that was worthwhile.
An UNSIGNED INT can [...]]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2009/08/mysql-datatype-int-signed-vs-unsigned/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fair Compensation and Website Security</title>
		<link>http://www.nickmallare.com/words/2009/08/fair-compensation-and-website-security/</link>
		<comments>http://www.nickmallare.com/words/2009/08/fair-compensation-and-website-security/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 15:52:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=72</guid>
		<description><![CDATA[Just throwing a question out there. What would you deem fair compensation if somebody found a security exploit in your website?
This particular exploit that I discovered offered access to half of a members credit card number, as well as personal information [i.e. - full name, address, etc] for every order on their [e-commerce] website.
Since first [...]]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2009/08/fair-compensation-and-website-security/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Using JQuery to clear a div [or an element]</title>
		<link>http://www.nickmallare.com/words/2009/08/using-jquery-to-clear-a-div-or-an-element/</link>
		<comments>http://www.nickmallare.com/words/2009/08/using-jquery-to-clear-a-div-or-an-element/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 13:46:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

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

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=71</guid>
		<description><![CDATA[JQuery continues to make things easy on us. The following code will remove all of the children elements from the parent.
$('#idOfElement').empty();
Now, that was easy, eh?
Nick
]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2009/08/using-jquery-to-clear-a-div-or-an-element/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
