<?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 &#187; Tips</title>
	<atom:link href="http://www.365webapplications.com/category/tips/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>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>Do Good and be That Guy</title>
		<link>http://www.365webapplications.com/2010/03/15/do-good-be-that-guy/</link>
		<comments>http://www.365webapplications.com/2010/03/15/do-good-be-that-guy/#comments</comments>
		<pubDate>Mon, 15 Mar 2010 05:09:29 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[giving back]]></category>
		<category><![CDATA[self-promotion]]></category>
		<category><![CDATA[sxsw]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=786</guid>
		<description><![CDATA[Self promotion is getting other people to WANT to do your promotion for you.  Peter Shankman personifies and lives this notion.  He is well known for HARO, which has changed how media, individuals, and companies connect.  His presentation at SXSW was powerful and mind changing, enough so that I&#8217;m promoting right now. [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/03/15/do-good-be-that-guy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QT Listview Delegates Paint</title>
		<link>http://www.365webapplications.com/2010/02/18/qt-listview-delegates-paint/</link>
		<comments>http://www.365webapplications.com/2010/02/18/qt-listview-delegates-paint/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 05:09:38 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Delegate]]></category>
		<category><![CDATA[mulit-platform]]></category>
		<category><![CDATA[paint]]></category>
		<category><![CDATA[QT]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=758</guid>
		<description><![CDATA[It took some trial and error to create an appropriate paint method for inactive items in an item delegate for QT&#8217;s list view.   Here are some pointers.


Start by creating a subclass of QItemDelegate:

             class MyItemDelegate : public QItemDelegate
    [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/02/18/qt-listview-delegates-paint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting Wordpress Page IDs</title>
		<link>http://www.365webapplications.com/2010/01/20/getting-wordpress-page-ids/</link>
		<comments>http://www.365webapplications.com/2010/01/20/getting-wordpress-page-ids/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 19:01:13 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=749</guid>
		<description><![CDATA[Some Wordpress plugins and themes require you to supply a list of page ids.  This brief video tutorial shows you how to get those IDs for a page or post.

Mary of ProVirtual Solutions suggested the Reveal IDs for WP-Admin plugin to help get the IDs .
]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/01/20/getting-wordpress-page-ids/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting rid of an email account?</title>
		<link>http://www.365webapplications.com/2010/01/07/getting-rid-of-an-email-account/</link>
		<comments>http://www.365webapplications.com/2010/01/07/getting-rid-of-an-email-account/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 04:40:58 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://www.365webapplications.com/?p=740</guid>
		<description><![CDATA[A friend in his newsletter, BLIANESWORLD asked:

Have you ever switched your email address? I know it is a pain, but I&#8217;m thinking
of doing so sometime in the future.
As such, I have heard that there are services that make this much easier for you
to make such a switch. If so, have you ever used such services? [...]]]></description>
		<wfw:commentRss>http://www.365webapplications.com/2010/01/07/getting-rid-of-an-email-account/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

