<?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>365 Web Applications for Designers</title>
	<atom:link href="http://www.365webapplications.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.365webapplications.com</link>
	<description>Web Design and Business tips, reviews, and tools</description>
	<lastBuildDate>Wed, 21 Dec 2011 04:16:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix for sorting in Job Manager Wordpress Plugin</title>
		<link>http://www.365webapplications.com/2011/12/20/fix-for-sorting-in-job-manager-wordpress-plugin/</link>
		<comments>http://www.365webapplications.com/2011/12/20/fix-for-sorting-in-job-manager-wordpress-plugin/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 04:15:05 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[job manager]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[sort]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=851</guid>
		<description><![CDATA[If you want to sort jobs alphabetically in Job Manager and use sticky sort for highlighted items it will mess up the order of all non-highlighted opportunities.  This was my quick workaround.  Hopefully it will help someone.
In frontend-jobs.php

&#60;?php
function jobman_sort_highlighted_jobs( $a, $b ) {
	$ahighlighted = get_post_meta( $a-&#62;ID, 'highlighted', true );
	$bhighlighted = get_post_meta( $b-&#62;ID, 'highlighted', [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2011/12/20/fix-for-sorting-in-job-manager-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NextGen Gallery &#8211; auto-detect gallery</title>
		<link>http://www.365webapplications.com/2010/11/18/nextgen-gallery-auto-detect-gallery/</link>
		<comments>http://www.365webapplications.com/2010/11/18/nextgen-gallery-auto-detect-gallery/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 20:01:33 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[nextgen]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=844</guid>
		<description><![CDATA[By default the NextGen gallery for wordpress requires you select the gallery to display when you use the shortcode [nggallery id=1].  However, you may note in the gallery itself you&#8217;ve already specified the page where the gallery is to be displayed (&#8221;Page Link to:&#8221;).  So why select the gallery in the shortcode when [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/11/18/nextgen-gallery-auto-detect-gallery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakePHP Auth Compontent Management</title>
		<link>http://www.365webapplications.com/2010/11/07/cakephp-auth-compontent-management/</link>
		<comments>http://www.365webapplications.com/2010/11/07/cakephp-auth-compontent-management/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 03:10:48 +0000</pubDate>
		<dc:creator>vinmarshall</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[cakephp]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=835</guid>
		<description><![CDATA[CakePHP 1.3&#8217;s Auth Component has made authentication and ACL much easier.  It however, leaves most the implementation of user management to the developer.  Here are some helpful lessons we have learned to make this process less painful.

(1) To defer hashing of the password until the new or updated record is about to be [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/11/07/cakephp-auth-compontent-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CakeFest 2010 Wrap</title>
		<link>http://www.365webapplications.com/2010/09/08/cakefest-2010-wrap/</link>
		<comments>http://www.365webapplications.com/2010/09/08/cakefest-2010-wrap/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 03:00:38 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=823</guid>
		<description><![CDATA[A quick run down of CakeFest 2010.  It was great meeting a bunch of programmers and enthusiasts and finding out how they use CakePHP.
Here are my brief notes for the talks I attended and links to the presentations if I have them.

Re-imagining CakePHP, path to 2.0
Graham Weldon

Using and reusing plugins across CakePHP applications
Pierre Martin

Slides
Using [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/09/08/cakefest-2010-wrap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The future of flash</title>
		<link>http://www.365webapplications.com/2010/04/19/the-future-of-flash/</link>
		<comments>http://www.365webapplications.com/2010/04/19/the-future-of-flash/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 03:17:45 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[frameworks]]></category>
		<category><![CDATA[trends]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=818</guid>
		<description><![CDATA[Whether we like it or not Flash is here to stay, especially now that CS5 is going to allow deployment to iPhone, iPad, and other &#8220;smart&#8221; devices.  It just won&#8217;t be used as much for your standard web site, just for specialized applications where that level of control is necessary.  Adobe isn&#8217;t stupid. [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/04/19/the-future-of-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing Web Application Databases</title>
		<link>http://www.365webapplications.com/2010/03/30/optimizing-web-app-databases/</link>
		<comments>http://www.365webapplications.com/2010/03/30/optimizing-web-app-databases/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 02:32:56 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[indexes]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=809</guid>
		<description><![CDATA[User feedback regarding a CMS web application was that the certain areas of the site were running slow.  There could be many reasons for this like the usual suspects of a slow internet connection, poorly optimized images and stylesheets, and large page sizes.  In this case there was a large amount of data [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/03/30/optimizing-web-app-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Framework Battle or Convergence</title>
		<link>http://www.365webapplications.com/2010/03/18/web-framework-battle-or-convergence/</link>
		<comments>http://www.365webapplications.com/2010/03/18/web-framework-battle-or-convergence/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 15:36:01 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[frameworks webapps trends]]></category>
		<category><![CDATA[nosql]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=782</guid>
		<description><![CDATA[There is a lot of flame wars and debate over what web application framework is the best.  At SXSW interactive there was a panel discussion amongst some of the developers and users of a range of different frameworks.  It was a battle as to who was best at documentation, setup, templates, models, and [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/03/18/web-framework-battle-or-convergence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.316 seconds -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-04 13:16:48 -->

