<?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; review</title>
	<atom:link href="https://www.webmaster-source.com/tag/review/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>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>VPS.net Review</title>
		<link>https://www.webmaster-source.com/2009/09/29/vps-net-review/</link>
		<comments>https://www.webmaster-source.com/2009/09/29/vps-net-review/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 11:05:41 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[VPS.net]]></category>
		<category><![CDATA[webhosts]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=2596</guid>
		<description><![CDATA[I signed up for an account with VPS.net at the beginning of September, installed Ubuntu, and I&#8217;ve been slowly migrating my various websites over since. What exactly is VPS.net? They are a provider of Cloud Virtual Private Servers. You can affordably purchase as much hosting firepower as you need, and have full control over the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I signed up for an account with <a href="http://vps.net/">VPS.net</a> at the beginning of September, installed Ubuntu, and I&#8217;ve been slowly migrating my various websites over since.</p>
<p>What exactly is VPS.net? They are a provider of Cloud <a href="http://en.wikipedia.org/wiki/Virtual_private_server">Virtual Private Servers</a>. You can affordably purchase as much hosting firepower as you need, and have full control over the management of it. VPS.net isn&#8217;t like other providers though. Their unique &#8220;cloud&#8221; twist makes things a bit more interesting&#8230;</p>
<p style="text-align: center;"><a href="http://manage.aff.biz/z/158/CD2985/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-2597 imgborder" title="VPS.net Header" src="//www.webmaster-source.com/wp-content/uploads/vps-net-header.jpg" alt="VPS.net Header" width="560" height="179" /></a></p>
<p><span id="more-2596"></span>What makes VPS.net different from other services? Instead of simply partitioning a physical server into slices and selling them as virtual servers, VPS.net has what they call a &#8220;Virtual Private Server Cloud.&#8221; They break their infrastructure into &#8220;nodes,&#8221; which are blocks of resources (256MB of RAM, 10GB storage, 250GB transfer, and a certain CPU share) that you can pool together in various ways to create custom virtual machines.</p>
<p>Suppose you need a server with 512MB of RAM, 20GB of storage, and 500GB of monthly data transfer. Just order two nodes, create a new virtual machine, and assign the nodes to it. Press the switch to boot it up, and then you can choose one of the many OS images to install. (Ubuntu, CentOS, Gentoo, Debian and Turnkey Linux are are distros available at the present.)</p>
<p>What if you&#8217;re experiencing unusually high traffic? Just add another node and assign it to your virtual machine. It will reboot gain access to the new resources. (You can even purchase &#8220;temporary&#8221; nodes on a $1/day basis, which work great for handling short-term traffic spikes, or creating a temporary development test server.) I really like this concept. It&#8217;s very nice to be able to pay for the resources you need <em>when</em> you need them, instead of being stuck upgrading from a $50/month plan to a $100/month plan with a traditional VPS.</p>
<p style="text-align: center;"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-2598 imgborder" title="VPS.net Node Slider" src="//www.webmaster-source.com/wp-content/uploads/vps-net-node-slider.jpg" alt="VPS.net Node Slider" width="560" height="203" /></p>
<p>The service has seemed stable thus far, and customer support is truly awesome. I&#8217;ve rarely seen management so actively involved with their customer community. If I had a pre-sales question, all I had to do was send a quick message on Twitter. Ditlev Bredahl, CEO of the UK2 Group, which is the parent company of VPS.net, participates actively in the VPS.net community forum, along with the rest of the people at the hosting provider.</p>
<p>The servers are speedy, though your mileage will depend on your skills at configuring Linux servers.</p>
<p>I would definitely recommend VPS.net to anyone who has outgrown <a href="http://en.wikipedia.org/wiki/Shared_hosting">shared hosting</a>. Between their flexible resource node model and their customer service, they&#8217;re definitely worth considering.</p>
<p>Affiliate link: <a href="http://manage.aff.biz/z/158/CD2985/">VPS.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2009/09/29/vps-net-review/feed/</wfw:commentRss>
		<slash:comments>55</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-06-10 08:52:41 by W3 Total Cache
-->