<?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>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>
	<lastBuildDate>Thu, 10 May 2012 12:51:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>PHP: XML to Array</title>
		<link>http://www.nickmallare.com/words/2012/05/php-xml-to-array/</link>
		<comments>http://www.nickmallare.com/words/2012/05/php-xml-to-array/#comments</comments>
		<pubDate>Thu, 10 May 2012 12:51:14 +0000</pubDate>
		<dc:creator>Nick Mallare</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=119</guid>
		<description><![CDATA[A simple post for today. A HUGE thanks to @gaarf for his post! &#60;? /** * convert xml string to php array - useful to get a serializable value * * @param string $xmlstr * @return array * @author Adrien &#8230; <a href="http://www.nickmallare.com/words/2012/05/php-xml-to-array/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2012/05/php-xml-to-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>svn: Can&#8217;t create tunnel: The parameter is incorrect.</title>
		<link>http://www.nickmallare.com/words/2012/02/110/</link>
		<comments>http://www.nickmallare.com/words/2012/02/110/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 17:17:50 +0000</pubDate>
		<dc:creator>Nick Mallare</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[SVN]]></category>

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=110</guid>
		<description><![CDATA[If you are trying to use SVN command line within Windows, and you have TortoiseSVN installed, you may run into this error: svn: Can&#8217;t create tunnel: The parameter is incorrect. I found out that I needed to set this property &#8230; <a href="http://www.nickmallare.com/words/2012/02/110/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2012/02/110/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery: &#8220;missing : after property id&#8221; Error</title>
		<link>http://www.nickmallare.com/words/2011/11/jquery-missing-after-property-id-error/</link>
		<comments>http://www.nickmallare.com/words/2011/11/jquery-missing-after-property-id-error/#comments</comments>
		<pubDate>Wed, 02 Nov 2011 14:19:32 +0000</pubDate>
		<dc:creator>Nick Mallare</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=99</guid>
		<description><![CDATA[I didn&#8217;t realize how rusty one could get in just a week! This is the code I was trying to use &#8212; a function I&#8217;ve used hundreds of times &#8212; and I kept getting the &#8220;missing : after property id&#8221; &#8230; <a href="http://www.nickmallare.com/words/2011/11/jquery-missing-after-property-id-error/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2011/11/jquery-missing-after-property-id-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TinyMVC: PDO &amp; UTF-8 Character Set</title>
		<link>http://www.nickmallare.com/words/2011/10/tinymvc-pdo-utf-8-character-set/</link>
		<comments>http://www.nickmallare.com/words/2011/10/tinymvc-pdo-utf-8-character-set/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 03:31:57 +0000</pubDate>
		<dc:creator>Nick Mallare</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=89</guid>
		<description><![CDATA[When setting up the initial model for a TinyMVC project, I got the following error: Message: Can&#8217;t connect to PDO database &#8216;mysql&#8217;. Error: SQLSTATE[HY000] [2019] Can&#8217;t initialize character set UTF-8 (path: /usr/share/mysql/charsets/) After looking in /path/to/tinymvc/sysfiles/plugins/tinymvc_pdo.php I noticed the following on &#8230; <a href="http://www.nickmallare.com/words/2011/10/tinymvc-pdo-utf-8-character-set/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2011/10/tinymvc-pdo-utf-8-character-set/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML and JavaScript: Safari and Loading Files</title>
		<link>http://www.nickmallare.com/words/2011/05/html-and-javascript-safari-and-loading-files/</link>
		<comments>http://www.nickmallare.com/words/2011/05/html-and-javascript-safari-and-loading-files/#comments</comments>
		<pubDate>Mon, 02 May 2011 16:27:58 +0000</pubDate>
		<dc:creator>Nick Mallare</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=86</guid>
		<description><![CDATA[Today I experienced an odd issue with Safari. It appears as though the HTML attribute defer=&#8221;defer&#8221; is not translated by Safari. Below are two examples of code. The former was what worked in every major browser except Safari. The latter &#8230; <a href="http://www.nickmallare.com/words/2011/05/html-and-javascript-safari-and-loading-files/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2011/05/html-and-javascript-safari-and-loading-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: cURL and htpasswd [apache auth]</title>
		<link>http://www.nickmallare.com/words/2011/03/curl-and-htpasswd-apache-auth/</link>
		<comments>http://www.nickmallare.com/words/2011/03/curl-and-htpasswd-apache-auth/#comments</comments>
		<pubDate>Fri, 25 Mar 2011 21:28:51 +0000</pubDate>
		<dc:creator>Nick Mallare</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=85</guid>
		<description><![CDATA[After spending literally all afternoon working on it, here an example of the code I finally got to work! curl_setopt( $this->_curlHandle, CURLOPT_URL, &#8216;site.com/password-protected&#8217; ); curl_setopt( $this->_curlHandle, CURLOPT_USERPWD, &#8216;username:password&#8217; ); curl_setopt( $this->_curlHandle, CURLOPT_RETURNTRANSFER, true ); curl_setopt( $this->_curlHandle, CURLOPT_HTTPAUTH, CURLAUTH_ANY ); $result &#8230; <a href="http://www.nickmallare.com/words/2011/03/curl-and-htpasswd-apache-auth/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2011/03/curl-and-htpasswd-apache-auth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript: Defining Arrays in Succession</title>
		<link>http://www.nickmallare.com/words/2011/03/javascript-defining-arrays-in-succession/</link>
		<comments>http://www.nickmallare.com/words/2011/03/javascript-defining-arrays-in-succession/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 01:10:49 +0000</pubDate>
		<dc:creator>Nick Mallare</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=84</guid>
		<description><![CDATA[Quite literally two hours later and I finally figured out how JavaScript handles defining arrays in succession. The issue was that I was getting the same values for array&#8217;s defined in succession &#8212; aka on the same line &#8212; even &#8230; <a href="http://www.nickmallare.com/words/2011/03/javascript-defining-arrays-in-succession/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2011/03/javascript-defining-arrays-in-succession/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Database Error: Can&#8217;t create table &#8230; (errno: 121)</title>
		<link>http://www.nickmallare.com/words/2011/02/mysql-database-error-cant-create-table-errno-121/</link>
		<comments>http://www.nickmallare.com/words/2011/02/mysql-database-error-cant-create-table-errno-121/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 16:24:07 +0000</pubDate>
		<dc:creator>Nick Mallare</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=83</guid>
		<description><![CDATA[I came across this problem this morning when copying a table structure and creating a backup table. The reason I received it was because I had not also renamed my foreign keys constraints. Using the fk_&#60;table_name&#62;_key pattern fixed the problem &#8230; <a href="http://www.nickmallare.com/words/2011/02/mysql-database-error-cant-create-table-errno-121/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2011/02/mysql-database-error-cant-create-table-errno-121/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysqldump: Got error: 1016: Can&#8217;t open file: &#8216;&#8230;&#8217; (errno: 24) when using LOCK TABLES</title>
		<link>http://www.nickmallare.com/words/2011/01/mysqldump-got-error-1016-cant-open-file-errno-24-when-using-lock-tables/</link>
		<comments>http://www.nickmallare.com/words/2011/01/mysqldump-got-error-1016-cant-open-file-errno-24-when-using-lock-tables/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 09:22:38 +0000</pubDate>
		<dc:creator>Nick Mallare</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.nickmallare.com/words/?p=82</guid>
		<description><![CDATA[Stuck? Try the following command: mysqldump --lock-tables=false -u******** -p {database_name} > {database_name}.sql Nick]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2011/01/mysqldump-got-error-1016-cant-open-file-errno-24-when-using-lock-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Nick Mallare</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 &#8230; <a href="http://www.nickmallare.com/words/2010/03/javascript-the-simple-difference-between-jquerys-bind-and-live/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.nickmallare.com/words/2010/03/javascript-the-simple-difference-between-jquerys-bind-and-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 7/12 queries in 0.016 seconds using disk: basic

Served from: www.nickmallare.com @ 2012-05-20 07:03:14 -->
