<?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>Pingable :: Everything Wordpress &#187; CSS</title>
	<atom:link href="http://www.pingable.org/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pingable.org</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Tue, 24 Jan 2012 00:32:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>5 beautiful WordPress designs</title>
		<link>http://www.pingable.org/5-beautiful-wordpress-design/</link>
		<comments>http://www.pingable.org/5-beautiful-wordpress-design/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 02:24:41 +0000</pubDate>
		<dc:creator>Dusty</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Showcase]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[designs]]></category>

		<guid isPermaLink="false">http://www.thebestofthepress.com/?p=39</guid>
		<description><![CDATA[These are amazing themes, demonstrating the flexibility and options native to WordPress. These are not just pretty themes and they aren&#8217;t available for download anywhere. They are examples of custom designs that truly flex their WordPress codex muscle.]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="standard" count="1" href="http://www.pingable.org/5-beautiful-wordpress-design/"></g:plusone></div><p>These are amazing themes, demonstrating the flexibility and options native to WordPress. These are not just pretty themes and they aren&#8217;t available for download anywhere. They are examples of custom designs that truly flex their WordPress codex muscle.<span id="more-39"></span></p>
<div id="attachment_40" class="wp-caption alignleft" style="width: 210px"><a href="http://www.ma.tt"><img class="size-full wp-image-40" title="matt" src="http://173.199.141.152/~pingabl/wp-content/uploads/2009/12/matt11.png" alt="Matt Mullenweg's Blog" width="200" height="200" /></a><p class="wp-caption-text">Matt Mullenweg&#39;s Blog</p></div>
<div id="attachment_41" class="wp-caption alignleft" style="width: 210px"><a href="http://www.getshopped.com"><img class="size-full wp-image-41" title="getshopped" src="http://173.199.141.152/~pingabl/wp-content/uploads/2009/12/getshopped11.png" alt="Get Shopped e-commerce sites" width="200" height="200" /></a><p class="wp-caption-text">Get Shopped e-commerce sites</p></div>
<div id="attachment_42" class="wp-caption alignleft" style="width: 210px"><a href="http://www.owltastic.com"><img class="size-full wp-image-42" title="owl" src="http://173.199.141.152/~pingabl/wp-content/uploads/2009/12/owl11.png" alt="Owltastic Blog by Meagan Fisher" width="200" height="200" /></a><p class="wp-caption-text">Owltastic Blog by Meagan Fisher</p></div>
<div id="attachment_43" class="wp-caption alignleft" style="width: 210px"><a href="http://www.sproutbox.com"><img class="size-full wp-image-43" title="sprout" src="http://173.199.141.152/~pingabl/wp-content/uploads/2009/12/sprout11.png" alt="Sproutbox Venture Capital" width="200" height="200" /></a><p class="wp-caption-text">Sproutbox Venture Capital</p></div>
<div id="attachment_44" class="wp-caption alignleft" style="width: 210px"><a href="http://www.hugsformonsters.com"><img class="size-full wp-image-44" title="hugs" src="http://173.199.141.152/~pingabl/wp-content/uploads/2009/12/hugs11.png" alt="Hugs for Monsters by Joe Lifrieri" width="200" height="200" /></a><p class="wp-caption-text">Hugs for Monsters by Joe Lifrieri</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.pingable.org/5-beautiful-wordpress-design/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>5 Simple CSS Tricks</title>
		<link>http://www.pingable.org/5-simple-css-tricks/</link>
		<comments>http://www.pingable.org/5-simple-css-tricks/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 21:40:52 +0000</pubDate>
		<dc:creator>Simon Ward</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.pingable.org/5-simple-css-tricks/</guid>
		<description><![CDATA[System fonts can look ugly, and appear rigid. Using CSS you can replace text with a beautifully formed anti aliased image, yet still have all the accessibility and SEO benefits of text headings.]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="standard" count="1" href="http://www.pingable.org/5-simple-css-tricks/"></g:plusone></div><ol>
<li>
<h4><strong>CSS Image Replacement</strong></h4>
<p>System fonts can look ugly, and appear rigid. Using CSS you can replace text with a beautifully formed anti aliased image, yet still have all the accessibility and SEO benefits of text headings.</p>
<p><strong>Inline:</strong></p>
<p>&lt;h1&gt;Hello World&lt;/h1&gt;</p>
<p><strong>CSS:</strong></p>
<p>h1 {<br />
display:block;<br />
width:100px;<br />
height:0;<br />
padding:30px 0 0 0;<br />
background-image:url(&#8220;heading.gif&#8221;);<br />
overflow:hidden;<br />
}</p>
<p><img src="http://www.pingable.org/images/examplefont.png" alt="Example of fonts" /></p>
<p>The first image is a system font in the browser, see the edges of the &#8220;S&#8221; are rigid. The second is the same font as an image, the third is a non system font with a shadow, because you can use any font and apply effects to them when using Image Replacement.</li>
<li>
<h4><strong>Rounded Corners Without Using Images</strong></h4>
<p>To create CSS objects that have rounded edges without using images you can use the <a href="http://www.html.it/articoli/nifty/index.html">following technique</a>:</p>
<p><strong>Inline:</strong></p>
<p>&lt;div id=&#8221;container&#8221;&gt;<br />
&lt;b class=&#8221;rtop&#8221;&gt;<br />
&lt;b class=&#8221;r1&#8243;&gt;&lt;/b&gt; &lt;b class=&#8221;r2&#8243;&gt;&lt;/b&gt; &lt;b class=&#8221;r3&#8243;&gt;&lt;/b&gt; &lt;b class=&#8221;r4&#8243;&gt;&lt;/b&gt;<br />
&lt;/b&gt;<br />
<em>&lt;!&#8211;content goes here &#8211;&gt;</em><br />
&lt;b class=&#8221;rbottom&#8221;&gt;<br />
&lt;b class=&#8221;r4&#8243;&gt;&lt;/b&gt; &lt;b class=&#8221;r3&#8243;&gt;&lt;/b&gt; &lt;b class=&#8221;r2&#8243;&gt;&lt;/b&gt; &lt;b class=&#8221;r1&#8243;&gt;&lt;/b&gt;<br />
&lt;/b&gt;<br />
&lt;/div&gt;</p>
<p><strong>CSS:</strong></p>
<p>.rtop, .rbottom {<br />
display:block<br />
}<br />
.rtop *, .rbottom * {<br />
display: block; height: 1px; overflow: hidden<br />
}<br />
.r1 {<br />
margin: 0 5px<br />
}<br />
.r2 {<br />
margin: 0 3px<br />
}<br />
.r3 {margin: 0 2px<br />
}<br />
.r4 {margin: 0 1px; height: 2px<br />
}</li>
<li>
<h4><strong>RSS Feed Icon Without Using an Image</strong></h4>
<p>With the increasing importance of RSS, finding crafty ways to display an icon is a useful skill. This method displays a tidy <a href="http://surf11.com/entry/85/css-xml-rss-button">RSS icon without using an image</a>.</p>
<p><strong>Inline:</strong></p>
<p>&lt;a href=&#8221;http://pingable.org/feed/&#8221; class=&#8221;feed&#8221;&gt;FEED&lt;/a&gt;</p>
<p><strong>CSS:</strong></p>
<p>.feed { border:1px solid;<br />
border-color:#FC9 #630 #330 #F96;<br />
padding:0 3px;<br />
font:bold 10px verdana,sans-serif;<br />
color:#FFF;<br />
background:#F60;<br />
text-decoration:none;<br />
margin:4px;<br />
}</li>
<li>
<h4><strong>Size Fonts Without Using Pixel Units</strong></h4>
<p>It is important to size text using a method that is not absolute, so it can be enlarged for better visibility in a browser.</p>
<p><strong>CSS:</strong></p>
<p>body {<br />
font-size: 80%<br />
}</p>
<p>p {<br />
font-size: 1.1em;<br />
line-height: 1.2em;<br />
}</li>
<li>
<h4><strong>Using Images For Bullets</strong></h4>
<p>An easy method to create list with <a href="http://css.maxdesign.com.au/listamatic/vertical04.htm">images as your bullet points</a>:</p>
<p><strong>Inline:</strong></p>
<p>&lt;div id=&#8221;navcontainer&#8221;&gt;<br />
&lt;ul id=&#8221;navlist&#8221;&gt;<br />
&lt;li id=&#8221;active&#8221;&gt;&lt;a href=&#8221;#&#8221; id=&#8221;current&#8221;&gt;Item one&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item two&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item three&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item four&lt;/a&gt;&lt;/li&gt;<br />
&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;Item five&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;</p>
<p><strong>CSS:</strong></p>
<p>#navlist {<br />
list-style-image: url(images/arrow.gif);</p>
<p><img src="http://www.pingable.org/images/sig.gif" alt="www.pingable.org" /></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.pingable.org/5-simple-css-tricks/feed/</wfw:commentRss>
		<slash:comments>43</slash:comments>
		</item>
		<item>
		<title>Typography, StumbleUpon, Digg, Repeat Visitors, Web 2.0 and CSS</title>
		<link>http://www.pingable.org/typography-stumbleupon-digg-repeat-visitors-web-20-and-css/</link>
		<comments>http://www.pingable.org/typography-stumbleupon-digg-repeat-visitors-web-20-and-css/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 19:42:35 +0000</pubDate>
		<dc:creator>Simon Ward</dc:creator>
				<category><![CDATA[Blogging Tips]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Digg]]></category>
		<category><![CDATA[StumbleUpon]]></category>
		<category><![CDATA[Typography]]></category>

		<guid isPermaLink="false">http://www.pingable.org/typography-stumbleupon-digg-repeat-visitors-web-20-and-css/</guid>
		<description><![CDATA[This article is a summary of some of the best articles and content&#160;I have read recently. Taking a look at the subscriber count of &#8220;I love Typography&#8221; I am one of many people who are loving this fresh new blog.&#160;Great stuff: &#160;15 Excellent Examples of Web Typography. Tara from Graphic Design Blog&#160;also posts&#160;about Typographic Inspiration. [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="standard" count="1" href="http://www.pingable.org/typography-stumbleupon-digg-repeat-visitors-web-20-and-css/"></g:plusone></div><p>This article is a summary of some of the best articles and content&nbsp;I have read recently.</p>
<p>Taking a look at the subscriber count of &#8220;I love Typography&#8221; I am one of many people who are loving this fresh new blog.&nbsp;Great stuff: &nbsp;<a href="http://ilovetypography.com/2007/09/19/15-excellent-examples-of-web-typography/">15 Excellent Examples of Web Typography</a>.</p>
<p>Tara from Graphic Design Blog&nbsp;also posts&nbsp;about <a href="http://www.graphicdesignblog.co.uk/typographic-inspiration/">Typographic Inspiration</a>.</p>
<p>Blog Strom discusses&nbsp;<a href="http://www.blogstorm.co.uk/blog/why-real-people-think-digg-sucks/">Why &#8220;Real&#8221; People think Digg Sucks</a>. This article is interesting stuff. How often do you find dead links on the homepage of Digg. Lately digg&#8217;s success seems to be it&#8217;s worst enemy.</p>
<p>Dosh Dosh gives advice on&nbsp;<a href="http://www.doshdosh.com/how-to-get-repeat-visitors-for-your-website/">How to get repeat visitors to your website</a>. Some useful points taken from the article:</p>
<ul>
<li>Is your site populated enough to encourage participation?</li>
<li>How does your site feel to 10 random people who have never visited it?</li>
<li>Are you providing information that is coherent with your search keywords?</li>
<li>Does your website project a unique, familiar and identifiable voice?</li>
</ul>
<p>Sarah from Bluejar.com gives&nbsp;a nuts and bolts <a href="http://www.bluejar.com/how-to-position-your-photos-and-images-using-css/">CSS image positioning</a> tutorial. Sarah&#8217;s blog is a good read, she recently ran a very good &#8220;How To&#8221; group writing contest which I took part in.</p>
<p>Han from <a href="http://www.eruanna.net/">Eruanna</a> guest posts for Rhys from The Gospel According To Rhys about&nbsp;<a href="http://www.gospelrhys.co.uk/2007/09/how-to-make-your-blog-design-web-20.html">How to make your blog design Web 2.0</a>. My sincere condolences go out to Rhys, Wales were knocked out of the Rugby World Cup on the weekend, and I know Rhys is a fan.</p>
<p>I am still loving StumbleUpon, although I find it a terrible procrastination tool. Here is a useful resource page: <a href="http://thlayli.detrave.net/stumbleupon.html">Stumble Add-ons</a>.</p>
<p>Heading into the festive part of the year consider checking out some <a href="http://www.buy-me-a-gift-online.com/" title="Gifts" target="_blank">gifts</a> from this cool site.</p>
<p>On a personal note I am celebrating passing 100&nbsp;RSS subscribers on Pingable, so I have decided to add a feed burner counter. Cheers to all those who have subscribed.</p>
<p align="right"><img alt="www.pingable.org" src="http://www.pingable.org/images/sig.gif"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pingable.org/typography-stumbleupon-digg-repeat-visitors-web-20-and-css/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>CSS Basics &#8211; The Box Model</title>
		<link>http://www.pingable.org/css-basics-the-box-model/</link>
		<comments>http://www.pingable.org/css-basics-the-box-model/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 13:11:02 +0000</pubDate>
		<dc:creator>Simon Ward</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Basics]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.pingable.org/css-basics-the-box-model/</guid>
		<description><![CDATA[Learning how to design using Cascading Style Sheets (CSS) can be a little tricky for the beginner if you don&#8217;t figure out a few of the basics. One of the basic concepts in CSS is the box model. CSS is the code that is used to define design in most modern web pages. WordPress Blogs [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="standard" count="1" href="http://www.pingable.org/css-basics-the-box-model/"></g:plusone></div><p><img src="http://www.pingable.org/images/The_Box_Model.gif" alt="CSS Box Model"></p>
<p>Learning how to design using Cascading Style Sheets (CSS) can be a little tricky for the beginner if you don&#8217;t figure out a few of the basics. One of the basic concepts in CSS is the box model. </p>
<p>CSS is the code that is used to define design in most modern web pages. WordPress Blogs and Myspace layouts both require CSS. </p>
<p>The above diagram explains how The Box&nbsp;Model works. The entire diagram represents a single Div element in CSS. So if the div was the main text of a page, the width and height would define the area which text will fill. The padding would define the area between the text and the border. And the margin would define the area between the border and the next div element on the page. I hope this basic tutorial helps.</p>
<p align="right"><img alt="www.pingable.org" src="http://www.pingable.org/images/sig.gif"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pingable.org/css-basics-the-box-model/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Tactics for Blogging success without SEO</title>
		<link>http://www.pingable.org/tactics-for-blogging-success-without-seo/</link>
		<comments>http://www.pingable.org/tactics-for-blogging-success-without-seo/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 09:13:44 +0000</pubDate>
		<dc:creator>Simon Ward</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Success]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.pingable.org/tactics-for-blogging-success-without-seo/</guid>
		<description><![CDATA[Tadeusz Szewczyk has written a&#160;good article on Blogscoped&#160;called 10 steps to success without SEO. The main points covered are: Discover your niche Use WordPress Create a killer CSS design and submit it to CSS galleries Allow trackbacks, use dofollow Socialize, write comments and link other blogs Include social media on your site, use social media [...]]]></description>
			<content:encoded><![CDATA[<div name="googleone_share_1" style="position:relative;z-index:5;float: right; margin-left: 10px;"><g:plusone size="standard" count="1" href="http://www.pingable.org/tactics-for-blogging-success-without-seo/"></g:plusone></div><p>Tadeusz Szewczyk has written a&nbsp;good article on Blogscoped&nbsp;called <a href="http://blogoscoped.com/archive/2007-07-31-n90.html " target="_blank">10 steps to success without SEO</a>. </p>
<p>The main points covered are:</p>
<ul>
<li>Discover your niche
<li>Use WordPress
<li>Create a killer CSS design and submit it to CSS galleries
<li>Allow trackbacks, use dofollow
<li>Socialize, write comments and link other blogs
<li>Include social media on your site, use social media yourself
<li>Write your own content, say something new, express yourself
<li>Compile what you know or what others said and publish it
<li>Contribute to your favorite online publications
<li>Add new content at least every second day</li>
</ul>
<p>With each point more detail about specifically how the point helps&nbsp;is discussed. While I agree with all the points, as a blogger with a full time job I have found the last point the most difficult to follow. I often have a spare day or two, and I will write 2-3 posts, read a lot, leave comments etc. But then I am unable to look at my blog for a few days, and I often feel my good work is being let down by my inability to post daily or at least every second day. What are other peoples thoughts of this topic?</p>
<p align="right"><img alt="www.pingable.org" src="http://www.pingable.org/images/sig.gif"></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pingable.org/tactics-for-blogging-success-without-seo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

