<?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>I&#039;m not really a geek I just play one on the internet.</title>
	<atom:link href="http://girliegeek.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://girliegeek.com</link>
	<description></description>
	<lastBuildDate>Sat, 16 Jan 2016 21:23:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.5.17</generator>
	<item>
		<title>Creating a .po Translation File</title>
		<link>http://girliegeek.com/creating-a-po-translation-file/</link>
		<pubDate>Fri, 02 May 2014 17:33:28 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://girliegeek.com/?p=391</guid>
		<description><![CDATA[I used to rely on these instructions whenever I needed to create a translation file for WordPress; but Poedit has gone through some updates since those were written, so they don&#8217;t necessarily match up to the current version of the software now. So, I came up with my own updated set of instructions to accompany [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I used to rely on <a href="http://codex.wordpress.org/User:Skippy/Creating_POT_Files" title="Creating POT Files">these instructions</a> whenever I needed to create a translation file for WordPress; but <a href="http://poedit.net/" title="Poedit">Poedit</a> has gone through some updates since those were written, so they don&#8217;t necessarily match up to the current version of the software now. So, I came up with my own updated set of instructions to accompany the newer version.</p>
<p><span id="more-391"></span><em>Note: I&#8217;m currently using the free version of poEdit, so that&#8217;s the version on which these instructions are based.</em></p>
<ol>
<li>
<p>Start Poedit, then select <strong>File &#8594; New</strong>.</p>
</li>
<li>
<p>Choose your desired <em>Language of the translation</em>, then click <code>OK</code>.</p>
</li>
<li>Click <strong>Extract from Sources</strong>. In the dialog which appears, the <strong>Sources paths</strong> tab should be selected by default. If not, select it.</p>
</li>
<li>
<p>Click the <em>New Item</em> icon (i.e., the second one, which looks like a little square), then enter the path to the directory containing your source files; for example:</p>
<pre lang="sh">/Users/girlie/Documents/theme-name/</pre>
<p>and press <code>enter</code> to save the new path.</p>
</li>
<li>
<p>Select the <strong>Sources keywords</strong> tab, then click the <em>New Item</em> icon (again, the one which looks like a little square).</p>
</li>
<li>
<p>Enter <code>__</code> (that&#8217;s <em>underscore underscore</em>), then press <code>enter</code> to save the new keyword.</p>
</li>
<li>
<p>Click the <em>New Item</em> icon again.</p>
</li>
<li>
<p>Enter <code>_e</code> (that&#8217;s <em>underscore e</em>), then press <code>enter</code> to save the new keyword.</p>
</li>
<li>
<p>Select the <strong>Translation properties</strong> tab, and enter your desired <em>Project Name</em>.</p>
</li>
<li>
<p>For <em>Source code charset</em>, select <code>UTF-8 (recommended)</code>.</p>
</li>
<li>
<p>Enter any of the other details you wish to complete (but do not change any pre-existing settings or values unless you know what you&#8217;re doing); then click <code>OK</code>.</p>
</li>
</ol>
<p>A new window should display, which summarizes the list of strings that were found to translate, based on the supplied keywords (<code>__</code> and <code>_e</code>).</p>
<p>Choose <strong>File &#8594; Save</strong>, give a name to your <code>.po</code> file (ex., <code>theme-name.po</code>), and save it.</p>
<p>Now, you can either proceed with your own translations, or exit poEdit if you were just needing to create a master translation file for later use (or distribution).</p>
]]></content:encoded>
			</item>
		<item>
		<title>CSS Reference (Mozilla Developer Network)</title>
		<link>http://girliegeek.com/css-reference-mozilla-developer-network/</link>
		<pubDate>Fri, 31 Jan 2014 17:32:43 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://girliegeek.com/?p=388</guid>
		<description><![CDATA[CSS Reference (Mozilla Developer Network) This CSS Reference lists all standard CSS properties, pseudo-classes and pseudo-elements, @-rules, units, and selectors in alphabetic order. It allows you to quickly access detailed information for each of them. It not only lists the CSS 1 and CSS 2.1 properties, but also is a CSS3 reference that links to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Reference" title="CSS Reference (Mozilla Developer Network)">CSS Reference (Mozilla Developer Network)</a></p>
<blockquote><p>This CSS Reference lists all standard CSS properties, pseudo-classes and pseudo-elements, @-rules, units, and selectors in alphabetic order. It allows you to quickly access detailed information for each of them. It not only lists the CSS 1 and CSS 2.1 properties, but also is a CSS3 reference that links to any CSS3 property and concept standardized, or already stabilized.</p></blockquote>
]]></content:encoded>
			</item>
		<item>
		<title>What Can YOU Do More Of?</title>
		<link>http://girliegeek.com/what-can-you-do/</link>
		<pubDate>Mon, 20 Jan 2014 20:54:11 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[quotes]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://girliegeek.com/?p=386</guid>
		<description><![CDATA[What can you do more of that makes a difference, shifts the balance, has an impact, adds beauty, changes the status quo, creates something worth being created, improves life, moves things forward, reduces waste, engages people, or allows love? Do More Great Work (Michael Bungay Stanier)]]></description>
				<content:encoded><![CDATA[<blockquote><p>What can you do more of that makes a difference, shifts the balance, has an impact, adds beauty, changes the status quo, creates something worth being created, improves life, moves things forward, reduces waste, engages people, or allows love?</p>
<p><cite><a href="http://www.amazon.com/gp/product/0761156445/ref=as_li_tf_tl?ie=UTF8&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0761156445&#038;linkCode=as2&#038;tag=girliegeek-20"><em>Do More Great Work</em></a><img src="http://ir-na.amazon-adsystem.com/e/ir?t=girliegeek-20&#038;l=as2&#038;o=1&#038;a=0761156445" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> (Michael Bungay Stanier)</cite></p>
</blockquote>
]]></content:encoded>
			</item>
		<item>
		<title>Exclude Specific Post Formats from Main Loop</title>
		<link>http://girliegeek.com/exclude-specific-post-formats-from-main-loop/</link>
		<pubDate>Fri, 17 Jan 2014 21:30:42 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippets]]></category>
		<category><![CDATA[exclude]]></category>
		<category><![CDATA[post formats]]></category>
		<category><![CDATA[the loop]]></category>

		<guid isPermaLink="false">http://girliegeek.com/?p=383</guid>
		<description><![CDATA[function exclude_post_formats( $query ) { if ( $query->is_main_query() &#038;& $query->is_home() ) { $tax_query = array( array( 'taxonomy' => 'post_format', 'field' => 'slug', 'terms' => array( 'post-format-aside' ), 'operator' => 'NOT IN', ) ); $query->set( 'tax_query', $tax_query ); } } add_action( 'pre_get_posts', 'exclude_post_formats' );]]></description>
				<content:encoded><![CDATA[<pre lang="php">
function exclude_post_formats( $query ) {
	if ( $query->is_main_query() && $query->is_home() ) {
		$tax_query = array(
			array(
				'taxonomy' => 'post_format',
				'field' => 'slug',
				'terms' => array(
					'post-format-aside'
				),
				'operator' => 'NOT IN',
			)
		);
		$query->set( 'tax_query', $tax_query );
	}
}

add_action( 'pre_get_posts', 'exclude_post_formats' );
</pre>
]]></content:encoded>
			</item>
		<item>
		<title>I&#8217;m a Ninja!</title>
		<link>http://girliegeek.com/im-a-ninja/</link>
		<pubDate>Thu, 16 Jan 2014 22:28:35 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[Geek Me]]></category>

		<guid isPermaLink="false">http://girliegeek.com/?p=382</guid>
		<description><![CDATA[]]></description>
				<content:encoded><![CDATA[<p><iframe width="500" height="281" src="https://www.youtube.com/embed/nodZY_j0OzE?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			</item>
		<item>
		<title>Free WordPress Themes: The Ultimate Guide</title>
		<link>http://girliegeek.com/free-wordpress-themes-the-ultimate-guide/</link>
		<pubDate>Thu, 16 Jan 2014 19:58:55 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://girliegeek.com/?p=381</guid>
		<description><![CDATA[Free WordPress Themes: The Ultimate Guide]]></description>
				<content:encoded><![CDATA[<p><a href="http://premium.wpmudev.org/blog/free-wordpress-themes-ultimate-guide/" title="Free WordPress Themes: The Ultimate Guide">Free WordPress Themes: The Ultimate Guide</a></p>
]]></content:encoded>
			</item>
		<item>
		<title>Test for Password Protected Post/Page</title>
		<link>http://girliegeek.com/test-for-password-protected-post-page/</link>
		<pubDate>Thu, 26 Jan 2012 23:46:32 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippets]]></category>

		<guid isPermaLink="false">http://www.girliegeek.com/?p=374</guid>
		<description><![CDATA[if (is_singular() &#038;& post_password_required($post))]]></description>
				<content:encoded><![CDATA[<pre lang="php">
if (is_singular() && post_password_required($post))
</pre>
]]></content:encoded>
			</item>
		<item>
		<title>Reset Firefox Extension Manager</title>
		<link>http://girliegeek.com/reset-firefox-extension-manager/</link>
		<comments>http://girliegeek.com/reset-firefox-extension-manager/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 01:31:25 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[Geek Me]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.girliegeek.com/?p=292</guid>
		<description><![CDATA[I ran into a little snag this evening with Firefox while trying to enable the Firebug Extension. Firefox gave me the typical message about restarting for my changes to take effect &#8212; but after restarting, nothing had changed and the restart message was still there!! I must have restarted ten times before I realized it [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I ran into a little snag this evening with Firefox while trying to enable the <a href="https://addons.mozilla.org/firefox/addon/1843" title="Firebug Extension">Firebug Extension</a>. Firefox gave me the typical message about restarting for my changes to take effect &#8212; but after restarting, nothing had changed and the restart message was still there!!</p>
<p>I must have restarted ten times before I realized it just wasn&#8217;t going to work itself out. So I turned to Google, and found a fix on the <a href="http://forums.mozillazine.org/viewtopic.php?p=3234654" title="Add-ons won't uninstall/update">MozillaZine forums</a>:</p>
<p><span id="more-292"></span></p>
<ol>
<li>Shut down Firefox.</li>
<li>Look in your <a href="http://kb.mozillazine.org/Profile_folder_-_Firefox#Finding_the_profile_folder" title="Finding the Profile Folder">Profile Folder</a> and delete these three files:
<ul>
<li>extensions.ini</li>
<li>extensions.cache</li>
<li>extensions.rdf</li>
</ul>
</li>
<li>Restart Firefox.</li>
</ol>
<p>Firefox will recreate the deleted files, rescanning your add-ons as it goes. </p>
<p>This did cause some add-ons I&#8217;d previously disabled (but left installed) to becoming enabled again. So I had to go through and re-disable them, then restart Firefox one last time to get back to where I was before things went awry. But it was much better than what I thought I was faced with (i.e., creating a new profile from scratch)!!</p>
]]></content:encoded>
			<wfw:commentRss>http://girliegeek.com/reset-firefox-extension-manager/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How Long Has My Mac Been On?</title>
		<link>http://girliegeek.com/how-long-has-my-mac-been-on/</link>
		<comments>http://girliegeek.com/how-long-has-my-mac-been-on/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 03:41:23 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[Mac Love]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[uptime]]></category>

		<guid isPermaLink="false">http://www.girliegeek.com/?p=274</guid>
		<description><![CDATA[When I want to know how long my Mac has been cranking away without a restart, I just open up Terminal and type uptime. Right now, it&#8217;s only been up for four days. I was having some issues with TweetDeck chewing up my RAM, so I rebooted the MacBook to give it a fresh start [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>When I want to know how long my Mac has been cranking away without a restart, I just open up Terminal and type <code>uptime</code>.</p>
<p>Right now, it&#8217;s only been up for four days. I was having some issues with <a href="http://www.tweetdeck.com/" title="TweetDeck">TweetDeck</a> chewing up my RAM, so I rebooted the MacBook to give it a fresh start again. But I think the longest I&#8217;ve had it going was seventeen days. Nice!!</p>
]]></content:encoded>
			<wfw:commentRss>http://girliegeek.com/how-long-has-my-mac-been-on/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable Post Revisions in WordPress</title>
		<link>http://girliegeek.com/disable-post-revisions-in-wordpress/</link>
		<pubDate>Wed, 17 Dec 2008 03:01:18 +0000</pubDate>
		<dc:creator><![CDATA[girlie]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippets]]></category>
		<category><![CDATA[revisions]]></category>

		<guid isPermaLink="false">http://www.girliegeek.com/?p=266</guid>
		<description><![CDATA[The Post Revisions feature in WordPress takes up database space that I&#8217;d rather not waste. So I found out how to disable the feature. Add this to wp-config.php: // disable post revisions define('WP_POST_REVISIONS', false); Then, clean up the database with this SQL: DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The Post Revisions feature in WordPress takes up database space that I&#8217;d rather not waste. So I found out how to disable the feature. Add this to <code>wp-config.php</code>:</p>
<pre lang="php">
// disable post revisions
define('WP_POST_REVISIONS', false);
</pre>
<p>Then, clean up the database with this SQL:</p>
<pre lang="mysql">
DELETE a,b,c  
FROM wp_posts a  
LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id)  
LEFT JOIN wp_postmeta c ON (a.ID = c.post_id)  
WHERE a.post_type = 'revision'
</pre>
]]></content:encoded>
			</item>
	</channel>
</rss>
