<?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>Beeex.net &#187; Web Development</title>
	<atom:link href="http://beeex.net/category/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://beeex.net</link>
	<description>Strictly Free Resources for Graphic Designers and Web Developers</description>
	<lastBuildDate>Tue, 16 Dec 2008 18:35:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>10 excellent &amp; promising WordPress Plugins, some brand new</title>
		<link>http://beeex.net/web-development/wordpress/plugins/10-excellent-promising-wordpress-plugins-some-brand-new</link>
		<comments>http://beeex.net/web-development/wordpress/plugins/10-excellent-promising-wordpress-plugins-some-brand-new#comments</comments>
		<pubDate>Mon, 28 Jul 2008 17:33:05 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[newsletter templates]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://beeex.net/?p=453</guid>
		<description><![CDATA[A little while back, we posted a list of 8 and a half excellent WordPress Plugins you probably didn&#8217;t know about. It was a reaction to our community voting for more Wordpress related stuff, such as themes and plugins and tutorials and goodies. Well, the post was very popular and ever since, we have been [...]]]></description>
			<content:encoded><![CDATA[<p>A little while back, we posted a list of <strong>8 and a half <a href="http://beeex.net/web-development/wordpress/plugins/8-and-12-excellent-wordpress-plugins-you-probably-didnt-know-about">excellent WordPress Plugins</a> you probably didn&#8217;t know about</strong>. It was a reaction to our community voting for more Wordpress related stuff, such as themes and plugins and tutorials and goodies. Well, the post was very popular and ever since, we have been collecting even more interesting and, above all, new and rather unknown WordPress plugins for your blog.</p>
<p>So here comes a list of <strong>10 excellent and promising plugins for the popular blogging platform WordPress</strong>. Some you will not know yet, because they are brand new. They all run on WordPress 2.5 and above and are updated frequently by their authors.</p>
<p>Because they are so new, some still have a few minor bugs that are currently still being fixed, but they do work nicely and you can be sure that the plugin authors are working hard on improving their work. So right here, we&#8217;d like to thank all of you who are doing such a great job at this. These are all free plugins, and with this post, we also want to show you that there are some great talents out there. If you download and use the plugins they give us for free, then please give some love back by commenting on their sites, donating to those who accept donations, or <strong>leaving a comment on this post saying a quick thank you</strong>.</p>
<p>So here goes: 10 excellent &#038; promising WordPress Plugins for you! There&#8217;s a link to the author/plugin page as well as a link to the download page for each free plugin. We didn&#8217;t include direct download links because this way, you can always get the newest version of the plugin from the source. So let&#8217;s get started.<span id="more-453"></span></p>
<h3>1. MailPress</h3>
<p>The <a href="http://andrerenaut.ovh.org/wp/?page_id=70">MailPress Plugin</a> page is here, or <a rel="nofollow" href="http://wordpress.org/extend/plugins/mailpress/download/">download from here</a> directly.<br />
MailPress is a great newsletter plugin that enables your WordPress blog to send out emails to your subscribers. It comes with fully customizable <strong>newsletter templates</strong> for posts and categories. The plugin also includes a simple, one-button sign-up form that you can place in your widgetized sidebar. From the admin area in WordPress, you can send newsletters out to your subscribers using the newsletter template &#8211; either for every new post you publish, or in an interval (every day, week, and month). There is a PHP file that you can use to create newsletter templates that match your blog design. This plugin requires a bit of coding, especially for the PHP template, but you can find a lot of information at the plugin page and even if you&#8217;re not sure how to handle PHP, you can still use this nice WordPress plugin.</p>
<h3>2. Post Tabs</h3>
<p>You can find the <a href="http://pirex.com.br/wordpress-plugins/post-tabs/">Post Tabs WordPress Plugin</a> page here, and the <a rel="nofollow" href="http://wordpress.org/extend/plugins/posttabs/">download link</a> at WordPress.</p>
<p>This one is a wonderful and cool <strong>tab maker</strong> and as you can see, it creates tabs for the content you like. Easy. Stylable. Customizable. Great! After installed and activated on your WordPress blog, you can use tags when you write a post to place your content in tabs. As easy as [ tab:Tab Name ], and [ tab:END ] (without the whitespaces). The first one always shows first, unless you enable the option to store the open tab in a cookie, so that when a blog reader returns, he will find the tab active that he had open the last time.</p>
<p>There is also an option &#8220;permalink for tabs&#8221;. If you activate it (we left it disabled), the page will reload when you click on a tab, revealing the permalink of the tab in your browser&#8217;s address bar.</p>
<p>The plugin options in the WordPress backend / admin offer a bit of flexibility. What you can do is change the tab border color and background color for active/hover classes.</p>
<p>What a few of you might miss is an option to style the content of the tab itself (not just the title). For instance, we added a light grey border to the content of this tab unit (it&#8217;s the border running around this very text). How?</p>
<p>The class for the tabs is <strong>postTabs_divs</strong>, and you can use it to style the tabs with CSS. Simply add this line to your theme&#8217;s style.css, and you get what we got right here:</p>
<p><code>.postTabs_divs { border:1px solid #dcdcdc; margin-top:-12px; }</code></p>
<p>The border explains itself, and the negative top margin was added so that the content div would match the position of the tab bar.</p>
<h3>3. First Timer</h3>
<p><img src="http://beeex.net/wp-content/content/2008/07/wordpress-plugin-first-timer.gif" alt="WordPress Plugin - First Timer" title="WordPress Plugin - First Timer" width="491" height="81" class="alignnone size-full wp-image-417" /><br />
The <a href="http://pimteam.net/firsttimer-wordpress-plugin/">First Timer Plugin</a> page contains the download link as well.<br />
The First Timer WordPress Plugin checks to see <strong>if a visitor is new to your blog</strong>. If so, it displays a custom message at a position of your choice, e.g. above the WordPress loop (that is, above all posts). What you display to your first-time visitors is up to you &#8211; usually, you&#8217;ll go for an encouragement to <a rel="nofollow" href="http://feeds.feedburner.com/beeex">subscribe to your blog&#8217;s RSS feed</a>.</p>
<p>Caution though, as this plugin doesn&#8217;t work with either WP Cache or WP Super Cache.</p>
<h3>4. Similar Posts</h3>
<p>The <a href="http://rmarsh.com/plugins/similar-posts/">Similar Posts plugin</a> page has a link to the download of this plugin. You also need to install the <a rel="nofollow" href="http://wordpress.org/extend/plugins/post-plugin-library/">Post-Plugin Library</a> for it to run properly.<br />
On the search for a better <strong>&#8220;related posts&#8221; plugin</strong> after the last one we featured (in this previous post about <a href="http://beeex.net/web-development/wordpress/plugins/8-and-12-excellent-wordpress-plugins-you-probably-didnt-know-about">WordPress plugins</a>), we found this one. It is in action right now below every post on Beeex.net. What it does is simply pull related posts and display them in the manner you specify, either with an excerpt, with a URL, or quite a few more options. You can even specify how much it should weigh the post title vs. the post content when it determines which posts are related.</p>
<h3>5. Snazzy Archives</h3>
<p><img src="http://beeex.net/wp-content/content/2008/07/wordpress-plugin-snazzy-archives.jpg" alt="Wordpress Plugin - Snazzy Archives" title="Wordpress Plugin - Snazzy Archives" width="499" height="125" class="alignnone size-full wp-image-411" /><br />
Go to the <a href="http://www.prelovac.com/vladimir/wordpress-plugins/snazzy-archives">Snazzy Archives plugin</a> page here, it includes the download link.<br />
Here&#8217;s a nice WordPress plugin to spice (snazz) up your <strong>blog archives</strong>. Using a page template that you can customize if you wish, you can create an archive that looks just like a calendar &#8211; the months are ordered horizontically, with the days as blocks under them. You can choose to include post images (preferrably by using WordPress custom fields), an excerpt of the post, and so on.</p>
<p>You can also customize the CSS file to match the archive page to your blog&#8217;s appearance.</p>
<p>Snazzy Archives comes with optional date collapse functions, so that by clicking on a month, for instance, it collapses all day slots for that month and shows only the date.</p>
<h3>6. Code Autoescape</h3>
<p>The <a href="http://priyadi.net/archives/2005/09/27/wordpress-plugin-code-autoescape/">Code Autoescape Plugin</a> is here, where you can find the download link as well.<br />
This fine little plugin <strong>auto-escapes code</strong> that you insert in HTML < code> tags. If you need to display code in your blog posts, this one is for you. And yes, there are a lot of code plugins out there (the author lists a few of them himself for you to compare), but this is one we find most functional, most easy, and least buggy.<br />
Every time you want to display a code snippet (which WordPress would normally convert), thus you&#8217;re using the < code> tag, this plugin will autoescape (= tell WordPress not to convert) the contents of that tag. Let&#8217;s test it right here &#8211; the plugin is running on this blog as well:</p>
<pre><code>&lt;html&gt;
   &lt;title&gt;This actually works with HTML, XHTML,
and also PHP&lt;/title&gt;
      &lt;body&gt;
         &lt;a href="&lt;?php bloginfo('url'); ?&gt;"&gt;
            Visit &lt;?php bloginfo('name'); ?&gt;, it's hot ;)
         &lt;/a&gt;
      &lt;/body&gt;
&lt;/html&gt;</code></pre>
<p>It works for any kind of text. If it didn&#8217;t, you would be seeing the result of the PHP call (URL and blog name), and not the call itself. Great little plugin <img src='http://beeex.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>7. WP Comment Remix</h3>
<p><a href="http://pressography.com/plugins/wp-comment-remix/">WP Comment Remix</a> can be found here, or go directly to the <a rel="nofollow" href="http://wordpress.org/extend/plugins/wp-comment-remix/">download page</a> on Wordpress.org.<br />
WP Comment Remix is a cool plugin for blogs that receive a large amount of <strong>comments</strong>. We took a shot at it and installed it anyhow <img src='http://beeex.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
What it does is add two anchor links to the comments on the front end of your WordPress blog: &#8220;Reply&#8221; and &#8220;Quote&#8221;. The first button simply takes the reader down to the comment input form, and pastes a link to the comment they want to reply to in the comment box that says &#8220;@ Commentauthor name&#8221;. The &#8220;Quote&#8221; button copies the text of the comment you want to quote into the comment box and wraps it in blockquotes.</p>
<p>On the admin side of WordPress, this plugin adds the same buttons to the comments section and lets you reply to a comment in an AJAX popup window, all from your backend. That speeds up the process of replying to comments immensely.</p>
<p>You can test this comment right here on our blog (hint hint)!</p>
<p><em><strong>Update:</strong> Unfortunately, we had to deactivate this plugin again, as it doesn&#8217;t eat WordPress 2.6 and causes a little error. It is still a great plugin and <strong>works fine with WP 2.5x</strong>, so if you haven&#8217;t updated to the newest version yet, you can still use it. We&#8217;ll keep you updated as soon as it has been updated for WP 2.6 <img src='http://beeex.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </em></p>
<h3>8. Role Scoper</h3>
<p>Go to the <a href="http://agapetry.net/news/introducing-role-scoper/">Role Scoper plugin</a> here, the download link is on the page.<br />
Role Scoper is a plugin that enables and enhances the already built-in capability of WordPress to deal with &#8220;roles&#8221;. If you&#8217;re building a <strong>CMS with WordPress</strong>, for a client maybe, who wishes to give access to the backend to his employees, this plugin is for you.<br />
With Role Scoper, you are able to modify the roles WordPress carries until you drop. Roles are something like &#8220;Subscriber&#8221;, &#8220;Editor&#8221;, &#8220;Author&#8221;, &#8220;Administrator&#8221; etc. This WordPress plugin makes it easy to broaden or narrow the rights every role has, once you have worked yourself through the vast amount of options the plugin delivers. It&#8217;s not something for the casual personal blog with one author, but for high-end CMS solutions based on WordPress, this plugin is the best we&#8217;ve seen around in a while.</p>
<h3>9. Brian&#8217;s Threaded Comments Optimized for SEO</h3>
<p>Go to the <a rel="nofollow" href="http://seozombie.com/optimize-brians-threaded-comments-for-seo/">plugin page</a>, which contains a description and the download link.<br />
This is a modified version of Brian&#8217;s Threaded Comments (<a href="http://meidell.dk/archives/category/wordpress/threaded-comments/">original plugin here</a>). It nests <strong>comments in threads</strong>. A link to &#8220;reply&#8221; is added to each comment, which places your reply below the comment you are replying to, and not below everyone else&#8217;s. It is debateable if you find this useful &#8211; it can be, for certain types of blogs. Sometimes, though, you will want a linear thread where the comments are ordered solely by the time they were posted, which is the original WordPress functionality. Take a look if you like, though. Justin from <a href="http://seozombie.com/">SEO</a> Zombie modified the WordPress plugin and optimized it for Search Engine Optimization by dissecting it and placing the JavaScript and CSS the plugin uses in separate files. This keeps your WordPress template clean and speeds up the page load time &#8211; better SEO for your website.</p>
<h3>10. WP Watermark</h3>
<p><img src="http://beeex.net/wp-content/content/2008/07/wordpress-plugin-watermark.jpg" alt="WordPress Plugin - Watermark" title="WordPress Plugin - Watermark" width="300" height="225" class="alignleft size-full wp-image-429" /><br />
<a href="http://www.wp-watermark.com/installation">WP Watermark</a> can be found here, the download link is on <a rel="nofollow" href="http://www.wp-watermark.com/download">this page</a>.<br />
This plugin automatically <strong>watermarks all your pictures on your WordPress blog</strong> with either your logo (it can be a transparent PNG file), or with a text you choose. You can specify the position, size and font of the custom text, or of the logo image. This is a good way to protect your images against theft and copyright infrigement (well.. it&#8217;s arguable).<br />
So if you regularly post your own images, photographs, or artwork on your blog, consider this. The plugin can even watermark your thumbnails, so its advantage is very clear. There is no need to run your image folder through a Photoshop action to give every image a watermark anymore. Use WP Watermark instead.<br />
Upon installation, you will need to add a single line to a WordPress core file. Other than that little hurdle, it works like a charm. There are detailed instructions on the plugin page, simply follow the link above! Also, if you upgrade WordPress, you will need to repeat this step in case the old file has been replaced by the new version.</p>
<h3>10 Useful and Promising WordPress Plugins</h3>
<p>&#8230;for you! We hope you like them and do find them useful.</p>
<p>Some of these plugins are from over at the <a href="http://weblogtoolscollection.com/pluginblog/">WordPress Plugin Competition Blog</a>, run by <strong>Weblog Tools Collection</strong>. We&#8217;d like to thank Mark, Jeff, Ronald and Keith for their great blog which we encourage you to visit, and for having this great idea for a plugin competition. If you get a chance, hop over and vote for your favorite plugin. Also, thank you to all the authors of these WordPress Plugins. Keep up the great work!</p>
<p>That&#8217;s it, folks! We hope you enjoy our list of 10 Excellent &#038; Promising WordPress Plugins, some Brand-New, and come back soon for more (<a rel="nofollow" href="http://feeds.feedburner.com/beeex">Click here</a> to subscribe to our RSS feed)!</p>
<p>~ Your Beeex Happy Team</p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/wordpress/plugins/10-excellent-promising-wordpress-plugins-some-brand-new/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Web 2.0 CSS Menu Generator</title>
		<link>http://beeex.net/web-development/generators/css-menu-generator</link>
		<comments>http://beeex.net/web-development/generators/css-menu-generator#comments</comments>
		<pubDate>Mon, 07 Apr 2008 09:05:01 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Generators]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css menu]]></category>
		<category><![CDATA[css tutorial]]></category>
		<category><![CDATA[css web design]]></category>
		<category><![CDATA[free html code]]></category>
		<category><![CDATA[html codes]]></category>
		<category><![CDATA[menu generator]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://beeex.net/web-development/generators/web-20-css-menu-generator</guid>
		<description><![CDATA[This free tool generates CSS menus in three easy steps. You can choose between a variety of horizontal, vertical and dropdown CSS templates, specify the number of links, and type in the titles and URLs. Once you hit &#8216;Download CSS menu&#8217;, you get a ZIP file with the CSS code, the HTML code, the GIF [...]]]></description>
			<content:encoded><![CDATA[<p>This free tool generates <strong>CSS</strong> menus in three easy steps. You can choose between a variety of horizontal, vertical and dropdown CSS templates, specify the number of links, and type in the titles and URLs. Once you hit &#8216;Download CSS menu&#8217;, you get a ZIP file with the CSS code, the HTML code, the GIF images of your menu, and a detailed installation instruction! Take a look for yourself&#8230;<span id="more-292"></span></p>
<p>Below is a screenshot of how you get to create your CSS menu. In the top row, you can see the live preview. We chose this one to demonstrate how it works. All you have to do is tell the free generator how many buttons you want, and then enter the labels (titles) with the according links.</p>
<p>What you get is a complete, ready-to-use CSS menu template with hover effects. The images are included in the download. If you use CSS in web design (which you absolutely shoud), you&#8217;ll love this little tool.</p>
<p><img src="http://beeex.net/wp-content/content/2008/04/css-menu-maker2.jpg" alt="free CSS templates" /></p>
<p>Check the free online CSS Menu Maker out <a href="http://cssmenumaker.com/index.php">right here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/generators/css-menu-generator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Badge Generator &#8211; Web 2.0 and Colorful</title>
		<link>http://beeex.net/web-development/generators/web-badge-generator</link>
		<comments>http://beeex.net/web-development/generators/web-badge-generator#comments</comments>
		<pubDate>Wed, 26 Mar 2008 09:14:51 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Generators]]></category>
		<category><![CDATA[web badge]]></category>
		<category><![CDATA[web badge generator]]></category>

		<guid isPermaLink="false">http://beeex.net/web-development/generators/web-20-color-badge-generator</guid>
		<description><![CDATA[Along comes yet another free online tool to create your own custom Web Badge! If you&#8217;re looking for a quick and easy way to make a typical Web 2.0 style badge (or button), you gotta hit this website. It gives you quite a few web badge designs to choose from, all colorful and poppy, according [...]]]></description>
			<content:encoded><![CDATA[<p>Along comes yet another free online tool to create your own custom <strong>Web Badge</strong>! If you&#8217;re looking for a quick and easy way to make a typical Web 2.0 style badge (or button), you gotta hit this website. It gives you quite a few web badge designs to choose from, all colorful and poppy, according to the Web 2.0 trend which, although fading off a bit, is still up and about.<span id="more-278"></span></p>
<p>You can choose your favorite web badge style out of a variety of pre-made designs. Then you enter your text, using the <a href="http://beeex.net/freebies/fonts/the-10-best-free-pixel-fonts">fonts</a> you prefer, pick the badge color and that of the text, et voilà, you&#8217;re done! Fast and easy with no hassle at all &#8211; and no Photoshop or Illustrator involved.</p>
<p>The web badge generator looks like this:</p>
<p><img src="http://beeex.net/wp-content/content/2008/03/web20_colorbadge_generator.jpg" alt="Web Badge" /></p>
<p>&#8230;and you can jump to it <a href="http://www.web20badges.com/">right here</a>. Have fun!</p>
<p><strong>Update:</strong> Also check out this <a href="http://vibr8bros.com/freebies/free-vector-pack-20-poppy-color-stickers">free vector art</a> pack with one poppy Web Badge after another.</p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/generators/web-badge-generator/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web-based CSS Rounded Corners Generator</title>
		<link>http://beeex.net/web-development/generators/web-based-rounded-corners-generator</link>
		<comments>http://beeex.net/web-development/generators/web-based-rounded-corners-generator#comments</comments>
		<pubDate>Mon, 10 Mar 2008 16:27:36 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Generators]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css rounded corners]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[rounded corners]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://beeex.net/web-development/generators/web-based-rounded-corners-generator</guid>
		<description><![CDATA[This free online css rounded corners generator gives you all you need to add elements with rounded corners to your website &#8211; in an instant.
Before you start creating the corner images and writing the CSS styles to position them yourself, try this great tool out. It gives you all of the above &#8211; the corner [...]]]></description>
			<content:encoded><![CDATA[<p>This free online <strong>css rounded corners</strong> generator gives you all you need to add elements with rounded corners to your website &#8211; in an instant.</p>
<p>Before you start creating the corner images and writing the CSS styles to position them yourself, try this great tool out. It gives you all of the above &#8211; the corner images for free download, the CSS code to copy &amp; paste, Internet Explorer conditional HTML tags and even the HTML code itself. All you have to do is insert your content and you&#8217;re ready to go.<span id="more-260"></span></p>
<p>The generator is called Spanky Corners and is on sitepoint.com. We dig this pure online tool very much!</p>
<p>The site describes their free service like this:</p>
<blockquote><p>
&#8216;Spanky Corners&#8217; is an experimental technique for using only CSS to produce &#8217;round-cornered content boxes&#8217; with semantically pure markup. It does not require JavaScript to work.
</p></blockquote>
<p><img src="http://beeex.net/wp-content/content/2008/03/spankycorners_screenshot2.jpg" alt="online rounded corners generator" />Now this is what we call fun! Look at how easy they make it for you: this is all you have to do:</p>
<p>&#8230; to get this:</p>
<ul>
<li>the GIF images in your specified colors,</li>
<li>the complete CSS code for the DIV,</li>
<li>the HTML code for the DIV,</li>
<li>the Internet Explorer only CSS file,</li>
<li>the IE conditional comment for your HTML source to call that CSS.</li>
</ul>
<p>Spanky, eh? Go to this wonderful css generator <a href="http://tools.sitepoint.com/spanky/" rel="nofollow">right here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/generators/web-based-rounded-corners-generator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web-based Rasterized Image Generator</title>
		<link>http://beeex.net/web-development/generators/web-based-rasterized-image-generator</link>
		<comments>http://beeex.net/web-development/generators/web-based-rasterized-image-generator#comments</comments>
		<pubDate>Mon, 04 Feb 2008 13:17:44 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Generators]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[raster]]></category>
		<category><![CDATA[rasterbator]]></category>
		<category><![CDATA[rasterize]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://beeex.net/web-development/generators/web-based-rasterized-image-generator</guid>
		<description><![CDATA[
This free online generator is a great, easy tool for rasterizing images quickly &#8211; without using Photoshop or Illustrator. Adobe Photoshop has a similar effect, and more options for sure (not to speak of plugins for rasterizing images), but this cool website does it all in a few easy steps and generates a PDF for [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://beeex.net/web-development/generators/web-based-rasterized-image-generator"><img src="http://beeex.net/wp-content/content/2008/02/webdevelopment_beginner_homokaasu.gif" style="width: 500px; height: 21px" alt="webdevelopment_beginner_homokaasu.gif" /></a><a href="http://beeex.net/web-development/generators/web-based-rasterized-image-generator"><img src="http://beeex.net/wp-content/content/2008/02/raterbator.jpg" style="width: 500px; height: 126px" alt="raterbator.jpg" /></a></p>
<p>This free online generator is a great, easy tool for rasterizing images quickly &#8211; without using Photoshop or Illustrator. Adobe Photoshop has a similar effect, and more options for sure (not to speak of plugins for rasterizing images), but this cool website does it all in a few easy steps and generates a PDF for you to download in less than a minute!<span id="more-229"></span></p>
<p>After uploading a picture or specifying an image URL, you can crop the image, resize it, and choose the rasterization method. Do you prefer small black dots or larger, colored dots? It&#8217;s all in your hands!</p>
<p>Remember, this free, web-based tool doesn&#8217;t replace any tools you might have, or even Photoshop. Instead, it&#8217;s a quick and easy way of rasterizing images without a lot of work. The results, while not the most optimal, are quite good indeed.</p>
<p>This is what your raster image result could look like:</p>
<p><img src="http://beeex.net/wp-content/content/2008/02/rasterbator-before-after.jpg" style="width: 500px; height: 668px" alt="rasterbator-before-after.jpg" /></p>
<p>You can <a href="http://homokaasu.org/rasterbator/wizard.gas?Phase=1" target="_blank">jump to the Rasterbator here</a>. Have fun rasterizing!</p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/generators/web-based-rasterized-image-generator/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>8 and 1/2 excellent WordPress Plugins you probably didn&#8217;t know about</title>
		<link>http://beeex.net/web-development/wordpress/plugins/8-and-12-excellent-wordpress-plugins-you-probably-didnt-know-about</link>
		<comments>http://beeex.net/web-development/wordpress/plugins/8-and-12-excellent-wordpress-plugins-you-probably-didnt-know-about#comments</comments>
		<pubDate>Wed, 30 Jan 2008 22:45:59 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[free download]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress plugins]]></category>

		<guid isPermaLink="false">http://beeex.net/web-development/wordpress/plugins/8-and-12-excellent-wordpress-plugins-you-probably-didnt-know-about</guid>
		<description><![CDATA[In the last vote on Beeex.net, our readers voted for more WordPress Plugins, Themes and Goodies. So we followed your call and here comes the first WordPress Plugins post on this site! First in a row, of course  
In this post, we collected 8 very good, yet not so widely spread WordPress plugins for [...]]]></description>
			<content:encoded><![CDATA[<p>In the last vote on Beeex.net, <a rel="nofollow" href="http://beeex.net/blog/this-is-your-vote-the-results">our readers voted</a> for more <strong>WordPress Plugins</strong>, Themes and Goodies. So we followed your call and here comes the first WordPress Plugins post on this site! First in a row, of course <img src='http://beeex.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>In this post, we collected 8 very good, yet not so widely spread WordPress plugins for you; as well as one plugin which is required for another one (that&#8217;s the &#8216;half&#8217; one). All of them are great, simply because they add valuable functionality to your WordPress blog. The reason why you may not have come across them yet is that they, despite their benefits, haven&#8217;t been promoted too much. But we know of a whole lot of other bloggers out there who use them. Only they don&#8217;t talk about it. We do!<span id="more-217"></span><br />
To install a plugin, you have to upload it to your <strong>wp-content/plugins</strong> folder and activate it in your Plugins menu.</p>
<ul>
<li><strong>All 8 and a half plugins run on WP 2.3.2 without a problem. </strong>You can find more information about each plugin by clicking on the source link. If you&#8217;re in a hurry though and you&#8217;re eager to start, you can<strong> use the direct download link provided with each plugin. </strong>They all come with a Readme file.</li>
</ul>
<p>So, here goes: The 8 and 1/2 excellent WordPress plugins you probably didn&#8217;t know about&#8230; until now!</p>
<p><strong>1. <a href="http://lesterchan.net/wordpress/readme/wp-sticky.html">WP-Sticky</a></strong> (<a rel="nofollow" href="http://downloads.wordpress.org/plugin/wp-sticky.1.10.zip">direct download link</a>)</p>
<blockquote><p>
This WordPress plugin lets you set any post as &#8220;sticky&#8221;. That means that it will always be displayed as the first post on your blog. It&#8217;s very useful if you, for example, want to create a &#8220;month&#8217;s best&#8221; or such, which you want to have displayed on top of all other posts at all times. Whatever you write and post after that, will be listed under your sticky post as usual.
</p></blockquote>
<blockquote><p>
<em>To download WP-Sticky, you can click on the above link. Alternatively, you can download it directly using the direct download link on the right.</em>
</p></blockquote>
<p><img src="http://beeex.net/wp-content/content/2008/09/fancy-pullquotes.jpg" alt="Fancy Pullquotes" title="fancy-pullquotes" width="132" height="121" class="alignright size-full wp-image-799" /><br />
<strong>2. <a href="http://www.cafelamarck.it/22/">Fancy Pull-Quotes</a></strong> (<a rel="nofollow" href="http://www.cafelamarck.it/fancy_pullquotes0.85.zip">direct download link</a>)</p>
<blockquote><p>
Have you ever seen these in-text pull quotes? A short sentence or quote written in bold letters in a bigger font, with the post body wrapping aroung it? Here&#8217;s the plugin to do it. You simply put your desired text in a &#8216;pull&#8217; tag. You can define its appearance easily in the options menu. Worth a try!
</p></blockquote>
<p><strong>3. <a href="http://wordpress.org/extend/plugins/jaw-popular-posts-widget/">JAW Popular Posts Widget</a></strong> (<a rel="nofollow" href="http://downloads.wordpress.org/plugin/jaw-popular-posts-widget.zip">direct download</a>)</p>
<blockquote><p>
This is an excellent plugin <del datetime="2008-07-28T18:33:42+00:00">that we use here on Beeex.net as well</del> that unfortunately, doesn&#8217;t work for WordPress 2.6 anymore (we&#8217;re hoping for an update and will update you on that as soon as it is released!). You can see the widget to the right under our sponsors. It displays the most popular (most viewed) posts. The benefits for your site are that it adds credibility, as your readers can see what others liked most.</p>
<p><strong>1/2. <a href="http://alexking.org/projects/wordpress/">Popularity Contest Plugin</a></strong> (<a rel="nofollow" href="http://downloads.wordpress.org/plugin/popularity-contest.1.3b3.zip">direct download link</a>)</p>
<blockquote><p>
The JAW Popular Posts Plugin requires this plugin to work, as it pulls the stats from the data gathered by it. Popularity Contest is a neat plugin itself: it adds a tab to your WordPress Dashboard and shows you a detailed list of which post has been accessed how many times, and a lot more.
</p></blockquote>
</blockquote>
<p><strong>4. <a href="http://kimmo.suominen.com/sw/dofollow/">DoFollow</a></strong> (<a rel="nofollow" href="http://kimmo.suominen.com/sw/dofollow/dofollow.php">direct download link</a>, unzipped PHP file; right-click and Save As!)</p>
<blockquote><p>
DoFollow disables the automatic <em>rel=&#8221;nofollow&#8221;</em> attribute added to external links in WordPress. This attribute is important for search engines such as Google &#8211; they don&#8217;t count a nofollow link as an inbound link. With this link, you enable backlinks (and also trackbacks) to be counted as inbound links. This is a good thing for anybody who will comment on your site.
</p></blockquote>
<p><strong>5. <a href="http://fairyfish.net/2007/09/12/wordpress-23-related-posts-plugin/">WP 2.3 Related Posts</a></strong> (<a rel="nofollow" href="http://downloads.wordpress.org/plugin/wordpress-23-related-posts-plugin.zip">direct download link</a>)</p>
<blockquote><p>
This nice plugin displays articles on your blog related to a post the viewer is reading. It uses the newly introduced WordPress Tags for that. That&#8217;s why it only works with WordPress 2.3 or higher! (You should keep your WordPress updated anyway. Here&#8217;s the link to the <a href="http://wordpress.org/download/">newest version</a>) (<strong>Update:</strong> This plugin is outdated. We featured a replacement in this new post: <a href="http://beeex.net/web-development/wordpress/plugins/10-excellent-promising-wordpress-plugins-some-brand-new">10 excellent &#038; promising WordPress Plugins</a>!)<br />
Installation is easy, but requires that you open up your single post script (usually <em>single.php</em>) to insert a single line of code. You might want to put it directly under the <em>php the_content</em> tag (that&#8217;s where we put it. Right, we use this plugin as well!)
</p></blockquote>
<p><strong>6. <a href="http://blogwaffe.com/2006/10/04/421/">No Self Pings</a></strong> (<a rel="nofollow" href="http://downloads.wordpress.org/plugin/no-self-ping.zip">direct download link</a>)</p>
<blockquote><p>
If you&#8217;re annoyed with WordPress&#8217; automatic self-pinging, you can download and install this little goodie. It prevents your WordPress blog from pinging itself. That means that when you link back to an older post on your own blog, there won&#8217;t be a trackback entry placed in that post&#8217;s comment section. Trackbacks from sites other than your own blog are not affected.
</p></blockquote>
<p><strong>7. <a href="http://lesterchan.net/wordpress/readme/wp-relativedate.html">WP Relative Date</a></strong> (<a rel="nofollow" href="http://downloads.wordpress.org/plugin/wp-relativedate.1.20.zip">direct download link</a>)</p>
<blockquote><p>
This plugin adds a relative date to your posts and comments next to the date, such as <em>Today, Yesterday, 2 Days ago, 2 Weeks ago, 2 Seconds ago, 2 Minutes ago, 2 Hours ago</em>. Giving your readers this information adds to the overall style of your blog and creates a sort of relevancy!
</p></blockquote>
<p><strong>8. <a href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe To Comments</a></strong> (<a rel="nofollow" href="http://txfx.net/wp-plugins.org/subscribe-to-comments/download/">direct download link</a>)</p>
<blockquote><p>Our last excellent plugin in the list of <em>8 and 1/2 plugins you probably didn&#8217;t know about</em> is this goodie: It adds a small checkbox under the comment box, asking if you&#8217;d like to subscribe to this comment thread. If activated, an email is sent to the reader&#8217;s email address automatically when someone posts a new comment in that thread. It&#8217;s a great plugin, adding a lot of &#8216;personality&#8217; to your blog: it encourages users to return to your site and keeps them in the discussion.</p></blockquote>
<p>There you have &#8216;em, the 8 and a half excellent plugins you probably didn&#8217;t know about &#8211; until today. We hope you liked them and you can put them to good use!</p>
<p>One last note: You might want to check back in the next few days, as we&#8217;re already working on the next giveaway for WordPress bloggers. <strong><a rel="nofollow" href="http://feeds.feedburner.com/beeex">Stay tuned, subscribe to Beeex.net!</a></strong></p>
<p><em>Beeex.net &#8211; Strictly-Free Quality Resources for Designers and Web Developers</em></p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/wordpress/plugins/8-and-12-excellent-wordpress-plugins-you-probably-didnt-know-about/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How does a Font look on my your Website?</title>
		<link>http://beeex.net/web-development/generators/how-does-a-font-look-on-my-website</link>
		<comments>http://beeex.net/web-development/generators/how-does-a-font-look-on-my-website#comments</comments>
		<pubDate>Sat, 26 Jan 2008 17:47:10 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Generators]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[typeface]]></category>
		<category><![CDATA[typetester]]></category>
		<category><![CDATA[web based]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://beeex.net/web-development/generators/how-does-a-font-look-for-my-website-use-typetester</guid>
		<description><![CDATA[
This is a wonderful web-based and free tool for every web developer!
The website Typetester lets you compare up to three different typefaces on your screen. You simply choose from a large list of predefined fonts and define the parameters. Almost instantly, you can see the results on your screen &#8211; as well as every available [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://beeex.net/web-development/generators/how-does-a-font-look-for-my-website-use-typetester"><img src="http://beeex.net/wp-content/content/2008/01/webdevelopment_demiskilled_maratz.gif" style="width: 500px; height: 21px" alt="webdevelopment_demiskilled_maratz.gif" /></a></p>
<p><a href="http://beeex.net/web-development/generators/how-does-a-font-look-for-my-website-use-typetester"><img src="http://beeex.net/wp-content/content/2008/01/free-web-based-generator-easily-compare-fonts-for-your-website-2.jpg" style="margin: 0pt 10px 10px 0pt; width: 308px; height: 324px; float: left" alt="Typetester Screenshot" height="324" width="308" /></a>This is a wonderful web-based and free tool for every web developer!</p>
<p>The website Typetester lets you compare up to three different typefaces on your screen. You simply choose from a large list of predefined fonts and define the parameters. Almost instantly, you can see the results on your screen &#8211; as well as every available font style.</p>
<p>Typetester not only supports every web-safe font, but also default Windows and Apple fonts. In addition to that, you can choose from a long list of specific fonts, including <a href="http://beeex.net/freebies/fonts/the-10-best-free-pixel-fonts">pixel fonts</a>.</p>
<p><span id="more-194"></span></p>
<p>Once you&#8217;ve finished setting up your preferred font, you can get the CSS source code for that setting, ready for you to copy&amp;paste to your CSS script. But be sure to check it before applying it to your <a href="http://www.dpbolvw.net/r975gv30v2ILRMSKLRIKJNMLKQK" target="_blank">website</a>, as there are still some minor bugs in the code.</p>
<p>Also, if you pick a font which is not compatibe with internet standards, like, for instance, a <a href="http://beeex.net/freebies/fonts/the-10-best-free-pixel-fonts">pixel font</a> (e.g. &#8216;hooge&#8217;, like in the screenshot above), you must be aware of the fact that whoever views your website and <em>does not</em> have that specific typeface installed will see the text on your website in a standard font such as Times New Roman. That&#8217;s the crux with web safe fonts <img src='http://beeex.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p><img src="http://beeex.net/wp-content/content/2008/01/free-web-based-generator-easily-compare-fonts-for-your-website-1.jpg" style="width: 499px; height: 349px" alt="Typetester Screenshot" /></p>
<p>You can jump to Typetester <a href="http://typetester.maratz.com/" target="_blank">right here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/generators/how-does-a-font-look-on-my-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Button/Badge Generator</title>
		<link>http://beeex.net/web-development/generators/online-buttonbadge-generator</link>
		<comments>http://beeex.net/web-development/generators/online-buttonbadge-generator#comments</comments>
		<pubDate>Wed, 23 Jan 2008 15:18:24 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Generators]]></category>
		<category><![CDATA[badge]]></category>
		<category><![CDATA[beeex]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[counter]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[stat]]></category>
		<category><![CDATA[sticker]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web 2.0]]></category>

		<guid isPermaLink="false">http://beeex.net/web-development/generators/online-buttonbadge-generator</guid>
		<description><![CDATA[
Did you notice our new, cute little button at the bottom of Beeex.net? It&#8217;s right under the Firefox 2 Badge and it says &#8220;We love Beeex&#8221;. Do you know how we made it? Here goes: 
You might already have come across these buttons or badges while surfing the web. They are usually used for displaying [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://beeex.net/web-development/generators/online-buttonbadge-generator"><img src="http://beeex.net/wp-content/content/2008/01/webdevelopment_beginner_kalsey.gif" alt="webdevelopment_beginner_kalsey.gif" /></a></p>
<p>Did you notice our new, cute little button at the bottom of Beeex.net? It&#8217;s right under the <a href="http://www.spreadfirefox.com/node&amp;id=216243&amp;t=209" target="_blank">Firefox 2 Badge</a> and it says &#8220;We love Beeex&#8221;. Do you know how we made it? Here goes: <span id="more-170"></span></p>
<p>You might already have come across these buttons or badges while surfing the web. They are usually used for displaying meta and stats content. Now, you can easily make your own &#8211; using this free online button generator!</p>
<p>Of course, you could use Adobe Illustrator or Photoshop, or another graphic program to design your own button. But this is a quick and easy way to generate them in just a minute. You simply fill in your preferred text, define border and background colors, and the button generator creates a badge for you to download and use on your site.</p>
<p><img src="http://beeex.net/wp-content/content/2008/01/online-button-badge-generator.jpg" alt="online-button-badge-generator.jpg" /></p>
<p>You can go to the Online Button/Badge Generator <a href="http://www.kalsey.com/tools/buttonmaker/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/generators/online-buttonbadge-generator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password protect your Website: Web-based JavaScript Generator</title>
		<link>http://beeex.net/web-development/generators/password-protect-your-website-web-based-javascript-generator</link>
		<comments>http://beeex.net/web-development/generators/password-protect-your-website-web-based-javascript-generator#comments</comments>
		<pubDate>Mon, 21 Jan 2008 18:05:39 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Generators]]></category>
		<category><![CDATA[beeex]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[encrypt]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[freebie]]></category>
		<category><![CDATA[generate]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[protect]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://beeex.net/web-development/generators/password-protect-your-website-web-based-javascript-generator</guid>
		<description><![CDATA[
This is a goodie! If you run a website and you want a certain page to be password protected, this is what you need. Sometimes, you just don&#8217;t want to go through a CGI Script. So here comes the easier JavaScript solution!
This is an encrpyted password protection generator, fully web-based and free. It gives you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://beeex.net/web-development/generators/password-protect-your-website-web-based-javascript-generator"><img src="http://beeex.net/wp-content/content/2008/01/webdevelopment_beginner_javascriptkit.gif" alt="webdevelopment_beginner_javascriptkit.gif" /></a></p>
<p>This is a goodie! If you run a website and you want a certain page to be password protected, this is what you need. Sometimes, you just don&#8217;t want to go through a CGI Script. So here comes the easier JavaScript solution!</p>
<p>This is an encrpyted password protection generator, fully web-based and free. It gives you JavaScript code to copy&amp;paste into your HTML source code.<span id="more-167"></span></p>
<p>This is how it works: name a password of your choice, hit &#8216;Generate&#8217;, and the JavaScript code is being generated. You get code to copy&amp;paste into your HTML file.</p>
<p>Using this script, you have to have a starting page to call the form (where the user has to input the password). Only if the correct password has been entered, the target HTML page opens. Plus: the JavaScript code is encrypted, so nobody can see the password by opening the HTML source.</p>
<p><img src="http://beeex.net/wp-content/content/2008/01/javascript-generator-password-protection.jpg" alt="javascript-generator-password-protection.jpg" /></p>
<p>You can go to the generator <a href="http://www.javascriptkit.com/epassword/index.htm" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/generators/password-protect-your-website-web-based-javascript-generator/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Mandatory Favicon Generator: web-based and free</title>
		<link>http://beeex.net/web-development/generators/the-mandatory-favicon-generator-web-based-and-free</link>
		<comments>http://beeex.net/web-development/generators/the-mandatory-favicon-generator-web-based-and-free#comments</comments>
		<pubDate>Wed, 16 Jan 2008 17:26:07 +0000</pubDate>
		<dc:creator>beeex happy team</dc:creator>
				<category><![CDATA[Generators]]></category>
		<category><![CDATA[a beautiful site]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[favikon]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[mandatory]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://beeex.net/web-development/generators/the-mandatory-favicon-generator-web-based-and-free</guid>
		<description><![CDATA[
If you run a website, you&#8217;re gonna love this one: it&#8217;s a fully web-based Favicon generator. Trust us: even if you think you already know the best way to create Favicons (like Microangelo), you absolutely need to take a look at this one. The benefit: You don&#8217;t need to buy and install software, and you [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://beeex.net/web-development/generators/the-mandatory-favicon-generator-web-based-and-free"><img src="http://beeex.net/wp-content/content/2008/01/webdevelopment_beginner_favikon.gif" alt="webdevelopment_beginner_favikon.gif" /></a></p>
<p>If you run a website, you&#8217;re gonna love this one: it&#8217;s a fully web-based Favicon generator. Trust us: even if you think you already know the best way to create Favicons (like Microangelo), you absolutely need to take a look at this one. The benefit: You don&#8217;t need to buy and install software, and you get a very high quality Favicon in an instant!<span id="more-145"></span></p>
<p>Making a sophisticated Favicon has never been easier. You simply upload an image of your choice (PNG, GIF or JPEG) &#8211; that can be up to 5 MB -, then you crop it by dragging and resizing a rectangle over your image, hit &#8216;Capture &amp; Preview&#8217; &#8211; and you&#8217;re done!</p>
<p>You can then download the .ico file to place it in your own website&#8217;s root as a favicon. The site even offers you the HTML tag to copy&amp;paste to your source code. And the best part is: it&#8217;s fully, totally, absolutely free. Thanks to the guys at <a href="http://abeautifulsite.net/" target="_blank">A Beautiful Site</a> for this!</p>
<p><img src="http://beeex.net/wp-content/content/2008/01/080116-the-best-things-in-life-are-free-online-favicon-generator1.jpg" alt="080116-the-best-things-in-life-are-free-online-favicon-generator1.jpg" /></p>
<p>You can <a href="http://favikon.com/" target="_blank">jump to favikon here</a>.</p>
<p>If you don&#8217;t know how to install a Favicon on your website, you&#8217;ll want to read <a href="http://beeex.net/photoshop/tutorials-photoshop/how-to-create-a-favicon-for-your-website">this post</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://beeex.net/web-development/generators/the-mandatory-favicon-generator-web-based-and-free/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

