<?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 &#187; Programming</title>
	<atom:link href="http://www.projectivemotion.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.projectivemotion.com</link>
	<description>coding websites and other cool things.</description>
	<lastBuildDate>Wed, 09 May 2012 22:53:28 +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>Efficient Drag and Drop with JQuery, PHP and Mysql</title>
		<link>http://www.projectivemotion.com/2012/03/04/efficient-drag-drop-jquery-php-mysql/</link>
		<comments>http://www.projectivemotion.com/2012/03/04/efficient-drag-drop-jquery-php-mysql/#comments</comments>
		<pubDate>Sun, 04 Mar 2012 07:41:30 +0000</pubDate>
		<dc:creator>amado</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=252</guid>
		<description><![CDATA[I have recently implemented a very nice drag and drop functionality using jquery &#8216;s drag and drop interface in combination with php/mysql and ajax. A few minutes ago I came across a post on www.webresourcesdepot.com/dynamic-dragn-drop-with-jquery-and-php/ which does essentially the same thing but in a less efficient manner. My method consists of only 3 queries to update the sorting columns for all the records. First I latch onto the jquery-drag&#38;drop &#8216;stop&#8217;...]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2012/03/04/efficient-drag-drop-jquery-php-mysql/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>3</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>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>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>3</slash:comments>
		</item>
		<item>
		<title>WordPress Calendar Plugin Optimization</title>
		<link>http://www.projectivemotion.com/2010/03/22/wordpress-calendar-plugin-optimization/</link>
		<comments>http://www.projectivemotion.com/2010/03/22/wordpress-calendar-plugin-optimization/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 01:26:42 +0000</pubDate>
		<dc:creator>Amado Martinez</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Php]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=59</guid>
		<description><![CDATA[Recently, I had to use the super handy WordPress Calendar Plugin. After adding a few repeating events and taking a look at the output it generated, I noticed the large number of queries that it executed! It executed at least 3 queries per day of the month being displayed! I was doing development that required displaying two months at a time, and the total number of queries was over 150!!...]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2010/03/22/wordpress-calendar-plugin-optimization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accents in WordPress Permalinks</title>
		<link>http://www.projectivemotion.com/2010/01/10/accents-in-wordpress-permalinks/</link>
		<comments>http://www.projectivemotion.com/2010/01/10/accents-in-wordpress-permalinks/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 09:53:00 +0000</pubDate>
		<dc:creator>Amado Martinez</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://projectivemotion.com/?p=56</guid>
		<description><![CDATA[Just finished quite a bit of code tracing to figure out why accents are stripped from permalinks in wordpress. It all boils down to a sanitize_title filter (the function is sanitize_title_with_dashes) which calls remove_accents. I created a plugin which removes the &#8216;dashes&#8217; function and replaces it with the same code except it doesnt call remove_accents. Download PermalinksWithAccents Plugin]]></description>
		<wfw:commentRss>http://www.projectivemotion.com/2010/01/10/accents-in-wordpress-permalinks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

