<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>drale</title>
	
	<link>http://blog.drale.com</link>
	<description>programmer, gamer, computer and technology enthusiast</description>
	<lastBuildDate>Sat, 17 Jul 2010 09:17:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/drale" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="drale" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Firefox Ctrl+B toggle Bookmarks Toolbar like Chrome</title>
		<link>http://blog.drale.com/firefox-ctrl-b-toggle-bookmarks-toolbar-like-chrome/</link>
		<comments>http://blog.drale.com/firefox-ctrl-b-toggle-bookmarks-toolbar-like-chrome/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 08:31:49 +0000</pubDate>
		<dc:creator>drale</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[shortcut keys]]></category>

		<guid isPermaLink="false">http://blog.drale.com/?p=414</guid>
		<description>Pressing Ctrl+B in Chrome opens and closes the Bookmarks Toolbar. By default, Firefox Ctrl+B toggles the Bookmarks Sidebar. Here is how to apply the same shortcut key to Firefox as in Chrome. The Bookmarks Sidebar will still be accessible with Ctrl+I. Install keyconfig.xpi posted in the mozillaZine forums. It is not an official hosted plugin. [...]&lt;img src="http://feeds.feedburner.com/~r/drale/~4/Zfi3NKD1tw4" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.drale.com/firefox-ctrl-b-toggle-bookmarks-toolbar-like-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yahoo! Answers WordPress Widgets Plugin</title>
		<link>http://blog.drale.com/yahoo-answers-wordpress-widgets-plugin/</link>
		<comments>http://blog.drale.com/yahoo-answers-wordpress-widgets-plugin/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 03:01:51 +0000</pubDate>
		<dc:creator>drale</dc:creator>
				<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.drale.com/?p=398</guid>
		<description>A plugin for WordPress that gives you two widgets to show your Yahoo! Answers Questions and Starred / Favorites. These widgets have a few more options than a typical RSS feed simply loaded by an RSS widget. The statuses are reduced so they aren&amp;#8217;t redundant (e.g. &amp;#8220;Resolved Question:&amp;#8221; is rewritten &amp;#8220;Resolved:&amp;#8221;) amung other options to [...]&lt;img src="http://feeds.feedburner.com/~r/drale/~4/kU3j-2Q3EoQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.drale.com/yahoo-answers-wordpress-widgets-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Chrome Design Should Be Tweaked</title>
		<link>http://blog.drale.com/how-chrome-design-should-be-tweaked/</link>
		<comments>http://blog.drale.com/how-chrome-design-should-be-tweaked/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 10:35:35 +0000</pubDate>
		<dc:creator>drale</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.drale.com/?p=381</guid>
		<description>This is how I would like Chrome to be. Reduce extra space above the tabs like Chrome does when in full screen mode. Also shrink the address bar and buttons, or give the option for smaller icons (resulting in shrunk area) just like Firefox lets me have a thinner toolbar.&lt;img src="http://feeds.feedburner.com/~r/drale/~4/dkljDZnpeLA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.drale.com/how-chrome-design-should-be-tweaked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL PHP Table Viewer with Pagination and Sorting</title>
		<link>http://blog.drale.com/mysql-table-viewer-with-pagination-and-sorting/</link>
		<comments>http://blog.drale.com/mysql-table-viewer-with-pagination-and-sorting/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 04:23:43 +0000</pubDate>
		<dc:creator>drale</dc:creator>
				<category><![CDATA[PHP Scripts]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.drale.com/?p=362</guid>
		<description>Basic PHP MySQL table viewer. Just tell it the table you want to view and it does all the rest! Automatically lists all your fields and values for specified table; providing ASC and DESC sorting for each. Also has prevnext and number paging.&lt;img src="http://feeds.feedburner.com/~r/drale/~4/hYtjfKeoBhk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.drale.com/mysql-table-viewer-with-pagination-and-sorting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>To people complaining about Facebook privacy rules.</title>
		<link>http://blog.drale.com/to-people-complaining-about-facebook-privacy-rules/</link>
		<comments>http://blog.drale.com/to-people-complaining-about-facebook-privacy-rules/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 01:49:10 +0000</pubDate>
		<dc:creator>drale</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.drale.com/?p=307</guid>
		<description>The new privacy controls actually allow me to go in and LOCK DOWN MORE stuff than before and just have more control over many little things than before. But yes, they are encouraging you to be open and the defaults aren&amp;#8217;t very private. So they are only half right about saying they are doing it [...]&lt;img src="http://feeds.feedburner.com/~r/drale/~4/2IqJ2xmQfUY" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.drale.com/to-people-complaining-about-facebook-privacy-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.593 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-07-17 03:34:04 -->
