<?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>Lee Munroe &#187; firefox</title> <atom:link href="http://www.leemunroe.com/tags/firefox/feed/" rel="self" type="application/rss+xml" /><link>http://www.leemunroe.com</link> <description>Freelance Web Design Belfast Northern Ireland</description> <lastBuildDate>Tue, 24 Aug 2010 18:37:07 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Internet Explorer Users Don&#8217;t Care About Rounded Corners</title><link>http://www.leemunroe.com/ie-rounded-corners-css3/</link> <comments>http://www.leemunroe.com/ie-rounded-corners-css3/#comments</comments> <pubDate>Mon, 19 Oct 2009 14:30:39 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[Web Design]]></category> <category><![CDATA[css]]></category> <category><![CDATA[css3]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[ie]]></category> <category><![CDATA[ie6]]></category> <category><![CDATA[safari]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=1607</guid> <description><![CDATA[Internet Explorer users don&#8217;t care about rounded corners. Bold statement? Perhaps. But recently I&#8217;ve taken this approach to a few designs as I&#8217;m tired of having to use some sort of rounded corner hack to support IE. It&#8217;s a lot easier to just use the CSS 3 declaration.If you&#8217;re up-to-date with your CSS knowledge, you&#8217;ll [...]]]></description> <content:encoded><![CDATA[<p><strong>Internet Explorer users don&#8217;t care about rounded corners.</strong> Bold statement? Perhaps. But recently I&#8217;ve taken this approach to a few designs as I&#8217;m tired of having to use some sort of <a
href="http://www.cssjuice.com/25-rounded-corners-techniques-with-css/">rounded corner hack</a> to support IE. It&#8217;s a lot easier to just <strong>use the CSS 3 declaration</strong>.</p><p><span
id="more-1607"></span></p><p>If you&#8217;re up-to-date with your CSS knowledge, you&#8217;ll know that <strong>CSS 3 has introduced rounded corners</strong>, among other &#8216;goodies&#8217;. The problem is though that IE doesn&#8217;t support CSS 3 yet but Firefox, Safari and Chrome do.</p><p>Some CSS 3 techniques I&#8217;ve been using on <a
href="http://sharethrough.com">Sharethrough</a> and <a
href="http://lookaly.com">Lookaly</a>:</p><h4>CSS 3 rounded corners</h4><div
style="text-align:center;"><img
src="http://cdn.leemunroe.com/wp-content/uploads/rounded.jpg" border="0" alt="rounded.jpg" width="540" height="100" /></div><p>&nbsp;</p><div
style="text-align:center;"><img
src="http://cdn.leemunroe.com/wp-content/uploads/rounded2.jpg" border="0" alt="rounded2.jpg" width="540" height="100" /></div><p>&nbsp;</p><pre><code>div{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}</code></pre><h4>CSS 3 text shadow</h4><div
style="text-align:center;"><img
src="http://cdn.leemunroe.com/wp-content/uploads/shadow2.jpg" border="0" alt="shadow2.jpg" width="540" height="100" /></div><p>&nbsp;</p><div
style="text-align:center;"><img
src="http://cdn.leemunroe.com/wp-content/uploads/shadow.jpg" border="0" alt="shadow.jpg" width="540" height="100" /></div><p>&nbsp;</p><pre><code>div{
text-shadow: -1px -1px 3px rgba(0,0,0,0.25);
}</code></pre><h4>CSS 3 box shadow</h4><div
style="text-align:center;"><img
src="http://cdn.leemunroe.com/wp-content/uploads/shadow3.jpg" border="0" alt="shadow3.jpg" width="540" height="100" /></div><p>&nbsp;</p><pre><code>img{
-webkit-box-shadow:0 0 5px 5px rgba(34,34,34,0.3);
-moz-box-shadow:0 0 5px 5px rgba(34,34,34,0.3);
}</code></pre><h4>But how do you deal with clients?</h4><p>This is where it gets tricky. If you show a client a mockup with rounded corners and the final solution doesn&#8217;t have these (because they use IE) they&#8217;ll probably not be too happy.</p><p>If you&#8217;re working with computer savvy clients, who use Safari or Firefox, they should understand. If you&#8217;re working on your own personal or side project, happy days. If not, you can try Andy Clarke&#8217;s approach of <strong>designing in the browser</strong>. <a
href="http://stuffandnonsense.co.uk/blog/about/time_to_stop_showing_clients_static_design_visuals/">Time to stop showing clients static design visuals</a> is a very good article about skipping the static mockup stage.</p><h4>Conclusion</h4><p>The point I&#8217;m trying to make here is that <strong>as long as it looks OK in all browsers</strong>, we can afford to take liberties when it comes to making it look nicer for those who use Firefox and Safari. Most designers use Firefox or Safari and they&#8217;ll appreciate the rounded corners more. IE users <em>*probably*</em> don&#8217;t care.</p><p><strong><em>What do you think? Have you started using CSS 3 in your designs? Do you think IE users should get to see the rounded corners too? Share your thoughts below.</em></strong></p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/ie-rounded-corners-css3/feed/</wfw:commentRss> <slash:comments>62</slash:comments> </item> <item><title>Quicktip: Auto-Complete Blog Comment Fields</title><link>http://www.leemunroe.com/auto-complete-blog-comment-fields/</link> <comments>http://www.leemunroe.com/auto-complete-blog-comment-fields/#comments</comments> <pubDate>Tue, 13 Jan 2009 10:02:58 +0000</pubDate> <dc:creator>Lee</dc:creator> <category><![CDATA[Wordpress]]></category> <category><![CDATA[comments]]></category> <category><![CDATA[firefox]]></category> <category><![CDATA[plugins]]></category><guid
isPermaLink="false">http://www.leemunroe.com/?p=845</guid> <description><![CDATA[You like to comment on blog posts but you&#8217;re sick of having to enter the usual name, mail and website fields (even with autofill it still requires effort).
If you&#8217;re using Firefox there&#8217;s a handy solution. EasyComment is a plugin that stores this default information for you. Then, when you&#8217;re on a blog post and you [...]]]></description> <content:encoded><![CDATA[<p>You like to comment on blog posts but you&#8217;re <strong>sick of having to enter the usual name, mail and website fields</strong> (even with autofill it still requires effort).</p><p>If you&#8217;re using Firefox there&#8217;s a handy solution. <a
href="https://addons.mozilla.org/en-US/firefox/addon/9095">EasyComment</a> is a <strong>plugin that stores this default information for you</strong>. Then, when you&#8217;re on a blog post and you want to leave a comment, click the <a
href="https://addons.mozilla.org/en-US/firefox/addon/9095">easyComment</a> button and <strong>it will fill in all the fields</strong>. You can even enter a default message like &#8216;Nice post, thanks&#8217; if that&#8217;s all you want to say.</p><p><span
id="more-845"></span></p><div
style="text-align:center;"><img
src="http://cdn.leemunroe.com/wp-content/uploads/picture-36.png" border="0" alt="Picture 36.png" width="540" height="460" /></div><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/9095">Click here to get easyComment.</a></p><p>The easyComment button is located at the bottom of your browser window.</p><div
class="blog-img"><img
src="http://cdn.leemunroe.com/wp-content/uploads/easy.jpg" border="0" alt="easy.jpg" width="310" height="145" /></div><p>Without easyComment, it takes approximately 10 seconds to fill in your name, email and url. Assuming you leave 1 comment per day, that&#8217;s <strong>70 seconds per week</strong> or <strong>310 seconds per month</strong> or 3,650 seconds per year you&#8217;ll save. That&#8217;s an<strong> extra hour</strong> you could be playing Halo or World of Warcraft <img
src='http://cdn.leemunroe.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> <wfw:commentRss>http://www.leemunroe.com/auto-complete-blog-comment-fields/feed/</wfw:commentRss> <slash:comments>21</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 4/13 queries in 0.061 seconds using disk
Content Delivery Network via cdn.leemunroe.com

Served from: www.leemunroe.com @ 2010-09-07 23:18:13 -->