<?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/category/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>Placekitten: Placeholder Images for Your Design Mockups</title>
		<link>https://www.webmaster-source.com/2013/07/24/placekitten-placeholder-images-for-your-design-mockups/</link>
		<comments>https://www.webmaster-source.com/2013/07/24/placekitten-placeholder-images-for-your-design-mockups/#comments</comments>
		<pubDate>Wed, 24 Jul 2013 11:38:23 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5141</guid>
		<description><![CDATA[There are already plenty of alternatives to plain old Lorem Ipsum text, the ever-popular Hipster Ipsum being just one of many. But what about images? Why use boring grey boxes like the one Placehold.it generates when you could have kittens? That&#8217;s right, kittens. Placekitten serves up a picture of a kitten using the dimensions specified [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>There are already plenty of alternatives to plain old Lorem Ipsum text, the ever-popular <a href="http://hipsteripsum.me/">Hipster Ipsum</a> being just one of many. But what about images? Why use boring grey boxes like the one <a href="http://placehold.it/">Placehold.it</a> generates when you could have kittens?</p>
<p>That&#8217;s right, kittens.</p>
<p><a href="http://placekitten.com/">Placekitten</a> serves up a picture of a kitten using the dimensions specified in the URL, along similar lines to Placehold.it, with two options available in case you don&#8217;t like the first image available in the specified size.</p>
<pre class="brush: plain; title: ; notranslate">

http://placekitten.com/200/300


http://placekitten.com/g/200/300

</pre>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/07/24/placekitten-placeholder-images-for-your-design-mockups/feed/</wfw:commentRss>
		<slash:comments>0</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>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>Adobe Kills Creative Suite, Demands Monthly Subscription</title>
		<link>https://www.webmaster-source.com/2013/05/08/adobe-kills-creative-suite-demands-monthly-subscription/</link>
		<comments>https://www.webmaster-source.com/2013/05/08/adobe-kills-creative-suite-demands-monthly-subscription/#comments</comments>
		<pubDate>Wed, 08 May 2013 11:30:49 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5087</guid>
		<description><![CDATA[At the Adobe MAX conference this week, Adobe announced that they will be discontinuing their Creative Suite products (Photoshop, Illustrator, etc.) in favor of their subscription-based &#8220;Creative Cloud&#8221; service. Instead of purchasing the software outright, and upgrading at your leisure, the new system involves paying a monthly subscription fee in order to continue using the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-5089" alt="Adobe Creative Cloud" src="//www.webmaster-source.com/wp-content/uploads/2013/05/adobe-creative-cloud.png" width="200" height="89" />At the Adobe MAX conference this week, Adobe <a href="http://www.adobe.com/aboutadobe/pressroom/pressreleases/201305/050613AdobeUpdatesCreativeCloud.html">announced</a> that they will be discontinuing their Creative Suite products (Photoshop, Illustrator, etc.) in favor of their subscription-based &#8220;Creative Cloud&#8221; service. Instead of purchasing the software outright, and upgrading at your leisure, the new system involves paying a monthly subscription fee in order to continue using the software. It costs $50/month for access to the Creative Suite products, or $20/month for a single product (e.g. just Photoshop).</p>
<p>If you&#8217;re someone like me, who doesn&#8217;t purchase every version, waiting years between upgrades, this is a very unpleasant development. (I just moved from CS1 to CS5 during the past year, and the impetus behind that decision was the lack of support for legacy PowerPC software on newer versions of OS X. I upgraded to a newer MacBook Pro, and had to pick up a newer version of Photoshop to go with it.)</p>
<p>The move shouldn&#8217;t make huge difference if you already upgrade annually, as you&#8217;re basically paying the $600 upgrade fee perpetually, but it&#8217;s not great if you prefer to skip versions or buy secondhand.</p>
<p>Existing users for Creative Suite 3 or higher can get a reduced rate of $30/month for their first year, but will have to pay full price thereafter.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/05/08/adobe-kills-creative-suite-demands-monthly-subscription/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>HTML and CSS: Develop with Tomorrow&#8217;s Standards Today by Brian P. Hogan</title>
		<link>https://www.webmaster-source.com/2013/04/03/html-and-css-develop-with-tomorrows-standards-today-by-brian-p-hogan/</link>
		<comments>https://www.webmaster-source.com/2013/04/03/html-and-css-develop-with-tomorrows-standards-today-by-brian-p-hogan/#comments</comments>
		<pubDate>Wed, 03 Apr 2013 11:04:49 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=5045</guid>
		<description><![CDATA[I recently unearthed a review copy of a book that somehow got lost in the shuffle a couple of years ago, HTML5 and CSS3: Develop with Tomorrow&#8217;s Standards Today by Brian P. Hogan, which is too bad, since it&#8217;s one of the better books I&#8217;ve seen on the subject. It&#8217;s a comprehensive primer on the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-5046" alt="HTML5 and CSS3: Develop with Tomorrow's Standards Today" src="//www.webmaster-source.com/wp-content/uploads/2013/03/brianhogan-html5css3book.png" width="200" height="240" />I recently unearthed a review copy of a book that somehow got lost in the shuffle a couple of years ago,<a href="http://www.amazon.com/gp/product/1934356689/webmasterso0d-20"><em> HTML5 and CSS3: Develop with Tomorrow&#8217;s Standards Today</em></a> by Brian P. Hogan, which is too bad, since it&#8217;s one of the better books I&#8217;ve seen on the subject. It&#8217;s a comprehensive primer on the changes in HTML5 and CSS3. I enjoyed reading through the book after I unburied it last week.</p>
<p>It features a chapter on logically marking up page structure with the new semantic tags (<code>header</code>, <code>nav</code>, <code>section</code>, <code>article</code>, etc.), which explains the contexts they should be used in with a hands-on example of restructuring a blog without excessive divs. A lot of online tutorials make the error of suggesting the <code>aside</code> element for a blog sidebar, which the book helpfully points out as wrong. The <code>section</code> element is the proper tag for the job, as it denotes an arbitrary section of the page, whereas <code>aside</code> is for broken-out sections of your article content, such as pullquotes or diagrams.</p>
<p>From there the author moves on to some CSS3 tricks using newly-added selectors. He shows some simple methods to add zebra-striping to tables with pseudo-classes and add visible URLs to links via a print stylesheet with <code>:after</code>. There&#8217;s a brief section demonstrating media queries, as well some on the new JavaScript APIs—localStorage and history pushState, for example. There&#8217;s even a bit on using cache manifests to set up offline access.</p>
<p>Oh, and the deprecations. HTML5 deprecates a good many tags and attributes. There is a section listing those, as well as some modern alternatives, such as opening links in new windows without the deprecated <code>target</code> attribute. It can be done cleanly and semantically by using JavaScript, without impacting the user&#8217;s ability to middle-click a link and open a new tab&#8230;which far too many sites <em>still</em> do today. If you do that, you need to read this book just for that reason.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2013/04/03/html-and-css-develop-with-tomorrows-standards-today-by-brian-p-hogan/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>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>
	</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-09 05:00:04 by W3 Total Cache
-->