<?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>Web Publishing Group &#187; Web Design</title>
	<atom:link href="http://www.webpublishinggroup.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webpublishinggroup.com</link>
	<description>"Web Sites That Work!"</description>
	<lastBuildDate>Mon, 26 Dec 2011 18:55:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>It&#8217;s Magic</title>
		<link>http://www.webpublishinggroup.com/its-magic/</link>
		<comments>http://www.webpublishinggroup.com/its-magic/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 15:00:01 +0000</pubDate>
		<dc:creator>Dan Romanchik</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webpublishinggroup.com/?p=169</guid>
		<description><![CDATA[Magicians are known for making things disappear. Well, web developers can be magicians, too. Let me explain. One of the websites I&#8217;m currently working on uses WordPress as a content-management system, and the theme I&#8217;m using is a cusomization of the Thesis theme. (I&#8217;m not particularly enthralled with Thesis, but the client is, and what [...]]]></description>
			<content:encoded><![CDATA[<p>Magicians are known for making things disappear. Well, web developers can be magicians, too. Let me explain.</p>
<p>One of the websites I&#8217;m currently working on uses WordPress as a content-management system, and the theme I&#8217;m using is a cusomization of the Thesis theme. (I&#8217;m not particularly enthralled with Thesis, but the client is, and what the client wants, the client gets.)</p>
<p>The client did not want to allow comments on pages, but also did not like the text, &#8220;Comments on this entry are not allowed&#8221; that appeared on those pages. So, the question was  how to make that text disappear? Unfortunately, you can&#8217;t just change a setting to make this happen.</p>
<p>At first, I thought I might actually have to change the code. The solution turned out to be a lot simpler, though.</p>
<p>In looking at the HTML source, I noted that that particular text was in a &lt;div&gt; with the class &#8220;comments_closed&#8221;.  So, all I had to do was to add the following line to custom.css:</p>
<p>.comments_closed {visibility: hidden;}</p>
<p>and, POOF!, the text disappeared.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpublishinggroup.com/its-magic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Textures and the Pursuit of Happiness</title>
		<link>http://www.webpublishinggroup.com/textures-and-the-pursuit-of-happiness/</link>
		<comments>http://www.webpublishinggroup.com/textures-and-the-pursuit-of-happiness/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 16:00:57 +0000</pubDate>
		<dc:creator>Dan Romanchik</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.webpublishinggroup.com/?p=159</guid>
		<description><![CDATA[That&#8217;s the tagline of a website that I&#8217;ve just discovered called Lost &#038; Taken. This is a great site to find free textures to use on your websites. Here&#8217;s what their about page says: Lost and Taken was created over two and a half years ago with one intention: to helps designers by giving away [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webpublishinggroup.com/wp-content/uploads/2011/02/blue_pattern.jpg" alt="" title="blue_pattern" width="250" height="349" class="alignright size-full wp-image-160" />That&#8217;s the tagline of a website that I&#8217;ve just discovered called <a href="http://www.lostandtaken.com">Lost &#038; Taken</a>. This is a great site to find free textures to use on your websites. Here&#8217;s what their about page says:</p>
<blockquote><p>Lost and Taken was created over two and a half years ago with one intention: to helps designers by giving away the best free textures available. To this day, Lost and Taken textures have been viewed tens of millions of times and have helped thousands of designers accomplish their jobs a little easier and with more beautiful results.</p></blockquote>
<p>I just download a couple of zip files with more than 100 Mbytes of scans of old book covers. Very cool. See an example at right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpublishinggroup.com/textures-and-the-pursuit-of-happiness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Interesting Take on Font Choice for Websites</title>
		<link>http://www.webpublishinggroup.com/an-interesting-take-on-font-choice-for-websites/</link>
		<comments>http://www.webpublishinggroup.com/an-interesting-take-on-font-choice-for-websites/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 14:44:46 +0000</pubDate>
		<dc:creator>Dan Romanchik</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.webpublishinggroup.com/?p=55</guid>
		<description><![CDATA[Choosing fonts is always a dicey thing when it comes to Web design. You never know, for example, what fonts a user&#8217;s machine will have installed. Michael Tuck, writing on SitePoint, proposes &#8220;the idea of font stacksâ€”using the well-known font-family CSS propertyâ€”to list as many different fonts as possible in order to optimize the web [...]]]></description>
			<content:encoded><![CDATA[<p>Choosing fonts is always a dicey thing when it comes to Web design. You never know, for example, what fonts a user&#8217;s machine will have installed. Michael Tuck, writing on SitePoint, proposes &#8220;the idea of font stacksâ€”using the well-known font-family CSS propertyâ€”to list as many different fonts as possible in order to optimize the web site experience for a maximum number of users.&#8221;</p>
<p><a href="http://www.sitepoint.com/article/eight-definitive-font-stacks/">read more</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webpublishinggroup.com/an-interesting-take-on-font-choice-for-websites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

