<?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>Webmaster-Source &#187; Design</title>
	<atom:link href="https://www.webmaster-source.com/tag/design/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>Solar Theme for Ghost Blogs</title>
		<link>https://www.webmaster-source.com/2013/10/17/solar-theme-for-ghost-blogs/</link>
		<comments>https://www.webmaster-source.com/2013/10/17/solar-theme-for-ghost-blogs/#comments</comments>
		<pubDate>Fri, 18 Oct 2013 02:34:56 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Ghost]]></category>
		<category><![CDATA[Theme]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5219</guid>
		<description><![CDATA[Need a stylish new design for your Ghost blog? Looking for something that puts your content first, with an emphasis on reducing eye strain? Allow me to introduce my new theme (which is technically a port of the one I made for Jekyll), based on the Solarized color palette. It includes stylesheets for the default [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Need a stylish new design for your <a href="http://ghost.org">Ghost</a> blog? Looking for something that puts your content first, with an emphasis on reducing eye strain? Allow me to introduce my new theme (which is technically a port of <a href="http://www.webmaster-source.com/2013/06/19/solar-a-jekyll-theme-based-on-the-solarized-color-palette/">the one I made for Jekyll</a>), based on the <a href="http://ethanschoonover.com/solarized">Solarized</a> color palette. It includes stylesheets for the default light-on-dark version, and for the alternate dark-on-light one.</p>
<p style="text-align: center;"><a href="http://www.webmaster-source.com/wp-content/uploads/2013/10/solar-ghost.png"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-medium wp-image-5220 imgborder" alt="Solar Theme for Ghost" src="//www.webmaster-source.com/wp-content/uploads/2013/10/solar-ghost-600x292.png" width="600" height="292" /></a></p>
<p>The theme is responsive, with a little bit of  JavaScript that collapses the left navigation into a &lt;select&gt; box on mobile-sized displays. It supports both uploadable logos (which replace them text-based heading at the top) and cover images, which appear at the very top of the page. Your author bio and profile picture appear in the sidebar when viewing a post page, as well.</p>
<h3>Installing the Theme</h3>
<ol>
<li><a href="https://github.com/mattvh/solar-theme-ghost/archive/master.zip">Download it here</a> (or clone it <a href="https://github.com/mattvh/solar-theme-ghost">on GitHub</a>)</li>
<li>Upload the <code>solar</code> directory to your Ghost blog&#8217;s <code>content/themes</code> folder.</li>
<li>Go to the Settings page of the Ghost backend and select <code>solar</code> from the Theme dropdown. Save the settings.</li>
</ol>
<p>Be sure to edit the <code>default.hbs</code> template to add or remove any links you want in the navigation list. You&#8217;ll probably want to insert the link to your own Twitter profile instead of leaving it as mine, and maybe add your other social networking profiles.</p>
<p><iframe src="http://ghbtns.com/github-btn.html?user=mattvh&amp;repo=solar-theme-ghost&amp;type=watch&amp;count=true&amp;size=large" height="30" width="170" frameborder="0" scrolling="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/10/17/solar-theme-for-ghost-blogs/feed/</wfw:commentRss>
		<slash:comments>167</slash:comments>
		</item>
		<item>
		<title>Setting Up a LESS Workflow in Sublime Text</title>
		<link>https://www.webmaster-source.com/2013/08/28/setting-up-a-less-workflow-in-sublime-text/</link>
		<comments>https://www.webmaster-source.com/2013/08/28/setting-up-a-less-workflow-in-sublime-text/#comments</comments>
		<pubDate>Wed, 28 Aug 2013 11:16:17 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[LESS]]></category>
		<category><![CDATA[Sublime Text]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5165</guid>
		<description><![CDATA[LESS has been a popular way to streamline your CSS-writing for a while now, but fitting it into your workflow isn&#8217;t always easy. Some designers use standalone applications like CodeKit or SimpLESS to compile their LESS files into browser-ready CSS, but I prefer a more integrated approach. Fortunately, Sublime Text—my personal favorite text editor has [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://lesscss.org/">LESS</a> has been a popular way to streamline your CSS-writing for a while now, but fitting it into your workflow isn&#8217;t always easy. Some designers use standalone applications like <a href="http://incident57.com/codekit/">CodeKit</a> or <a href="http://wearekiss.com/simpless">SimpLESS</a> to compile their LESS files into browser-ready CSS, but I prefer a more integrated approach. Fortunately, <a href="http://www.sublimetext.com/">Sublime Text</a>—my personal favorite text editor has several available extensions to build LESS support in.<span id="more-5165"></span></p>
<p>I will assume that you already have <a href="http://wbond.net/sublime_packages/package_control">Sublime Package Control</a> installed, since it is pretty much a given for Sublime Text users.</p>
<h3>Step 1: Adding Syntax Highlighting</h3>
<p>I can&#8217;t imagine why anybody <em>wouldn&#8217;t</em> want their LESS files to have the proper syntax highlighting, so you probably want to install the <strong>LESS-sublime</strong> package, which you can find in Sublime Package Control under &#8220;LESS.&#8221;</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="//www.webmaster-source.com/wp-content/uploads/2013/08/stless-install-package.png" alt="Install Package" width="600" height="70" class="aligncenter size-full wp-image-5166 imgborder" /></p>
<h3>Step 2: Installing LESSC</h3>
<p>Now you need to install the LESS compiler, but first you need to grab a couple of dependencies.</p>
<p>First, download and install <a href="http://nodejs.org/">Node.js</a>. NPM (Node Package Manager) should also be installed automatically, so now you should be ready to install LESSC. Simply run the following command:</p>
<pre class="brush: plain; title: ; notranslate">npm install -g less</pre>
<h3>Step 3: Installing a LESS Build System</h3>
<p>In order to have your LESS files compiled into CSS, you will want to install the <a href="https://github.com/berfarah/LESS-build-sublime">LESS-build</a> package. Once it&#8217;s properly set up, it adds a Build System for LESS, enabling you to process the files by pressing Control+B (Command+B for Mac users).</p>
<p>After you have installed the package, you need to do a little configuration.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="//www.webmaster-source.com/wp-content/uploads/2013/08/stless-browse-packages.png" alt="Browse Packages" width="506" height="136" class="aligncenter size-full wp-image-5167 imgborder" /></p>
<ol>
<li>Open the package directory by typing &#8220;browse packages&#8221; into the command palette and selecting the LESS-build folder.</li>
<li>Run <code>changeLESSBuildType.bat</code> (Windows) or <code>changeLESSBuildType.sh</code> (Mac/Linux) to set the build mode. Pick option number two (&#8220;directory rewrite&#8221;) when prompted.</li>
<li>In your project, select &#8220;LESS&#8221; from the Tools &gt; Build System menu.</li>
</ol>
<h3>Step 4: Using Your New Setup</h3>
<p>To demonstrate how the finished setup works, I put together a quick project in Sublime Text. My simple <code>index.html</code> references <code>css/mysite.css</code> as its stylesheet. This is the compiled output of many LESS files, which are found in the <code>less</code> directory.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  src="//www.webmaster-source.com/wp-content/uploads/2013/08/stless-st-overview.png" alt="Sublime Text LESS Overview" width="600" height="303" class="aligncenter size-full wp-image-5168 imgborder" /></p>
<p>The <code>less/mysite.less</code> file, which is compiled into <code>css/mysite.css</code> when I switch to it and press Command+B, looks like this:</p>
<pre class="brush: css; title: ; notranslate">
//Load Twitter Bootstrap

@import &quot;bootstrap/bootstrap.less&quot;;

//Additional styles would go here
</pre>
<p>It loads the LESS files that make up <a href="http://twitter.github.com/bootstrap/">Twitter Bootstrap</a>, which are easily tweak-able, since all of the styles are split into different files by sensible categories. Then any styles placed after the import line would override Bootstrap&#8217;s if they conflicted, given CSS&#8217;s precedence rules.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/08/28/setting-up-a-less-workflow-in-sublime-text/feed/</wfw:commentRss>
		<slash:comments>125</slash:comments>
		</item>
		<item>
		<title>How to Handle AdSense in Responsive Designs</title>
		<link>https://www.webmaster-source.com/2013/07/17/how-to-handle-adsense-in-responsive-designs/</link>
		<comments>https://www.webmaster-source.com/2013/07/17/how-to-handle-adsense-in-responsive-designs/#comments</comments>
		<pubDate>Wed, 17 Jul 2013 11:23:11 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Ads]]></category>
		<category><![CDATA[AdSense]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5139</guid>
		<description><![CDATA[Responsiveness is clearly the future of web design, but one little problem with is advertisements. Ad networks, Google AdSense includes, don&#8217;t take kindly to you simply hiding them at lower resolutions with display: none and calling it a day, since the ads still load and register as being displayed. You need to do something smarter. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Responsiveness is clearly the future of web design, but one little problem with is advertisements. Ad networks, Google AdSense includes, don&#8217;t take kindly to you simply hiding them at lower resolutions with <code>display: none</code> and calling it a day, since the ads still load and register as being displayed. You need to do something smarter.</p>
<p>Fortunately, you can get the viewport width just as easily in JavaScript as with CSS, and can display a different ad unit depending on the page width. This can only happen on page load, though, to comply with the AdSense terms of service. Otherwise you would be breaking the rules by scripting fake page loads, essentially.</p>
<p>You can see how to do it in the <a href="http://www.labnol.org/internet/google-adsense-responsive-design/25252/">Labnol post How to Use Google AdSense Ads on your Responsive Website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/07/17/how-to-handle-adsense-in-responsive-designs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Enable Curly Quotes in Jekyll</title>
		<link>https://www.webmaster-source.com/2013/06/26/how-to-enable-curly-quotes-in-jekyll/</link>
		<comments>https://www.webmaster-source.com/2013/06/26/how-to-enable-curly-quotes-in-jekyll/#comments</comments>
		<pubDate>Wed, 26 Jun 2013 11:12:27 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Jekyll]]></category>
		<category><![CDATA[typography]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5117</guid>
		<description><![CDATA[I recently migrated one of my blogs from WordPress to Jekyll and painstakingly ported my custom theme to the new blog engine. I didn&#8217;t notice it at first, but Jekyll makes a major typographic faux pas by default: it uses ugly, straight &#8220;typewriter quotes&#8221; instead of converting them to proper &#8220;curly quotes.&#8221; (Sometimes you&#8217;ll see [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Quotation_mark"><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-5118 imgborder" alt="Curly vs Straight Quotes" src="//www.webmaster-source.com/wp-content/uploads/2013/06/curlyquotes.png" width="209" height="234" /></a>I recently migrated one of my blogs from WordPress to <a href="http://jekyllrb.com/">Jekyll</a> and painstakingly ported my custom theme to the new blog engine. I didn&#8217;t notice it at first, but Jekyll makes a major typographic <em>faux pas</em> by default: it uses ugly, straight &#8220;typewriter quotes&#8221; instead of converting them to proper &#8220;curly quotes.&#8221; (Sometimes you&#8217;ll see them referred to as &#8220;smart quotes.&#8221;)</p>
<p>For the uninitiated, straight quotes are a relic from the old days of mechanical typewriters. Rather than have separate keys for the opening and closing marks, they instead used a single key that functioned as both. The single-quote glyph also sometimes served as half of an exclamation point on some models, which would be produced by pressing the backspace key and typing the single-quote over a period.</p>
<p>I&#8217;m sure that must have been a constant annoyance to professional typesetters, just like seeing signs printed in Comic Sans today&#8230;</p>
<p>History lesson aside, what can we do about Jekyll&#8217;s carefree attitude about quotation marks? We <em>could</em> type them manually, memorizing our preferred operating systems&#8217; <a href="http://en.wikipedia.org/wiki/Quotation_mark#Typing_quotation_marks_on_a_computer_keyboard">keyboard sequence</a> to produce proper quotes. But that&#8217;s not much of a solution, is it? Shouldn&#8217;t a blog engine designed to wrangle Markdown into HTML automatically replace straight quotes for us?</p>
<p>I have good news: it can do just that, and it&#8217;s a simple matter of editing the <code>_config.yml</code> file.</p>
<p>Jekyll can use more than one Markdown parser in its build process, and the default one (Maruku) is the most basic of the bunch. If you switch to RDiscount, which has a few advantages, you can enable the <a href="http://daringfireball.net/projects/smartypants/">SmartyPants</a> plugin, which automatically substitutes proper typographical characters for ones that are easier to enter on a keyboard. (Typewriter quotes become curly quotes, triple-dashes become <a href="http://en.wikipedia.org/wiki/Dash#Em_dash">em-dashes</a>, etc.)</p>
<p>First, you need to install RDiscount.</p>
<pre class="brush: bash; title: ; notranslate">gem install rdiscount</pre>
<p>Now add the following lines to <code>_config.yml</code>:</p>
<pre class="brush: plain; title: ; notranslate">
markdown: rdiscount
rdiscount:
extensions: ['smart']
</pre>
<p>This switches the Markdown parser to RDiscount and enables the &#8220;smart&#8221; extension, which should enable smart quotes in your post content. Yay!</p>
<p>Now there&#8217;s one problem remaining: this doesn&#8217;t do anything for post <em>titles.</em> It only affect the main content. You need to edit your templates to make them Markdown-ready. You need to hunt down every instance of <code>{{ page.title }}</code> and <code>{{ post.title }} </code>and apply the <code>markdownify</code> filter. For example:</p>
<pre class="brush: xml; title: ; notranslate">&lt;h2&gt;&lt;a rel=&quot;bookmark&quot; href=&quot;{{ page.external-url }}&quot;&gt;{{ page.title | markdownify }}&lt;/a&gt;&lt;/h2&gt;</pre>
<p>With that change in place, you should get your proper typography in your post titles as well.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/06/26/how-to-enable-curly-quotes-in-jekyll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solar: A Jekyll Theme Based on the Solarized Color Palette</title>
		<link>https://www.webmaster-source.com/2013/06/19/solar-a-jekyll-theme-based-on-the-solarized-color-palette/</link>
		<comments>https://www.webmaster-source.com/2013/06/19/solar-a-jekyll-theme-based-on-the-solarized-color-palette/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 11:04:29 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Jekyll]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5120</guid>
		<description><![CDATA[I&#8217;ve been having fun playing around with Jekyll and Ruby lately, which has lead to a sudden increase in the number of repositories on my GitHub profile. After converting my personal blog and porting its theme over, I thought it would be fun to build a fresh theme and release it to the public. Without [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been having fun playing around with <a href="http://jekyllrb.com/">Jekyll</a> and Ruby lately, which has lead to a sudden increase in the number of repositories on my GitHub profile. After converting my personal blog and porting its theme over, I thought it would be fun to build a fresh theme and release it to the public.</p>
<p>Without further ado, I would like to introduce <a href="https://github.com/mattvh/solar-theme-jekyll">Solar</a>, a theme I based upon the <a href="http://ethanschoonover.com/solarized">Solarized</a> color palette. It includes stylesheets for both Solarized Dark and Solarized Light, since the colors are defined separately from the page structure. It&#8217;s responsive, all the way down to mobile size, and it&#8217;s built with link-blogging in mind.</p>
<p style="text-align: center;"><a href="https://github.com/mattvh/solar-theme-jekyll"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="size-full wp-image-5121 aligncenter imgborder" alt="Solar Theme" src="//www.webmaster-source.com/wp-content/uploads/2013/06/solar-theme.png" width="600" height="451" /></a></p>
<p>You can view <a href="http://mattvh.github.io/solar-theme-jekyll/">a demo of Solar here</a>, and <a href="https://github.com/mattvh/solar-theme-jekyll">download it on GitHub</a>. It&#8217;s licensed under the GPL, so feel free to fork it and go crazy.</p>
<p><iframe src="http://ghbtns.com/github-btn.html?user=mattvh&#038;repo=solar-theme-jekyll&#038;type=watch&#038;count=true&#038;size=large" allowtransparency="true" frameborder="0" scrolling="0" width="170" height="30"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/06/19/solar-a-jekyll-theme-based-on-the-solarized-color-palette/feed/</wfw:commentRss>
		<slash:comments>84</slash:comments>
		</item>
		<item>
		<title>CSS Zen Garden Returns</title>
		<link>https://www.webmaster-source.com/2013/05/15/css-zen-garden-returns/</link>
		<comments>https://www.webmaster-source.com/2013/05/15/css-zen-garden-returns/#comments</comments>
		<pubDate>Wed, 15 May 2013 11:09:30 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS3]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5095</guid>
		<description><![CDATA[It&#8217;s been ten years since CSS Zen Garden launched with its goal to excite and inspire people to build creative designs with the much more limited tools CSS offered at the time. A decade later, it&#8217;s back. Given how the CSS landscape has changed since the original CSS Zen Garden, it will be interesting to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s been ten years since <a href="http://www.csszengarden.com/">CSS Zen Garden</a> launched with its goal to excite and inspire people to build creative designs with the much more limited tools CSS offered at the time. <a href="http://mezzoblue.com/archives/2013/05/07/10_years/">A decade later, it&#8217;s back.</a> Given how the CSS landscape has changed since the original CSS Zen Garden, it will be interesting to see what people create with the new requirements.</p>
<blockquote><p>So for the tenth anniversary, the Zen Garden is open for business once more. I’ve <a href="https://github.com/mezzoblue/csszengarden.com">thrown the codebase on Github</a>, given the dusty copy a refresh, started the conversion of the site to HTML5, and brought all of the existing designs kicking and screaming into the modern age. The work isn’t done yet, but it’s a darn sight closer to how we would build it these days. If you see an area that needs help, consider sending a patch. (Here’s the current <a href="https://github.com/mezzoblue/csszengarden.com/issues">list of issues</a> to resolve, for example.)</p></blockquote>
<p><a href="http://mezzoblue.com/archives/2013/05/07/10_years/">10 Years</a> [Mezzoblue]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/05/15/css-zen-garden-returns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not All Skeuomorphs are Bad</title>
		<link>https://www.webmaster-source.com/2013/02/27/not-all-skeuomorphs-are-bad/</link>
		<comments>https://www.webmaster-source.com/2013/02/27/not-all-skeuomorphs-are-bad/#comments</comments>
		<pubDate>Wed, 27 Feb 2013 11:17:39 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Skeuomorphism]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4994</guid>
		<description><![CDATA[There has been a significant backlash against the design concept of skeuomorphism lately. So much that the term has started leaking into the vocabularies of commenters on tech blogs. Users are calling for Jonathan Ive, as the new leader of human interface design at Apple, to put an end to the usage of skeuomorphism in [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>There has been a significant backlash against the design concept of <a href="http://en.wikipedia.org/wiki/Skeuomorphism">skeuomorphism</a> lately. So much that the term has started leaking into the vocabularies of commenters on tech blogs. Users are calling for Jonathan Ive, as the new leader of human interface design at Apple, to put an end to the usage of skeuomorphism in their software.</p>
<p>Unfortunately, they&#8217;re just jumping on a trendy bandwagon. Right now, the polar opposite of skeuomorphism is in: flat and simple designs with no gradients, texturing or depth. Basically, print design made digital, <a href="http://daringfireball.net/2013/01/the_trend_against_skeuomorphism">as John Gruber put it</a>. But that&#8217;s trends for you. People go overboard in one direction and then violently swing the other way a year or two later.</p>
<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4995 imgborder" alt="Skeuomorphism: Reel-to-reel deck in iOS" src="//www.webmaster-source.com/wp-content/uploads/2013/01/skeuomorphism-reeltoreel.png" width="160" height="240" />True, there has been some egregious overuse and misuse of the concept recently. A lot of it by Apple. I really don&#8217;t know what got into them with OS X Lion and the newest two versions of iOS. A company known for moderation and elegance in their design suddenly starts churning out gaudy and superfluous visual kitsch like the faux-leather calendar in OS X.</p>
<p>There are &#8220;good&#8221; and &#8220;bad&#8221; skeuomorphs. A good skeuomorph adds visual cues that a user may already be familiar with in order to give them direction. One example is the desktop metaphor in GUIs. The whole point, in the beginning, was to make it easier for a user to complete tasks tat would otherwise require knowledge of more abstract concepts by using physical metaphors. Instead of updating a file to be a child of a directory, you &#8220;move&#8221; a file from one &#8220;folder&#8221; to another. Or drop it into the &#8220;trash can&#8221; to delete it. I doubt anyone would consider that design choice to have been a mistake.</p>
<p>In contrast, a &#8220;bad&#8221; skeuomorph would be the head-scratching design of the Podcasts app in iOS 6. It looks like an old reel-to-reel tape deck, complete with spinning reels above the shuttle control. I&#8217;d hazard a guess that the majority of iPhone users have never operated a reel-to-reel player before, so it doesn&#8217;t really add anything to the application other than visual interest.</p>
<p>On a related note, I wouldn&#8217;t consider the usage of textures to be skeuomorphism, despite what some people seem to believe. Apple&#8217;s overuse of that grey linen texture isn&#8217;t skeuomorphism, however cliché it&#8217;s becoming, since it&#8217;s not emulating a real-life object. The Game Center app is, with it&#8217;s green felt and everything, since it&#8217;s emulating the design of a poker or pool table.</p>
<p>I think it&#8217;s shortsighted to go running to the opposite end of the spectrum, just because skeuomorphism isn&#8217;t always the best tool for the job.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/02/27/not-all-skeuomorphs-are-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frank: A Free and Speedy WordPress Theme</title>
		<link>https://www.webmaster-source.com/2013/01/30/frank-a-free-and-speedy-wordpress-theme/</link>
		<comments>https://www.webmaster-source.com/2013/01/30/frank-a-free-and-speedy-wordpress-theme/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 11:22:05 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Smashing Magazine]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4991</guid>
		<description><![CDATA[Smashing Magazine recently released a new WordPress theme that&#8217;s definitely worth a look. Frank, as it is called, is a lightweight and elegantly simple theme that&#8217;s designed for very fast loading times. It boasts a JavaScript dependency of zero, and no external images to speak of. Instead, it makes use of SVG for icons and [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Smashing Magazine <a href="http://wp.smashingmagazine.com/2013/01/16/frank-a-wordpress-theme-designed-for-speed/">recently released a new WordPress theme</a> that&#8217;s definitely worth a look. Frank, as it is called, is a lightweight and elegantly simple theme that&#8217;s designed for very fast loading times. It boasts a JavaScript dependency of zero, and no external images to speak of. Instead, it makes use of SVG for icons and such. The final page size for a fresh install ends up being 30KB, or 9.5KB gzipped.</p>
<p>Frank is built atop the responsive Foundation grid framework, and features a layout customization tool that lets you adjust how the homepage is displayed.</p>
<p><a href="http://wp.smashingmagazine.com/2013/01/16/frank-a-wordpress-theme-designed-for-speed/">Frank: A Free WordPress Theme Designed For Speed</a> [Smashing Magazine]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/01/30/frank-a-free-and-speedy-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Strange and Sudden Design Trend</title>
		<link>https://www.webmaster-source.com/2012/12/12/a-strange-and-sudden-design-trend/</link>
		<comments>https://www.webmaster-source.com/2012/12/12/a-strange-and-sudden-design-trend/#comments</comments>
		<pubDate>Wed, 12 Dec 2012 11:14:47 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4932</guid>
		<description><![CDATA[It&#8217;s weird. Practically overnight, several major blogs rolled out similar redesigns that follow this emerging trend that Usability Post has documented. Suddenly, Mashable, The Next Web and ReadWriteWeb all have new designs that feature prominent top bars (which are primarily statically positioned), responsive designs that fill the viewport, flat colors, big image, and annoying columns [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s weird. Practically overnight, several major blogs rolled out similar redesigns that follow this emerging trend that <a href="http://www.usabilitypost.com/2012/12/05/news-sites-redesign-trend/">Usability Post has documented</a>. Suddenly, <a href="http://mashable.com/">Mashable</a>, <a href="http://thenextweb.com/">The Next Web</a> and <a href="http://readwrite.com/">ReadWriteWeb</a> all have new designs that feature prominent top bars (which are primarily statically positioned), responsive designs that fill the viewport, flat colors, big image, and annoying columns that scroll independently from the rest of the page.</p>
<p>In my opinion, The Next Web&#8217;s is the best, pairing polished visuals with a sense of restraint when it comes to the aforementioned sticky columns. And Mashable&#8217;s redesign is certainly an improvement over their last one.</p>
<p style="text-align: center"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4933 imgborder" alt="mashable-rww-tnw-redesigns" src="//www.webmaster-source.com/wp-content/uploads/2012/12/mashable-rww-tnw-redesigns.jpg" width="600" height="910" /></p>
<p><span id="more-4932"></span>After wondering off and on for a few days about the motive behind the sudden redesigns, I realized where I had seen something a bit similar: the <a href="http://digg.com/">new Digg</a>. Though more sedate, it has quite a few similarities. Going from there, there is one other big redesign that happened quite recently. One that I imagine is going to affect the designs of websites, for better or worse. (Probably worse.) Drum-roll, please.</p>
<p style="text-align: center"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4935 imgborder" alt="Similar, isn't it?" src="//www.webmaster-source.com/wp-content/uploads/2012/12/newdigg-tnwmashableredesign.jpg" width="600" height="297" /></p>
<p>Windows 8.</p>
<p>Yeah.</p>
<p style="text-align: center"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4936 imgborder" alt="Flat colors, thin type, &quot;app-like&quot; websites? Sound familiar?" src="//www.webmaster-source.com/wp-content/uploads/2012/12/windows8-tnwmashableredesign.jpg" width="600" height="337" /></p>
<p>Flat colors and icons, lots of images, thin type. Sound familiar? It seems logical to me that some websites would try to mimic the look and feel of the &#8220;native&#8221; (HTML-based) Windows 8 applications to create a more seamless experience for users of the OS. App-like sites to blend in with the tablets—whether they&#8217;re iOS, Android or Windows based—that more and more people seem to be using. Or some designers at least liked the general aesthetic. (Something about that blue top bar in the Mashable design just screams &#8220;Windows 8&#8243; to me.)</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/12/12/a-strange-and-sudden-design-trend/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Jakob Nielsen Slams Windows 8 Usability</title>
		<link>https://www.webmaster-source.com/2012/12/05/jakob-nielsen-slams-windows-8-usability/</link>
		<comments>https://www.webmaster-source.com/2012/12/05/jakob-nielsen-slams-windows-8-usability/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 11:47:57 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4920</guid>
		<description><![CDATA[I&#8217;m not normally one to agree with Jakob Nielsen, but he really hit the nail on the head with his fresh rant panning Windows 8. He has seven main complaints, from the &#8220;double desktop&#8221; inconsistency and low information density to the overly flat UI making it difficult to determine what is and isn&#8217;t an interactive [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;m <a href="http://www.webmaster-source.com/2009/06/30/nielsen-wants-your-passwords-to-be-visible-to-the-world/">not normally</a> one to agree with Jakob Nielsen, but he really hit the nail on the head with <a href="http://www.useit.com/alertbox/windows-8.html">his fresh rant panning Windows 8</a>. He has seven main complaints, from the &#8220;double desktop&#8221; inconsistency and low information density to the overly flat UI making it difficult to determine what is and isn&#8217;t an interactive element.</p>
<p>I&#8217;ve long thought that the split between the Desktop and Metro UIs would confuse newbies, though perhaps not so badly as the ARM/x86 issue. A lot of the people who ran out and bought the Surface tablet will probably be irritated when they learn that their x86 software won&#8217;t run on it, since the binaries are incompatible with the <a href="http://en.wikipedia.org/wiki/ARM_architecture">ARM</a> architecture.</p>
<p>It&#8217;s an interesting read.</p>
<p><a href="http://www.useit.com/alertbox/windows-8.html">Windows 8 — Disappointing Usability for Both Novice and Power Users</a> [UseIt]</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/12/05/jakob-nielsen-slams-windows-8-usability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-04-29 11:44:47 by W3 Total Cache
-->