<?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>Daily Relevance &#187; Relevance</title>
	<atom:link href="http://www.dailyrelevance.com/category/relevance/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dailyrelevance.com</link>
	<description>All things relevant and interesting</description>
	<lastBuildDate>Thu, 15 Dec 2011 15:19:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Removing svn from a folder</title>
		<link>http://www.dailyrelevance.com/relevance/removing-svn-from-a-folder</link>
		<comments>http://www.dailyrelevance.com/relevance/removing-svn-from-a-folder#comments</comments>
		<pubDate>Tue, 06 Dec 2011 18:55:28 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Relevance]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=278</guid>
		<description><![CDATA[Use the command below to remove svn attributes from a folder without having to delete the folder or export the svn contents again. You will first cd into the directory under version control then execute the command. 1 rm -rf `find . -type d -name .svn` No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Use the command below to remove svn attributes from a folder without having to delete the folder or export the svn contents again.</p>
<p>You will first cd into the directory under version control then execute the command.</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash"><span class="kw2">rm</span> <span class="re5">-rf</span> <span class="sy0">`</span><span class="kw2">find</span> . <span class="re5">-type</span> d <span class="re5">-name</span> .svn<span class="sy0">`</span></pre></td></tr></table></div>



<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/relevance/removing-svn-from-a-folder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing out wp-syntax plugin</title>
		<link>http://www.dailyrelevance.com/relevance/testing-out-wp-syntax-plugin</link>
		<comments>http://www.dailyrelevance.com/relevance/testing-out-wp-syntax-plugin#comments</comments>
		<pubDate>Sun, 26 Jun 2011 17:01:07 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Relevance]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=262</guid>
		<description><![CDATA[I have installed a new syntax plugin here and wanted to test it out with some JavaScript. $.get&#40;&#34;/&#34;,function&#40;data&#41;&#123; console.log&#40;data.hell0&#41;; &#125;,&#34;json&#34;&#41;; No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>I have installed a new syntax plugin here and wanted to test it out with some JavaScript.</p>

<div class="wp_syntax"><div class="code"><pre class="javascript">$.<span class="me1">get</span><span class="br0">&#40;</span><span class="st0">&quot;/&quot;</span><span class="sy0">,</span><span class="kw2">function</span><span class="br0">&#40;</span>data<span class="br0">&#41;</span><span class="br0">&#123;</span>
    console.<span class="me1">log</span><span class="br0">&#40;</span>data.<span class="me1">hell0</span><span class="br0">&#41;</span><span class="sy0">;</span>
<span class="br0">&#125;</span><span class="sy0">,</span><span class="st0">&quot;json&quot;</span><span class="br0">&#41;</span><span class="sy0">;</span></pre></div></div>



<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/relevance/testing-out-wp-syntax-plugin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3g vodafone settings</title>
		<link>http://www.dailyrelevance.com/relevance/iphone-3g-vodafone-settings</link>
		<comments>http://www.dailyrelevance.com/relevance/iphone-3g-vodafone-settings#comments</comments>
		<pubDate>Thu, 14 Apr 2011 17:20:06 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[iphone]]></category>
		<category><![CDATA[Relevance]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=248</guid>
		<description><![CDATA[If you have an unlocked iPhone and are planning on using it in Spain with vodafone, then you are going to want to know about these settings. You will need to first purchase a vodafone sim and call customer service to activate the internet. Oh and make sure you speak spanish, because their customer service [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>If you have an unlocked iPhone and are planning on using it in Spain with vodafone, then you are going to want to know about these settings.</p>
<p>You will need to first purchase a vodafone sim and call customer service to activate the internet.  Oh and make sure you speak spanish, because their customer service does not speak english.</p>
<p>Once you have the sim and the internet activated, you are going to need to go into your network settings.</p>
<p>Settings -&gt; General -&gt; Network -&gt; Cellular Data Network</p>
<p>Then enter these credentials for cellular Data</p>
<p>APN: airtelnet.es<br />
Username: wapwap<br />
password: wap</p>
<p>After you enter those, set your phone to airplane mode then turn it off and internet should be working!!</p>
<p>thanks to this post here!</p>
<p>http://www.marbella-guide.com/vodafone-spain-wap-settings/</p>
<p><strong>UPDATE:</strong> That set of configuration from above appears to only have worked for me for a few hours.  Again vodafone is of no help getting a good working setup so after some searching on the interwebs, I found another set of working configuration from here: http://forums.pinstack.com/f24/tcp_apn_wap_gateway_port_carrier_settings-360/</p>
<p>they actually give you settings for quite a few carriers in different countries.</p>
<p><strong>Vodafone (Spain) </strong><br />
Gateway IP: 212.73.32.10<br />
Port: 9201<br />
APN: airtelwap.es<br />
username: wap@wap<br />
password: wap125</p>
<p>I didn&#8217;t need the gateway or port, but those are working for me at this point.  Guess I will wait to see if this dies in the next day or so.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/relevance/iphone-3g-vodafone-settings/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Governor McDonnell’s Proposal to Increase Speed Limit to 70MPH Passes House and Senate</title>
		<link>http://www.dailyrelevance.com/relevance/governor-mcdonnell%e2%80%99s-proposal-to-increase-speed-limit-to-70mph-passes-house-and-senate</link>
		<comments>http://www.dailyrelevance.com/relevance/governor-mcdonnell%e2%80%99s-proposal-to-increase-speed-limit-to-70mph-passes-house-and-senate#comments</comments>
		<pubDate>Wed, 03 Feb 2010 20:07:43 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Relevance]]></category>
		<category><![CDATA[70 mph]]></category>
		<category><![CDATA[mph]]></category>
		<category><![CDATA[speed limit]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=204</guid>
		<description><![CDATA[&#8211;Measure Receives Broad Bipartisan Support in Both Chambers&#8211; RICHMOND- Governor Bob McDonnell’s proposal to increase the speed limit in Virginia to 70mph in rural and less populated areas was approved today by both chambers of the General Assembly. The Governor’s measure received broad bipartisan support in both the House and Senate. In the House, Delegate [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dailyrelevance.com/wp-content/uploads/2010/02/image001.jpg"><img class="alignleft size-full wp-image-205" style="margin-right: 20px; margin-bottom: 5px;" title="image001" src="http://www.dailyrelevance.com/wp-content/uploads/2010/02/image001.jpg" alt="" width="145" height="144" /></a><em>&#8211;Measure  Receives Broad Bipartisan Support in Both Chambers&#8211;</em></p>
<p><strong>RICHMOND</strong>-  Governor Bob McDonnell’s proposal to increase the speed limit in Virginia to 70mph in rural and less populated areas was approved today by both chambers of  the General Assembly. The Governor’s measure received broad bipartisan support in both the House and Senate.  In the House, Delegate Bill  Carrico (R-Galax) carried the bill. Senator Steve Newman (R-Lynchburg) patroned  the bill in the Senate. Both bills are identical. Each bill must still be  voted on by the other house prior to being sent to the Governor’s desk for his signature.</p>
<p>Speaking  about today’s vote, Governor McDonnell remarked, “I thank Delegate Bill Carrico and Senator Steve Newman for their successful advocacy of this important proposal to speed up traffic in rural and less populated  sections of Virginia. As today’s votes in both chambers demonstrate, there is broad bipartisan support for this common-sense idea. 32 states already have  70mph speed limits, and 13 allow motorists to drive 75mph. This slight  increase in our speed limit will be safe for motorists and help get Virginians to  their destinations a little quicker each day. This is an important early step  towards our common goal of improving transportation in the Commonwealth.”<span id="more-204"></span></p>
<p>Senator  Steve Newman noted, “Increasing the speed limit to 70mph on Virginia’s highways will help commuters get to their destinations more quickly and safely.  Virginia now joins 33 other states that have increased their speed limits above 65mph and I applaud Governor McDonnell’s leadership  on this issue.”</p>
<p>Delegate  Bill Carrico added, “I’m pleased that the bill to increase the speed limit on rural stretches of highway to 70mph has passed both houses of  the General Assembly.  This is a common-sense reform that will make sure highway traffic moves at a more uniform speed on Virginia’s highways.”</p>
<p>HB 856  can be read here:</p>
<p><a href="http://leg1.state.va.us/cgi-bin/legp504.exe?ses=101&amp;typ=bil&amp;val=HB856" target="_blank">http://leg1.state.va.us/cgi-bin/legp504.exe?ses=101&amp;typ=bil&amp;val=HB856</a></p>
<p>SB 537  can be read here:</p>
<p><a href="http://leg1.state.va.us/cgi-bin/legp504.exe?ses=101&amp;typ=bil&amp;val=SB537" target="_blank">http://leg1.state.va.us/cgi-bin/legp504.exe?ses=101&amp;typ=bil&amp;val=SB537</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/relevance/governor-mcdonnell%e2%80%99s-proposal-to-increase-speed-limit-to-70mph-passes-house-and-senate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plasma vs LCD</title>
		<link>http://www.dailyrelevance.com/relevance/plasma-vs-lcd</link>
		<comments>http://www.dailyrelevance.com/relevance/plasma-vs-lcd#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:23:11 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Relevance]]></category>
		<category><![CDATA[plasma tv]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=194</guid>
		<description><![CDATA[When it came time to purchase a new TV, I did a bit of research and found that there was a significant price difference between LCD and Plasma TVs. Even up to this point I am still not entirely sure why the price difference is so significant. There seems to be quite a bit of [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>When it came time to purchase a new TV, I did a bit of research and found that there was a significant price difference between LCD and Plasma TVs.  Even up to this point I am still not entirely sure why the price difference is so significant.</p>
<p>There seems to be quite a bit of sales propaganda out there deferring people from one technology or the other, stating that Plasma tvs will die faster or that LCD tvs need to have their light changed every few hundred thousand hours, but still no clear facts why I should choose one technology over the other.<span id="more-194"></span></p>
<p>The main deciding factor for me was the price and the fact that I recently found out that my wife&#8217;s TV, since before we met, is a Plasma TV and the quality and longevity is amazing.  She has had the TV for almost 5 years without any problems or loss in quality and no burn in.</p>
<p>Finding that Plasma tvs are almost half the price of a comparable LCD tv the decision was quite clear.  Over the holiday weekend I was able to pick up a 50 inch plasma tv for about 750 dollars, where a similar 50 inch LCD tv would have cost me well over 1500 dollars.  The quality is outstanding, combined with the price makes the TV in my opinion one of the best deals out there.  Even if the TV dies in 2.5 years I can still buy a second plasma TV and still pay less than I would have for the same LCD TV.</p>
<p>I&#8217;m guessing that the price difference has to do with simple economics of supply and demand.  If everyone wants LCD TVs because they think they are superior in every aspect, then suppliers are going to jack up the price and the opposite is true with plasma.  So thank you consumers for allowing me the ability to purchase a 50 inch plasma TV for under 800 dollars.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/relevance/plasma-vs-lcd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do couples that hate each other, stay together?</title>
		<link>http://www.dailyrelevance.com/relevance/why-do-couples-that-hate-each-other-stay-together</link>
		<comments>http://www.dailyrelevance.com/relevance/why-do-couples-that-hate-each-other-stay-together#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:09:50 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Relevance]]></category>
		<category><![CDATA[advice]]></category>
		<category><![CDATA[relationship]]></category>
		<category><![CDATA[relationships]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=191</guid>
		<description><![CDATA[This has been an interesting question that many of you have asked over the years. As I have observed and helped many couples either move on or figure out what was going on, I have found a few simple answers to this complicated question. The answer to this question is the same answer to many [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>This has been an interesting question that many of you have asked over the years.  As I have observed and helped many couples either move on or figure out what was going on, I have found a few simple answers to this complicated question.  The answer to this question is the same answer to many other problems in everyone&#8217;s life, the fact that humans like simplicity and constants.  Most people are opposed to change and see change as the enemy even if their current situation is in dire need of change.</p>
<p>This happens in many aspects of our lives.  We are in a job that we hate but don&#8217;t leave because either we think there are no other options or are forced to stay because of self inflicted obligations such as over extended debt load or improper planning, the first probably being the cause of the second.  Maybe we are in a relationship that everyone knows is toxic, but we stay because change is hard.</p>
<p>There is a simple pattern here, the simple need for change in a situation that requires some action to see improvement.  Maybe the relationship does not need a drastic change to see a drastic improvement, or maybe your job could simply be improved by changing your outlook and reducing the negative.  In the end bad situations require some sort of cause to have any sort of effect.<span id="more-191"></span></p>
<p>The question can then be simplified to, why does someone not change?  First, to change requires some sort of action and commitment to an action.  Without action there is no change, without change you will be exactly where you are today as you were yesterday.  Second if you commit to change, stay committed to that action until change has been accomplished.  The third and most important thing is to commit to actionable actions.  This means create actions that you can actually do, like wake up in the morning with a smile instead of hatred or complacency.  Instead of actions like be happy or loose weight.</p>
<p>Back on topic, in the case of couples, applying the topic of change, most cases (unmarried) couples stay together because they don&#8217;t like to be alone &#8211; fear of change.  Going from with something or someone, no matter how toxic, to being alone even though being alone would reduce stress and toxicity in your life is such a fearful change that it will normally take substantial energy to make it happen.</p>
<p>The same theories can apply to married couples however, in their case the change would have to be between both people to see if it is possible to save the marriage before it has gone to far in the wrong direction.  Because marriage is not the same as someone you are dating.  By the time you are married you have made a commitment to another person to stay with them through thick and thin no matter what.  So lets hope you found the right person before you decided to marry, which makes solving complicated relationship problems far more easy when you are both on the same track and lets hope you work out problems when they arrise instead of letting them build up for years and blow up when one of you leaves a dish in the sink and the other blows up.</p>
<p>I&#8217;m not sure if this topic can be answered in a single post.  Over the years I have helped out many people through their relationship issues and have realized that each situation, being as unique as each person, all have a common theme.  Change is evident so get ready, because if your life sucks right now you are going to have to start at the basics and implement changes before it can get better.</p>
<p>If anyone is having relationship issues and would like to have someone to talk to, please feel free to comment below and I can get in touch with you.  I don&#8217;t have all the answers but sometimes its just good to talk to someone that doesn&#8217;t know anything about you and can take things in a neutral perspective.</p>
<p>Cheers!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/relevance/why-do-couples-that-hate-each-other-stay-together/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DailyRelevance&#8217;s New Look</title>
		<link>http://www.dailyrelevance.com/relevance/dailyrelevances-new-look</link>
		<comments>http://www.dailyrelevance.com/relevance/dailyrelevances-new-look#comments</comments>
		<pubDate>Wed, 09 Dec 2009 22:38:00 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Relevance]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[rockettheme]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=169</guid>
		<description><![CDATA[Ive complained a few times about the use of Joomla as a CMS along with a popular subscription theme provider RocketTheme. This time they have really done a great job, combining their spectacular CMS design skills with WordPress. Overall the theme was relatively easy to install. I had a one major issue with a plugin [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ive complained a few times about the use of Joomla as a CMS along with a popular subscription theme provider <a href="http://www.rockettheme.com">RocketTheme</a>. This time they have really done a great job, combining their spectacular CMS design skills with WordPress.</p>
<p>Overall the theme was relatively easy to install.  I had a one major issue with a plugin conflict, but other than that, after deactivating the plug-in, everything was up and running Perfectly!<span id="more-169"></span>After getting everything setup I decided that this theme was just to sweet to clutter with a bunch of different widgets.   Ive currently got my whole mess of sidebar widgets disabled so that I may enjoy this amazing Refraction <a href="http://www.rockettheme.com">RocketTheme</a>!  The design is very clean and RocketTheme adds a few of their custom modules such as RokBox and RokTabs that have been proven in their Joomla themes many times over.</p>
<p>For those of you who hated the configuration and time it took to get things going with a Joomla template, you will find this whole process very refreshing.  The guys over at RocketTheme really deserve some credit for their work and well deserve the cost of subscription.</p>
<p>For those of you not familiar with <a href="http://www.rockettheme.com" target="_blank">RocketTheme</a>, they create high quality themes for Joomla, WordPress and phpBB. Their pricing plan is very reasonable for the individual user, and great for individuals who like to change up their designs every so often.</p>
<p>You have the option to purchase themes on a subscription basis.  This means that if you buy one month of themes you are able to use any of their currently available themes for the duration of your month.  With a year subscription, you are able to download and use anything they have now plus any new themes that might come out during the duration of your subscription time.  There are additional license agreements based on the total number of sites you will be deploying your themes on.  If you are a developer who is trying to resell their themes they have a plan for you as well.</p>
<p>Overall I have a renewed respect for the RocketTheme group.  I have always admired their theme&#8217;s they put out for Joomla, but was never able to use them because I was never able to justify the headache of implementing Joomla.</p>
<p>Thanks RocketTheme!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/relevance/dailyrelevances-new-look/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CYGWIN File permissions problems</title>
		<link>http://www.dailyrelevance.com/tools/cygwin-file-permissions-problems</link>
		<comments>http://www.dailyrelevance.com/tools/cygwin-file-permissions-problems#comments</comments>
		<pubDate>Thu, 06 Aug 2009 14:27:19 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Relevance]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[file permissions]]></category>
		<category><![CDATA[nontsec]]></category>
		<category><![CDATA[ntsec]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=147</guid>
		<description><![CDATA[I&#8217;m currently using cygwin to sync files between my Linux dev environment and windows. It&#8217;s not that often because I mainly develop on a Linux desktop anyways. However, I recently ran into some problems with rsync. I kept getting file permissions errors when using rsync to sync from my windows desktop to my Linux server. [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin-right: 5px; margin-bottom: 5px;" title="Cygwin" src="http://dessent.net/tmp/cygwin-logo-large.png" alt="" width="230" height="230" />I&#8217;m currently using cygwin to sync files between my Linux dev environment and windows.  <span id="more-147"></span>It&#8217;s  not that often because I mainly develop on a Linux desktop anyways.  However, I recently ran into some problems with rsync.  I kept getting file permissions errors when using rsync to sync from my windows desktop to my Linux server.</p>
<p>After some digging I found that when doing a &#8220;ls -l&#8221;, none of the file permissions were setup on any of the folders that were being synced.  After looking on the internet, all the articles lead me to believe I needed to set my CYGWIN variable to ntsec.</p>
<p>So I went ahead and set my CYGWIN variable to ntsec, but the problem was still there.  I had a little plus at the end of the file permissions list and none of them were set.  It looked something like this.</p>
<p>d&#8212;&#8212;&#8212;+</p>
<p>I had almost given up when I found an old program I was using before, which is a stripped down version of cygwin and rsync with a cmd file for doing the sync.  In there I discovered that they set the CYGWIN variable to nontsec!</p>
<p>So there it is, I set CYGWIN to nontsec and everything worked great!</p>
<p>For those of you who would like the steps to permanently fix this, here they are.</p>
<ol>
<li>Make sure you have vim or some other editor installed.</li>
<li>Edit your .bash_profile in your home directory.  $ vim ~/.bash_profile</li>
<li>Add this line to the bottom of the file:    export CYGWIN=&#8221;nontsec&#8221;</li>
<li>Save the file and quit.  for vim type :qw</li>
<li>Restart cygwin</li>
</ol>
<p>You should now see file permissions setup on all your directories and files!</p>
<p>I hope this helps out someone else who fould all the posts out there to be very confusing and not very informative!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/tools/cygwin-file-permissions-problems/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The coolest job ever!</title>
		<link>http://www.dailyrelevance.com/relevance/the-coolest-job-ever</link>
		<comments>http://www.dailyrelevance.com/relevance/the-coolest-job-ever#comments</comments>
		<pubDate>Wed, 14 Jan 2009 21:17:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Relevance]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[best job ever]]></category>
		<category><![CDATA[daily relevance]]></category>
		<category><![CDATA[jobs]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=78</guid>
		<description><![CDATA[Have you ever wondered what it would be like to live on an island? How about live on an island, play all day, and Get PAID for it! I was wondering around the internet and came across this article on yahoo that talks about just that. The winner of the job will get to stay [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignnone" style="width: 409px"><a href="http://d.yimg.com/us.yimg.com/p/afp/20090113/capt.photo_1231816541838-1-0.jpg?x=400&amp;y=266&amp;q=85&amp;sig=2MIU_Y5EvHcSdThxxp7q3Q--"><img title="Australia" src="http://d.yimg.com/us.yimg.com/p/afp/20090113/capt.photo_1231816541838-1-0.jpg?x=400&amp;y=266&amp;q=85&amp;sig=2MIU_Y5EvHcSdThxxp7q3Q--" alt="The coolest job ever" width="399" height="266" /></a><p class="wp-caption-text">The coolest job ever</p></div>
<p>Have you ever wondered what it would be like to live on an island?  How about live on an island, play all day, and Get PAID for it!</p>
<p>I was wondering around the internet and came across this article on yahoo that talks about just that.  The winner of the job will get to stay (for free) in a 3 bedroom beach house complete with pool and golf buggy!</p>
<p>&#8220;They&#8217;ll also have to talk to media from time to time about what they&#8217;re doing so they can&#8217;t be too shy and they&#8217;ll have to love the sea, the sun, the outdoors,&#8221; said acting state Premier <span id="lw_1231817297_6" class="yshortcuts" style="background: transparent none repeat scroll 0% 0%; cursor: pointer;">Paul Lucas</span>.</p>
<p>To top it all off, the winner will be paid a 105k U.S. Salary!  Where do i sign up!!!</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/relevance/the-coolest-job-ever/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla makeover, things I would change about the product</title>
		<link>http://www.dailyrelevance.com/relevance/joomla-makeover-things-i-would-change-about-the-product</link>
		<comments>http://www.dailyrelevance.com/relevance/joomla-makeover-things-i-would-change-about-the-product#comments</comments>
		<pubDate>Tue, 13 Jan 2009 19:48:36 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Relevance]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[daily relevance]]></category>
		<category><![CDATA[joomla]]></category>

		<guid isPermaLink="false">http://www.dailyrelevance.com/?p=76</guid>
		<description><![CDATA[Content management systems have come a long way in the past few years, however, they still have a ways to go. I believe that one of the reasons many of them do not have much of an agressive product expansion plan is because most of them are free. There are some great products out there, [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Content management systems have come a long way in the past few years, however, they still have a ways to go.  I believe that one of the reasons many of them do not have much of an agressive product expansion plan is because most of them are free.  There are some great products out there, however, much of them go in what ever free direction that the developer wants them to go in, not necessarily where the market might need them to go.</p>
<p>For instance, how many of you have thought to yourself how cool Joomla is going to be and how easy everyone makes it sound to work with.  Then once you start working with it you almost immediatly want to throw your computer out of the window becaues you can&#8217;t find something as simple as how to change the main site title!  I know most of you remember those nintendo days!  Good thing they made them out of extremely durable plastic or I would have broken the controller the second day after opening the box!</p>
<p>One of the biggest improvements that could be added to joomla would be a visual module and content management system.  For instance, I could log in as an administrator and immediatly start moving around the modules and adding content, without having to sort through pages of content/module lists.  I could also add modules in this similar fasion.</p>
<p>Of course module developers would have to adhear to this ability, but I believe that a greater adoption of the platform could be accomplished with a greater focus on ease of manipulation of the content.  Because after all it is a content management system.  Making products for the rest of us, not just the best of us is what makes a great product that gets an even greater adoption rate.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.dailyrelevance.com/relevance/joomla-makeover-things-i-would-change-about-the-product/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

