<?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>Amado Martinez</title>
	<atom:link href="http://www.projectivemotion.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.projectivemotion.com</link>
	<description>coding websites and other cool things.</description>
	<lastBuildDate>Mon, 30 Jan 2012 04:00:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Mounting multiple directories with sshfs using a script</title>
		<link>http://www.projectivemotion.com/2012/01/29/mounting-multiple-directories-sshfs-script/</link>
		<comments>http://www.projectivemotion.com/2012/01/29/mounting-multiple-directories-sshfs-script/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 04:21:23 +0000</pubDate>
		<dc:creator>amado</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=228</guid>
		<description><![CDATA[Check this out. I have this script on my laptop for mounting project directories which are located on my desktop computer. By running mount.sh &#8220;my password&#8221; , I&#8217;m able to mount multiple directories on my laptop LIKE a BOSS. I&#8217;ve also recently discovered ssh with X11 forwarding. This is the coolest thing ever. It allows me to run actual programs and windows ON MY LAPTOP as if they were running...]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2012/01/29/mounting-multiple-directories-sshfs-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Multi-Feature Clickbank Automation Software</title>
		<link>http://www.projectivemotion.com/2012/01/19/custom-multi-component-multi-feature-clickbank-automation-software/</link>
		<comments>http://www.projectivemotion.com/2012/01/19/custom-multi-component-multi-feature-clickbank-automation-software/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 22:38:52 +0000</pubDate>
		<dc:creator>amado</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Releases]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[php 5]]></category>
		<category><![CDATA[web application]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=213</guid>
		<description><![CDATA[A couple of years back, a client of mine decided to hire me to develop a custom application for automating certain actions based on sales information provided by clickbank&#8217;s api. This software is one of the most interesting projects I have worked on simply because of the array of services that it integrates and the things you are able to do with it. The software, cbautobot (cbautobot.com,) allows users to...]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2012/01/19/custom-multi-component-multi-feature-clickbank-automation-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VideoRebel &#8211; cloud based video cms.</title>
		<link>http://www.projectivemotion.com/2012/01/06/videorebel-cloud-based-video-cms/</link>
		<comments>http://www.projectivemotion.com/2012/01/06/videorebel-cloud-based-video-cms/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 08:46:10 +0000</pubDate>
		<dc:creator>amado</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[past work]]></category>
		<category><![CDATA[php5]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=204</guid>
		<description><![CDATA[Last year I developed a web application for a client for managing and encoding videos. The software integrates a variety of services which make it easy to embed videos on any website. VideoRebel is a Video CMS for converting and storing videos online on amazon s3. It has support for multiple users and uploading directly to an ftp server as well as amazon. It integrates zencoder api so that all...]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2012/01/06/videorebel-cloud-based-video-cms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirect after failed login attempt in WordPress</title>
		<link>http://www.projectivemotion.com/2011/12/16/redirect-failed-login-attempt-wordpress/</link>
		<comments>http://www.projectivemotion.com/2011/12/16/redirect-failed-login-attempt-wordpress/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 17:06:13 +0000</pubDate>
		<dc:creator>amado</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=199</guid>
		<description><![CDATA[Here&#8217;s another piece of php code for redirecting to any page after a login error in wordpress.]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2011/12/16/redirect-failed-login-attempt-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling the WordPress Dashboard &#8211; Properly Redirect from Dashboard to any page.</title>
		<link>http://www.projectivemotion.com/2011/12/16/disabling-wordpress-dashboard-properly-redirect-dashboard-page/</link>
		<comments>http://www.projectivemotion.com/2011/12/16/disabling-wordpress-dashboard-properly-redirect-dashboard-page/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 15:12:17 +0000</pubDate>
		<dc:creator>amado</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=191</guid>
		<description><![CDATA[I published some code snippets on an older post for performing this trick. The code was a bit hacky. I have identified some hooks for better implementation in WordPress 3.2 (and probalby previous versions as well.) Here&#8217;s the code: Nice and easy! Alternatively, you may choose to redirect to &#8216;edit.php&#8217; which will take you to a list of all your posts! Happy coding!]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2011/12/16/disabling-wordpress-dashboard-properly-redirect-dashboard-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello Linux &#8220;Lisa&#8221; Mint 12, Bye-Bye Windows 7!</title>
		<link>http://www.projectivemotion.com/2011/12/06/linux-mint-12-bye-bye-windows-7/</link>
		<comments>http://www.projectivemotion.com/2011/12/06/linux-mint-12-bye-bye-windows-7/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 05:28:45 +0000</pubDate>
		<dc:creator>amado</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=165</guid>
		<description><![CDATA[My first dozen encounters with linux were not great. Driver issues, confusing OS installation instructions, Window manager-- what is that! X? repositories? Gnome? KDE? What is that? Of course, all the websites I've built run on linux servers and I've had to configure mysql, apache, and other services on those servers, but a desktop pc running linux? Never! I need Dreamweaver, I need Eclipse! I need Filezilla, Apache, and Mysql!]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2011/12/06/linux-mint-12-bye-bye-windows-7/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Better wordpress custom post types using a base php class.</title>
		<link>http://www.projectivemotion.com/2011/10/13/wordpress-custom-post-types-php-class/</link>
		<comments>http://www.projectivemotion.com/2011/10/13/wordpress-custom-post-types-php-class/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 22:27:27 +0000</pubDate>
		<dc:creator>amado</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[oop]]></category>
		<category><![CDATA[Php]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=145</guid>
		<description><![CDATA[Creating multiple post types in wordpress can be tedious work. Use php classes to handle post type registration and better event handling for saving custom meta data. (Part 2 coming soon.)]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2011/10/13/wordpress-custom-post-types-php-class/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Thanks a lot, Nokia</title>
		<link>http://www.projectivemotion.com/2011/09/01/thanks-a-lot-nokia/</link>
		<comments>http://www.projectivemotion.com/2011/09/01/thanks-a-lot-nokia/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 19:23:08 +0000</pubDate>
		<dc:creator>amado</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=124</guid>
		<description><![CDATA[Recently my email address was leaked to a spam list by the nokia development forum website.Now I can order email lists from a spam subscriber list!. Awesome, thanks for leaking my email to hackers! Unsolicited Email :: Nokia Notification:]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2011/09/01/thanks-a-lot-nokia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress (always) redirect to homepage after logout.</title>
		<link>http://www.projectivemotion.com/2011/07/27/wordpress-always-redirect-to-homepage-after-logout/</link>
		<comments>http://www.projectivemotion.com/2011/07/27/wordpress-always-redirect-to-homepage-after-logout/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 09:09:44 +0000</pubDate>
		<dc:creator>Amado Martinez</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=119</guid>
		<description><![CDATA[This piece of code is trivial and very useful for development of custom sites and cms. add to functions.php Enjoy! Happy Coding! - Amado Martinez / Projectivemotion Web Development]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2011/07/27/wordpress-always-redirect-to-homepage-after-logout/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Replacing the WordPress Dashboard with your own plugin page.</title>
		<link>http://www.projectivemotion.com/2011/04/23/replacing-the-wordpress-dashboard-with-your-own-plugin-page/</link>
		<comments>http://www.projectivemotion.com/2011/04/23/replacing-the-wordpress-dashboard-with-your-own-plugin-page/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 05:50:09 +0000</pubDate>
		<dc:creator>Amado Martinez</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=93</guid>
		<description><![CDATA[On Custom WordPress Installations, you may want to remove the wordpress dashboard completely and add your own dashboard or plugin page. Of course you can hide the other dashboard widgets and leave only your own, but if you want complete control, this is one solution. I was able to do this using the following approach: On WordPress 3.1.1, the /wp-admin/index.php provides no support for overriding the wp_dashboard() function. After digging...]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2011/04/23/replacing-the-wordpress-dashboard-with-your-own-plugin-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

