<?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>Webmonkey &#187; Visual Design</title>
    <atom:link href="http://www.webmonkey.com/category/visual-design/feed/" rel="self" type="application/rss+xml" />
    <link>http://www.webmonkey.com</link>
    <description>The Web Developer&#039;s Resource</description>
    <lastBuildDate>Mon, 06 May 2013 17:29:19 +0000</lastBuildDate>
    <language>en-US</language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <generator>http://wordpress.org/?v=3.4.2</generator>
    
    <item>
        <title>The Two Flavors of a &#8216;One Web&#8217; Approach: Responsive vs. Adaptive</title>
        <link>http://www.webmonkey.com/2013/05/the-two-flavors-of-a-one-web-approach-responsive-vs-adaptive/</link>
        <comments>http://www.webmonkey.com/2013/05/the-two-flavors-of-a-one-web-approach-responsive-vs-adaptive/#comments</comments>
        <pubDate>Mon, 06 May 2013 13:28:00 +0000</pubDate>

                <dc:creator>Igor Faletski</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=61793</guid>
        		<category><![CDATA[Responsive Design]]></category>
		<category><![CDATA[Visual Design]]></category>
        <description><![CDATA[﻿[Editor's note: The following is a guest post from Igor Faletski, CEO of Mobify, which provides tools for adapting web sites for smartphones and tablets.] You&#8217;ve probably heard people say we&#8217;re living in a &#8220;post-PC world.&#8221; What does that mean for web developers? It means that 30% to 50% of your website’s traffic now comes [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><div id="attachment_53661" class="wp-caption alignleft" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2012/01/tablets.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2012/01/tablets.jpg" alt="" title="tablets" width="580" height="434" class="size-full wp-image-53661" /></a><p class="wp-caption-text">A handful of the many screens your website must handle. <em>Photo: Ariel Zambelich/Wired.com</em></p></div>﻿[<strong><em>Editor's note: The following is a guest post from Igor Faletski, CEO of <a href="http://www.mobify.com/">Mobify</a>, which provides tools for adapting web sites for smartphones and tablets.</em></strong>]</p>
<p>You&#8217;ve probably heard people say we&#8217;re living in a &#8220;post-PC world.&#8221; What does that mean for web developers? It means that 30% to 50% of your website’s traffic now comes from mobile devices. It means that soon, desktop and laptop users will be in a minority on the web. </p>
<p>How do we deal with this tectonic shift in user behavior? We’ve moved beyond the era of m-dot or t-dot hacks, into one where responsive and adaptive design techniques rule the day &#8212; what the W3C calls a <a href="http://www.w3.org/TR/mobile-bp/#OneWeb">One Web approach</a>. The key part of the W3C&#8217;s recommendation is that &#8220;One Web means making, as far as is reasonable, the same information and services available to users irrespective of the device they are using.&#8221;</p>
<p>For developers that means that taking a One Web approach ensures that not only does your site work on the smartphones and tablets of today, but it can be future-proofed for the unimagined screens of tomorrow.</p>
<p>There are currently three popular approaches to developing a One Web site: using a <a href="http://www.webmonkey.com/2013/01/take-responsive-design-beyond-media-queries/">responsive design</a>; client-side adaptive designs; and server-side adaptive designs. </p>
<p>One is not better or worse than the other; each has its own strengths and weaknesses and the wise web developer will consider the benefits and drawbacks of each before picking the one that works for their next project.</p>
<h3>Responsive Web Design</h3>
<p>Responsive web design is the most common One Web approach. The approach uses <a href="http://www.webmonkey.com/2012/01/building-a-responsive-future-friendly-web-for-everyone/">CSS media queries</a> to modify the presentation of a website based on the size of the device display. The number of responsive sites is rapidly increasing, from the <a href="http://www.webmonkey.com/2011/09/the-boston-globe-embraces-responsive-design/">Boston Globe</a> to Disney to Indochino. </p>
<p>A key advantage of this approach is that designers can use a single template for all devices, and just use CSS to determine how content is rendered on different screen sizes. Plus, those designers can still work in HTML and CSS, technologies they’re already familiar with. Additionally, there’s a growing number of responsive-friendly, open-source toolkits like <a href="http://twitter.github.com/bootstrap/">Bootstrap</a> or <a href="http://foundation.zurb.com/">Foundation</a> which help simplify the process of building responsive sites. </p>
<p>On the other hand, there are few shortcuts to a sound responsive design. To go responsive, organizations often have to undertake a complete site rebuild. </p>
<p>The design and testing phase can be quite fussy, as it can be difficult to customize the user experience for every possible device or context. We&#8217;ve all seen responsive site layouts that look like a bunch of puzzle pieces that don&#8217;t quite fit together. Responsive web design works best in combination with a mobile-first approach, where the mobile use case is prioritized during development. <a href="http://www.webmonkey.com/2012/03/video-progressive-enhancement-2-0/">Progressive enhancement</a> is then used to address tablet and desktop use cases.</p>
<p>Performance can also be a bugbear for responsive sites. At Mobify, we recently completed an analysis of 15 popular responsive e-commerce sites. Among these sites, the home pages loaded an average of 87 resources and 1.9 MB of data. Some responsive pages were as <a href="https://www.evernote.com/shard/s25/sh/c9f91915-af74-42b2-8771-ecfd37768225/3cd545176d8acff830daf5b1a3d1d3d6/res/3329c9b6-a9da-468c-8ffe-80c5bd1138ab/skitch.png">big as 15MB</a>.</p>
<p>The numbers are that high because a responsive approach covers all devices. Your user is only using one device, but they have to wait for all of the page elements and resources to load before they can use it. Put simply, performance affects your bottom line. On smartphones, the conversion rate <a href="http://www.webperformancetoday.com/2011/11/23/case-study-slow-page-load-mobile-business-metrics/">drops by an extra 3.5 percent</a> when users have to wait just one second. By the three second mark, <a href="http://www.strangeloopnetworks.com/resources/infographics/web-performance-and-user-expectations/website-abandonment-happens-after-3-seconds/">57 percent of users will have left your site completely</a>.</p>
<p>While responsive design is fast becoming the de facto standard, it also creates new challenges for online businesses, including how to handle images, how to optimize mobile performance and often means sites need to be rebuilt from the ground up with a mobile first approach.</p>
<h3>Client-Side Adaptive</h3>
<p>Adaptive design builds on the principles of responsive design to deliver user experiences that are targeted at specific devices and contexts. It uses JavaScript to enrich websites with advanced functionality and customization. For example, adaptive websites deliver Retina-quality images only to Retina displays (such as the new iPad) while standard-definition displays receive lower-quality images. </p>
<p>There are two approaches to adaptive design &#8212; one where the adaptations occur on the client side, in the user’s browser, and another where the web server does the heavy lifting of detecting various devices and loading the correct template. Examples of client-side adaptive sites include Threadless and ideeli. One of the strengths of the adaptive templating approach is the ability to reuse one set of HTML and JavaScript across devices, simplifying change management and testing.</p>
<p>A client-side adaptive approach means you don&#8217;t have to rebuild your site from the ground up. Instead you can build on existing content while still delivering a mobile-responsive layout. For expert developers, this approach also enables you to specifically target particular devices or screen resolutions. For example, for many of Mobify’s online fashion retail clients, 95% of their mobile traffic comes from iPhones. Client-side adaptive means they can optimize specifically for Apple smartphones. </p>
<p>Unlike responsive design, adaptive templates ensure that only the required resources are loaded by the client’s device. Because device and feature detection is shifted to the mobile device itself, CDN networks like Akamai and Edgecast can use most of their caching functionality without disrupting the user experience.</p>
<p>The client-side adaptive approach has a higher barrier to entry than responsive design. Developers need to have a solid grasp of JavaScript to use this technique. It also depends on a site’s existing templates as the foundation. Finally, because the client-side adaptations are a kind of layer on top of your existing code base, you need to maintain them as your site as a whole evolves. </p>
<h3>Server-Side Adaptive</h3>
<p>We can achieve the server-side adaptive approach in a variety of ways, through server-side plugins and custom user agent detection. Sites that use server-side adaptive include Etsy, One Kings Lane and OnlineShoes.com.</p>
<p>Why choose server-side adaptive? It typically offers distinct templates for each devices, enabling more customization, and it keeps device-detection logic on the server, enabling smaller mobile pages that load faster. Additionally, there are numerous server-side plugins available for common CMSs and eCommerce systems such as Magneto.</p>
<p>This approach isn&#8217;t for the faint of heart&#8211;it typically requires significant changes to your back-end systems, which can result in a lengthy (and costly) implementation. The requirement to manage multiple templates raises ongoing maintenance costs. Finally, this approach can encounter performance issues when servers are under heavy load. When mobile user agent detection is performed on the server, a lot of common caching mechanisms deployed by CDNs like Akamai need to be turned off. This can result in a slower user experience for mobile and desktop visitors.</p>
<p>Of course, many companies are still wrestling with the basics of responsive, and they’re not ready to confront the more sophisticated flavors of adaptive. Increasingly competition and mobile traffic, however, will drive more and more organizations to kick the tires on all three approaches, and pick the one that works best for their users.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2013/05/the-two-flavors-of-a-one-web-approach-responsive-vs-adaptive/feed/</wfw:commentRss>
        <slash:comments>28</slash:comments>

        
    </item>
    
    <item>
        <title>It&#8217;s the End of the &#8216;Blink&#8217; Tag as We Know It</title>
        <link>http://www.webmonkey.com/2013/04/its-the-end-of-the-blink-tag-as-we-know-it/</link>
        <comments>http://www.webmonkey.com/2013/04/its-the-end-of-the-blink-tag-as-we-know-it/#comments</comments>
        <pubDate>Wed, 10 Apr 2013 13:39:19 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=61569</guid>
        		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[HTML]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2013/04/endisnigh_by_Almita_Ayon_flickr-200x100.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2013/04/endisnigh_by_Almita_Ayon_flickr.jpg" alt="It&#8217;s the End of the &#8216;Blink&#8217; Tag as We Know It" /></div>And we feel fine, really. In fact, the whole web will feel fine should Firefox -- the last browser still supporting the non-standard and highly-annoying blink tag -- decide to finally drop support for it.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><div id="attachment_61571" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2013/04/endisnigh_by_Almita_Ayon_flickr.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2013/04/endisnigh_by_Almita_Ayon_flickr.jpg" alt="" title="endisnigh_by_Almita_Ayon_flickr" width="580" height="359" class="size-full wp-image-61571" /></a><p class="wp-caption-text">The end is nigh. <em>Image: <a href="https://secure.flickr.com/photos/almitaayon/8029801761/">Almita Ayon/Flickr</a></em>.</p></div>Mozilla developers are currently <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=857820">debating</a> how to drop support for the much-maligned <code>&lt;blink&gt;</code> tag. </p>
<p>With Opera moving to Google&#8217;s <a href="http://www.webmonkey.com/2013/04/what-googles-webkit-fork-means-for-the-web-and-web-developers/">new Blink rendering engine</a>, which, despite the name, does not support the blink tag, Mozilla finds itself in the strange position of having the only rendering engine that does in fact parse and display blinking text like it&#8217;s 1996.</p>
<p>Originally conceived (and implemented) as <a href="http://www.montulli.org/theoriginofthe%3Cblink%3Etag">a drunken joke</a>, blinking text isn&#8217;t just bad usability &#8212; usability guru Jakob Nielsen famously called <code>&lt;blink&gt;</code> &#8220;<a href="http://www.nngroup.com/articles/original-top-ten-mistakes-in-web-design/">simply evil</a>&#8221; &#8212; it can potentially induce seizures. Even if you aren&#8217;t prone to seizures, blinking text is downright annoying.</p>
<p>But while few may mourn the passing of the <code>&lt;blink&gt;</code> scourge, really, where would we be without it? Despite never being part of any HTML specification the blink tag managed to take the early web by storm, driven especially by the design prowess of early Geocities homepage creators. </p>
<p>Indeed without <code>&lt;blink&gt;</code> would there have been a Geocities? And without Geocities would there have been a MySpace? And without MySpace would there have been, well, let&#8217;s stop there.  </p>
<p>Sadly, the end of the blink tag will not mean the end of blinking text on the web. It will ruin this <a href="http://divshot.github.io/geo-bootstrap/">fabulous Twitter Bootstrap theme</a> we&#8217;ve had our eye on, but there are still plenty ways to get text to blink &#8212; CSS and JavaScript are both, regrettably, up to the task.</p>
<p>So far there&#8217;s been <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=857820">little protest</a> about removing <code>&lt;blink&gt;</code> support from Firefox. There&#8217;s been some debate as to where or not the CSS 2.1 <code>text-decoration: blink;</code> rule should go with it (yes!), but the tag itself is most likely headed for the dustbin of web history.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2013/04/its-the-end-of-the-blink-tag-as-we-know-it/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>You Suck at Search</title>
        <link>http://www.webmonkey.com/2013/03/you-suck-at-search/</link>
        <comments>http://www.webmonkey.com/2013/03/you-suck-at-search/#comments</comments>
        <pubDate>Tue, 19 Mar 2013 13:18:21 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=61311</guid>
        		<category><![CDATA[UI/UX]]></category>
		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[search]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2013/03/suckatsearch-200x100.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2013/03/suckatsearch.jpg" alt="You Suck at Search" /></div>Not you of course, but everyone else sucks at searching, which is why usability expert Jakob Nielsen believes you should re-think your website's search tools. "Having varied vocabulary words spring from their foreheads wasn’t a survival skill for ice age hunters," writes Nielsen, "so most people today can’t think up good queries without help." It's up to you -- and your site -- to help them.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled -->
<p><div id="attachment_61312" class="wp-caption alignleft" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2013/03/suckatsearch.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2013/03/suckatsearch.jpg" alt="" title="suckatsearch" width="580" height="123" class="size-full wp-image-61312" /></a><p class="wp-caption-text"><em>Image: Screenshot/Webmonkey</em></p></div>Even if you&#8217;re pretty good at searching, the majority of your website&#8217;s users are probably not. In fact, user experience expert Jakob Nielsen thinks most people are so bad at searching that site-specific search engines would do better to return navigation elements rather than actual search results.</p>
<p>Nielson&#8217;s <a href="http://www.nngroup.com/articles/search-navigation/">research reveals</a> that while more people reach for the search box to find what they&#8217;re after on a site, few of them &#8220;know how to use it.&#8221; The normally more prosaic Nielson writes:</p>
<blockquote>
<p>It would certainly be nice if schools would get better at teaching kids how to search. But I don&#8217;t hold out much hope, because most people have the literary skills of an anteater (I was going to say, &#8220;a chimpanzee,&#8221; but these animals are too smart for my metaphor). Having new and varied vocabulary words spring from their foreheads wasn&#8217;t a survival skill for ice age hunters, so most people today can&#8217;t think up good queries without help.</p>
</blockquote>
<p>Presumably Nielsen means literacy skills, not literary skills. That&#8217;s a pretty harsh critique, but if you&#8217;ve ever watched a less web-savvy friend or family member search for something you might be able to relate. </p>
<p>So how do you design your site&#8217;s search tool to help these &#8220;mediocre searchers&#8221; as Nielsen calls them?</p>
<p>Nielsen is critical of instant search suggestions, currently a popular way to help people using search tools. He claims that, while sometimes helpful, auto-complete tools can also be limiting because &#8220;users often view the drop-down as a mini-SERP and assume that it lists everything the site carries.&#8221;</p>
<p>The better way to do search according to Nielsen is to simply return product categories. The example in his report cites Costco, which, when searching for &#8220;television&#8221; will return all of its TV product categories rather than actual individual televisions. The product category links help users refine their choice and get to the televisions they actually want without having to wade through as many individual results.</p>
<p>It&#8217;s important to note that Nielsen is only advocating this sort of redirecting when the search term is &#8220;unambiguous and exactly matches the category.&#8221; As Nielsen notes, &#8220;until people begin to grasp the complexities of search and develop skills accordingly, businesses that take such extra steps to help users find what they need will improve customer success &#8212; and the bottom line.&#8221;</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2013/03/you-suck-at-search/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Simplify Responsive Design With ZURB&#8217;s &#8216;Foundation&#8217; Web Toolkit</title>
        <link>http://www.webmonkey.com/2013/03/simplify-responsive-design-with-zurbs-foundation-web-toolkit/</link>
        <comments>http://www.webmonkey.com/2013/03/simplify-responsive-design-with-zurbs-foundation-web-toolkit/#comments</comments>
        <pubDate>Thu, 07 Mar 2013 14:39:36 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=61187</guid>
        		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[UI/UX]]></category>
		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[Frameworks]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2013/03/foundation4-200x100.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2013/03/foundation4.jpg" alt="Simplify Responsive Design With ZURB&#8217;s &#8216;Foundation&#8217; Web Toolkit" /></div>Want to speed up the sometimes complicated process of responsive web design? Web development frameworks like ZURB's popular Foundation toolkit can help. The just-released Foundation 4 takes a mobile-first approach and uses SASS for more semantic code.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><div id="attachment_61189" class="wp-caption alignnone" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2013/03/foundation4.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2013/03/foundation4.jpg" alt="" title="foundation4" width="580" height="358" class="size-full wp-image-61189" /></a><p class="wp-caption-text">Foundation 4. <em>Image: Screenshot/Webmonkey</em>.</p></div></p>
<p>ZURB has released a major new version of its popular <a href="http://foundation.zurb.com/">Foundation framework</a>, a web development toolkit for quickly building responsive websites. The new Foundation v4 is a ground-up re-write that sees ZURB taking a mobile-first approach.</p>
<p>Like its erstwhile competitor <a href="http://www.webmonkey.com/2012/10/bootstrap-framework-plans-to-give-twitter-the-boot/">Bootstrap</a>, Foundation offers a set of HTML and CSS building blocks you can use to quickly develop basic site structure and design &#8212; layouts, typography, forms and other common design elements are all available.</p>
<p>There are three ways you can <a href="http://foundation.zurb.com/">try out Foundation 4</a>. You can download the straight compressed CSS and use that as a starting point for your own customizations. Alternately you can customize your build of Foundation, including only the elements you need; or you can install the <a href="http://sass-lang.com/">SASS</a> version of Foundation and customize it within your SASS code.</p>
<p>If you&#8217;re upgrading from Foundation 3 be sure to read through <a href="http://foundation.zurb.com/migration.php">ZURB&#8217;s migration guide</a> as the syntax for the grid and other elements has changed.</p>
<p>The real power of Foundation 4 doesn&#8217;t really come into play unless you go with the SASS option. Thanks to SASS&#8217;s &#8220;<a href="http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#mixins">mixins</a>&#8221; concept you can now use the grid tools in Foundation 4 without littering your HTML with the various (purely presentational) grid class names. Using Foundation 4 within your SASS project also makes it dead simple to use only the components you need, for example, you can include the grid mixins, but skip the typography if it&#8217;s not to your liking.</p>
<p>Be aware that the new mobile-first approach in Foundation 4 means browsers which don&#8217;t support media queries will only get very basic styling for the grid and other UI elements. Yes, that pretty much only affects IE 8. But, if your project needs more robust support for IE 8, there is a <a href="http://foundation.zurb.com/migration.php">modified version of Foundation 4</a> with support for IE 8 (alternately, you could stick with Foundation 3).</p>
<p>It&#8217;s also worth noting that, because Foundation 4 is such a departure from the previous version, ZURB plans to continue supporting Foundation 3 for some time. </p>
<p>If you&#8217;ve got questions about Foundation 4, head on over to the official site and check out the <a href="http://foundation.zurb.com/docs/">documentation.</a> You can also <a href="https://github.com/zurb/foundation/">explore the code on GitHub</a> &#8212; Foundation is one of the top 20 most-starred projects on the site.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2013/03/simplify-responsive-design-with-zurbs-foundation-web-toolkit/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Learn Typography Basics With &#8216;On Web Typography&#8217;</title>
        <link>http://www.webmonkey.com/2013/02/learn-typography-basics-with-on-web-typography/</link>
        <comments>http://www.webmonkey.com/2013/02/learn-typography-basics-with-on-web-typography/#comments</comments>
        <pubDate>Mon, 11 Feb 2013 19:32:19 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=60895</guid>
        		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[video]]></category>
        <description><![CDATA[Web typography has come a long way from the days when the only way to get a custom typeface on a page was with images created in Photoshop. These days, thanks to widespread browser support for CSS @font-face and services like Typekit, a couple lines of code will add actual font files to your pages. [...]]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><iframe src="http://player.vimeo.com/video/59237572" width="580" height="326" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe></p>
<p>Web typography has come a long way from the days when the only way to get a custom typeface on a page was with images created in Photoshop. These days, thanks to widespread browser support for CSS @font-face and services like Typekit, a couple lines of code will add actual font files to your pages.</p>
<p>Go back to 2001 with that information and you would blow many a designer&#8217;s mind.</p>
<p>Of course if you&#8217;re not a designer, today&#8217;s overwhelming variety of type possibilities can be overwhelming. For some help deciphering it all and navigating the sometimes complex world of web typography, check out <a href="http://vimeo.com/59237572#">the video</a> above of Typekit&#8217;s <a href="http://jasonsantamaria.com/">Jason Santa Maria</a>&#8216;s talk &#8220;On Web Typography.&#8221; The video comes from <a href="http://aneventapart.com/">An Event Apart</a> Boston in June of last year, but was only recently made available online (note that Santa Maria has since <a href="http://jasonsantamaria.com/articles/leaving-typekit">left Typekit</a>).</p>
<p>After a whirlwind tour of the history of online typography, Santa Maria explores typography from a newcomer&#8217;s perspective, looking at how typography affects how you read and how to choose and combine typefaces for a better looking, easier to read site. It&#8217;s about an hour long, but you&#8217;d be hard pressed to find a better intro to and overview of the art of typography.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2013/02/learn-typography-basics-with-on-web-typography/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Create Better, Sharper Web Graphics With SVG</title>
        <link>http://www.webmonkey.com/2013/02/create-better-sharper-web-graphics-with-svg/</link>
        <comments>http://www.webmonkey.com/2013/02/create-better-sharper-web-graphics-with-svg/#comments</comments>
        <pubDate>Tue, 05 Feb 2013 19:23:00 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=60833</guid>
        		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[Web Basics]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2013/02/screen_w.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2013/02/screen_w.jpg" alt="Create Better, Sharper Web Graphics With SVG" /></div>Today's high resolution screens make yesterday's graphics look blurry and pixelated. Fortunately there's a simple solution, one that's been around for years: Scalable Vector Graphics or SVG.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><div id="attachment_57206" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2012/06/120316-NEW-IPAD-002edit-1024x682.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2012/06/120316-NEW-IPAD-002edit-580.jpg" alt="" title="120316-NEW-IPAD-002edit-580" width="580" height="386" class="size-full wp-image-57206" /></a><p class="wp-caption-text">The iPad may have started it, but the high resolution screen will soon be the norm. <em>Photo: Ariel Zambelich/Wired.com</em> <a href='http://creativecommons.org/licenses/by-nc/3.0/' ><img style='float:right;padding:0;' src='http://www.wired.com/about/wp-content/gallery/global/creative-commons.gif' class='creative-commons'></a></p></div></p>
<p>The <a href="http://www.webmonkey.com/2012/06/make-sure-your-site-looks-good-on-the-new-retina-macbook-pro/">rise of high-resolution screens</a> means that web developers need resolution-independent graphics or images look blurry. For photographs <a href="http://www.webmonkey.com/2012/11/preview-the-proposed-html-picture-element/">responsive images</a> may be the solution, but for simpler graphics like logos and icons there&#8217;s an easy solution that&#8217;s been with us for some time &#8212; Scalable Vector Graphics or SVG.</p>
<p>A slightly blurry icon or logo on a retina display probably isn&#8217;t going to drive your visitors away, but if it&#8217;s easy to fix and can potentially save you some bandwidth as well, why not?</p>
<p>Historically, browser support for SVG has not been particularly good, but these days SVG images work just about everywhere, except older versions of IE. Thankfully it isn&#8217;t hard to serve up regular old PNG files to older versions of IE while keeping the resolution-independent goodness for everyone else.</p>
<p>Developer David Bushell recently tackled the topic of SVG graphics in a very thorough post titled <a href="http://dbushell.com/2013/02/04/a-primer-to-front-end-svg-hacking/">A Primer to Front-end SVG Hacking</a>. Bushell covers using SVG graphics in image tags, stylesheets, sprites and even the old-school <code>&lt;object&gt;</code> method. He&#8217;s also got a great list of external resources, including <a href="http://benhowdle.im/svgeezy/">SVGeezy</a> for IE fallback, the <a href="https://github.com/svg/svgo">SVG Optimizer</a> for saving on bandwidth and <a href="https://github.com/filamentgroup/grunticon">grunticon</a> which converts SVG files to PNG and data URIs for fallback images.</p>
<p>Head on over to <a href="http://dbushell.com/2013/02/04/a-primer-to-front-end-svg-hacking/">Bushell&#8217;s site</a> for more details and you can check out some of our <a href="http://www.webmonkey.com/2012/06/cure-the-high-resolution-blurs-with-svg-and-icon-fonts/">previous</a> <a href="http://www.webmonkey.com/2011/10/getting-started-with-scalable-vector-graphics-svg/">posts</a> on SVG for even more resources.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2013/02/create-better-sharper-web-graphics-with-svg/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Turning Off Responsive Design</title>
        <link>http://www.webmonkey.com/2013/01/turning-off-responsive-design/</link>
        <comments>http://www.webmonkey.com/2013/01/turning-off-responsive-design/#comments</comments>
        <pubDate>Tue, 15 Jan 2013 19:05:24 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=60587</guid>
        		<category><![CDATA[Responsive Design]]></category>
		<category><![CDATA[UI/UX]]></category>
		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[responsive design]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2013/01/responsive-design-w.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2013/01/responsive-design-w.jpg" alt="Turning Off Responsive Design" /></div>Should you offer users a way to opt-out of responsive designs? Provided your responsive designs are well done the answer is generally no, but as always there are edge cases worth considering.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><div id="attachment_53661" class="wp-caption alignnone" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2012/01/tablets.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2012/01/tablets.jpg" alt="" title="tablets" width="580" height="434" class="size-full wp-image-53661" /></a><p class="wp-caption-text">A handful of the many canvases your site will adorn. <em>Photo: Ariel Zambelich/Wired.com</em></p></div>
<p>In the bad old days of just four years ago it was pretty common for mobile users to get shunted off to some half-baked, feature-deprived &#8220;mobile&#8221; version of the website they were trying to visit. This misguided practice was common (and annoying) enough that even today Chrome for Android and other mobile web browsers ship with a feature that allows users to &#8220;request desktop site.&#8221; </p>
<p>To make that feature work Chrome for Android changes its user agent string. Any site that uses user agent strings to redirect mobile users will no longer because to redirect them and the desktop version is displayed. </p>
<p><a href="http://www.webmonkey.com/2013/01/take-responsive-design-beyond-media-queries/">Responsive websites</a> don&#8217;t rely on user agent strings though. Instead they adapt to screen size based on CSS media queries so even if a user has the option for desktop sites checked in Chrome they still won&#8217;t get the &#8220;desktop&#8221; site (of course with responsive sites there really is no desktop site, just a desktop <em>layout</em>). </p>
<p>Provided your <a href="http://www.webmonkey.com/2013/01/simplify-responsive-design-by-embracing-the-flexible-nature-of-the-web/">responsive designs are good</a>, this isn&#8217;t a problem (and if they aren&#8217;t then you have bigger problems). However, Opera web standards evangelist Bruce Lawson raises an interesting edge case: what about users that have never seen the mobile layout and are disoriented when they do? If you were expecting, say, the desktop layout of the <a href="http://bostonglobe.com/">BostonGlobe.com</a> and instead saw the mobile layout for the first time you might be understandably confused. Here&#8217;s what Lawson has to say:</p>
<blockquote>
<p>My reason for wondering [about turning off responsive design] is watching my dad use his Xmas Android phone and seeing his puzzlement that some sites look completely different on that device. Non-RWD sites loaded the layout he was familiar with &#8212; the desktop layout &#8212; which meant he could verify he was on the right site, he knew where in the layout the content he wanted was, and then scroll and zoom to it. When a site looked radically different, he&#8217;d check the URL bar to ensure that he&#8217;d typed in the right address. In short, he found RWD to be confusing and it meant he didn&#8217;t trust the site – no way would he buy anything from these sites. </p>
</blockquote>
<p>The first thing to note is that this isn&#8217;t a problem unique to responsive sites. The same thing would crop up with a separate mobile experience. The difference is the inability to opt out of the responsive layout. An edge case? Sure, but Lawson isn&#8217;t alone in wondering about turning off responsive designs. CSS guru Chris Coyier <a href="http://css-tricks.com/user-opt-out-responsive-design/">tackled that very question</a> last year, writing:</p>
<blockquote>
<p>Why don&#8217;t we see opt-out responsive design? My guess is two-fold:</p>
<ol>
<li>It&#8217;s a bit technically challenging to implement and there aren&#8217;t a lot of precedents.</li>
<li>It&#8217;s admitting you didn&#8217;t do a very good job on the responsive design.</li>
</ol>
<p>The latter likely being the bigger factor. Like: why are we creating this responsive design at all if we aren&#8217;t sure it&#8217;s a better experience?</p>
</blockquote>
<p>I would agree with both points, but clearly there are at least a few edge cases where offering an option to turn off responsive design might be a good idea. Of course it may not be worth worrying about the edge case of unfamiliar visitors &#8212; that&#8217;s the sort of decision you can only really make by looking at your own visitors and doing your own testing. </p>
<p>If you actually want to try it, Coyier has some <a href="http://css-tricks.com/user-opt-out-responsive-design/">ideas on how to go about creating an option to opt out of a responsive design</a>.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2013/01/turning-off-responsive-design/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Simplify Responsive Design by Embracing the Flexible Nature of the Web</title>
        <link>http://www.webmonkey.com/2013/01/simplify-responsive-design-by-embracing-the-flexible-nature-of-the-web/</link>
        <comments>http://www.webmonkey.com/2013/01/simplify-responsive-design-by-embracing-the-flexible-nature-of-the-web/#comments</comments>
        <pubDate>Wed, 09 Jan 2013 18:33:01 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=60479</guid>
        		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[responsive design]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2013/01/Leaning_Tower_of_Pisa_by_mcpig_flickr-200x100.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2013/01/Leaning_Tower_of_Pisa_by_mcpig_flickr.jpg" alt="Simplify Responsive Design by Embracing the Flexible Nature of the Web" /></div>Still using pixels in your responsive designs? Pixels may work, but using pixels means fighting the inherent flexibility of the web. It also means you're probably doing more work than you need to.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><div id="attachment_60481" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2013/01/Leaning_Tower_of_Pisa_by_mcpig_flickr.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2013/01/Leaning_Tower_of_Pisa_by_mcpig_flickr.jpg" alt="" title="Leaning_Tower_of_Pisa_by_mcpig_flickr" width="580" height="386" class="size-full wp-image-60481" /></a><p class="wp-caption-text">Some flexible foundations are better than others. <em>Image: <a href="https://secure.flickr.com/photos/mcpig/2131498182/">McPig/Flickr</a></em></p></div>
<p>If you&#8217;re using pixels as part of your responsive designs you&#8217;re probably making your life harder than it needs to be. </p>
<p>There&#8217;s nothing &#8220;wrong&#8221; with using pixels in an otherwise responsive layout, but if you do you&#8217;ll likely end up writing more code than you would using flexible units. </p>
<p>Jon Allsopp&#8217;s <a href="http://www.alistapart.com/articles/dao/">A Dao of Web Design</a> predates responsive design by a decade, but its prescient advice remains perhaps the best way to approach any design, responsive or otherwise: &#8220;It is the nature of the web to be flexible, and it should be our role as designers and developers to embrace this flexibility, and produce pages which, by being flexible, are accessible to all.&#8221;</p>
<p>More than just embracing the nature of the medium, building your sites atop what developer Trent Walton calls &#8220;<a href="http://trentwalton.com/2013/01/07/flexible-foundations/">Flexible Foundations</a>&#8221; can go a long way to making development easier. As Walton points out in his post, using pixels often means more code since pixel-based type, margins and padding mean you need to add new values at every responsive breakpoint. </p>
<p>&#8220;In many ways,&#8221; writes Walton, &#8220;every time we use a pixel value in CSS we&#8217;re rasterizing what was a fully-scalable web.&#8221;</p>
<p>Stick with percentages, ems or the newer rem units and your designs can scale simply by changing the body font size. Embracing the flexibility of the medium means you can adapt as well &#8212; no need to panic when a client wants to <a href="http://www.underconsideration.com/MaketheLogoBigger.mp3">make the logo bigger</a> at the last minute, you can scale the whole layout up (or down) with a few lines of code. For Walton&#8217;s design firm, <a href="http://paravelinc.com/">Paravel</a>, the flexible approach has already proved its worth in just this way:</p>
<blockquote>
<p>This paid off a few weeks ago, when a client wanted to make significant changes to the layout for his site. Type, imagery, buttons, etc. needed to be smaller and overall width &amp; spacing (margins / padding) needed to be reduced. Thankfully, this was as simple as adjusting the body font-size at wide views. Years ago, however, this could have set the project weeks beyond scoped timeline and budget.</p>
</blockquote>
<p>As developer Brad Frost has <a href="http://bradfrostweb.com/blog/web/for-a-future-friendly-web/">said</a>, &#8220;Get your content ready to go anywhere because it’s going to go everywhere.&#8221; Pixels may work today, but they make for a rigid site that might well break on new devices. As Walton concludes &#8220;the sites we&#8217;ve built to display on a desktop, smartphone, or a tablet today could be on a TV screen, coffee table display, or mega space yacht projection system tomorrow.&#8221; Start with a flexible foundation and your site should handle just about any hardware that tries to load it.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2013/01/simplify-responsive-design-by-embracing-the-flexible-nature-of-the-web/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

    <enclosure url="http://www.underconsideration.com/MaketheLogoBigger.mp3" length="3298217" type="audio/mpeg" />
    
    </item>
    
    <item>
        <title>&#8216;Interactive Guide&#8217; Teaches the Basics of Good Web Typography</title>
        <link>http://www.webmonkey.com/2012/12/interactive-guide-teaches-the-basics-of-good-web-typography/</link>
        <comments>http://www.webmonkey.com/2012/12/interactive-guide-teaches-the-basics-of-good-web-typography/#comments</comments>
        <pubDate>Wed, 19 Dec 2012 16:47:01 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=60401</guid>
        		<category><![CDATA[Blog Publishing]]></category>
		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[Web Basics]]></category>
		<category><![CDATA[typography]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2012/12/woodentype-200x100.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2012/12/woodentype.jpg" alt="&#8216;Interactive Guide&#8217; Teaches the Basics of Good Web Typography" /></div>Have a blog, but don't understand the finer points of good web typography? No problem. Thanks to developer Tommi Kaikkonen's interactive guide to blog typography you'll be an expert in no time. Your readers will thank you for it.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><div id="attachment_60402" class="wp-caption aligncenter" style="width: 590px"><a href="https://secure.flickr.com/photos/artisticwhim/3627382834/"><img src="http://www.webmonkey.com/wp-content/uploads/2012/12/woodentype.jpg" alt="" title="woodentype" width="580" height="382" class="size-full wp-image-60402" /></a><p class="wp-caption-text"><em>Image: <a href="https://secure.flickr.com/photos/artisticwhim/3627382834/">Rob McKaughan/Flickr</a></em></p></div>
<p>Good web typography needn&#8217;t be difficult, but typography can be a complicated and sometimes intimidating subject for newcomers.</p>
<p>To help you understand typography a bit better &#8212; and create better-looking websites with your new understanding &#8212; developer Tommi Kaikkonen created his <a href="http://kaikkonendesign.fi/typography/">Interactive Guide to Blog Typography</a>. The guide offers a nice hand-holding walk through of the elements that make for good typography on the web, helping you not just make more readable sites, but understand why they&#8217;re more readable.</p>
<p>For most suggestions in Kaikkonen&#8217;s guide there&#8217;s an interactive button to toggle different line-heights, fonts and measures so you can see for yourself why those elements matter and how they contribute to making your site easier to read.</p>
<p>Among the suggestions in Kaikkonen&#8217;s guide are to set a readable measure (the number of characters on a line), frame content with white space (to put emphasis on the main part of the page), avoid pure black for text and, unless you really know what you&#8217;re doing, stick with just two different fonts. </p>
<p>There is one part of the guide we can&#8217;t totally endorse &#8212; the last suggestion, which is to use <code>font-variant: small-caps;</code> even if the font you&#8217;re using doesn&#8217;t actually have a small-caps variant. With some fonts &#8212; the traditional six fonts of web design, for example &#8212; you can get away with this, but if you&#8217;re using fancier fonts like those from Google Web Fonts or TypeKit this can make for some really awful results; proceed with caution on that one.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2012/12/interactive-guide-teaches-the-basics-of-good-web-typography/feed/</wfw:commentRss>
        <slash:comments>0</slash:comments>

        
    </item>
    
    <item>
        <title>Flickr Revamps Site Navigation and &#8216;Explore&#8217; Page</title>
        <link>http://www.webmonkey.com/2012/12/flickr-revamps-site-navigation-and-explore-page/</link>
        <comments>http://www.webmonkey.com/2012/12/flickr-revamps-site-navigation-and-explore-page/#comments</comments>
        <pubDate>Wed, 12 Dec 2012 22:58:40 +0000</pubDate>

                <dc:creator>Scott Gilbertson</dc:creator>

        <guid isPermaLink="false">http://www.webmonkey.com/?p=60361</guid>
        		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Visual Design]]></category>
		<category><![CDATA[Web Services]]></category>
            <enclosure url="http://www.webmonkey.com/wp-content/uploads/2012/12/flickrredesign-200x100.jpg" type="image/jpeg" length="48000" />
                    <description><![CDATA[<div class="rss_thumbnail"><img src="http://www.webmonkey.com/wp-content/uploads/2012/12/flickrredesign.jpg" alt="Flickr Revamps Site Navigation and &#8216;Explore&#8217; Page" /></div>Flickr is on a roll. Having just cranked out a very nice update to its iOS app, Flickr has turned its attention to the web interface, launching a cleaned up toolbar and new look for the site's famous "Explore" page.]]></description>

            <content:encoded><![CDATA[<p><!-- wpautop enabled --><div id="attachment_60362" class="wp-caption aligncenter" style="width: 590px"><a href="http://www.webmonkey.com/wp-content/uploads/2012/12/flickrredesign.jpg"><img src="http://www.webmonkey.com/wp-content/uploads/2012/12/flickrredesign.jpg" alt="" title="flickrredesign" width="580" height="305" class="size-full wp-image-60362" /></a><p class="wp-caption-text">Flickr&#8217;s redesigned Explore page. <em>Image: Flickr</em></p></div>
<p>Hot on the heels of its <a href="https://itunes.apple.com/app/id328407587">awesome new iPhone app</a>, Flickr has rolled out some changes to its web interface, revamping the navigation bar, which Flickr says makes it easier to get around the site. Flickr has also added the popular &#8220;justified&#8221; view of photos to the Explore landing page.</p>
<p>The Flickr blog <a href="http://blog.flickr.net/en/2012/12/12/new-navigation-and-explore/">says</a> the changes are rolling out to everyone over the next few days, so if you don&#8217;t see them yet just be patient.</p>
<p>While Flickr says the new nav bar is &#8220;designed to make browsing Flickr faster and easier,&#8221; whether or not that&#8217;s true depends a little on which features you frequently use. The new navigation definitely simplifies things, but it does so by moving more than a few menu items off to obscure places. For example, options like browsing through your tags or looking at your collections have been moved out of the &#8220;You&#8221; menu to &#8220;More.&#8221; Similarly, the link to log out or get to your new mail have been moved to a new menu hidden in your user icon.</p>
<p>Flickr hasn&#8217;t outright deleted most menu items; they&#8217;ve just moved them to new locations. Sometimes that&#8217;s a good thing &#8212; for example, removing the &#8220;your&#8221; from all the options under a menu already named &#8220;You&#8221; makes sense &#8212; and other times it&#8217;s annoying, for example if you frequently browse by tags.</p>
<p>Less confusing is the new Explore page, which adopts the &#8220;justified&#8221; view that Flickr <a href="http://www.webmonkey.com/2012/05/flickr-amps-up-the-social-with-new-groups-features/">previously introduced</a> for its Contacts, Favorites and Group Pool pages. The new layout tiles images to fit more photos at larger sizes in a smaller space and makes, well, exploring, more interesting.</p>
<div id='linker_widget' class='contextly-widget'></div>]]></content:encoded>
            <wfw:commentRss>http://www.webmonkey.com/2012/12/flickr-revamps-site-navigation-and-explore-page/feed/</wfw:commentRss>
        <slash:comments>1</slash:comments>

        
    </item>
    </channel>
</rss>
