<?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"
	>

<channel>
	<title>LifeHackMom.com</title>
	<atom:link href="http://lifehackmom.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lifehackmom.com</link>
	<description>Productivity for REALLY Hard Working Parents</description>
	<pubDate>Thu, 14 May 2009 16:30:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>Elmer&#8217;s Glue Facial</title>
		<link>http://lifehackmom.com/elmers-glue-facial/</link>
		<comments>http://lifehackmom.com/elmers-glue-facial/#comments</comments>
		<pubDate>Thu, 14 May 2009 16:30:12 +0000</pubDate>
		<dc:creator>LifeHackMom</dc:creator>
		
		<category><![CDATA[GTD]]></category>

		<category><![CDATA[Saving Money]]></category>

		<category><![CDATA[beauty hacks]]></category>

		<category><![CDATA[lifehacks]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=58</guid>
		<description><![CDATA[I love those Biore strips that pull out all the gunk and sebum from your nose, chin, and forehead. But I hate how expensive they are. I recently paid $7.00 for a small box.
I tried to make my own version, first trying packing tape. It&#8217;s a weak substitute. It pulled off some hair, but didn&#8217;t [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/elmers-glue-facial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Common Error Messages in WebJobs</title>
		<link>http://lifehackmom.com/common-error-messages-in-webjobs/</link>
		<comments>http://lifehackmom.com/common-error-messages-in-webjobs/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 16:53:57 +0000</pubDate>
		<dc:creator>LifeHackMom</dc:creator>
		
		<category><![CDATA[WebJobs]]></category>

		<category><![CDATA[webjobs]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=57</guid>
		<description><![CDATA[If you turn debugging on (in site configuration in Smartway), you can see lots of errors! Some of them actually originate from the base_classes.lib file. That has been encrypted by WebScribble, so you won&#8217;t be able to fix those errors.
Here are some errors that are easy to fix
1. Use of Undefined Constants
You may see a [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/common-error-messages-in-webjobs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Custom Page Top in webjobs</title>
		<link>http://lifehackmom.com/custom-page-top-in-webjobs/</link>
		<comments>http://lifehackmom.com/custom-page-top-in-webjobs/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 03:33:20 +0000</pubDate>
		<dc:creator>LifeHackMom</dc:creator>
		
		<category><![CDATA[WebJobs]]></category>

		<category><![CDATA[webjobs]]></category>

		<category><![CDATA[webscribble]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=53</guid>
		<description><![CDATA[Problem: A lot of websites like to have a different masthead on the home page than on secondary pages. Since webjobs offers only one template for the page header - templates/page_top.html &#8212; the solution is an if/then statement within the template. I heard that you can modify what template is chosen by webjobs in the [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/custom-page-top-in-webjobs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Frequently Asked Questions about Webjobs</title>
		<link>http://lifehackmom.com/frequently-asked-questions-about-webjobs/</link>
		<comments>http://lifehackmom.com/frequently-asked-questions-about-webjobs/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 20:29:48 +0000</pubDate>
		<dc:creator>LifeHackMom</dc:creator>
		
		<category><![CDATA[WebJobs]]></category>

		<category><![CDATA[webjobs]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=52</guid>
		<description><![CDATA[Here are some frequent questions I get from both users and administrators of webjobs sites I&#8217;ve worked on. Since I didn&#8217;t write the software, (Webscribble Solutions did), I am not sure that my solution is the best way, however it worked for me!
Q: How do I delete or disable a payment method?
A: In lib/payment, find [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/frequently-asked-questions-about-webjobs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FAQ Page on Webjobs</title>
		<link>http://lifehackmom.com/faq-page-on-webjobs/</link>
		<comments>http://lifehackmom.com/faq-page-on-webjobs/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 16:58:11 +0000</pubDate>
		<dc:creator>LifeHackMom</dc:creator>
		
		<category><![CDATA[WebJobs]]></category>

		<category><![CDATA[webjobs]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=51</guid>
		<description><![CDATA[Adding content to the FAQ page template in Webjobs is slightly different than other pages. (By the way, I always recommend using Dreamweaver to edit the templates rather than the template editor in Smartway for two reasons:

Permissions: To edit templates through Smartway, the file permissions have to be 777. This makes your site insecure.
WYSIWYG: The [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/faq-page-on-webjobs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick Search Quirks on Webjobs</title>
		<link>http://lifehackmom.com/quick-search-quirks-on-webjobs/</link>
		<comments>http://lifehackmom.com/quick-search-quirks-on-webjobs/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 16:44:57 +0000</pubDate>
		<dc:creator>LifeHackMom</dc:creator>
		
		<category><![CDATA[WebJobs]]></category>

		<category><![CDATA[webjobs]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=50</guid>
		<description><![CDATA[Problem: The quick search form uses &#8220;Alabama&#8221; as the default state if USA is selected in Smartway as the default country. If users don&#8217;t think to choose a different state, only the jobs for Alabama will show up.
Solution: If you are using &#8220;city&#8221; as a write-in field, edit this file: smartway/conf/quick_search_city.xml. Around line 22, find [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/quick-search-quirks-on-webjobs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bugs in WebJobs</title>
		<link>http://lifehackmom.com/bugs-in-webjobs/</link>
		<comments>http://lifehackmom.com/bugs-in-webjobs/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 15:03:43 +0000</pubDate>
		<dc:creator>LifeHackMom</dc:creator>
		
		<category><![CDATA[WebJobs]]></category>

		<category><![CDATA[webjobs]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=48</guid>
		<description><![CDATA[These are the source of my headache today&#8230; I recently downloaded WebJobs 2.1, and although some bugs were fixed from 2.0, new ones cropped up:

SEO - Friendly URLs break pagination in WebJobs 2.1 -

Although they seem to have written a fix in the rewrite.php file, it does not work. The pagination will not work on [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/bugs-in-webjobs/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Add Resume and Add Cover Errors</title>
		<link>http://lifehackmom.com/add-resume-errors/</link>
		<comments>http://lifehackmom.com/add-resume-errors/#comments</comments>
		<pubDate>Sat, 20 Sep 2008 20:43:45 +0000</pubDate>
		<dc:creator>LifeHackMom</dc:creator>
		
		<category><![CDATA[WebJobs]]></category>

		<category><![CDATA[webjobs]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=56</guid>
		<description><![CDATA[Problem: When attempting to upload a resume or cover letter, users get the following error: You cannot simultaneously use both the text area and file upload box. Please choose one.
Solution: This is a temporary solution &#8212; Comment out these lines 72 through 76 in engine/pages/add_resume.php
if ($file_info &#38;&#38; $input[&#8217;resume_textarea&#8217;]){
$this-&#62;generate_error(&#8217;cannot_use_both_textarea_and_file&#8217;);
unlink($file_info[&#8217;tmp_name&#8217;]);
return false;
}
Comment out these lines in engine/pages/edit_cover.php - [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/add-resume-errors/feed/</wfw:commentRss>
		</item>
		<item>
		<title>&#8220;How did you hear about us,&#8221; cont. Add &#8220;Other&#8221; text field</title>
		<link>http://lifehackmom.com/how-did-you-hear-about-us-cont-add-other-text-field/</link>
		<comments>http://lifehackmom.com/how-did-you-hear-about-us-cont-add-other-text-field/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 16:53:37 +0000</pubDate>
		<dc:creator>LifeHackMom</dc:creator>
		
		<category><![CDATA[WebJobs]]></category>

		<category><![CDATA[webjobs]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=54</guid>
		<description><![CDATA[Following up on a previous post - http://lifehackmom.com/how-to-add-a-how-did-you-hear-about-us-survey-to-webjobs/
Here is how to add a write-in &#8220;Other&#8221; text field, in case a registrant was referred by a source that isn&#8217;t in the drop-down list you created.
Step 1: Add other_referrals field to database
In jb_users table, add a new text field called other_referrals to store the data that users [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/how-did-you-hear-about-us-cont-add-other-text-field/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Clear the Mind and Occupy the Kids</title>
		<link>http://lifehackmom.com/clear-the-mind-and-occupy-the-kids/</link>
		<comments>http://lifehackmom.com/clear-the-mind-and-occupy-the-kids/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 11:29:14 +0000</pubDate>
		<dc:creator>LifeHackDad</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lifehackmom.com/?p=46</guid>
		<description><![CDATA[&#8220;Teach a kid to fish and they can feed themselves for life.&#8221;  Or maybe that should read, &#8220;Take a kid fishing and they will be occupied for hours.&#8221;
This LifeHackDad loves to go fishing and I love to fish with the kids.  (As long as they are catching fish   The activity is [...]]]></description>
		<wfw:commentRss>http://lifehackmom.com/clear-the-mind-and-occupy-the-kids/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
