<?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>danillonunes &#187; plugin</title>
	<atom:link href="http://danillonunes.net/en/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://danillonunes.net/en</link>
	<description>Yet another geek blog</description>
	<lastBuildDate>Sun, 14 Sep 2008 20:45:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress 2.5 theme to Login-box</title>
		<link>http://danillonunes.net/en/2008/wordpress-25-theme-to-login-box/</link>
		<comments>http://danillonunes.net/en/2008/wordpress-25-theme-to-login-box/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 01:00:58 +0000</pubDate>
		<dc:creator>Marcus Danillo</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[Login-box]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://danillonunes.net/en/?p=3</guid>
		<description><![CDATA[
I finished the Login-box theme that copy the WordPress 2.5 appearance, as you can see the image above.
Click to get the new theme
Install it is very easy:
First, unpack the downloaded file and move the wp25 folder into login-box folder, which is in the WordPress plugins directory.
Now, open the login-box.php in a text-editor and change the [...]]]></description>
			<content:encoded><![CDATA[<div class="align-center"><img title="Login-box WP25" src="http://danillonunes.net/wordpress/wp-content/uploads/login-box-2-5.png" alt="Login-box theme with WordPress 2.5 look" /></div>
<p>I finished the <a href="http://danillonunes.net/wordpress/login-box/">Login-box</a> theme that copy the WordPress 2.5 appearance, as you can see the image above.</p>
<p><big><a title="Download WP25 Login-box theme" href="http://danillonunes.net/downloads/wordpress/plugins/login-box/login-box-theme-wp25.zip">Click to get the new theme</a></big></p>
<p>Install it is very easy:</p>
<p>First, unpack the downloaded file and move the <em>wp25</em> folder into <em>login-box</em> folder, which is in the WordPress plugins directory.</p>
<p>Now, open the <em>login-box.php</em> in a text-editor and change the line 11, replacing &#8220;wpclassic&#8221; to &#8220;wp25&#8243;.</p>
<p>(Should be like <code>@define("LB_THEME", "wp25");</code> )</p>
<p>Remember: Login-box only opens when you <em>are not logged</em> in system, so logout before test it.</p>
]]></content:encoded>
			<wfw:commentRss>http://danillonunes.net/en/2008/wordpress-25-theme-to-login-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing Login-box</title>
		<link>http://danillonunes.net/en/2008/introducing-login-box/</link>
		<comments>http://danillonunes.net/en/2008/introducing-login-box/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 00:00:38 +0000</pubDate>
		<dc:creator>Marcus Danillo</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[Login-box]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://danillonunes.net/en/?p=4</guid>
		<description><![CDATA[Let&#8217;s start this blog launching a WordPress plugin. It&#8217;s the first plugin that I write to be released publicly. Although very simple, it seemed very useful according to my informal tests of usability.
Well, the plugin is called Login-box and its function is&#8230;
Login-box is a WordPress plugin that inserts in all your pages a login form, [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s start this blog launching a WordPress plugin. It&#8217;s the first plugin that I write to be released publicly. Although very simple, it seemed very useful according to my <em>informal tests of usability</em>.</p>
<p>Well, the plugin is called Login-box and its function is&#8230;</p>
<blockquote><p>Login-box is a WordPress plugin that inserts in all your pages a login form, making faster the authentication process. As the Login-box is hidden, it doesn&#8217;t draws attention of your readers to this part of the blog that doesn&#8217;t interest them, but, for you (and the others editors of your blog), becomes quite practical to be opened with a simple combination of keys.</p></blockquote>
<div class="aligncenter"><img title="Login-box" src="http://danillonunes.net/wordpress/wp-content/uploads/loginbox.png" alt="Login-box interface, like the WordPress login page" /></div>
<p>Simple, huh? Visit the <big><a title="Login-box - danillonunes" href="http://danillonunes.net/en/wordpress/login-box/">Login-box page</a></big> to see more info and <strong>download</strong>.</p>
<p>Ah! Yes, it uses the old theme of WordPress, used up to version 2.3.3. That&#8217;s because I writed the Login-box <em>before</em> officially release of WordPress 2.5. However, this can be corrected easily through themes. That&#8217;s right, themes! As with WordPress, the Login-box have themes support, that can be created if you know a little bit of CSS. So I will soon make available a theme that simulates the WordPress 2.5 login page.</p>
<h3>Your theme</h3>
<p>I don&#8217;t wanted see all blogs with the same Login-boxes, so I already did the plugin thinking to supporting themes. Make your own theme is very simple, just need some knowledge of CSS. Take a look at the file <em>style.css</em>, included in the folder of the standard theme, <em>wpclassic</em>, and learn how it was done. If you share your theme, let me know by comments so that I can divulge it here.</p>
<h3>Next versions</h3>
<p>Do you have some ideas for the next versions of the Login-box? Leave a comment, say what you think can be added, or that can be removed or modified&#8230; Today, this may seem a joke, but your opinion is REALLY very important for us!</p>
<p>And again, to download the plugin, go to <big><a title="Login-box - danillonunes" href="http://danillonunes.net/en/wordpress/login-box/">Login-box page</a></big>!</p>
]]></content:encoded>
			<wfw:commentRss>http://danillonunes.net/en/2008/introducing-login-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
