<?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; browsers</title> <atom:link href="http://esdev.net/tags/browsers/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>Quick Website Mockups With UI Elements</title><link>http://esdev.net/quick-website-mockups-with-ui-elements/</link> <comments>http://esdev.net/quick-website-mockups-with-ui-elements/#comments</comments> <pubDate>Fri, 03 Jul 2009 12:52:00 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[graphic design]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://esdev.net/?p=1999</guid> <description><![CDATA[Yes, I know this week&#8217;s graphics post is of interest mostly to web designers and I&#8217;m posting it today (rather than Monday). But I can rationalize it because it still deals with the graphic design side of web design.
Ever had to make a form for a site mockup from scratch? It&#8217;s a pain and eats [...]]]></description> <content:encoded><![CDATA[<p>Yes, I know this week&#8217;s graphics post is of interest mostly to web designers and I&#8217;m posting it today (rather than Monday). But I can rationalize it because it still deals with the graphic design side of web design.</p><blockquote><p>Ever had to make a form for a site mockup from scratch? It&#8217;s a pain and eats up your time.</p></blockquote><p>Never again! Here are some UI (user interface) elements for your next website mockup project.</p><h3>OS and Website Elements</h3><h4><a
href="http://www.designerstoolbox.com/designresources/elements/">Designers Toolbox: OS Form Elements</a></h4><p><a
href="http://www.designerstoolbox.com/designresources/elements/"><img
class="aligncenter size-full wp-image-2009" title="dtoolbox-scrn01" src="http://esdev.net/wp-content/uploads/2009/07/dtoolbox-scrn01.png" alt="dtoolbox-scrn01" width="560" height="130" /></a></p><p>Form, browser and OS elements for Windows Vista and XP (IE and Firefox) and Mac OS X (Firefox and Safari) in Photoshop format. Available in all major screen resolutions.</p><h4><a
href="http://developer.yahoo.com/ypatterns/wireframes/">Design Stencils&#8211;Yahoo! Design Pattern Library</a></h4><p><img
class="alignnone" title="yahoo-ui-scrn" src="http://esdev.net/wp-content/uploads/2009/07/yahoo-ui-scrn.jpg" alt="yahoo-ui-scrn" width="560" height="130" /></p><p>Ad units, calendar, charts, UI controls, form elements, menus and buttons, general and iPhone mobile UI, OS elements&#8211;you name it.</p><p>Available in OmniGraffle, Visio (XML), PDF, PNG and SVG formats.<br
/> <span
id="more-1999"></span></p><h4><a
href="http://vector.tutsplus.com/articles/news/vectortuts-freebie-vector-pack-browser-screens-and-website-elements/">Browser Screens and Website Elements (VectorTuts)</a></h4><p>Browser windows, buttons and more for the Mac.</p><h4><a
href="http://www.teehanlax.com/blog/?p=945">Browser Form Elements (teehan+lax)</a></h4><p
style="text-align: center;"><a
href="http://www.teehanlax.com/blog/?p=945"><img
class="aligncenter size-full wp-image-2011" title="teehan-gui-scrn" src="http://esdev.net/wp-content/uploads/2009/07/teehan-gui-scrn.jpg" alt="teehan-gui-scrn" width="560" height="130" /></a></p><p>PSD form elements for Firefox 3 on Mac OSX and IE7 on Windows Vista.</p><h4><a
href="http://graphicriver.net/item/the-ultimate-web-ui-kit/33230?ref=esdev">The Ultimate Web UI Kit (GraphicRiver)</a></h4><p><a
href="http://graphicriver.net/item/the-ultimate-web-ui-kit/33230?ref=esdev"><img
class="aligncenter size-full wp-image-2012" title="ultimate-web-ui-kit" src="http://esdev.net/wp-content/uploads/2009/07/ultimate-web-ui-kit.jpg" alt="ultimate-web-ui-kit" width="560" height="130" /></a></p><p>A PSD containing mouse cursors, form elements (check boxes, radio buttons, next and previous buttons, form fields, drop downs, buttons) and more.</p><p>This one&#8217;s not free, but for $6, how can you go wrong?</p><h3>iPhone GUI Elements</h3><h4 style="text-align: left;"><a
href="http://www.designerstoolbox.com/designresources/iphone/">Designers Toolbox</a></h4><p>Nice GUI elements for the iPhone in PSD format. Includes the phone, keyboard, buttons and other elements of the iPhone.</p><h4><a
href="http://www.teehanlax.com/blog/?p=1628">iPhone 3 GUI PSD (teehan+lax)</a></h4><p><a
href="http://www.teehanlax.com/blog/?p=1628"><img
class="aligncenter size-full wp-image-2013" title="iphone-gui-scrn" src="http://esdev.net/wp-content/uploads/2009/07/iphone-gui-scrn.jpg" alt="iphone-gui-scrn" width="560" height="130" /></a></p><p>An updated version for the iPhone 3.0.</p><h4><a
href="http://www.teehanlax.com/blog/?p=764">iPhone 2 GUI PSD (teehan+lax)</a></h4><p>PSD containing UI elements for the previous Apple iPhone 2.</p><h3>Other Elements</h3><h4><a
href="http://www.designerstoolbox.com/designresources/safearea/">Web Safe Area</a></h4><p>View web safe areas for Vista, XP and OSX for IE, Firefox and Safari browsers.</p><h4><a
href="http://www.designerstoolbox.com/designresources/banners/">Ad and Web Banner Sizes</a></h4><p>If you&#8217;re planning on incorporating ads on a site, these ad templates will help. Choose from all the standard (and some non-standard) sized ad banners in PNG format.</p><h4><a
href="http://www.graffletopia.com/stencils/450">Cursors (Graffletopia)</a></h4><p><a
href="http://www.graffletopia.com/stencils/450"><img
class="aligncenter size-full wp-image-2014" title="cursors-og-scrn" src="http://esdev.net/wp-content/uploads/2009/07/cursors-og-scrn.png" alt="cursors-og-scrn" width="560" height="130" /></a></p><p>A nice set of mouse cursors for use with OmniGraffle.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/quick-website-mockups-with-ui-elements/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>24 Must-Have Online Tools For Web Designers</title><link>http://esdev.net/24-must-have-online-tools-for-web-designers/</link> <comments>http://esdev.net/24-must-have-online-tools-for-web-designers/#comments</comments> <pubDate>Mon, 15 Jun 2009 11:00:09 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[online tools]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[code]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[email]]></category> <category><![CDATA[typography]]></category><guid
isPermaLink="false">http://esdev.net/?p=1922</guid> <description><![CDATA[
Due to the popularity of last week&#8217;s list of programs and services for freelancers, we&#8217;re bringing you 24 must-have online tools specifically for web designers.
Testing
Xenocode Browser SandboxRun and test your sites in IE6, IE7, IE8, Firefox 2 and 3, Safari, Google Chrome and Opera without having to actually install the browsers on your system.
This unfortunately [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-1945" title="24-must-have-online-tools-web-designers-hd" src="http://esdev.net/wp-content/uploads/2009/06/24-must-haves-web-designers-hd.png" alt="24-must-have-online-tools-web-designers-hd" width="560" height="130" /></p><p>Due to the popularity of last week&#8217;s <a
href="http://esdev.net/15-must-have-programs-and-services-for-freelancers/">list of programs and services for freelancers</a>, we&#8217;re bringing you 24 must-have online tools specifically for web designers.</p><h3>Testing</h3><h4><a
href="http://www.xenocode.com/browsers/">Xenocode Browser Sandbox</a></h4><h4><a
href="http://www.xenocode.com/browsers/"><img
class="aligncenter size-full wp-image-1947" title="xenocode-browser-sandbox-hd" src="http://esdev.net/wp-content/uploads/2009/06/xenocode-hd.jpg" alt="xenocode-browser-sandbox-hd" width="560" height="130" /></a></h4><p>Run and test your sites in IE6, IE7, IE8, Firefox 2 and 3, Safari, Google Chrome and Opera without having to actually install the browsers on your system.</p><p>This unfortunately seems to only work on Windows.</p><h4><a
href="http://browsershots.org/">BrowserShots</a></h4><p>View screenshots of your render webpages in multiple browsers and operating systems. You can even test different screen resolutions.</p><h4><a
href="http://tantek.com/favelets/">Favelets</a></h4><p>Validate and test your sites using this collection of favelets. Validate microformats, HTML and CSS. Test your pages at different screen sizes (iPhone, Blackberry, etc) and lots more.</p><h4><a
href="http://aremysitesup.com/">Are My Sites Up?</a> (Website Monitoring)</h4><p
style="text-align: center;"><a
href="http://aremysitesup.com/"><img
class="aligncenter size-full wp-image-1948" title="are-my-sites-up-hd" src="http://esdev.net/wp-content/uploads/2009/06/are-my-sites-up-hd.png" alt="are-my-sites-up-hd" width="560" height="130" /></a></p><p>Get alerts when you or your clients&#8217; sites go down or experience hiccups. Alerts can even be sent to your mobile phone.</p><h3>Page Code Generation</h3><h4><a
href="http://gridr.atomeye.com/">gridr buildrrr</a></h4><h4><a
href="http://gridr.atomeye.com/"><img
class="aligncenter size-full wp-image-1949" title="gridr-hd" src="http://esdev.net/wp-content/uploads/2009/06/gridr-hd.png" alt="gridr-hd" width="560" height="130" /></a></h4><p>Create CSS grid-based layouts easily with gridr buildrrr.</p><h4><a
href="http://projectdeploy.org/">Project Deploy</a></h4><p>Project Deploy makes it faster to get a site up and running by letting you select the type of information you want. Deploy then generates common folders, standard HTML and CSS files and even jQuery&#8211;all in a zip file for easy download.</p><h3>Web Form Generators</h3><h4><a
href="http://www.icebrrg.com/">Icebrrg</a></h4><h4><a
href="http://www.icebrrg.com/"><img
class="aligncenter size-full wp-image-1950" title="icebrrg-hd" src="http://esdev.net/wp-content/uploads/2009/06/icebrrg-hd.jpg" alt="icebrrg-hd" width="560" height="130" /></a></h4><p>Icebrrg lets you easily create all kinds of forms and embed them on your site. There are paid plans, but the free version still allows 3 forms and up to 100 per month.</p><h4><a
href="http://wufoo.com/">WuFoo</a></h4><p>WuFoo makes creating forms a piece of cake. Adding forms to your site is simple as well with a great web-based user interface.</p><h4><a
href="http://www.webformfactory.com/">Web Form Factory</a></h4><p>Another great web form tool. You can create forms linked to a database or to generate emails.</p><h3>Typography</h3><h4><a
href="http://www.typechart.com/">Typechart</a> (CSS Typography)</h4><p
style="text-align: center;"><a
href="http://www.typechart.com/"><img
class="aligncenter size-full wp-image-1951" title="typechart-hd" src="http://esdev.net/wp-content/uploads/2009/06/typechart-hd.png" alt="typechart-hd" width="560" height="130" /></a></p><p>Browse, compare and grab the CSS code.</p><h4><a
href="http://pxtoem.com">PXtoEm.com</a></h4><p>Convert pixels to ems quickly. The generator even creates the CSS all for you.</p><h4><a
href="http://www.sifrgenerator.com/">sIFR Generator</a></h4><p>Even if you don&#8217;t have Adobe Flash installed on your system, you can convert font files (TTF) and create your own Flash files (SWF) for use with sIFR.</p><h3>Web Code</h3><h4><a
href="http://www.digitalmediaminute.com/reference/entity/index.php">XHTML Character Entity Reference</a></h4><p>Find UTF-8 character entities for XHTML.</p><p>View other <a
href="http://esdev.net/most-used-xhtml-character-entities/">XHTML character entities resources</a>.</p><h4><a
href="http://ecoder.gmeditor.com/">ecoder</a> (Web-Based Code Editor)</h4><p
style="text-align: center;"><a
href="http://ecoder.gmeditor.com/"><img
class="aligncenter size-full wp-image-1952" title="ecoder-hd" src="http://esdev.net/wp-content/uploads/2009/06/ecoder-hd.png" alt="ecoder-hd" width="560" height="130" /></a></p><p>Ecoder makes it easier to write and edit code. All your coding can be done right in your browser.</p><p>Ecoder sports a beautiful UI, plus real-time code syntax highlighting and line numbering. You can also edit multiple documents at once.</p><p>As far as I&#8217;m concerned, this one beats out Mozilla Bespin (especially as far as ease of use goes).</p><h4><a
href="http://builtwith.com/">BuiltWith</a></h4><p>Check websites and see what technologies are being used. See what your favorite websites are running on&#8211;databases, CMS, hosting, etc.</p><h3>Other Online Tools</h3><h4><a
href="http://permissions-calculator.org">Unix Permissions Calculator</a></h4><h4><a
href="http://permissions-calculator.org/"><img
class="aligncenter size-full wp-image-1953" title="unix-permissions-hd" src="http://esdev.net/wp-content/uploads/2009/06/unix-permissions-hd.png" alt="unix-permissions-hd" width="560" height="130" /></a></h4><p>No more trying to remember Unix permissions codes when updating file permissions.</p><h4><a
href="http://slimtimmer.com">SlimTimmer</a></h4><p>Keep track of the time you spend on projects.</p><p>The interface is extremely simple and easy to use. You can also manually add time and filter by date, client and other options.</p><h4><a
href="http://media-convert.com/">Media Convert</a></h4><p>Convert just about any type of file into just about any format that exists. Just upload and Media Convert takes care of the rest.</p><h4><a
href="http://www.dmaresponsibility.org/PPG/">Privacy Policy Generator</a></h4><p>Easily create privacy policies for sites by just filling out and simple, quick form.</p><h4><a
href="http://charts.hohli.com/">Hohli</a> (Online Charts Builder)</h4><p>We wrote about Hohli earlier. This is a great tool for generating embeddable charts and graphs. Choose the type of chart, size, data and colors&#8211;Hohli does the rest.</p><h4><a
href="http://validifier.com/">Validifier</a> (Flash Embed Code Generator)</h4><p>A lot of the code generated by sites for embedding Flash content is not valid markup. Validifier turns Flash embed code into valid XHTML (using the <em>object</em> tag).</p><h4><a
href="http://www.genfavicon.com/">Genfavicon</a></h4><h4><a
href="http://www.genfavicon.com/"><img
class="aligncenter size-full wp-image-1954" title="genfavicon-hd" src="http://esdev.net/wp-content/uploads/2009/06/genfavicon-hd.png" alt="genfavicon-hd" width="560" height="130" /></a></h4><p>Generate favicons from GIF, JPG or PNG files in just 3 easy steps.</p><h4><a
href="http://favicon-generator.org">Favicon Generator</a></h4><p>Create favicons (ICO) for Internet Explorer from images (GIF, JPG, PNG).</p><h4><a
href="http://spritegen.website-performance.org">CSS Sprite Generator</a></h4><p>Improve your site&#8217;s performance. Upload images and the CSS Sprite Generator will create the code for your CSS sprites.</p><h3>What Online Tools Do You Use?</h3><p>Be sure to check out our <a
href="http://esdev.net/15-must-have-programs-and-services-for-freelancers/">15 Must-Have Programs and Services For Freelancers</a> for other great tools.</p><p>There are tons of online tools for web designers out there. Which ones do you use? Tell us in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/24-must-have-online-tools-for-web-designers/feed/</wfw:commentRss> <slash:comments>1</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>Embedding Web Fonts: 5 Free @font-face Resources</title><link>http://esdev.net/embedding-web-fonts-5-free-font-face-resources/</link> <comments>http://esdev.net/embedding-web-fonts-5-free-font-face-resources/#comments</comments> <pubDate>Mon, 11 May 2009 11:00:20 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[CSS]]></category> <category><![CDATA[typography]]></category><guid
isPermaLink="false">http://esdev.net/?p=1724</guid> <description><![CDATA[Which fonts can be freely embedded using @font-face? Our list of 5 resources will take out the guesswork.
One of the most anticipated web developments recently is the @font-face rule for CSS3.
The @font-face rule allows for actual fonts to be embedded, so you don&#8217;t have to rely on the visitor having that specific font already installed [...]]]></description> <content:encoded><![CDATA[<blockquote><p>Which fonts can be freely embedded using @font-face? Our list of 5 resources will take out the guesswork.</p></blockquote><p>One of the most anticipated web developments recently is the <em><a
href="http://www.w3.org/TR/css3-webfonts/#font-descriptions">@font-face</a></em> rule for CSS3.</p><p>The <em>@font-face</em> rule allows for actual fonts to be embedded, so you don&#8217;t have to rely on the visitor having that specific font already installed on their system. No more font stacks.</p><h3>Free <em>@font-face</em> Fonts</h3><p>Finding fonts with licenses that allow for embedding via @font-face can be difficult.</p><p>Here are <span
style="text-decoration: line-through;">5</span> 7 links and resources to free fonts that can be embedded using <em>@font-face</em>:</p><h4>1. <strong><a
href="http://www.theleagueofmoveabletype.com/">The League of Moveable Type</a></strong></h4><p>A foundry that creates free, open source <em>@font-face</em> fonts.</p><h4><strong>2. </strong><a
href="http://www.webfonts.info/wiki/index.php?title=Fonts_available_for_%40font-face_embedding"><strong>Fonts Available For <em>@font-face</em> Embedding</strong> (Webfonts.info)</a></h4><p>Includes a large list of 25+ free fonts that either specifically allow <em>@font-face</em> embedding, or are open source/public domain fonts.</p><h4>3. <strong><a
href="http://www.fontsquirrel.com/">Font Squirrel</a></strong></h4><p>A collection of free and open source fonts available for commercial-use. Many of the fonts&#8217; licenses allow for embedding, but make sure to check 1st before embedding.</p><p><em>Update</em>: Font Squirrel has added a @font-face filter to their site. Now you have the option to view only @font-face fonts. You can read more about it here: <a
href="http://esdev.net/filter-font-face-fonts-on-font-squirrel/">Filter @font-face Fonts on Font Squirrel</a></p><h4>4. <strong><a
href="http://opentype.info/blog/2008/08/05/10-great-free-fonts-for-font-face-embedding/">10 Great Free Fonts For <em>@font-face</em> Embedding</a></strong></h4><h4><strong>5. </strong><strong><a
href="http://www.fontembedding.com/eot/"><strong>Internet Explorer Embeddable Fonts (EOT)</strong></a></strong></h4><p>Embeddable fonts for IE.</p><h4>6. <em>Update</em>: <strong><a
href="http://openfontlibrary.fontly.org/">Open Font Library</a></strong></h4><p>HUGE list of freely usable fonts for embedding via <em>@font-face</em> as well as the option to link to hosted fonts on the openfontlibrary.fontly.org site.</p><h4>7. <strong><a
href="http://www.josbuivenga.demon.nl/">exljbris :: Free Quality Font Foundry</a></strong> <em>(Updated 05/12/2009)</em></h4><p>All the exljbris free fonts (<span
style="text-decoration: line-through;">except</span> including the free weights and styles of <em>Museo</em> and <em>Museo Sans</em>) are <a
href="http://exljbris.wordpress.com/2008/03/19/license-update-ii/">licensed for embedding</a>. This includes popular fonts like: Anivers, Delicious, Fertigo Pro, Fontin, etc. See <a
href="http://exljbris.wordpress.com/2008/03/19/license-update-ii/">licensing and linking details</a>.</p><p><span
id="more-1724"></span></p><h3><em>@font-face</em> Browser Support</h3><p>Currently, the following browsers support <em>@font-face</em> (TrueType/OpenType TT and OpenType PS fonts unless otherwise stated):</p><ul><li>Safari 3.1+</li><li>Opera 10</li><li>IE4+ using proprietary EOT (Embedded OpenType) fonts</li><li>Firefox 3.1</li></ul><p>If you want to test if your browser supports font embedding, visit OpenType.info&#8217;s <a
href="http://opentype.info/demo/webfontdemo.html"><em>@Font-Face</em> Demo page</a>.</p><p>For more details on browsers that support <em>@font-face</em>, see WebFonts.info&#8217;s <a
href="http://www.webfonts.info/wiki/index.php?title=%40font-face_browser_support"><em>@Font-Face</em> Browser Support</a>.</p><p>Have you found any embeddable fonts or sites with lists of free <em>@font-face</em> fonts? <a
href="#postacomment">Share with us in the comments</a>.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/embedding-web-fonts-5-free-font-face-resources/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Make Your Own Firefox and IE Search Bar Plugin</title><link>http://esdev.net/make-your-own-firefox-and-ie-search-bar-plugin/</link> <comments>http://esdev.net/make-your-own-firefox-and-ie-search-bar-plugin/#comments</comments> <pubDate>Mon, 27 Apr 2009 11:05:36 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[online tools]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[code]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[IE]]></category> <category><![CDATA[tutorials]]></category><guid
isPermaLink="false">http://esdev.net/?p=1575</guid> <description><![CDATA[
If you haven&#8217;t noticed, I recently added an Es Developed search plugin to the site.
Now you can search all the web and graphic design posts on the Es Developed Blog right from your search bar in Firefox and Internet Explorer 7+.
We&#8217;re going to learn how to create your own custom OpenSearch search engine plugin for [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-1634" title="custom-search-plugin-hd" src="http://esdev.net/wp-content/uploads/2009/04/custom-search-plugin-hd.png" alt="custom-search-plugin-hd" width="560" height="130" /><br
/> If you haven&#8217;t noticed, I recently added an Es Developed search plugin to the site.</p><p>Now you can search all the web and graphic design posts on the <a
href="http://esdev.net/blog">Es Developed Blog</a> right from your search bar in Firefox and Internet Explorer 7+.</p><blockquote><p>We&#8217;re going to learn how to create your own custom OpenSearch search engine plugin for your site.</p></blockquote><p>The search plugin will work in both Firefox 2+ (including Firefox 3) and Internet Explorer 7+ (including IE8).</p><h3>OpenSearch and Your Site or Blog</h3><p><a
href="http://www.opensearch.org/Home">OpenSearch</a> is a collection of simple formats for the sharing of search results, created by <a
href="http://a9.com/">A9.com</a>.</p><p>In the context of your browser&#8217;s search bar you can use OpenSearch to help visitors find information on your site or blog even when they&#8217;re not currently at your website.</p><p>An OpenSearch plugin will work in both Firefox and Internet Explorer 7+.</p><h3>Online Search Plugin Generator</h3><p><img
class="alignleft size-full wp-image-1643" title="mycroft-screen" src="http://esdev.net/wp-content/uploads/2009/04/mycroft-screen.png" alt="mycroft-screen" width="225" height="125" />One of the simplest and fastest ways to create your own search plugin is to use <a
href="http://mycroft.mozdev.org/submitos.html">MozDev.org&#8217;s Mycroft Project Search Plugin Generation Tool</a>.</p><p>The tool is a relatively short form you fill out and it does all the heavy lifting for you.</p><p><span
id="more-1575"></span></p><p>You supply:</p><ul><li>Icon for use in the search bar of the browser (can be your site&#8217;s favicon)</li><li>Your details (used to register the plugin to you in the <a
href="http://mycroft.mozdev.org/search-engines.html">Mycroft database</a>)</li><li>Plugin name and description</li><li>Search URL</li><li>Category (where to place your generated plugin on the Mycroft database), plugin language, etc</li></ul><p>It&#8217;s a good idea to tick the &#8216;<em>Show full instructions?</em>&#8216; box at the top of the form. This explains the type information to place into each field. Most of what you need is explained.</p><p>If you need more information about what to put in each field, take a look at <a
href="https://developer.mozilla.org/en/Creating_OpenSearch_plugins_for_Firefox">Creating OpenSearch Plugins in Firefox</a>.</p><p>The code for the search plugin is generated. You can either copy and paste the code into a blank XML file on your computer (recommended), or you can just install it in Firefox and test it first.</p><p>Once you&#8217;re sure it works, you can submit it to the Mozilla/<a
href="http://mycroft.mozdev.org/search-engines.html">Mycroft search plugin database</a> using the same form.</p><h3>Linking the Search Plugin</h3><p>Now that you have the search plugin generated, you will want to provide a link to it in your website.</p><p>The easiest way is to copy the generated code from the Mycroft Search Plugin Generator and paste it into an XML file on your harddrive. Then upload the file to your site and link to it in your <em>&lt;head&gt;</em>:</p><pre><code>&lt;link type="application/opensearchdescription+xml" rel="search" title="searchTitle" href="pluginURL/fileName.xml" /&gt;
</code></pre><p
class="code_caption">This line of code allows your custom search plugin to be autodiscovered by browsers that support OpenSearch. Be sure to change &#8217;searchTitle&#8217; and &#8216;pluginURL/fileName.xml&#8217; to the actual values you want for your plugin.</p><h4>Automatic Updates in Firefox 3.1+</h4><p>Beginning with Firefox 3.1, OpenSearch plugins can be automatically updated. To support this, you need to add another line to the <em>&lt;head&gt;</em> section of your site as well:</p><pre><code>&lt;Url type="application/opensearchdescription+xml" rel="self" template="pluginURL/fileName.xml" /&gt;</code></pre><p
class="code_caption">Notice also the &#8216;rel=&#8221;self&#8221;&#8216;. Be sure to change &#8216;pluginURL/fileName.xml&#8217; to the actual URL of your plugin.</p><p>More info about automatic search plugin updates can be found here:</p><p><a
href="https://developer.mozilla.org/en/Creating_OpenSearch_plugins_for_Firefox">Mozilla Developer Center (Creating OpenSearch Plugins For Firefox)</a></p><h3>Works in Firefox and IE</h3><p>Even though you&#8217;re going through all the steps here using Mozilla&#8217;s site, the resulting search bar plugin is in OpenSearch format, so Internet Explorer 7 and 8 can use it as well.</p><h3>See the Plugin in Action</h3><p><img
class="alignleft size-full wp-image-1629" title="add-search-bar-screen" src="http://esdev.net/wp-content/uploads/2009/04/add-search-bar-screen.png" alt="add-search-bar-screen" width="225" height="125" /></p><p>If you&#8217;re using Firefox or IE 7+, you can see the search plugin that I made for this site in action.</p><p>Click on the dropdown on your browser&#8217;s search bar and select <em>Add &#8220;Es Developed Blog&#8221;</em>.</p><p>Add the Es Developed Blog Search plugin and give it a try.</p><p>You can search through our collection of web and graphic design:</p><ul><li> Tutorials</li><li>Articles</li><li>Online tool and services recommendations, and</li><li>Design inspiration and resources</li></ul> ]]></content:encoded> <wfw:commentRss>http://esdev.net/make-your-own-firefox-and-ie-search-bar-plugin/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>View Processed Javascript in Firefox and Chrome &#8211; No Plugins Required</title><link>http://esdev.net/view-processed-javascript-in-firefox-and-chrome-no-plugins-required/</link> <comments>http://esdev.net/view-processed-javascript-in-firefox-and-chrome-no-plugins-required/#comments</comments> <pubDate>Mon, 13 Apr 2009 11:00:25 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[web design]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[code]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[javascript]]></category><guid
isPermaLink="false">http://esdev.net/?p=1529</guid> <description><![CDATA[
Here are 2 quick tips for Firefox and Google Chrome users that let you view the processed source code generated by a javascript snippet. Neither tip requires any plugins.
Situation
You need to insert a link to a video, form, etc into your site using embed code provided by another website and the embed code is only [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-1547" title="view-processed-javascript-firefox-chrome-hd" src="http://esdev.net/wp-content/uploads/2009/04/view-processed-javascript-firefox-chrome-hd.jpg" alt="view-processed-javascript-firefox-chrome-hd" width="560" height="130" /></p><p>Here are 2 quick tips for Firefox and Google Chrome users that let you view the processed source code generated by a javascript snippet. Neither tip requires any plugins.</p><h3>Situation</h3><p>You need to insert a link to a video, form, etc into your site using embed code provided by another website and the embed code is only javascript.</p><h3>Problem</h3><p><img
class="alignright size-full wp-image-1550" title="embed-video-screen" src="http://esdev.net/wp-content/uploads/2009/04/embed-video-screen.jpg" alt="embed-video-screen" width="200" height="300" />While many sites and online services are getting better at providing standards-compliant code to paste into your site, sometimes you have to make adjustments to their code so that your pages validate.</p><p>This is easy to fix if it&#8217;s plain, viewable source code. However, if the code is just javascript that writes the (X)HTML code to the page when run (or the javascript is encrypting the code), you can&#8217;t see what to fix.</p><p>If you add the javascript code to your page, open the page in your browser and <em>View Source</em>, you still only see the javascript as it appears <em>before</em> it&#8217;s processed. That doesn&#8217;t help at all.</p><p><span
id="more-1529"></span></p><h3>Firefox Solution</h3><p>The fastest way to view the code created by the javascript is to use Firefox&#8217;s <em>View Selection Source</em> instead:</p><ol><li>Paste the provided javascript into an XHTML page</li><li>Open the page in Firefox</li><li>Select the portion of the webpage in the general area that contains the javascript with your mouse</li><li>Right-click and choose <em>View Selection Source</em></li></ol><p><img
class="alignright size-full wp-image-1554" title="view-selection-source-screen" src="http://esdev.net/wp-content/uploads/2009/04/view-selection-source-screen.png" alt="view-selection-source-screen" width="200" height="78" />You should now see the source code that the javascript code rendered.</p><p>Then, you can copy and paste the actual code from <em>View Selection Source</em> and make your changes.</p><h3>Google Chrome Solution</h3><p>I haven&#8217;t forgotten about Google Chrome Users. The above solution doesn&#8217;t work for Chrome because it doesn&#8217;t have a <em>View Selection Source</em> option. We have to go about it another way.</p><p>Depending on what the javascript is designed to do and how it goes about that, you may be able to simply save the page as a file on your drive and open it in your editor.</p><p>In my test, the original javascript appeared, but below it was the code the javascript generated. You&#8217;ll probably have to do more digging around in your code, but if you copied your javascript into an otherwise blank webpage, it won&#8217;t a big deal.</p><h3>No Plugins Required</h3><p>The beauty of the above tips is that you don&#8217;t have to have any plugins or extensions installed in your browser to make them work.</p><h3>Other Browsers</h3><p>Safari and Internet Explorer don&#8217;t seem to be able to view processed javascript code without the use of plugins. At least not that I know about.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/view-processed-javascript-in-firefox-and-chrome-no-plugins-required/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Firefox Keyboard Shortcuts You Can&#8217;t Live Without</title><link>http://esdev.net/firefox-keyboard-shortcuts-in-windows-mac-and-linux/</link> <comments>http://esdev.net/firefox-keyboard-shortcuts-in-windows-mac-and-linux/#comments</comments> <pubDate>Mon, 08 Dec 2008 12:00:02 +0000</pubDate> <dc:creator>Shawn</dc:creator> <category><![CDATA[misc]]></category> <category><![CDATA[accessibility]]></category> <category><![CDATA[browsers]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Windows]]></category><guid
isPermaLink="false">http://esdev.net/?p=646</guid> <description><![CDATA[
Typewriter photo by sooperkuh
Keyboard shortcuts are vital for navigating and performing various actions quickly, and are very helpful for designers when working on projects. Firefox has a keyboard shortcut for just about everything.
Unfortunately, finding and remembering them all can be difficult. Also, shortcuts differ slightly between Windows, Macs and Linux versions of Firefox.
Firefox Keyboard and [...]]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-medium wp-image-663" title="firefox-shortcuts-hd" src="http://esdev.net/wp-content/uploads/2008/11/firefox-shortcuts-hd.jpg" alt="" width="560" height="130" /><br
/> <span
class="article_caption">Typewriter photo by <a
href="http://www.flickr.com/photos/sooperkuh/">sooperkuh</a></span></p><p>Keyboard shortcuts are vital for navigating and performing various actions quickly, and are very helpful for designers when working on projects. <a
href="http://www.mozilla.com/en-US/firefox/">Firefox</a> has a keyboard shortcut for just about everything.</p><p>Unfortunately, finding and remembering them all can be difficult. Also, shortcuts differ slightly between Windows, Macs and Linux versions of Firefox.</p><h3>Firefox Keyboard and Mouse Shortcuts</h3><p>Fortunately, <a
href="http://www.accessfirefox.org/">AccessFirefox.org</a>—a site dedicated to showcasing accessibility tools and features in Mozilla Firefox—has a great list of <a
href="http://www.accessfirefox.org/Firefox_Keyboard_and_Mouse_Shortcuts.html">Firefox keyboard and mouse shortcuts</a>. You can filter shortcuts by operating system (Windows, Mac, Linux) or view them all at once.</p><h3>Accesskeys Keyboard Shortcuts</h3><p>Some websites use accesskeys to allow people with disabilities to access site navigation links by keyboard. This is a requirement for most sites in the UK.</p><p>View our <a
href="http://esdev.net/accessibility-help/#accesskeys">list of keyboard shortcuts for activating accesskeys in all major browsers and OS&#8217;s</a>. This list contains the keyboard shortcuts to activate accesskeys in Firefox, IE, Safari, Opera, Google Chrome, Konquerer and Epiphany in Windows, Mac OS X and Linux (Ubuntu).</p><p>On the previous version of this site, I used accesskeys for the main site navigation. However, because of no clear standards and the chance of interference with browser shortcuts, I decided not to include them in the current version.</p><p>Leave us a comment and tell us what Firefox keyboard shortcuts you use the most.</p> ]]></content:encoded> <wfw:commentRss>http://esdev.net/firefox-keyboard-shortcuts-in-windows-mac-and-linux/feed/</wfw:commentRss> <slash:comments>0</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 148/180 queries in 0.112 seconds using disk

Served from: esdev.net @ 2010-07-30 14:00:36 -->