<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:content="http://purl.org/rss/1.0/modules/content/">

	<channel>

	<title><![CDATA[Blog]]></title>
	<link>http://www.vmichnowicz.com/blog</link>
	<description></description>
	<dc:language>en</dc:language>
	<dc:creator>vmichnowicz@yahoo.com</dc:creator>
	<dc:rights>Copyright 2011</dc:rights>
	<dc:date>2011-02-09T18:43:44+00:00</dc:date>
	<admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

	<item>
		<title><![CDATA[VWM Polls Installation and Configuration Video Tutorial]]></title>
		<link>http://www.vmichnowicz.com/blog/vwm_polls_installation_and_configuration_video_tutorial</link>
		<guid>http://www.vmichnowicz.com/blog/vwm_polls_installation_and_configuration_video_tutorial#When:01:49:15Z</guid>
		<description><![CDATA[<p>Quick video tutorial on how to install and configure the ExpressionEngine polling module VWM Polls.</p>]]></description>
		<dc:subject><![CDATA[ExpressionEngine, Tutorials, Web Development,]]></dc:subject>
		<dc:date>2012-02-11T01:49:15+00:00</dc:date>
	</item>

	<item>
		<title><![CDATA[jQuery Form Validate]]></title>
		<link>http://www.vmichnowicz.com/blog/jquery_form_validate</link>
		<guid>http://www.vmichnowicz.com/blog/jquery_form_validate#When:23:27:19Z</guid>
		<description><![CDATA[<p>I have recently released the new jQuery form validation plugin jQuery Form Validate. Let the validation commence.</p>]]></description>
		<dc:subject><![CDATA[Web Development,]]></dc:subject>
		<dc:date>2012-02-07T23:27:19+00:00</dc:date>
	</item>

	<item>
		<title><![CDATA[Hard at Work]]></title>
		<link>http://www.vmichnowicz.com/blog/hard_at_work</link>
		<guid>http://www.vmichnowicz.com/blog/hard_at_work#When:01:18:10Z</guid>
		<description><![CDATA[<p>The last few weeks have been pretty crazy &mdash; I got a new job and I started work on a new ExpressionEngine 2 module.</p>]]></description>
		<dc:subject><![CDATA[ExpressionEngine, Random, Web Design, Web Development,]]></dc:subject>
		<dc:date>2011-07-13T01:18:10+00:00</dc:date>
	</item>

	<item>
		<title><![CDATA[Introducing VWM Secure Files]]></title>
		<link>http://www.vmichnowicz.com/blog/introducing_vwm_secure_files</link>
		<guid>http://www.vmichnowicz.com/blog/introducing_vwm_secure_files#When:02:18:51Z</guid>
		<description><![CDATA[<p>Say &#8220;hello&#8221; to VWM Secure Files. This ExpressionEngine 2 module and fieldtype allows you to restrict access to files based on a given members group and/or member ID.</p>]]></description>
		<dc:subject><![CDATA[ExpressionEngine, Web Development,]]></dc:subject>
		<dc:date>2011-06-04T02:18:51+00:00</dc:date>
	</item>

	<item>
		<title><![CDATA[WebFaction Control Panel Improvements]]></title>
		<link>http://www.vmichnowicz.com/blog/webfaction_control_panel_improvements</link>
		<guid>http://www.vmichnowicz.com/blog/webfaction_control_panel_improvements#When:21:12:21Z</guid>
		<description><![CDATA[<p>WebFaction just updated their control panel. I still think it needs some lovins, however.</p>]]></description>
		<dc:subject><![CDATA[Web Design,]]></dc:subject>
		<dc:date>2011-05-03T21:12:21+00:00</dc:date>
	</item>

	<item>
		<title><![CDATA[Determining AJAX Success and Failure States in ExpressionEngine Modules]]></title>
		<link>http://www.vmichnowicz.com/blog/determining_ajax_success_and_failure_states_in_expressionengine_modules</link>
		<guid>http://www.vmichnowicz.com/blog/determining_ajax_success_and_failure_states_in_expressionengine_modules#When:22:39:09Z</guid>
		<description><![CDATA[<p>Assume you are building an ExpressionEngine module and you need to use jQuery to POST some data to one of your methods. Your method will then insert this data into your database and return some JSON with the insert ID and some other fun stuff. But what if the database insert failed? What are some ways to return an error message?</p>]]></description>
		<dc:subject><![CDATA[ExpressionEngine, Web Development,]]></dc:subject>
		<dc:date>2011-04-21T22:39:09+00:00</dc:date>
	</item>

	<item>
		<title><![CDATA[Fitness Goals]]></title>
		<link>http://www.vmichnowicz.com/blog/fitness_goals</link>
		<guid>http://www.vmichnowicz.com/blog/fitness_goals#When:15:16:00Z</guid>
		<description><![CDATA[<p>Apparently, the best way to achieve a goal is to write it down. Time to get buff.</p>]]></description>
		<dc:subject><![CDATA[Random,]]></dc:subject>
		<dc:date>2011-04-19T15:16:00+00:00</dc:date>
	</item>

	<item>
		<title><![CDATA[VWM Polls v0.1-beta]]></title>
		<link>http://www.vmichnowicz.com/blog/vwm_polls_v0.1_beta</link>
		<guid>http://www.vmichnowicz.com/blog/vwm_polls_v0.1_beta#When:21:52:53Z</guid>
		<description><![CDATA[<p>Say &#8220;hello&#8221; to VWM Polls, a free and open source fieldtype and module package for ExpressionEngine 2.</p>]]></description>
		<dc:subject><![CDATA[ExpressionEngine, Web Development,]]></dc:subject>
		<dc:date>2011-04-08T21:52:53+00:00</dc:date>
	</item>

	<item>
		<title><![CDATA[Cloning Select Inputs With jQuery]]></title>
		<link>http://www.vmichnowicz.com/blog/cloning_select_inputs_with_jquery</link>
		<guid>http://www.vmichnowicz.com/blog/cloning_select_inputs_with_jquery#When:23:05:44Z</guid>
		<description><![CDATA[<p>Cloning select inputs with jQuery is a bit weird. While it works, it does not clone the currently selected option.</p>]]></description>
		<dc:subject><![CDATA[Web Design, Web Development,]]></dc:subject>
		<dc:date>2011-04-04T23:05:44+00:00</dc:date>
	</item>

	<item>
		<title><![CDATA[Convert A SVN Repo to a Git Repo]]></title>
		<link>http://www.vmichnowicz.com/blog/convert_a_svn_repo_to_a_git_repo</link>
		<guid>http://www.vmichnowicz.com/blog/convert_a_svn_repo_to_a_git_repo#When:19:01:43Z</guid>
		<description><![CDATA[<p>O, Git. Will my love for you ever falter? Well, not as long as I have SVN repos lying around it won&#8217;t.</p>]]></description>
		<dc:subject><![CDATA[Server Administration,]]></dc:subject>
		<dc:date>2011-03-22T19:01:43+00:00</dc:date>
	</item>

    
	</channel>
</rss>
