<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><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:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>planetOzh</title>
	
	<link>http://planetozh.com/blog</link>
	<description>A bit of my personal life, mainly focused on my kids. A bit of code, mainly focused on Wordpress and PHP. Overall, bits of nothing in particular.</description>
	<pubDate>Sun, 16 Nov 2008 10:57:26 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<geo:lat>50.9901</geo:lat><geo:long>2.1413</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/2.0/</creativeCommons:license><image><link>http://planetOzh.com/</link><url>http://planetozh.com/images/feedicon/feedicon.php</url><title>planetOzh</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://frenchfragfactory.net/ozh/feed/" type="application/rss+xml" /><feedburner:emailServiceId>16852</feedburner:emailServiceId><feedburner:feedburnerHostname>http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Automating TortoiseSVN on Windows to Update Multiple Repositories</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/454795449/</link>
		<comments>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 10:57:26 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[Batch]]></category>

		<category><![CDATA[Code]]></category>

		<category><![CDATA[SVN]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=1032</guid>
		<description><![CDATA[Working with SVN on Windows is pretty much synonym to using TortoiseSVN I guess. If you are running a trunk version of WordPress, maintaining plugins or doing anything else collaboratively, chances are you're using this nice piece of software.
When you log to you computer to get some coding work done, what is your first task? [...]]]></description>
			<content:encoded><![CDATA[<p>Working with SVN on Windows is pretty much synonym to using <a href="http://planetozh.com/blog/go.php?http://tortoisesvn.tigris.org/" title="(12 hits)">TortoiseSVN</a> I guess. If you are running a <a href="http://planetozh.com/blog/go.php?http://trac.wordpress.org/browser/trunk" title="(836 hits)">trunk version of WordPress</a>, maintaining <a href="http://planetozh.com/blog/go.php?http://wordpress.org/extend/plugins/" title="(477 hits)">plugins</a> or doing anything else collaboratively, chances are you're using this nice piece of software.</p>
<p>When you log to you computer to get some coding work done, what is your first task? If "I manually update several SVN repositories", the following is for you. TortoiseSVN has <a href="http://planetozh.com/blog/go.php?http://tortoisesvn.net/docs/nightly/TortoiseSVN_en/tsvn-automation.html" title="(9 hits)">command line support</a> that, even on Windows, can make things easier.</p>
<p>Create a batch file, name it like <tt>updateSVN.bat</tt>, and paste:</p>
<div class="igBar"><span id="lcode-2"><a href="#" onclick="javascript:showPlainTxt('code-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CODE:</span>
<div id="code-2">
<div class="code">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">@echo off</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">FOR %%A IN <span style="color:#006600; font-weight:bold;">&#40;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#CC0000;">"E:<span style="color:#000099; font-weight:bold;">\h</span>ome<span style="color:#000099; font-weight:bold;">\o</span>zh<span style="color:#000099; font-weight:bold;">\w</span>ordpress<span style="color:#000099; font-weight:bold;">\"</span></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#CC0000;">&nbsp; &nbsp; "</span>E:\svn\someplugin\<span style="color:#CC0000;">"</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#CC0000;">&nbsp; &nbsp; "</span>E:\svn\someproject\<span style="color:#CC0000;">"</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#CC0000;">) DO START TortoiseProc.exe /command:update /path:%%A /closeonend:0 </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>A few comments:</p>
<ul>
<li>The "<tt>FOR %%A</tt>" loop will contain, obviously, paths to the projects you want to update.</li>
<li>The "<tt>START</tt>" bit means "start asynchronously, ie don't wait for end of previous task to launch next one" so that all the Update windows will pop up simultaneously.</li>
<li>the "<tt>/closeonend:0</tt>" means, you guessed, "don't close the Update window once it's done", so you can actually see what has been updated.</li>
</ul>
<p>There you go. You can even put this .bat file in your startup folder to get things updated when you turn your computer on.</p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=1032&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_1032" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/">Permalink</a> | <a href="http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/#comments">9 comments</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/&title=Automating TortoiseSVN on Windows to Update Multiple Repositories">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/batch/" rel="tag">Batch</a>, <a href="http://planetozh.com/blog/tag/code/" rel="tag">Code</a>, <a href="http://planetozh.com/blog/tag/svn/" rel="tag">SVN</a>, <a href="http://planetozh.com/blog/tag/windows/" rel="tag">Windows</a>, <a href="http://planetozh.com/blog/tag/wordpress/" rel="tag">WordPress</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2007/10/wordpress-upgrade-script/" title="WordPress Upgrade Script (October 27, 200710/27/2007)">WordPress Upgrade Script</a> (10)</li>
	<li><a href="http://planetozh.com/blog/2005/11/wordpress-tip-for-blog-maintenance/" title="Wordpress Tip for Blog Maintenance (November 18, 200511/18/2005)">Wordpress Tip for Blog Maintenance</a> (3)</li>
	<li><a href="http://planetozh.com/blog/2005/09/wordpress-themes-with-an-admin-menu/" title="Wordpress Themes with an Admin Menu (September 5, 20059/5/2005)">Wordpress Themes with an Admin Menu</a> (9)</li>
	<li><a href="http://planetozh.com/blog/2005/12/wordpress-theme-zip-for-lazy-wordpress-theme-authors/" title="Wordpress Theme Zip for Lazy Wordpress Theme Authors (December 23, 200512/23/2005)">Wordpress Theme Zip for Lazy Wordpress Theme Authors</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2006/02/wordpress-theme-toolkit-upgrade-112/" title="Wordpress Theme Toolkit Upgrade : 1.12 (February 6, 20062/6/2006)">Wordpress Theme Toolkit Upgrade : 1.12</a> (2)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/454795449" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F11%2Fautomating-tortoisesvn-on-windows-to-update-multiple-repositories%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/11/automating-tortoisesvn-on-windows-to-update-multiple-repositories/?source=rss</feedburner:origLink></item>
		<item>
		<title>Morning Energizing Routines</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/452710099/</link>
		<comments>http://planetozh.com/blog/2008/11/morning-energizing-routines/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 08:42:07 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[Cult]]></category>

		<category><![CDATA[Energy]]></category>

		<category><![CDATA[Music]]></category>

		<category><![CDATA[My Life]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=1028</guid>
		<description><![CDATA[Why I get to my computer in the morning, especially if I'm a little tired, I like to spend the first minutes doing something that will, like, concentrate the Universe's energy in my body before I can get any work done. Or something like this :)
Sometimes it's just listening quite loud to one particular song [...]]]></description>
			<content:encoded><![CDATA[<p>Why I get to my computer in the morning, especially if I'm a little tired, I like to spend the first minutes doing something that will, like, concentrate the Universe's energy in my body before I can get any work done. Or something like this :)</p>
<p>Sometimes it's just listening quite loud to one particular song (lately it's been mostly <a href="http://planetozh.com/blog/go.php?http://www.deezer.com/track/177500" title="(32 hits)">Eric Johnson's Cliffs of Dover</a>, yeah, as heard in Guitar Hero 3:)</p>
<p>But my favorite "morning energizing routine" over the last years has been, definitely, watching Matt "Where the Hell is Matt" Harding's dancing videos around the world, especially <a href="http://planetozh.com/blog/go.php?http://www.youtube.com/watch?v=zlfKdbWwruY&#038;fmt=22" title="(5 hits)">the latest one</a>. This one gets me smiling to tears, literally.</p>
<p>Do you have any mind fueling or refueling techniques?</p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=1028&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_1028" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/11/morning-energizing-routines/">Permalink</a> | <a href="http://planetozh.com/blog/2008/11/morning-energizing-routines/#comments">One comment</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/11/morning-energizing-routines/&title=Morning Energizing Routines">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/cult/" rel="tag">Cult</a>, <a href="http://planetozh.com/blog/tag/energy/" rel="tag">Energy</a>, <a href="http://planetozh.com/blog/tag/music/" rel="tag">Music</a>, <a href="http://planetozh.com/blog/tag/my-life/" rel="tag">My Life</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2004/10/rediscovering-master-satch/" title="Rediscovering Master Satch (October 5, 200410/5/2004)">Rediscovering Master Satch</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2006/03/my-neighbours-rock/" title="My Neighbours Rock. (March 30, 20063/30/2006)">My Neighbours Rock.</a> (5)</li>
	<li><a href="http://planetozh.com/blog/2005/11/le-pere-noel-aime-white-zombie/" title="Le Père Noël aime White Zombie (November 25, 200511/25/2005)">Le Père Noël aime White Zombie</a> (5)</li>
	<li><a href="http://planetozh.com/blog/2004/08/dirty-deeds-done-dirt-cheap/" title="Dirty deeds done dirt cheap (August 13, 20048/13/2004)">Dirty deeds done dirt cheap</a> (5)</li>
	<li><a href="http://planetozh.com/blog/2007/06/current-monomaniacal-musical-trend/" title="Current Monomaniacal Musical Trend (June 14, 20076/14/2007)">Current Monomaniacal Musical Trend</a> (1)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/452710099" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/11/morning-energizing-routines/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F11%2Fmorning-energizing-routines%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/11/morning-energizing-routines/?source=rss</feedburner:origLink></item>
		<item>
		<title>A WordPress Plugin To Let Everybody Log In as admin</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/443504879/</link>
		<comments>http://planetozh.com/blog/2008/11/a-wordpress-plugin-to-let-everybody-log-in-as-admin/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 18:18:34 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[No Login]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=1024</guid>
		<description><![CDATA[A WordPress plugin that would let everybody log in as 'admin'... sounds stupid, right?
It might, but this is what I really needed. When I'm testing something under different browsers, I hate it when I have to login multiple times (once with MSIE, once with Firefox...) to view the same admin page. So, basically, No Login [...]]]></description>
			<content:encoded><![CDATA[<p>A WordPress plugin that would let everybody log in as 'admin'... sounds stupid, right?</p>
<p>It might, but this is what I really needed. When I'm testing something under different browsers, I hate it when I have to login multiple times (once with MSIE, once with Firefox...) to view the same admin page. So, basically, <a href="http://planetozh.com/blog/go.php?http://planetozh.com/blog/my-projects/stupid-plugin-never-authenticate-ie-everybody-logs-as-admin/" title="(61 hits)">No Login</a> makes your admin backend a free-for-all no-login area. For <tt>localhost</tt> test sites only, obviously.</p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=1024&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_1024" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/11/a-wordpress-plugin-to-let-everybody-log-in-as-admin/">Permalink</a> | <a href="http://planetozh.com/blog/2008/11/a-wordpress-plugin-to-let-everybody-log-in-as-admin/#comments">One comment</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/11/a-wordpress-plugin-to-let-everybody-log-in-as-admin/&title=A WordPress Plugin To Let Everybody Log In as admin">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/no-login/" rel="tag">No Login</a>, <a href="http://planetozh.com/blog/tag/plugins/" rel="tag">Plugins</a>, <a href="http://planetozh.com/blog/tag/wordpress/" rel="tag">WordPress</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2005/09/your-wordpress-feed-on-steroid/" title="Your Wordpress Feed, on Steroid (September 18, 20059/18/2005)">Your Wordpress Feed, on Steroid</a> (3)</li>
	<li><a href="http://planetozh.com/blog/2007/06/wordpress-duplicate-content-and-wrong-seo-plugins/" title="WordPress, Duplicate Content, and Wrong SEO Plugins (June 18, 20076/18/2007)">WordPress, Duplicate Content, and Wrong SEO Plugins</a> (19)</li>
	<li><a href="http://planetozh.com/blog/2008/05/wordpress-widgetised-dashboard/" title="WordPress&#8217; Widgetised Dashboard (May 20, 20085/20/2008)">WordPress&#8217; Widgetised Dashboard</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2005/09/wordpress-themes-with-an-admin-menu/" title="Wordpress Themes with an Admin Menu (September 5, 20059/5/2005)">Wordpress Themes with an Admin Menu</a> (9)</li>
	<li><a href="http://planetozh.com/blog/2005/12/wordpress-theme-toolkit-upgrade/" title="Wordpress Theme Toolkit Upgrade (December 8, 200512/8/2005)">Wordpress Theme Toolkit Upgrade</a> (16)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/443504879" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/11/a-wordpress-plugin-to-let-everybody-log-in-as-admin/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F11%2Fa-wordpress-plugin-to-let-everybody-log-in-as-admin%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/11/a-wordpress-plugin-to-let-everybody-log-in-as-admin/?source=rss</feedburner:origLink></item>
		<item>
		<title>Slashed Slash</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/439946400/</link>
		<comments>http://planetozh.com/blog/2008/11/slashed-slash/#comments</comments>
		<pubDate>Sun, 02 Nov 2008 13:15:11 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[Games]]></category>

		<category><![CDATA[Guitar]]></category>

		<category><![CDATA[Guitar Hero]]></category>

		<category><![CDATA[My Life]]></category>

		<category><![CDATA[Shorties]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=1015</guid>
		<description><![CDATA[Achievement of the week-end: finally did beat Slash in Guitar Hero 3 duel, Hard level. AH! :)
Share This

(cc) Ozh for planetOzh, 2008. &#124; Permalink &#124; 5 comments &#124; Add to
del.icio.us  &#124; splogmenotplz
Read more posts tagged with: Games, Guitar, Guitar Hero, My Life, Shorties

	Related posts
	
	Light blogging, more Quaking (1)
	World Jump Day (2)
	Where I Work (0)
	vers.us [...]]]></description>
			<content:encoded><![CDATA[<p>Achievement of the week-end: finally did beat Slash in Guitar Hero 3 duel, Hard level. AH! :)</p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=1015&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_1015" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/11/slashed-slash/">Permalink</a> | <a href="http://planetozh.com/blog/2008/11/slashed-slash/#comments">5 comments</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/11/slashed-slash/&title=Slashed Slash">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/games/" rel="tag">Games</a>, <a href="http://planetozh.com/blog/tag/guitar/" rel="tag">Guitar</a>, <a href="http://planetozh.com/blog/tag/guitar-hero/" rel="tag">Guitar Hero</a>, <a href="http://planetozh.com/blog/tag/my-life/" rel="tag">My Life</a>, <a href="http://planetozh.com/blog/tag/shorties/" rel="tag">Shorties</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2004/10/light-blogging-more-quaking/" title="Light blogging, more Quaking (October 11, 200410/11/2004)">Light blogging, more Quaking</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2005/03/world-jump-day/" title="World Jump Day (March 15, 20053/15/2005)">World Jump Day</a> (2)</li>
	<li><a href="http://planetozh.com/blog/2005/06/where-i-work/" title="Where I Work (June 24, 20056/24/2005)">Where I Work</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2006/07/versus/" title="vers.us (July 9, 20067/9/2006)">vers.us</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2006/02/useless-ego-post-of-the-day/" title="Useless Ego Post of the Day (February 23, 20062/23/2006)">Useless Ego Post of the Day</a> (0)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/439946400" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/11/slashed-slash/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F11%2Fslashed-slash%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/11/slashed-slash/?source=rss</feedburner:origLink></item>
		<item>
		<title>Got Five Bucks?</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/436220123/</link>
		<comments>http://planetozh.com/blog/2008/10/got-five-bucks/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 20:30:35 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[Ads]]></category>

		<category><![CDATA[BuySellAds]]></category>

		<category><![CDATA[Experiment]]></category>

		<category><![CDATA[planetOzh]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=1011</guid>
		<description><![CDATA[I find most online advertising from little to very annoying, but I admit I somehow like those 125x125 pixel banners and always pay attention to them on other websites. I've been wanting to play with these banners for quite some time now, but never really spent the few minutes to do so.
I've applied to Buy [...]]]></description>
			<content:encoded><![CDATA[<p>I find most online advertising from little to very annoying, but I admit I somehow like those 125x125 pixel banners and always pay attention to them on other websites. I've been wanting to play with these banners for quite some time now, but never really spent the few minutes to do so.</p>
<p>I've applied to <a href="http://planetozh.com/blog/go.php?http://buysellads.com/" title="(91 hits)">Buy Sell Ads</a>, got approved (so I guess they're accepting roughly anyone) and here they are, the cute little square banners. This may be a temporary experiment, mostly out of curiosity. We'll see.</p>
<p>Anyway, for the first month and to celebrate this pixel intrusion in my sidebar, banners are <strong>$5 dollars a month</strong> (yeah, couldn't make them cheaper, that's the bottom price enforced by <a href="http://planetozh.com/blog/go.php?http://buysellads.com/" title="(91 hits)">BSA</a>:) There are only 4 available so get your spot quick!</p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=1011&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_1011" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/10/got-five-bucks/">Permalink</a> | <a href="http://planetozh.com/blog/2008/10/got-five-bucks/#comments">11 comments</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/10/got-five-bucks/&title=Got Five Bucks?">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/ads/" rel="tag">Ads</a>, <a href="http://planetozh.com/blog/tag/buysellads/" rel="tag">BuySellAds</a>, <a href="http://planetozh.com/blog/tag/experiment/" rel="tag">Experiment</a>, <a href="http://planetozh.com/blog/tag/planetozh/" rel="tag">planetOzh</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2007/05/wordpress-troubles-clean-the-cache/" title="Wordpress Troubles ? Clean the Cache ! (May 31, 20075/31/2007)">Wordpress Troubles ? Clean the Cache !</a> (2)</li>
	<li><a href="http://planetozh.com/blog/2005/04/wordpress-plugins-meme-and-contest/" title="Wordpress Plugins Meme, and Contest (April 19, 20054/19/2005)">Wordpress Plugins Meme, and Contest</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2005/02/wordpress-dashboard/" title="Wordpress Dashboard (February 25, 20052/25/2005)">Wordpress Dashboard</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2005/02/wordpress-15-released/" title="Wordpress 1.5 released ! (February 15, 20052/15/2005)">Wordpress 1.5 released !</a> (2)</li>
	<li><a href="http://planetozh.com/blog/2008/04/who-sees-ads-for-wordpress-25/" title="Who Sees Ads for WordPress 2.5 (April 7, 20084/7/2008)">Who Sees Ads for WordPress 2.5</a> (8)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/436220123" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/10/got-five-bucks/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F10%2Fgot-five-bucks%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/10/got-five-bucks/?source=rss</feedburner:origLink></item>
		<item>
		<title>Song Title Cloud From My iPod</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/434999504/</link>
		<comments>http://planetozh.com/blog/2008/10/song-title-cloud-from-my-ipod/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 18:41:25 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[Cloud]]></category>

		<category><![CDATA[Images]]></category>

		<category><![CDATA[iPod]]></category>

		<category><![CDATA[MP3]]></category>

		<category><![CDATA[Stats]]></category>

		<category><![CDATA[Useless]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=1009</guid>
		<description><![CDATA[
Share This

(cc) Ozh for planetOzh, 2008. &#124; Permalink &#124; 3 comments &#124; Add to
del.icio.us  &#124; splogmenotplz
Read more posts tagged with: Cloud, Images, iPod, MP3, Stats, Useless

	Related posts
	
	WordPress Bug Fixers Heat Map (15)
	Where the Hell is my Perfect MP3 Player ? (9)
	Useless Ego Post of the Day (0)
	Ugliest (and Dumbest) Tatoo Ever (7)
	Technorati Sub 1000 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://planetozh.com/blog/wp-content/uploads/2008/10/ipod-cloud.png" alt="" title="ipod-cloud" class="aligncenter size-full wp-image-1008" /></p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=1009&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_1009" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/10/song-title-cloud-from-my-ipod/">Permalink</a> | <a href="http://planetozh.com/blog/2008/10/song-title-cloud-from-my-ipod/#comments">3 comments</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/10/song-title-cloud-from-my-ipod/&title=Song Title Cloud From My iPod">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/cloud/" rel="tag">Cloud</a>, <a href="http://planetozh.com/blog/tag/images/" rel="tag">Images</a>, <a href="http://planetozh.com/blog/tag/ipod/" rel="tag">iPod</a>, <a href="http://planetozh.com/blog/tag/mp3/" rel="tag">MP3</a>, <a href="http://planetozh.com/blog/tag/stats/" rel="tag">Stats</a>, <a href="http://planetozh.com/blog/tag/useless/" rel="tag">Useless</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2007/09/wordpress-bug-fixers-heat-map/" title="WordPress Bug Fixers Heat Map (September 8, 20079/8/2007)">WordPress Bug Fixers Heat Map</a> (15)</li>
	<li><a href="http://planetozh.com/blog/2007/11/where-the-hell-is-my-perfect-mp3-player/" title="Where the Hell is my Perfect MP3 Player ? (November 26, 200711/26/2007)">Where the Hell is my Perfect MP3 Player ?</a> (9)</li>
	<li><a href="http://planetozh.com/blog/2006/02/useless-ego-post-of-the-day/" title="Useless Ego Post of the Day (February 23, 20062/23/2006)">Useless Ego Post of the Day</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2008/04/ugliest-and-dumbest-tatoo-ever/" title="Ugliest (and Dumbest) Tatoo Ever (April 27, 20084/27/2008)">Ugliest (and Dumbest) Tatoo Ever</a> (7)</li>
	<li><a href="http://planetozh.com/blog/2006/06/technorati-sub-1000/" title="Technorati Sub 1000 (June 16, 20066/16/2006)">Technorati Sub 1000</a> (2)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/434999504" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/10/song-title-cloud-from-my-ipod/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F10%2Fsong-title-cloud-from-my-ipod%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/10/song-title-cloud-from-my-ipod/?source=rss</feedburner:origLink></item>
		<item>
		<title>WordPress 2.7 Featuring Your Favorite Actions</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/433450477/</link>
		<comments>http://planetozh.com/blog/2008/10/wordpress-27-featuring-your-favorite-actions/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 10:45:43 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[favorite_actions]]></category>

		<category><![CDATA[Ideas]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=1001</guid>
		<description><![CDATA[There's a very handy new function and feature in the upcoming WordPress 2.7: the favorite actions, showing a nice little drop down menu containing quick links to your, well, favorite tasks.
By default, this drop down contains a link to "Add New Post", "Add New Page" and "Manage Comments". Hopefully and as usual, it's very easy [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://planetozh.com/blog/wp-content/uploads/2008/10/wordpress-favorite-actions.gif" alt="" title="wordpress-favorite-actions" width="307" height="96" class="alignleft size-full wp-image-1002" />There's a very handy new function and feature in the upcoming WordPress 2.7: the <strong>favorite actions</strong>, showing a nice little drop down menu containing quick links to your, well, favorite tasks.</p>
<p>By default, this drop down contains a link to "Add New Post", "Add New Page" and "Manage Comments". Hopefully and as usual, it's very easy to customize this menu and to add (or to remove) elements.</p>
<h2>Concept</h2>
<p>The new function that draws this drop down box is the well named <tt>favorite_actions()</tt> which calls a similarly named filter. This filter wants you to play with an array with the following structure: <tt>array( url => array ( title, level ) )</tt>. For instance and by default, the links are drawn by the following array:</p>
<div class="igBar"><span id="lphp-5"><a href="#" onclick="javascript:showPlainTxt('php-5'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-5">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF;">$actions</span> = <span style="color:#000066;">array</span><span style="color:#006600; font-weight:bold;">&#40;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#FF0000;">'post-new.php'</span> =&gt; <span style="color:#000066;">array</span><span style="color:#006600; font-weight:bold;">&#40;</span>__<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Add New Post'</span><span style="color:#006600; font-weight:bold;">&#41;</span>, <span style="color:#FF0000;">'edit_posts'</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#FF0000;">'page-new.php'</span> =&gt; <span style="color:#000066;">array</span><span style="color:#006600; font-weight:bold;">&#40;</span>__<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Add New Page'</span><span style="color:#006600; font-weight:bold;">&#41;</span>, <span style="color:#FF0000;">'edit_pages'</span><span style="color:#006600; font-weight:bold;">&#41;</span>,</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#FF0000;">'edit-comments.php'</span> =&gt; <span style="color:#000066;">array</span><span style="color:#006600; font-weight:bold;">&#40;</span>__<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Manage Comments'</span><span style="color:#006600; font-weight:bold;">&#41;</span>, <span style="color:#FF0000;">'moderate_comments'</span><span style="color:#006600; font-weight:bold;">&#41;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>The 'level' parameter (here, 'edit_pages' or 'moderate_comments') is described and explained on the Codex: <a href="http://planetozh.com/blog/go.php?http://codex.wordpress.org/Roles_and_Capabilities" title="(64 hits)">Roles and Capabilities</a>.</p>
<h2>Play with the filter</h2>
<p>Now, let's modify the array, using the appropriate filter. All you need is to create a custom function that returns an array with the same structure as above.</p>
<p>For instance, the following plugin would remove the link to "Add new page" from the favorite actions, and add a link to a fictional plugin:</p>
<div class="igBar"><span id="lphp-6"><a href="#" onclick="javascript:showPlainTxt('php-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">PHP:</span>
<div id="php-6">
<div class="php">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">&lt;?php</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">/*</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Plugin Name: Sample Favorite Actions</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Plugin URI: http://planetozh.com/blog/</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Description: Example plugin showing how to modify the favorite actions</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Author: Ozh</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">Author URI: http://planetozh.com/</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#008000;">*/</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">add_filter<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'favorite_actions'</span>, <span style="color:#FF0000;">'ozh_sample_fav'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">function</span> ozh_sample_fav<span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$actions</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#006600; font-weight:bold;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#FF9933; font-style:italic;">// remove the &quot;Add new page&quot; link</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#000066;">unset</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#0000FF;">$actions</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#FF0000;">'page-new.php'</span><span style="color:#006600; font-weight:bold;">&#93;</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#FF9933; font-style:italic;">// add quick link to our favorite plugin</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#0000FF;">$actions</span><span style="color:#006600; font-weight:bold;">&#91;</span><span style="color:#FF0000;">'admin.php?page=blah/blah.php'</span><span style="color:#006600; font-weight:bold;">&#93;</span> = <span style="color:#000066;">array</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#FF0000;">'Some plugin'</span>, <span style="color:#FF0000;">'manage_options'</span><span style="color:#006600; font-weight:bold;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#616100;">return</span> <span style="color:#0000FF;">$actions</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#006600; font-weight:bold;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#000000; font-weight:bold;">?&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>(Or, get this file: <a href="http://planetozh.com/blog/go.php?http://planetozh.com/blog/wp-content/uploads/2008/10/sample_favorite_actionsphp.txt" title="(64 hits)">sample_favorite_actions.php</a> and rename as .php before playing with it)</p>
<h2>Pushing further : plugin idea</h2>
<p>Since this menu is called "favorite actions", it would be really cool to populate it with your true favorite ones. A plugin could rather easily monitor what admin pages are called and their frequency, and modify the drop down menu accordingly.</p>
<p>Anyone fancy to code it?</p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=1001&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_1001" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/10/wordpress-27-featuring-your-favorite-actions/">Permalink</a> | <a href="http://planetozh.com/blog/2008/10/wordpress-27-featuring-your-favorite-actions/#comments">8 comments</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/10/wordpress-27-featuring-your-favorite-actions/&title=WordPress 2.7 Featuring Your Favorite Actions">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/favorite_actions/" rel="tag">favorite_actions</a>, <a href="http://planetozh.com/blog/tag/ideas/" rel="tag">Ideas</a>, <a href="http://planetozh.com/blog/tag/wordpress/" rel="tag">WordPress</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2008/07/thoughts-on-blog-by-email-and-wordpress/" title="Thoughts on Blog By Email and WordPress (July 3, 20087/3/2008)">Thoughts on Blog By Email and WordPress</a> (7)</li>
	<li><a href="http://planetozh.com/blog/2005/09/your-wordpress-feed-on-steroid/" title="Your Wordpress Feed, on Steroid (September 18, 20059/18/2005)">Your Wordpress Feed, on Steroid</a> (3)</li>
	<li><a href="http://planetozh.com/blog/2005/10/wordpresscom-invite/" title="Wordpress.com Invite (October 18, 200510/18/2005)">Wordpress.com Invite</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2007/06/wordpress-duplicate-content-and-wrong-seo-plugins/" title="WordPress, Duplicate Content, and Wrong SEO Plugins (June 18, 20076/18/2007)">WordPress, Duplicate Content, and Wrong SEO Plugins</a> (19)</li>
	<li><a href="http://planetozh.com/blog/2008/05/wordpress-widgetised-dashboard/" title="WordPress&#8217; Widgetised Dashboard (May 20, 20085/20/2008)">WordPress&#8217; Widgetised Dashboard</a> (0)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/433450477" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/10/wordpress-27-featuring-your-favorite-actions/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F10%2Fwordpress-27-featuring-your-favorite-actions%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/10/wordpress-27-featuring-your-favorite-actions/?source=rss</feedburner:origLink></item>
		<item>
		<title>This Account Is Currently Being Used in 1 Other Location</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/431578216/</link>
		<comments>http://planetozh.com/blog/2008/10/this-account-is-currently-being-used-in-1-other-location/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 09:51:34 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[GMail]]></category>

		<category><![CDATA[Paranoia]]></category>

		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=998</guid>
		<description><![CDATA[I've just noticed this (new, I guess) kind of warning on Gmail: "this account is currently being used in 1 other location at this IP"

This is a welcome feature. I really wished Gmail would add more paranoid and security related notes and items like this one. I (most of us?) have most of their online [...]]]></description>
			<content:encoded><![CDATA[<p>I've just noticed this (new, I guess) kind of warning on Gmail: "this account is currently being used in 1 other location at this IP"</p>
<p><img src="http://planetozh.com/blog/wp-content/uploads/2008/10/gmail-other-location.gif" alt="" title="gmail-other-location" class="aligncenter size-full wp-image-999" /></p>
<p>This is a welcome feature. I really wished Gmail would add more paranoid and security related notes and items like this one. I (most of us?) have most of their online and offline life summarized in Gmail and I always have in mind <a href="http://planetozh.com/blog/go.php?http://www.davidairey.com/google-gmail-security-hijack/" title="(105 hits)">scary stories like this one</a>.</p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=998&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_998" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/10/this-account-is-currently-being-used-in-1-other-location/">Permalink</a> | <a href="http://planetozh.com/blog/2008/10/this-account-is-currently-being-used-in-1-other-location/#comments">2 comments</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/10/this-account-is-currently-being-used-in-1-other-location/&title=This Account Is Currently Being Used in 1 Other Location">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/gmail/" rel="tag">GMail</a>, <a href="http://planetozh.com/blog/tag/paranoia/" rel="tag">Paranoia</a>, <a href="http://planetozh.com/blog/tag/security/" rel="tag">Security</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2007/12/gmail-vulnerability-has-your-account-been-compromised/" title="Gmail Vulnerability: Has Your Account Been Compromised? (December 25, 200712/25/2007)">Gmail Vulnerability: Has Your Account Been Compromised?</a> (5)</li>
	<li><a href="http://planetozh.com/blog/2005/09/how-to-wordpress-gmail-blog-by-email/" title="Wordpress + GMail = Blog by Email (September 20, 20059/20/2005)">Wordpress + GMail = Blog by Email</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2005/03/uncapped-gmail-account/" title="Uncapped Gmail account ? (March 21, 20053/21/2005)">Uncapped Gmail account ?</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2004/12/the-return-of-the-gmail-invites-from-outer-space/" title="The Return of the GMail Invites From Outer Space (December 20, 200412/20/2004)">The Return of the GMail Invites From Outer Space</a> (4)</li>
	<li><a href="http://planetozh.com/blog/2004/10/skinning-gmail-with-a-custom-stylesheet/" title="Skinning Gmail with a Custom Stylesheet (October 7, 200410/7/2004)">Skinning Gmail with a Custom Stylesheet</a> (0)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/431578216" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/10/this-account-is-currently-being-used-in-1-other-location/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F10%2Fthis-account-is-currently-being-used-in-1-other-location%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/10/this-account-is-currently-being-used-in-1-other-location/?source=rss</feedburner:origLink></item>
		<item>
		<title>WordPress Template Tags Reference</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/428754117/</link>
		<comments>http://planetozh.com/blog/2008/10/wordpress-template-tags-reference/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 17:12:39 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[Template Tags]]></category>

		<category><![CDATA[WordPress]]></category>

		<category><![CDATA[wp-hackers]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=996</guid>
		<description><![CDATA[Theme authors (and most WordPress hackers in general) use "Template Tags" a lot (the bits like &#038;lt?php the_something(); ?>. The main reference for them is the Template Tags Codex page, but after a wp-hackers discussion I found out about this nicely formatted Template Tag reference. All in one place and handy (not sure how often [...]]]></description>
			<content:encoded><![CDATA[<p>Theme authors (and most WordPress hackers in general) use "Template Tags" a lot (the bits like &#038;lt?php the_something(); ?>. The main reference for them is the <a href="http://planetozh.com/blog/go.php?http://codex.wordpress.org/Template_Tags" title="(66 hits)">Template Tags Codex page</a>, but after a <em>wp-hackers</em> discussion I found out about this nicely formatted <a href="http://planetozh.com/blog/go.php?http://www.dbswebsite.com/design/wordpress-reference/" title="(170 hits)">Template Tag reference</a>. All in one place and handy (not sure how often it is updated, though).</p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=996&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_996" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/10/wordpress-template-tags-reference/">Permalink</a> | <a href="http://planetozh.com/blog/2008/10/wordpress-template-tags-reference/#comments">3 comments</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/10/wordpress-template-tags-reference/&title=WordPress Template Tags Reference">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/template-tags/" rel="tag">Template Tags</a>, <a href="http://planetozh.com/blog/tag/wordpress/" rel="tag">WordPress</a>, <a href="http://planetozh.com/blog/tag/wp-hackers/" rel="tag">wp-hackers</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2008/02/wordpress-snippets/" title="WordPress Snippets (February 11, 20082/11/2008)">WordPress Snippets</a> (1)</li>
	<li><a href="http://planetozh.com/blog/2008/02/wordpress-snippet-complete-list-of-posts/" title="WordPress Snippet: Complete List of Posts (February 11, 20082/11/2008)">WordPress Snippet: Complete List of Posts</a> (4)</li>
	<li><a href="http://planetozh.com/blog/2008/04/how-to-load-javascript-with-your-wordpress-plugin/" title="How To: Load Javascript With Your WordPress Plugin (April 11, 20084/11/2008)">How To: Load Javascript With Your WordPress Plugin</a> (28)</li>
	<li><a href="http://planetozh.com/blog/2008/06/about-plugins-and-roles-in-wordpress-mu/" title="About Plugins and Roles in WordPress MU (June 5, 20086/5/2008)">About Plugins and Roles in WordPress MU</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2005/09/your-wordpress-feed-on-steroid/" title="Your Wordpress Feed, on Steroid (September 18, 20059/18/2005)">Your Wordpress Feed, on Steroid</a> (3)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/428754117" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/10/wordpress-template-tags-reference/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F10%2Fwordpress-template-tags-reference%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/10/wordpress-template-tags-reference/?source=rss</feedburner:origLink></item>
		<item>
		<title>WordPress 2.7 is Killing my Plugins. Hooray!</title>
		<link>http://feeds.feedburner.com/~r/planetozh/~3/424087050/</link>
		<comments>http://planetozh.com/blog/2008/10/wordpress-27-is-killing-my-plugins-hooray/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 22:00:53 +0000</pubDate>
		<dc:creator>Ozh</dc:creator>
		
		<category><![CDATA[Published]]></category>

		<category><![CDATA[Absolute Comments]]></category>

		<category><![CDATA[Admin Drop Down Menu]]></category>

		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://planetozh.com/blog/?p=994</guid>
		<description><![CDATA[The unstable version of WordPress is now showing version "2.7-almost-beta" and you pretty much see most of what it's going to be. Basically... WordPress 2.7 is killing my plugins!

Absolute Comments probably won't get updated for 2.7 since most of its feature will be built-in. Almost 3 years ago I wrote the first ever Admin Drop [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://planetozh.com/blog/go.php?http://trac.wordpress.org/browser/trunk" title="(836 hits)">unstable version</a> of WordPress is now showing version "2.7-almost-beta" and you pretty much see most of what it's going to be. Basically... WordPress 2.7 is killing my plugins!</p>
<p><img src="http://planetozh.com/blog/wp-content/uploads/2008/10/wp-27-ozh-plugins.gif" alt="" title="wp-27-ozh-plugins" class="aligncenter size-full wp-image-993" /></p>
<p><a href="http://planetozh.com/blog/go.php?http://planetozh.com/blog/my-projects/absolute-comments-manager-instant-reply/" title="(2678 hits)">Absolute Comments</a> probably won't get updated for 2.7 since most of its feature will be built-in. Almost 3 years ago I wrote the first ever <a href="http://planetozh.com/blog/go.php?http://planetozh.com/blog/my-projects/wordpress-admin-menu-drop-down-css/" title="(7011 hits)">Admin Drop Down Menu</a> plugin and they'll be now available out of the box (definitely not as cool and usable as mine, but that's better than nothing)</p>
<p>All in all, this is good news. All the <a href="http://planetozh.com/blog/go.php?http://planetozh.com/blog/my-projects/" title="(1544 hits)">WordPress plugins</a> I wrote were necessary to me because I had the feeling that WordPress was somehow failing at something (comment management or navigation for these particular) and I'm glad to see that the software gets more mature and improves its once shaky area.</p>
<p>For those who have tried and played a bit with the trunk version of WordPress lately, what is your favorite new feature?</p>
<p class="akst_link"><a href="http://planetozh.com/blog/?p=994&amp;akst_action=share-this" title="E-mail this, post to del.icio.us, etc." id="akst_link_994" class="akst_share_link" rel="nofollow">Share This</a>
</p><hr />
<p><small><a href="http://creativecommons.org/licenses/by/3.0/">(cc)</a> Ozh for <a href="http://planetozh.com/blog">planetOzh</a>, 2008. | <a href="http://planetozh.com/blog/2008/10/wordpress-27-is-killing-my-plugins-hooray/">Permalink</a> | <a href="http://planetozh.com/blog/2008/10/wordpress-27-is-killing-my-plugins-hooray/#comments">16 comments</a> | Add to
<a href="http://del.icio.us/post?url=http://planetozh.com/blog/2008/10/wordpress-27-is-killing-my-plugins-hooray/&title=WordPress 2.7 is Killing my Plugins. Hooray!">del.icio.us</a> <small style="display:none"> | splogmenotplz</small><br/>
Read more posts tagged with: <a href="http://planetozh.com/blog/tag/absolute-comments/" rel="tag">Absolute Comments</a>, <a href="http://planetozh.com/blog/tag/admin-drop-down-menu/" rel="tag">Admin Drop Down Menu</a>, <a href="http://planetozh.com/blog/tag/plugins/" rel="tag">Plugins</a>, <a href="http://planetozh.com/blog/tag/wordpress/" rel="tag">WordPress</a><br/>
</small></p>
	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://planetozh.com/blog/2008/04/week-end-plugin-updates/" title="Week-End Plugin Updates (April 19, 20084/19/2008)">Week-End Plugin Updates</a> (5)</li>
	<li><a href="http://planetozh.com/blog/2007/11/replying-to-comments-has-never-been-so-enjoyable-introducing-absolute-comments/" title="Replying to Comments Has Never Been So Enjoyable: Introducing Absolute Comments (November 6, 200711/6/2007)">Replying to Comments Has Never Been So Enjoyable: Introducing Absolute Comments</a> (14)</li>
	<li><a href="http://planetozh.com/blog/2008/03/more-admin-drop-down-menu-goodness-again/" title="More Admin Drop Down Menu Goodness (again) (March 25, 20083/25/2008)">More Admin Drop Down Menu Goodness (again)</a> (0)</li>
	<li><a href="http://planetozh.com/blog/2008/03/more-admin-drop-down-menu-goodness/" title="More Admin Drop Down Menu Goodness (March 24, 20083/24/2008)">More Admin Drop Down Menu Goodness</a> (2)</li>
	<li><a href="http://planetozh.com/blog/2008/04/baltic-amber-admin-drop-down-menu-cool/" title="Baltic Amber + Admin Drop Down Menu = Cool (April 28, 20084/28/2008)">Baltic Amber + Admin Drop Down Menu = Cool</a> (0)</li>
</ul>


<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
<img src="http://feeds.feedburner.com/~r/planetozh/~4/424087050" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://planetozh.com/blog/2008/10/wordpress-27-is-killing-my-plugins-hooray/feed/</wfw:commentRss>
		<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetItemData?uri=planetozh&amp;itemurl=http%3A%2F%2Fplanetozh.com%2Fblog%2F2008%2F10%2Fwordpress-27-is-killing-my-plugins-hooray%2F%3Fsource%3Drss</feedburner:awareness><feedburner:origLink>http://planetozh.com/blog/2008/10/wordpress-27-is-killing-my-plugins-hooray/?source=rss</feedburner:origLink></item>
	<feedburner:awareness>http://api.feedburner.com/awareness/1.0/GetFeedData?uri=planetozh</feedburner:awareness></channel>
</rss>
