<?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>Es Developed - Fresh Website and Graphic Design &#187; plugins</title> <atom:link href="http://esdev.net/tags/plugins/feed/" rel="self" type="application/rss+xml" /><link>http://esdev.net</link> <description>Weblog</description> <lastBuildDate>Mon, 07 Jun 2010 13:35:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Don&#8217;t Let Your Sites Become Victims of Ad Blockers</title><link>http://esdev.net/dont-let-your-sites-become-victims-of-ad-blockers/</link> <comments>http://esdev.net/dont-let-your-sites-become-victims-of-ad-blockers/#comments</comments> <pubDate>Mon, 22 Feb 2010 14:09:34 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[accessibility]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[HTML]]></category> <category><![CDATA[plugins]]></category><guid
isPermaLink="false">http://esdev.net/?p=3177</guid> <description><![CDATA[
As someone viewing websites on the web, ad-blockers filter out adverts for &#8220;enhancements&#8221;, and a bunch of flashing, ugly advertisements. Not only this, but ad-blockers can help protect you from potentially sneaky and malicious code.
This is why one of the most popular downloads for Firefox is an ad-blocking extension.
However, have you thought about the reverse? [...]]]></description> <content:encoded><![CDATA[<p
style="text-align: center;"><a
href="http://esdev.net/dont-let-your-sites-become-victims-of-ad-blockers/"><img
class="size-full wp-image-3200 aligncenter" title="dont-become-victims-of-blockers-hd" src="http://esdev.net/wp-content/uploads/2010/02/dont-become-victims-of-blockers-hd.jpg" alt="" width="560" height="300" /></a></p><p>As someone viewing websites on the web, ad-blockers filter out adverts for &#8220;enhancements&#8221;, and a bunch of flashing, ugly advertisements. Not only this, but ad-blockers can help protect you from potentially sneaky and malicious code.</p><p>This is why one of the most popular downloads for Firefox is an ad-blocking extension.</p><p>However, have you thought about the reverse? What about the effect ad blockers have on your website or the sites you design for clients?</p><blockquote><p>Is my coding style or design choices limiting what&#8217;s viewable to visitors because it&#8217;s being incorrectly identified as advertising content by ad-blockers?</p></blockquote><h3>Choose Your Class and ID Names Carefully</h3><p>You may reason, &#8220;I don&#8217;t have to worry about ad-blockers because I don&#8217;t have any advertisements on my website&#8221;.</p><p>But do you really have to reason for concern?</p><p>While you may not have a single ad on your site, the names you give your classes and ID&#8217;s matter.</p><p>Classes and ID&#8217;s containing keywords like <em>banner</em>, <em>ban</em>, <em>ad</em>, <em>advertisement</em>, etc may get flagged incorrectly by a visitor&#8217;s ad-blocking plugin.</p><p>Important sections of information could never appear on the screen because of this.</p><p><span
id="more-3177"></span></p><p>Avoid:</p><p><code>&lt;p class="panel <strong>banner</strong>" id="<strong>bannercontent1</strong>"&gt;Real content. Not an advertisement. But still blocked.&lt;/p&gt;</code></p><p>Better:</p><p><code>&lt;p class="panel <strong>section</strong>" id="<strong>section1</strong>"&gt;Real content. Not an advertisement.&lt;/p&gt;</code></p><p>Remember, elements with classes and ID&#8217;s that contain any filtered keywords run a high risk of being blocked. In theory, an ID or class named &#8216;<em>bandaid</em>&#8216; may get filtered as an ad.</p><h3>Safe Choices For Classes and ID&#8217;s</h3><p>What are safe choices for classes and ID&#8217;s?</p><p>While there&#8217;s no way to know exactly what custom keywords people will add to their blocking list, a good rule of thumb would be to look at the keywords that are contained in the default filter list. This list can usually be found in the ad-blocking extension&#8217;s settings.</p><p>Avoid using classes or ID&#8217;s that contain any of the keywords on the filter list.</p><h3>Choose Your Images Carefully</h3><p>You should also pay attention to your choice of images.</p><p>Since ad-blockers cannot actually view the contents of an image, they identify advertisements by relying on both the image filename and image dimensions.</p><h4>Image Filenames and Directories</h4><p>Images that contain banners, ban, ads, advertisement, and so on in their filenames may very well get flagged as an advertisement and get removed.</p><p>You should also be aware of the directory names you choose. For example, using directories that contain words commonly used in banner advertisements are fair game for ad-blockers.</p><h4>Image Dimensions</h4><p>Your images&#8217; dimensions matter. Images that have the same dimensions as common banner sizes run a high risk of getting wrongly blocked.</p><p>Common ad sizes (in pixels):</p><ul><li>728 × 90</li><li>468 × 60</li><li>234 × 60</li><li>180 × 150</li><li>125 × 125</li><li>88 × 31</li><li>120 × 600</li><li>160 × 600</li><li>336 × 280</li><li>300 × 250</li></ul><p><span
class="article_caption">Source: <a
href="http://www.iab.net/iab_products_and_industry_services/1421/1443/1452">http://www.iab.net/iab_products_and_industry_services/1421/1443/1452</a></span></p><h3>If Unsure, Test</h3><p>If you&#8217;re not sure, download an ad-blocking plugin for your browser and test your design before going live.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/dont-let-your-sites-become-victims-of-ad-blockers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Ultimate PrestaShop Toolkit &#8211; 50+ Resources</title><link>http://esdev.net/ultimate-prestashop-toolkit-50-resources/</link> <comments>http://esdev.net/ultimate-prestashop-toolkit-50-resources/#comments</comments> <pubDate>Mon, 02 Nov 2009 11:04:56 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[ecommerce]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[tutorials]]></category><guid
isPermaLink="false">http://esdev.net/?p=2820</guid> <description><![CDATA[
Whether you&#8217;re looking to learn PrestaShop, or you&#8217;re already working with it, this is for you. We&#8217;re sharing over 50 PrestaShop tutorials, modules, themes, and resources for learning and using this shopping cart system.
For those who are unfamiliar with PrestaShop, it&#8217;s an up-and-coming open source e-commerce system.
PrestaShop is still relatively new, but it&#8217;s a nice [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-2882" title="ultimate-prestashop-toolkit" src="http://esdev.net/wp-content/uploads/2009/11/ultimate-prestashop-toolkit.jpg" alt="ultimate-prestashop-toolkit" width="560" height="300" /></p><p>Whether you&#8217;re looking to learn PrestaShop, or you&#8217;re already working with it, this is for you. We&#8217;re sharing <strong>over 50</strong> PrestaShop tutorials, modules, themes, and resources for learning and using this shopping cart system.</p><p>For those who are unfamiliar with <a
href="http://www.prestashop.com">PrestaShop</a>, it&#8217;s an up-and-coming open source e-commerce system.</p><p>PrestaShop is still relatively new, but it&#8217;s a nice alternative to Magento or Zen Cart for small to medium sized <a
title="View featured online shops" href="http://www.prestashop.com/en/showcase_liveshops/">online shops</a>.</p><h3>What Sets PrestaShop Apart?</h3><p><img
class="alignleft size-full wp-image-2851" title="prestashop-logo" src="http://esdev.net/wp-content/uploads/2009/10/prestashop-logo.png" alt="prestashop-logo" width="270" height="97" />One of the notable <a
href="http://www.prestashop.com/en/features">features of PrestaShop</a> is that its code is much less bloated than Magento&#8211;meaning shops run much faster. Your server&#8217;s also less likely to melt down.</p><p>PrestaShop also seems to be getting updated a lot more often than Zen Cart. The latest update was just a few days before writing this.</p><p>Another thing that sets PrestaShop apart from other e-commerce systems is that the backend is pretty simple. It provides lots of control, but doesn&#8217;t seem as overwhelming the 1st time you login (<a
href="http://www.prestashop.com/en/showcase_demo">view PrestaShop backend demo</a>)</p><p>You can also disable certain sections and menus for other users who don&#8217;t need access to some of the more advanced features.</p><p>When trying out a new system, finding information and gathering resources seems to take the longest. We&#8217;ll look at PrestaShop tutorials, guides, modules and themes to help get your shop up and running as fast as possible.</p><h3>Contents of Our Toolkit</h3><ul><li>Getting Started With PrestaShop<ul><li>Downloading</li><li>Installing</li><li>Setting up your online shop with PrestaShop</li></ul></li><li>Tutorials, guides and where to go to find answers to your PrestaShop-related questions</li><li>PrestaShop Modules (shipping, payments, best practices, creating your own modules)</li><li>Themes for PrestaShop (download themes or learn how to make your own)</li><li>Hosted Option</li></ul><p>Let&#8217;s dig in!</p><p><span
id="more-2820"></span></p><h3>Getting Started With PrestaShop</h3><p><img
class="aligncenter size-full wp-image-2863" title="vintage-tools" src="http://esdev.net/wp-content/uploads/2009/10/vintage-tools.jpg" alt="vintage-tools" width="560" height="130" /></p><p>There are a few obvious things that need did before diving into PrestaShop.</p><h4>Downloading PrestaShop</h4><p>This is the easy part. You can find the latest version in the <a
href="http://www.prestashop.com/en/downloads/">PrestaShop Download section</a>.</p><p>PrestaShop also comes in 32 languages that can be downloaded as language packs from the download section.</p><h4>Installing PrestaShop</h4><p>Installing PrestaShop is fairly straightforward and takes maybe 5 minutes once you upload the files to your server.</p><p><a
href="http://www.prestashop.com/wiki/">The PrestaShop Wiki</a> is an invaluable place to start and contains an <a
href="http://www.prestashop.com/wiki/Installing_And_Updating_PrestaShop_Software/">easy-to-follow install guide</a>. The install guide also provides a list of server requirements.</p><p>Advanced users may want to take a look at the <a
href="http://www.prestashop.com/wiki/System_administrator_guide/">System Administrator Guide</a>. This covers setting up PHP and MySQL configuration and setting up extra security for the PrestaShop backend.</p><h4>Setup Your Online Shop With PrestaShop</h4><p>The Wiki has a <a
href="http://www.prestashop.com/wiki/PrestaShop_User_Guide/">user guide section</a> that gives a set of step-by-step tutorials to help you setup and configure PrestaShop&#8217;s shipping, payment modules, currencies, taxes, adding products and categories, and other general configurations.</p><p>I recommend following the tutorials in order since they&#8217;ll help you learn where everything is in PrestaShop. By the time you finish the first 6 steps, you&#8217;ll know your way around PrestaShop <em>and</em> you&#8217;ll have most of your store setup.</p><h5>Additional Resources</h5><ul><li><a
href="http://www.siteground.com/tutorials/prestashop/">PrestaShop Tutorials (SiteGround)</a></li></ul><h3>Tutorials, Guides and Forums—Finding Answers</h3><p><img
class="aligncenter size-full wp-image-2861" title="guides" src="http://esdev.net/wp-content/uploads/2009/10/guides.jpg" alt="guides" width="560" height="130" /></p><p>If you&#8217;re just starting out, you&#8217;re going to have questions, problems and issues that you won&#8217;t be able to figure out off the top of your head.</p><p>That&#8217;s okay because you can find answers and get help from others&#8211;here are a few official places to start:</p><ul><li><a
href="http://www.prestashop.com/wiki/PrestaShop_User_Guide/">PrestaShop User&#8217;s Guide</a></li><li><a
href="http://www.prestashop.com/wiki/FAQ_-_Frequently_Asked_Questions/">PrestaShop Official FAQ</a></li><li><a
href="http://www.prestashop.com/forums/">PrestaShop Community Forum</a></li></ul><h4>Unofficial Resources</h4><p>Beyond the official PrestaShop guides and forum, you can also search for answers on sites like:</p><p><a
href="http://prestaportal.com/index.php"><strong>PrestaPortal</strong><br
/> </a>PrestaShop news, tutorials, general questions/answer discussions, tips, modules and related resources.</p><p><strong><a
href="http://www.freeprestashopmodules.com/category/prestashop-hints-and-tips/">Hints and Tips (@ Free PrestaShop Modules)</a></strong><br
/> The Hints and Tips section provides many useful PrestaShop tidbits.</p><h3>PrestaShop Modules</h3><p><img
class="aligncenter size-full wp-image-2864" title="vintage-desk" src="http://esdev.net/wp-content/uploads/2009/10/vintage-desk.jpg" alt="vintage-desk" width="560" height="130" /></p><p>Modules add additional features and functionality to your PrestaShop site&#8211;whether it&#8217;s on your store or in the backend. <a
href="http://www.prestashop.com/wiki/Installing_Modules/">Installing modules in PrestaShop</a> is very simple.</p><p>While PrestaShop comes with many modules by default, you can add modules created by others or create your own.</p><h4>Finding New PrestaShop Modules</h4><p>Here are a few places to find PrestaShop modules:</p><ul><li><a
href="http://prestaportal.com/thread-582.html">List of PrestaShop Modules</a> (@ PrestaPortal)<br
/> A mega list of PrestaShop modules.</li><li><a
href="http://prestaportal.com/forum-14.html">Newly Released Modules</a> (@ PrestaPortal)<br
/> The place to look for announcements of new modules as they&#8217;re posted.</li><li><a
href="http://www.prestastore.com/2-modules">PrestaStore</a><br
/> Commercial modules for just about every need (shipping, payment, backend, SEO, shop enhancements, etc).</li><li><a
href="http://www.ecartservice.net/category/modules/">eCartService.net</a><br
/> Free PrestaShop modules as well as tips and tricks.</li><li><a
href="http://www.freeprestashopmodules.com/">Free PrestaShop Modules</a><br
/> A large collection of free PrestaShop modules. The majority of the modules on this site are free, but there are some other commercial modules as well.</li><li><a
href="http://www.catalogo-onlinersi.com.ar/8-modules">PrestaShop Modules</a><br
/> Nice collection of modules&#8211;some commercial, some free.</li><li><a
href="http://www.canin.sk/prestashop/">Presta Modules</a><br
/> Commercial modules, including a 1-page checkout mod.</li><li><a
href="http://www.agait.com.sg/cart/7-prestashop-modules">AGA Software</a><br
/> Commercial modules: Price Adjustments, Blog Module, and Forum Module.</li></ul><h4>Shipping Modules</h4><p>Here are some useful individual shipping modules for PrestaShop:</p><ul><li><a
href="http://www.artjunky.org/2009/07/prestashop-usps-module/">USPS Postage Module</a><br
/> Calculate postage for United States Postal Service based on zip code (US only).</li><li><a
href="http://www.artjunky.org/2009/08/usps-quick-quote-module/">USPS Postage Quote Module</a><br
/> Provide shipping quote by location right on the product page.</li><li><a
href="http://www.prestashop.com/forums/viewthread/8532/">UPS Shipping Module</a><br
/> Should be compatible with the above USPS module.</li></ul><h4>Payment Modules</h4><ul><li><a
href="http://www.prestashop.com/forums/viewthread/3727/P0/modules___development/authorize_dot_net_payment_module__beta">Authorize.Net Payment Module</a></li><li><a
href="http://www.freeprestashopmodules.com/2009/05/17/2checkout-payment-module/">2Checkout Payment Module</a></li><li><a
href="http://www.catalogo-onlinersi.com.ar/36-western-union.html">Western Union</a></li></ul><h4>Other PrestaShop Modules</h4><ul><li><a
href="http://www.thatsoftwareguy.com/prestashop_better_together.html">Better Together</a><br
/> A great cross-promotion/combination discount module from <a
title="Follow ThatSoftwareGuy on Twitter" href="http://twitter.com/thatsoftwareguy"><em>That Software Guy</em></a>. Lets you suggest other products that would go well with an item <em>plus</em> offer a discount. This is a port of his flexible Zen Cart module.</li><li><a
href="http://prestaportal.com/thread-80.html">Export Orders</a><br
/> Exports orders to CSV.</li><li><a
href="http://www.ecartservice.net/05082008/addstuff-for-prestashop/">AddStuff</a><br
/> Add custom bits and blocks to your PrestaShop site. Very handy for adding custom code to your side while allowing you the flexibility to move the blocks location (think WordPress widgets).</li><li><a
href="http://www.ecartservice.net/04082009/addheader-a-sibling-for-addstuff/">AddHeader</a><br
/> Works with <em>AddStuff</em> to let you add/remove stuff from your template without touching your actual theme files.</li><li><a
href="http://prestaportal.com/thread-244.html">YouTube Module</a><br
/> Easily add YouTube and DailyMotion videos to your PrestaShop site.</li><li><a
href="http://www.mailchimp.com/plugins/e-commerce-360/">MailChimp E-Commerce 360 Integration Plugin</a><br
/> Integrates MailChimp tracking and stats with PrestaShop and help you figure your ROI.</li></ul><h4>Writing Your Own PrestaShop Modules</h4><p><a
href="http://www.ecartservice.net">eCartService.net</a> has an excellent 5-part series of tutorials showing how to write your own PrestaShop modules:</p><ul><li><a
href="http://www.ecartservice.net/17072009/writing-your-own-prestashop-module-part-1/">Writing a PrestaShop Module Part 1</a> | <a
href="http://www.ecartservice.net/19072009/writing-you-own-prestashop-module-part-2/">Part 2</a> | <a
href="http://www.ecartservice.net/20072009/writing-your-own-prestashop-module-part-3/">Part 3</a> | <a
href="http://www.ecartservice.net/24072009/writing-your-own-prestashop-module-part-4/">Part 4</a> | <a
href="http://www.ecartservice.net/03082009/writing-your-own-prestashop-module-part-5/">Part 5</a></li></ul><h5>Module Editing Best Practices</h5><p>One important thing to remember about editing modules and using custom themes: Edit the core PrestaShop files and modules <em>only as a last resort</em>.</p><p>eCartService.net once again comes to the rescue with some important <a
href="http://www.ecartservice.net/06082009/customising-prestashop-module-templates/">tips for editing modules and module templates</a> within the safety of your custom theme.</p><h3>PrestaShop Themes and Templates</h3><p><img
class="aligncenter size-full wp-image-2865" title="vintage-brushes" src="http://esdev.net/wp-content/uploads/2009/10/vintage-brushes.jpg" alt="vintage-brushes" width="560" height="130" /></p><p>PrestaShop lets you change the look of your shop by applying visual themes.</p><p>You can also customize and create your own visual themes&#8211;transforming your e-commerce shop into whatever you can imagine.</p><h4>Premade PrestaShop Themes</h4><p>There several nice themes created by talented designers. Some are free, others paid, but at the most, you should be able to pick one of these up for $30-$40.</p><p>Here are a few places to go if you&#8217;re looking to download premade PrestaShop themes:</p><p><strong><a
href="http://dgcraft.free.fr/blog/">2 Link</a></strong></p><p
style="text-align: center;"><a
href="http://dgcraft.free.fr/blog/"><img
class="aligncenter size-full wp-image-2869" title="2link-black-and-white-screen" src="http://esdev.net/wp-content/uploads/2009/10/2link-black-and-white-screen.jpg" alt="2link-black-and-white-screen" width="560" height="130" /></a></p><p>Just about the 4 nicest, most modern free PrestaShop themes I&#8217;ve ever seen.</p><p><strong><a
href="http://www.prestashopthemes.net/premium-prestashop-theme">PrestaShopThemes.net</a></strong></p><p
style="text-align: center;"><a
href="http://dgcraft.free.fr/blog/"><img
class="aligncenter size-full wp-image-2870" title="prestashopthemes-screen" src="http://esdev.net/wp-content/uploads/2009/10/prestashopthemes-screen.jpg" alt="prestashopthemes-screen" width="560" height="130" /></a></p><p>Some nice premium (commercial) PrestaShop themes starting at a reasonable $29. You won&#8217;t even recognize your shop with these themes.</p><p><strong><a
href="http://www.iloveprestashop.com/category/themes/">I Love PrestaShop</a></strong></p><p
style="text-align: center;"><a
href="http://dgcraft.free.fr/blog/"><img
class="aligncenter size-full wp-image-2871" title="iloveprestashop-screen" src="http://esdev.net/wp-content/uploads/2009/10/iloveprestashop-screen.jpg" alt="iloveprestashop-screen" width="560" height="130" /></a></p><p>Nice collection of free themes. These themes are very simple, clean and uncluttered.<br
/> <a
href="http://www.prestathemes.com/freethemes.html"></a></p><p>Other places to find ready-made themes:</p><ul><li><a
href="http://www.prestathemes.com/freethemes.html">PrestaThemes</a><br
/> A collection of free PrestaShop themes.</li><li><a
href="http://www.catalogo-onlinersi.com.ar/6-templates-12">PrestaShop Themes</a><br
/> A decent mixed collection of free and commercial themes.</li><li><a
href="http://www.prestastore.com/3-themes">Themes at PrestaStore</a><br
/> A large collection of quality commercial themes.</li><li><a
href="http://www.templatepresta.com/">Template PrestaShop</a> (Updated 11/02/2009)<br
/> A few commercial PrestaShop themes.</li></ul><h4>Create Your Own PrestaShop Theme</h4><p>Wanna roll your own design? These resources will help you get started:</p><ul><li><a
href="http://www.ecartservice.net/03082009/writing-your-own-prestashop-module-part-5/">Creating Your Own Theme</a> (PrestaShop Wiki)<br
/> Recommended reading before creating your own custom theme.</li><li><a
href="http://www.prestashop.com/forums/viewforum/9/themes___graphics">Themes &amp; Graphics Section</a> (PrestaShop Forum)<br
/> Get answers to your theme questions and learn about newly released themes.</li><li><a
href="http://www.prestashopthemes.net/">PrestaShop Themes and Guides</a><br
/> Great tips, tricks and resources for trickin&#8217; out your PrestaShop theme.</li><li><a
href="http://www.daveegerton.com/prestashop-guides/Prestashop-Designers-Guide.html">PrestaShop Designer&#8217;s Guide</a><br
/> Helps you work with a quick PrestaShop primer as well as jQuery and Smarty (PHP template engine used by PrestaShop) basics to help you design a great shop.</li><li><a
href="http://ardianys.com/">ArdianYS</a><br
/> Contains some useful tutorials and tips for customizing PrestaShop themes.</li><li><a
href="http://www.prestashop.com/?ACT=29&amp;fid=9&amp;aid=8098_eLp60ERvzsIdocs3Xr6G&amp;board_id=1">PrestaShop Theme Cheat Sheet</a> (JPG) (<a
href="http://www.prestashop.com/forums/viewthread/12171/themes/tutorialguide_for_prestashop_themes/">See full thread</a>)<br
/> Cheat Sheet showing main sections of a default PrestaShop page. Helpful when editing CSS.</li></ul><h4>Live PrestaShop Stores</h4><p>PrestaShop has a section of their site dedicated to <a
href="http://www.prestashop.com/en/showcase_liveshops/">showcasing live online stores that use PrestaShop</a>. If you&#8217;re wondering what can be done with PrestaShop, just take a look.</p><h3>Hosted PrestaShop Stores</h3><p><a
href="http://www.prestabox.com/"><img
class="aligncenter size-full wp-image-2866" title="prestabox-screen" src="http://esdev.net/wp-content/uploads/2009/10/prestabox-screen.jpg" alt="prestabox-screen" width="560" height="130" /></a></p><p>Do you just want to use PrestaShop and skip all the setup and maintenance?</p><p><a
href="http://www.prestabox.com">PrestaBox</a> might be just for you.</p><p>PrestaBox is a hosted version of PrestaShop that lets you start selling quickly.</p><h3>Conclusion</h3><p><a
href="http://www.prestashop.com">PrestaShop</a> is a nice, light-weight, fast open-source e-commerce shopping cart system.</p><p>While it&#8217;s still a bit young and may lack some of the more advanced features of Magento and others, it is a nice option for small to medium size online stores.</p><p>PrestaShop also has a great and supportive community that is continuing to grow.</p><h3>Suggestions? Tips?</h3><p>Do you use PrestaShop? Have you got a great tip or resource that we haven&#8217;t mentioned?</p><p>Share with us in the comments.</p><h3>Follow On Twitter</h3><p><a
href="http://twitter.com/esdev/"><img
class="size-full wp-image-1874 alignleft" title="Follow esdev on Twitter" src="http://esdev.net/wp-content/uploads/2009/06/twitter.png" alt="twitter" width="48" height="48" /></a>Want to know when new blog posts are published? Want more random web and graphic design goodness?</p><p>You should <a
href="http://twitter.com/esdev/">follow me on Twitter @esdev</a>.</p><p><span
class="article_caption">Photo credits (in order of appearance): <a
href="http://www.shutterstock.com/pic-23880943/stock-photo-red-toolbox-isolated-on-white-background-shot-in-studio.html">Red Toolbox</a> by <a
href="http://www.shutterstock.com/gallery-4083p1.html">J. Helgason</a> | <a
href="http://www.shutterstock.com/pic-37872745/stock-photo-set-of-vintage-tools.html">Set of Vintage Tools</a> by <a
href="http://www.shutterstock.com/gallery-252364p1.html">Timofeyev Alexander</a> | <a
href="http://www.shutterstock.com/pic-39713203/stock-photo-close-up-of-old-books.html">Close Up of Old Books</a> by <a
href="http://www.shutterstock.com/gallery-94486p1.html">Andrea Haase</a> | <a
href="http://www.shutterstock.com/pic-39659308/stock-photo-still-life-in-studio-of-the-artist.html">Still-Life In a Studio of the Artist</a> by <a
href="http://www.shutterstock.com/gallery-204079p1.html">S-BELOV</a> | All stock photos from <a
href="http://www.shutterstock.com">Shutterstock</a>.</span></p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/ultimate-prestashop-toolkit-50-resources/feed/</wfw:commentRss> <slash:comments>15</slash:comments> </item> <item><title>WordPress Security Plugin: Admin Post Reminder</title><link>http://esdev.net/wordpress-security-plugin-admin-post-reminder/</link> <comments>http://esdev.net/wordpress-security-plugin-admin-post-reminder/#comments</comments> <pubDate>Mon, 19 Oct 2009 11:02:59 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[freebies]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[blogs]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[security]]></category> <category><![CDATA[WordPress]]></category><guid
isPermaLink="false">http://esdev.net/?p=2748</guid> <description><![CDATA[Previously, I wrote an article about the dangers of publishing blog posts from your admin account.
If you&#8217;ve changed the default WordPress admin user name from &#8216;admin&#8217; to something else, great. However, if you write a post as the admin, your new admin username will be displayed on your blog. Not good.
In order to help you [...]]]></description> <content:encoded><![CDATA[<p><img
class="alignleft size-full wp-image-2772" title="wordpress-logo-stacked" src="http://esdev.net/wp-content/uploads/2009/10/wordpress-logo-stacked-rgb.png" alt="wordpress-logo-stacked" width="220" height="144" />Previously, I wrote an article about the <a
href="http://esdev.net/wordpress-security-tip-dont-post-from-your-admin-account/">dangers of publishing blog posts from your admin account</a>.</p><p>If you&#8217;ve changed the default WordPress admin user name from &#8216;admin&#8217; to something else, great. However, if you write a post as the admin, your <em>new</em> admin username will be displayed on your blog. Not good.</p><p>In order to help you keep your admin username a secret from would-be hackers, I&#8217;m releasing a new WordPress security plugin: <a
href="http://wordpress.org/extend/plugins/admin-post-reminder/"><strong>Admin Post Reminder</strong></a>.</p><h3>How Does It Help?</h3><p>The <em>Admin Post Reminder</em> plugin is useful if you&#8217;ve got a separate editor account just for posting.</p><p>Sometimes you&#8217;ll still need to log into WordPress as an admin to change settings, use certain plugins, etc. It can be easy to forget that you&#8217;re still logged in as an admin when you go to write a post.</p><h3>What Does It Do?</h3><p>What <em>Admin Post Reminder</em> does is simple&#8211;it checks to see if the user that&#8217;s logged in is an admin. If they are, an alert is displayed at the top of the page, reminding the user not to publish any posts while logged into this account.</p><p>Regular logged in users won&#8217;t see the message.</p><h3>Download the Plugin</h3><p>You can <a
href="http://esdev.net/wordpress-plugins/admin-post-reminder/">view the plugin page for more details</a> or</p><p><a
href="http://wordpress.org/extend/plugins/admin-post-reminder/"><img
class="alignnone size-full wp-image-2809" title="admin-post-reminder-download-btn" src="http://esdev.net/wp-content/uploads/2009/10/admin-post-reminder-download-btn.png" alt="admin-post-reminder-download-btn" width="235" height="68" /></a><br
/> <a
href="http://wordpress.org/extend/plugins/admin-post-reminder/"><em>Download Admin Post Reminder</em> at the WordPress Plugin Repository</a></p><h3>Buy Me a Coffee</h3><p>If you enjoy this plugin, consider making a small donation&#8211;any amount is appreciated. Thanks!</p><form
action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input
name="hosted_button_id" type="hidden" value="8972500" /> <input
alt="PayPal - The safer, easier way to pay online!" name="submit" src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" type="image" /> <img
src="https://www.paypal.com/en_US/i/scr/pixel.gif" border="0" alt="" width="1" height="1" /><br
/></form> ]]></content:encoded> <wfw:commentRss>http://esdev.net/wordpress-security-plugin-admin-post-reminder/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Removing Pages From Navigation in WordPress</title><link>http://esdev.net/removing-pages-from-navigation-in-wordpress/</link> <comments>http://esdev.net/removing-pages-from-navigation-in-wordpress/#comments</comments> <pubDate>Mon, 03 Aug 2009 14:54:25 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[CMS]]></category> <category><![CDATA[code]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[WordPress]]></category><guid
isPermaLink="false">http://esdev.net/?p=2154</guid> <description><![CDATA[
When you&#8217;re building a website in WordPress and using it as a CMS, you&#8217;re going to have pages that you don&#8217;t want showing in your main site navigation/menu.
How do you keep those pages from showing up in your navigation?
Include and Exclude Specific Pages
There are several methods, but most of them require hard coding the menu [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-2163" title="remove-pages-from-nav-hd" src="http://esdev.net/wp-content/uploads/2009/08/remove-pages-from-nav-hd.png" alt="remove-pages-from-nav-hd" width="560" height="130" /></p><p>When you&#8217;re building a website in WordPress and using it as a CMS, you&#8217;re going to have pages that you don&#8217;t want showing in your main site navigation/menu.</p><p>How do you keep those pages from showing up in your navigation?</p><h3>Include and Exclude Specific Pages</h3><p>There are several methods, but most of them require hard coding the menu to either <a
href="http://www.kimwoodbridge.com/how-to-exclude-pages-from-the-wordpress-navigation-bar/"><em>exclude</em> specific pages from the navigation</a>…</p><p>Or <em>including</em> only certain pages like so:</p><pre><code>&lt;?php wp_list_pages('include=1,2,3,6,19' ); ?&gt;</code></pre><p>These methods work, but are impractical (at least for client work) because they&#8217;re not flexible enough.</p><p>What happens when you add more pages to the site, or want to add/remove pages in the nav?</p><p>Also, could you explain how to make the needed code edits to your clients? I don&#8217;t think so.</p><h3>Use a Plugin</h3><p>The fastest, most flexible and easiest to use method is to just use a plugin.</p><p><img
class="alignleft size-full wp-image-2155" title="exclude-pages-plugin-screen" src="http://esdev.net/wp-content/uploads/2009/08/exclude-pages-screen.png" alt="exclude-pages-plugin-screen" width="310" height="130" />My choice is the <a
href="http://wordpress.org/extend/plugins/exclude-pages/">Exclude Pages plugin</a> from Simon Wheatley.</p><p>After you activate it, Exclude Pages gives you a new option on the write panel for each page—&#8217;<em>Include this page in user menus</em>&#8216;.</p><p>The option is checked by default on all the new pages you create, so if you don&#8217;t want the page to show up in the navigation, simply uncheck the box before publishing, and it never shows.</p><p>It also removes pages that have already been published.</p><p>The Exclude Pages plugin is great because clients (and you) can easily choose which pages to include in the site&#8217;s navigation. Unticking a box is a whole lot easier to explain than editing code.</p><h3>Use Bookmarks For Your Navigation</h3><p>Another option is to use WordPress&#8217; built-in links to create site navigation.</p><p>Justin Tadlock offers an interesting take on <a
href="http://justintadlock.com/archives/2009/01/06/easy-navigation-menus-in-wordpress">using links (blogroll/bookmarks) to create navigation</a>.</p><p>This is a pretty creative approach, and it makes logical use of your blogroll.</p><p>The only downside I see is that, you&#8217;ll have to rework your theme to incorporation this technique—it&#8217;s not a quick, drop-in solution.</p><p>Do you have any other suggestions for removing pages from your WordPress navigation? Share with us in the comments.</p><p> <script type='text/javascript'>/*<![CDATA[*/var m3_u = (location.protocol=='https:'?'https://esdev.net/adserver/www/delivery/ajs.php':'http://esdev.net/adserver/www/delivery/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=7");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]&gt;/*]]>*/</script><noscript><a
href='http://esdev.net/adserver/www/delivery/ck.php?n=eeafdb&amp;cb=2af4f2b47b2d120b4766ed5620bb3df6' target='_blank'><img
src='http://esdev.net/adserver/www/delivery/avw.php?zoneid=7&amp;cb=2af4f2b47b2d120b4766ed5620bb3df6&amp;n=eeafdb' border='0' alt='' /></a></noscript></p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/removing-pages-from-navigation-in-wordpress/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>15 Must-Have Programs and Services For Freelancers</title><link>http://esdev.net/15-must-have-programs-and-services-for-freelancers/</link> <comments>http://esdev.net/15-must-have-programs-and-services-for-freelancers/#comments</comments> <pubDate>Mon, 08 Jun 2009 11:00:02 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[graphic design]]></category> <category><![CDATA[online tools]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://esdev.net/?p=1876</guid> <description><![CDATA[
Here&#8217;s a list of 15 free or inexpensive programs / online services for freelancers.
The list is broken down into 5 main categories:Backup and Syncing
Finances and Invoicing
Communication and Project Management
Programs and Working With Filetypes
Graphics ProgramsBackup and Syncing
Freelancers many times need to be able to work in different locations and have access to their files wherever they [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-1905" title="15-must-haves-freelancers-hd" src="http://esdev.net/wp-content/uploads/2009/06/15-must-haves-freelancers-hd.png" alt="15-must-haves-freelancers-hd" width="560" height="130" /></p><p>Here&#8217;s a list of 15 free or inexpensive programs / online services for freelancers.</p><p>The list is broken down into <em>5 main categories</em>:</p><ol><li>Backup and Syncing</li><li>Finances and Invoicing</li><li>Communication and Project Management</li><li>Programs and Working With Filetypes</li><li>Graphics Programs</li></ol><h3>Backup and Syncing</h3><p>Freelancers many times need to be able to work in different locations and have access to their files wherever they are. Having a good backup and syncing plan can help.</p><h4>1. <a
href="https://mozy.com/?ref=MPED5A">Mozy</a> (Online and Off-Site Backups)</h4><p
style="text-align: center;"><a
href="https://mozy.com/?ref=MPED5A"><img
class="aligncenter size-full wp-image-315" title="mozy-head" src="http://esdev.net/wp-content/uploads/2008/10/mozy-head.jpg" alt="mozy-head" width="560" height="130" /></a></p><p>Mozy is a great service that, through an application for Windows and Mac OSX, automatically backs up your files and uploads them to their secure site.</p><p>In the case of an emergency, you can simply log into your account and download the files. You can also request a DVD(s) be mailed to you with all your files.</p><p>The MozyHome version lets you backup 2GB for free. Use our special link to get an <a
href="https://mozy.com/?ref=MPED5A">extra 256MB of storage free</a>. You can also get unlimited storage for about $5/month.</p><p>You can read <a
href="http://esdev.net/automatic-painless-backups-with-mozy/">more about Mozy in our previous post</a>.</p><h4>2. <a
href="https://www.getdropbox.com/referrals/NTE2MDk5OTk">Dropbox</a> (Online Backup and File Syncing)</h4><p
style="text-align: center;"><a
href="https://www.getdropbox.com/referrals/NTE2MDk5OTk"><img
class="aligncenter size-full wp-image-1892" title="dropbox-hd" src="http://esdev.net/wp-content/uploads/2009/06/dropbox-hd.jpg" alt="dropbox-hd" width="560" height="130" /></a></p><p>Drop your files into a folder in your My Documents folder (or equivalent for your OS) and all the files will be updated and synced to any computers linked to your free account.</p><p>The great thing about <a
href="https://www.getdropbox.com/referrals/NTE2MDk5OTk">Dropbox</a> is that it works on all major operating systems&#8211;Windows, Mac OSX and Linux.</p><p>Sync your files between your home, work, laptop and other computers and as soon as they are saved, the files are uploaded for all your computers&#8211;whether they&#8217;re turned on currently or not.</p><p>Dropbox gives you 2GB of free storage. <a
href="https://www.getdropbox.com/referrals/NTE2MDk5OTk">Get an extra 256MB free</a>.</p><p><span
id="more-1876"></span></p><h4>3. <a
href="http://www.xmarks.com/">Xmarks</a> (Bookmark backup and syncing service/plugin for Firefox, Safari, Internet Explorer)</h4><p
style="text-align: center;"><a
href="http://www.xmarks.com/"><img
class="aligncenter size-full wp-image-1893" title="xmarks-hd" src="http://esdev.net/wp-content/uploads/2009/06/xmarks-hd.jpg" alt="xmarks-hd" width="560" height="130" /></a></p><p>This plugin and free service synchronizes your bookmarks (and site passwords if you want) between your browsers and computers. <a
href="http://www.xmarks.com/">Xmarks</a> (formerly FoxMarks) has plugins for Firefox, Safari and Internet Explorer.</p><p>You can even set it to only sync certain bookmarks to certain computers.</p><h3>Finances and Invoicing</h3><p>One of the least exciting and most dreaded parts of being a freelancer is managing finances. These next 2 services help you spend the least amount of time dealing with billing, invoicing and general finances.</p><h4>4. <a
href="http://curdbee.com">CurdBee</a> (Online billing and invoicing)</h4><p
style="text-align: center;"><a
href="http://curdbee.com/"><img
class="aligncenter size-full wp-image-1693" title="curdbee-update-hd" src="http://esdev.net/wp-content/uploads/2009/05/curdbee-update-hd.jpg" alt="curdbee-update-hd" width="560" height="130" /></a></p><p>We already <a
href="http://esdev.net/free-online-billing-and-invoicing-curdbee/">have written about CurdBee before</a>, but it&#8217;s such a great service, it deserves another mention.</p><p><a
href="http://curdbee.com/">CurdBee</a> is an online service that lets you create and manage invoices and accept payments via PayPal, GoogleCheckout and 2CO (paid version).</p><p>When invoices are created, your clients get to choose which payment gateway to go through to pay your invoice.</p><p>Simply click <em>Send</em> and a link to the invoice is emailed to you and your client.</p><p>CurdBee is free (no limits on clients or how many invoices you can send).</p><p>With the CurdBee Pro version ($5/month), you get <a
href="http://esdev.net/curdbee-gets-new-invoicing-and-billing-features/">extra features</a> like recurring billing, PDF invoices, accept 2CO payments and some other niceties.</p><h4>5. <a
href="http://mint.com">Mint.com</a> (Manage your finances and spending)</h4><p
style="text-align: center;"><a
href="http://mint.com/"><img
class="aligncenter size-full wp-image-1894" title="mint-hd" src="http://esdev.net/wp-content/uploads/2009/06/mint-hd.jpg" alt="mint-hd" width="560" height="130" /></a></p><p><a
href="http://mint.com/">Mint</a> is a free service that lets you track checking, savings and other financial accounts and assets for your business. It provides an easy way to keep track of your spending, and reports can be emailed to you weekly.</p><h3>Communication and Project Management</h3><p>Freelancers often need to communicate and manage projects easily and while on the go.</p><h4>6. <a
href="http://drop.io">Drop.io</a> (Project management / file and document sharing)</h4><p
style="text-align: center;"><a
href="http://drop.io/"><img
class="aligncenter size-full wp-image-1897" title="drop-io-hd" src="http://esdev.net/wp-content/uploads/2009/06/drop-io-hd.jpg" alt="drop-io-hd" width="560" height="130" /></a></p><p><a
href="http://drop.io/">Drop.io</a> is a free service that lets you upload and share files via your browser.</p><p>With Drop.io, you can add images, documents, audio and video files for others to view (up to 100MB per drop).</p><p>Comments for each file can be added, so this works well as an easy means of working remotely with clients and getting their feedback.</p><p>Drop.io even provides special phone numbers for conference calls, voicemail and faxes. There is also a live chat option for simple chatting through the browser, and a web presentation option.</p><p>Drop.io can send alerts via RSS, email, Twitter, etc when new files and comments are added, making it great for organizing projects.</p><p>There are also several apps as well as a Firefox plugin that use the Drop.io&#8217;s API to connect and interact with your drop.</p><h4>7. <a
href="http://zenbe.com">Zenbe</a> (Check multiple email accounts from anywhere)</h4><p
style="text-align: center;"><a
href="http://zenbe.com/"><img
class="aligncenter size-full wp-image-810" title="manage-emails-hd" src="http://esdev.net/wp-content/uploads/2008/12/manage-emails-hd.jpg" alt="manage-emails-hd" width="560" height="130" /></a></p><p><a
href="http://zenbe.com/">Zenbe</a> basically lets you check and manage emails from all your email accounts through your browser without going to several different sites.</p><p>Emails can be easily and automatically tagged so it&#8217;s simple to keep track of which messages came from which account.</p><p>Zenbe also has a collaboration tools (ZenPages/ShareFlow). You can also import existing address books, and integrates with Google Talk, Twitter and Facebook.</p><p>Though the free account option doesn&#8217;t seem to exist anymore (I got mine early on), paid accounts start at $5.99/month.</p><p>To learn more, you can read our earlier <a
href="http://esdev.net/manage-multiple-email-accounts-with-zenbe/">post about Zenbe</a>.</p><h4>8. <a
href="http://collabtive.o-dyn.de/index.php?lang=en">Collabtive</a> (Project management)</h4><p
style="text-align: center;"><a
href="http://collabtive.o-dyn.de/index.php?lang=en"><img
class="aligncenter size-full wp-image-1898" title="collabtive-hd" src="http://esdev.net/wp-content/uploads/2009/06/collabtive-hd.jpg" alt="collabtive-hd" width="560" height="130" /></a></p><p><a
href="http://collabtive.o-dyn.de/index.php?lang=en">Collabtive</a> is an open source, self-hosted project management system (cloud-based groupware).</p><p>Manage projects, tasks and milestones easily with a simple web-based interface.</p><p>Collabtive provides messaging and instant messaging, file management, time-tracking, iCal syncing, can import Basecamp files and is available in over 25 languages.</p><h3>Programs and Working With Filetypes</h3><h4>9. <a
href="http://www.openitonline.com/">OpenItOnline</a> (Open and edit files online without having the program installed)</h4><p
style="text-align: center;"><a
href="http://www.openitonline.com/"><img
class="aligncenter size-full wp-image-1899" title="open-it-online-hd" src="http://esdev.net/wp-content/uploads/2009/06/open-it-online-hd.jpg" alt="open-it-online-hd" width="560" height="130" /></a></p><p>With <a
href="http://www.openitonline.com/">OpenItOnline</a>, you don&#8217;t have to have a bunch of proprietary programs and applications installed on the computer you&#8217;re using in order to view and edit files. No more having to have Microsoft Office installed just because a client sends you a .doc file.</p><p>Open and edit documents, spreadsheets, presentations and images within your browser with OpenItOnline.</p><p>There are even extensions for Firefox, Flock and Internet Explorer.</p><h4>10. <a
href="http://portableapps.com/">PortableApps</a> (Carry all your programs with you on your thumbdrive)</h4><p
style="text-align: center;"><a
href="http://portableapps.com/"><img
class="aligncenter size-full wp-image-1900" title="portable-apps-hd" src="http://esdev.net/wp-content/uploads/2009/06/portable-apps-hd.jpg" alt="portable-apps-hd" width="560" height="130" /></a></p><p><a
href="http://portableapps.com/">PortableApps</a> lets you install and run portable versions of programs from a thumbdrive—giving you access to your programs no matter what computer you&#8217;re using.</p><h4>11. <a
href="http://apps.drawloop.com/loop">LOOP Apps</a> (Online PDF creator)</h4><p
style="text-align: center;"><a
href="http://apps.drawloop.com/loop"><img
class="aligncenter size-full wp-image-1901" title="loop-apps-hd" src="http://esdev.net/wp-content/uploads/2009/06/loop-apps-hd.jpg" alt="loop-apps-hd" width="560" height="130" /></a></p><p><a
href="http://apps.drawloop.com/loop">LOOP Apps</a> is a free online tool lets you upload and convert files into PDF format, or convert a webpage into PDF. Your files can be sent to others and electronically signed.</p><p>Also worth checking is <a
href="http://www.zamzar.com/">Zamzar</a>.</p><h3>Online Graphics</h3><p>Whether you&#8217;re a web designer or a graphic designer or some other type of freelancer, there&#8217;s a good chance you will need to do some, at least basic, adjustments to photos and images.</p><h4>12. <a
href="http://www.picnik.com/">Picnik</a> (Basic online graphics program)</h4><p
style="text-align: center;"><a
href="http://www.picnik.com/"><img
class="aligncenter size-full wp-image-544" title="picnik-hd" src="http://esdev.net/wp-content/uploads/2008/11/picnik-hd.jpg" alt="picnik-hd" width="560" height="130" /></a></p><p><a
href="http://www.picnik.com/">Picnik</a> is a simple to use web-based graphic editor. Picnik is perfect for resizing images, adjusting colors, tone, contrast and applying other effects to your images and photos.</p><p>Picnik works with Flickr, PhotoBucket, Picasa and many other image sites; letting you share your images with others, are well as save them to your computer.</p><p>Picnik is free and you don&#8217;t even have to sign up for an account to use it.</p><p>Our previous post has <a
href="http://esdev.net/5-free-online-photoshop-alternatives/">more details about Picnik</a>.</p><h4>13. <a
href="http://smush.it">Smush.it</a> (Online image optimizer)</h4><p
style="text-align: center;"><a
href="http://smush.it/"><img
class="aligncenter size-full wp-image-1895" title="smush-it-hd" src="http://esdev.net/wp-content/uploads/2009/06/smush-it-hd.jpg" alt="smush-it-hd" width="560" height="130" /></a></p><p><a
href="http://smush.it/">Smush.it</a> is a free online tools for optimizing (shrinking file sizes) your images. Simply upload or provide the URLs of the images you want shrunk and Smush.it will take care of the rest.</p><p>This can even shrink images that have already been optimized in Photoshop and Fireworks&#8211;all without noticeable hits to image quality.</p><h4>14. <a
href="http://www.sumo.fi/web/">Sumo Paint</a> (Online graphics manipulation / Photoshop alternative)</h4><p
style="text-align: center;"><a
href="http://www.sumo.fi/web/"><img
class="aligncenter size-full wp-image-1902" title="sumo-paint-hd" src="http://esdev.net/wp-content/uploads/2009/06/sumo-paint-hd.jpg" alt="sumo-paint-hd" width="560" height="130" /></a></p><p>If you need more than just simple image resizing and color correction, Sumo Paint steps up to handle the job.</p><p><a
href="http://www.sumo.fi/web/">Sumo Paint 1.1</a> is almost like using Photoshop. The only differences: it&#8217;s free, and it runs in your web browser.</p><p>Sumo lets you import images from your computer or a URL, or you can create a whole new image from scratch.</p><p>You have all the basic tools found in Photoshop: you can create layers (with blending modes and layer effects), typography control (leading, tracking), and <a
href="http://www.sumo.fi/web/#/features/">much, much more</a>. In fact, if you&#8217;re familiar with Photoshop, you&#8217;ll be using Sumo like a pro in no time.</p><p>Your resulting work can be saved to your computer, emailed or saved to your Sumo account if you&#8217;ve signed up for one.</p><h4>15. <a
href="http://www.pixlr.com/">Pixlr</a> (Graphics manipulation / Photoshop alternative)</h4><p
style="text-align: center;"><a
href="http://www.pixlr.com/"><img
class="aligncenter size-full wp-image-541" title="pixlr-hd" src="http://esdev.net/wp-content/uploads/2008/11/pixlr-hd.jpg" alt="pixlr-hd" width="560" height="130" /></a></p><p>In a similar vein as Sumo, <a
href="http://www.pixlr.com/">Pixlr</a> is a good alternative to Photoshop.</p><p>There are many things you can do with and to images, just like you can with Sumo, so we won&#8217;t go into much detail here. For more details about Pixlr, take a look at our <a
href="http://esdev.net/5-free-online-photoshop-alternatives/">previous post about Photoshop alternatives</a>.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/15-must-have-programs-and-services-for-freelancers/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>5 Problem-Solving WordPress Plugins You May Not Know About</title><link>http://esdev.net/5-problem-solving-wordpress-plugins-you-may-not-know-about/</link> <comments>http://esdev.net/5-problem-solving-wordpress-plugins-you-may-not-know-about/#comments</comments> <pubDate>Tue, 13 Jan 2009 18:56:15 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[WordPress]]></category><guid
isPermaLink="false">http://esdev.net/?p=946</guid> <description><![CDATA[
When you&#8217;re building a new WordPress site or reworking a previous design, there are bound to be problems or issues that need solving. Some require rolling up your sleeves and coding your way to a solution. But sometimes plugins can do the job much easier and come in quite handy.
Here are just 5 of the [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-medium wp-image-951" title="5-problem-solving-wp-plugins-hd" src="http://esdev.net/wp-content/uploads/2009/01/5-problem-solving-wp-plugins-hd.jpg" alt="" width="560" height="130" /></p><p>When you&#8217;re building a new WordPress site or reworking a previous design, there are bound to be problems or issues that need solving. Some require rolling up your sleeves and coding your way to a solution. But sometimes plugins can do the job much easier and come in quite handy.</p><p>Here are just 5 of the problems I came across on some of the blogs I&#8217;ve designed and the WordPress plugins I used to solve them:</p><ol><li>Easily Add CSS Styles From Your Stylesheet to Posts</li><li>Automatically Shorten Long URLs in Comments</li><li>Making Regular, Automatic Backups of Your WordPress Install and Database</li><li>Don&#8217;t Ping Yourself When Linking to Your Own Posts</li><li>Provide a Version of Your Site For Mobile Users</li></ol><p><em>Note:</em> Unless otherwise stated, all the following plugins work with WordPress 2.6 and 2.7+</p><p><span
id="more-946"></span></p><h3>Easily Add CSS Styles From Your Stylesheet to Posts</h3><p><strong><em>Problem:</em></strong> The <em>Styles</em> dropdown list in WordPress only contains WordPress-specific classes. I needed the ability to select styles from my existing CSS stylesheet when writing posts or pages. For example, I have a class for my captions.</p><p><strong><em>Solution:</em></strong> <a
href="http://wordpress.org/extend/plugins/tinymce-advanced/">TinyMCE Advanced</a></p><p>After a little searching, I came across <a
href="http://wordpress.org/extend/plugins/tinymce-advanced/">TinyMCE Advanced</a>—a set of plugins that covers quite a few things when it comes to editing and formating your posts.</p><p>Among other things, with TinyMCE Advanced you can rearrange your buttons and automatically import styles from your stylesheets. Now, when I use the Styles dropdown, I get a list of all my classes—not just WordPress-specific ones.</p><h3>Automatically Shorten Long URLs in Comments</h3><p><strong><em>Problem:</em></strong> Someone leaves a comment on your blog that contains a URL that&#8217;s too long. This can cause serious issues, such as overflowing text and dropped floats, not to mention it just looks ugly.</p><p><strong><em>Solution:</em></strong> <a
href="http://www.village-idiot.org/archives/2006/06/29/wp-chunk/">WP Chunk</a></p><p><a
href="http://www.village-idiot.org/archives/2006/06/29/wp-chunk/">WP Chunk</a> shortens long URLs in comments into short, manageable ones, thus saving your visitors from having to deal with the heartbreak of nasty, long URLs.</p><h3>Making Regular Backups of Your WordPress Install</h3><p><strong><em>Problem:</em></strong> I&#8217;m lazy…when it comes to backups. I think this is a fairly common problem. You want to make automatic backups of your database and WordPress files.</p><p><strong><em>Solution:</em></strong> <a
href="http://wordpress.org/extend/plugins/wp-dbmanager/">WP-DBManager</a></p><p>With <a
href="http://wordpress.org/extend/plugins/wp-dbmanager/">WP-DBManager</a>, you can schedule automatic backups and they will be saved to a directory on your server as well as gzipped and emailed to an email address of your choosing.</p><p>I have mine set to go to my Gmail account which I check via Thunderbird. This way I have a copy on my server, a copy on my computer from my Gmail account and 1 more copy saved in my Gmail account online.</p><p>WP-DBManager also allows you to set a certain number of backups to be kept on the server. After the number is reached, it will delete the oldest backup.</p><p>In addition to scheduled backups, you can also do one-off backups when the need arises.</p><h3>Don&#8217;t Ping Yourself</h3><p><strong><em>Problem:</em></strong> In order to keep a well-connected blog, I often link to posts that I&#8217;ve already published. Unfortunately, by default, WordPress adds a trackback on the original article. This is redundant and uglies-up your comments area.</p><p><strong><em>Solution:</em></strong> Use <a
href="http://wordpress.org/extend/plugins/no-self-ping/">No Self Ping</a> to stop unnecessary trackbacks.</p><h3>Provide a Version of Your Site For Mobile Users</h3><p><strong><em>Problem:</em></strong> You want readers that are using mobile devices and cellphones (iPhone, etc) to be able to view your content. How do you do this without creating another version of your blog yourself?</p><p><strong><em>Solution:</em></strong> Use <a
href="http://code.google.com/p/mippin-dev/wiki/WordPressPlugin">Mobilize by Mippin</a></p><p><a
href="http://code.google.com/p/mippin-dev/wiki/WordPressPlugin">Mobilize by Mippin</a> is actually a plugin that works with a free online service called <a
href="http://www.mippin.com/web/index.jsp">Mippin</a>.</p><p>On Mippin&#8217;s site, you enter your site&#8217;s address and customize the look. Mippin will generate a mobile version and only serve it up to those coming to your site on mobile devices. Very handy.</p><p>The Mobilize plugin also works with Mippin to get content from your RSS feed and display it nicely, no matter what device you&#8217;re using. There&#8217;s no configuration needed for the plugin either—just activate and enjoy.</p><h3>What Worked For You?</h3><p>WordPress has tons of great and useful plugins available and I&#8217;ve been able to use them to solve most any problem I&#8217;ve come across.</p><p>What problems have you come across and what WordPress plugins have you used to solve them?</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/5-problem-solving-wordpress-plugins-you-may-not-know-about/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Easier Editing in ExpressionEngine and WordPress</title><link>http://esdev.net/easier-editing-in-expressionengine/</link> <comments>http://esdev.net/easier-editing-in-expressionengine/#comments</comments> <pubDate>Sun, 12 Oct 2008 06:33:39 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[code]]></category> <category><![CDATA[ExpressionEngine]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[WordPress]]></category><guid
isPermaLink="false">http://localhost/?p=267</guid> <description><![CDATA[My only gripe when I started editing template code in ExpressionEngine was doing my editing in a textarea within the browser.Using It&#8217;s All Text in Firefox 3 on Ubuntu
How do you keep your code properly indented when you&#8217;re coding in a textarea?
Spaces are no good, Tab just jumps you out of the textarea. Even good [...]]]></description> <content:encoded><![CDATA[<p>My only gripe when I started editing template code in ExpressionEngine was doing my editing in a textarea within the browser.</p><p><a
href="http://esdev.net/wp-content/uploads/2008/10/all-text-head.png"><img
class="alignnone size-medium wp-image-277" title="all-text-head" src="http://esdev.net/wp-content/uploads/2008/10/all-text-head.png" alt="It's All Text!'s edit button, shown in Firefox 3 on Ubuntu (Linux)" width="560" height="130" /></a><br
/> <span
class="article_caption">Using <a
href="https://addons.mozilla.org/en-US/firefox/addon/4125">It&#8217;s </a><em><a
href="https://addons.mozilla.org/en-US/firefox/addon/4125">All Text</a> </em>in Firefox 3 on Ubuntu</span></p><p>How do you keep your code properly indented when you&#8217;re coding in a textarea?</p><p>Spaces are no good,<em> Tab</em> just jumps you out of the textarea. Even good old copy and paste doesn&#8217;t work—even from Notepad without having to copy and paste the entire textarea back and forth.</p><p>When writing posts in WordPress, you&#8217;re not really dealing with a ton of actual raw code that needs formatting. But what about when using the theme editor or editing code in ExpressionEngine?</p><p>How can you keep your code from being all jumbled and akimbo when editing in a textarea?</p><h3>Plugins To the Rescue!</h3><p>2 browser plugins—<a
href="http://www.apple.com/downloads/macosx/internet_utilities/saft.html">Saft</a> for Mac/Safari users and <a
href="https://addons.mozilla.org/firefox/4125/">It&#8217;s All Text</a> for Windows and Linux Firefox users.</p><p><span
id="more-267"></span></p><p>Both plugins do the same thing: Edit the text in any textarea in an external editor of your choice and then save the text back to the textarea.</p><p>It even gives you a nice AJAX-like update glow in your textarea to let you know it made the update.</p><h4>Macs</h4><p><a
href="http://www.apple.com/downloads/macosx/internet_utilities/saft.html">Saft</a> is a useful developer plugin for Safari. One of its many features is that it can link your textareas to an external editor like TextMate or Coda.</p><h4>Windows and Linux</h4><p>For Windows and Linux, there&#8217;s <a
href="https://addons.mozilla.org/firefox/4125/">It&#8217;s All Text</a>, a plugin/add-on for Firefox, which does the same thing. You get to pick virtually any program as the external editor. In Windows, I have mine set to use Notepad++, and in Linux (Ubuntu), gEdit.</p><p>To edit the contents of a textarea, just hover your mouse over the textarea and a small purple button will appear. Click it and it launches your external editor with the content from your textarea loaded.</p><p>The only slight weirdness with setting up the plugin is that after installing the add-on the first time and restarting Firefox, you will need to choose which editor you want to use. Then, you <em>must</em> restart Firefox again before it will save your changes. Once that&#8217;s sorted, it works just fine.</p><p>If you&#8217;re a Mac user who doesn&#8217;t want to shell out for <em>Saft</em>, you should be able to use <em>It&#8217;s All Text</em> with Firefox on Mac, but it takes <a
href="http://docwhat.gerf.org/2007/03/its_all_text_v06/">a little extra work to get it set up</a>.</p><p>The great thing about these plugins is that they work with just about any regular textarea on a page, so you can use them in ExpressionEngine, WordPress or any other CMS or website that allows editing or posting via textareas.</p><p>They&#8217;re also useful when posting long-winded comments on blogs or forums.</p><h3>Other Useful Plugins?</h3><p>Are there other browser plugins that you use when developing in ExpressionEngine or WordPress? Leave a comment and tells us about it.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/easier-editing-in-expressionengine/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 153/174 queries in 0.094 seconds using disk

Served from: esdev.net @ 2010-07-30 14:30:40 -->