
<?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>Weborithm &#187; Tutorials</title>
	<atom:link href="http://www.weborithm.com/topic/tutorials/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.weborithm.com</link>
	<description></description>
	<lastBuildDate>Tue, 25 May 2010 07:36:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Design A WordPress Theme, Part 2: Slice a PSD</title>
		<link>http://www.weborithm.com/slice-psd-for-html/</link>
		<comments>http://www.weborithm.com/slice-psd-for-html/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 18:44:02 +0000</pubDate>
		<dc:creator>Hyder Jaffari</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.weborithm.com/?p=207</guid>
		<description><![CDATA[This is the second part in a series called &#8220;Design a WordPress Theme&#8220;. Here is a list of all the parts in this series. Design a WordPress Theme: Designing the Layout Design a WordPress Theme: Slice the PSD (currently reading) Design a WordPress Theme: HTML/CSS Design a WordPress Theme: Convert HTML/CSS to a WordPress Theme [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second part in a series called &#8220;<strong>Design a WordPress Theme</strong>&#8220;. Here is a list of all the parts in this series.</p>
<ol>
<li><a href="http://www.weborithm.com/design-a-wordpress-theme-layout/">Design a WordPress Theme: Designing the Layout</a></li>
<li>Design a WordPress Theme: Slice the PSD <em>(currently reading)</em></li>
<li>Design a WordPress Theme: HTML/CSS</li>
<li>Design a WordPress Theme: Convert HTML/CSS to a WordPress Theme</li>
<li>Design a WordPress Theme: Advanced Code</li>
</ol>
<p>Now that we have our layout ready lets get it sliced up so that we can create the HTML/CSS with the images (that&#8217;s Part 3).</p>
<p>Since the design of the theme does not rely heavily on imagery the slicing part of this project will be very easy. This is something which I would actually recommend to a lot of <em>new</em> web designers. Go easy on the imagery, once you have mastered your HTML and CSS you can then take your design, and markup, skills to the next level.</p>
<h3>To Sprite or Not to Sprite?</h3>
<p>A lot of professionals out there swear by sprites, I use them as well, just not <em><strong>every</strong>. single. time</em>. Plus, when it comes time to update your theme, or do customizations, editing your sprite can at times be a <span style="text-decoration: underline;">royal</span> pain.</p>
<p>So I tend to go half and half on this one.</p>
<p>Use sprites for images that are not intended to repeat and  slice the others as you normally would. Of course, you can do it any which way you like. In the end, what should matter is that you have done everything to make your theme as user friendly (i.e. load faster) as possible and for it to be easily customizable by anyone else.</p>
<h3>Slice and Dice</h3>
<p>The main areas that need to be sliced for this theme are the navigation and tab gradients. The inner post pages will be using some social media icons that go into a sprite and that&#8217;s pretty much it. See how simple it can be if you plan a step ahead to try and rely mostly on CSS to make your design look pretty?!</p>
<p>The easiest way to get your gradients sliced is to merge the layer that it is on with a new/empty layer. Then select the whole new layer, create a new document and save it. That&#8217;s it. Confused a bit? Here&#8217;s a step by step:</p>
<ul>
<li>Select the layer that needs to be sliced</li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-208" title="select-layer" src="http://www.weborithm.com/wp-content/2009/10/select-layer.jpg" alt="select-layer" width="570" height="110" /></p>
<ul>
<li>Create a new layer, and select it too.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-209" title="create-new-layer" src="http://www.weborithm.com/wp-content/2009/10/create-new-layer.jpg" alt="create-new-layer" width="570" height="110" /></p>
<ul>
<li>Merge both the layers with CTRL + E (CMD + E on Mac I believe)</li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-210" title="merge-layers" src="http://www.weborithm.com/wp-content/2009/10/merge-layers.jpg" alt="merge-layers" width="570" height="110" /></p>
<p>Now select the whole layer with CTRL + A and create a new PSD document.</p>
<p>You will notice that the width is very large, in my case it was 960px, since I don&#8217;t want the gradient image to be that wide (as we can use CSS to repeat the image) I&#8217;m going to change the new document width to 1px.</p>
<p>Now paste your image in the new document and you have your sliced navigation image. In my case it&#8217;s 1px by 40px.</p>
<p><img class="size-full wp-image-211 alignnone" title="gradient" src="http://www.weborithm.com/wp-content/2009/10/gradient.png" alt="gradient" width="1" height="40" /> &lt;- That&#8217;s it right there.</p>
<p>You can just as well use the slice tool but I get by faster with this method. There are many who will disagree with my method and I&#8217;m fine with that, in the end it matters what works for you.</p>
<p>Simply repeat this step for other gradient type images, in my theme&#8217;s case it was a total of 3 gradient images.</p>
<h3>Creating a sprite</h3>
<p>Now let&#8217;s create a sprite for our social icons. For my theme I used these icons from <a href="http://www.komodomedia.com/blog/2009/06/social-network-icon-pack" target="_blank">KomodoMedia.com</a>.</p>
<p>The icons are 16px X 16px. So I created a new PSD document 16px wide and 146px high, to accommodate more icons below each other for my sprite.</p>
<p>Now all you have to do is place the icons below each other, don&#8217;t forget the spacing in between which was 16 pixels in this case, and save your social icon sprite.</p>
<p>It should now look like this -</p>
<p><img class="aligncenter size-full wp-image-212" title="social" src="http://www.weborithm.com/wp-content/2009/10/social.gif" alt="social" width="16" height="146" /></p>
<p>Cool! Now we&#8217;re done!</p>
<p>That&#8217;s about it for this theme, the rest of the magic happens with CSS. Which will be posted in Part 3, <strong>Writing the HTML/CSS</strong>. (<a href="http://feeds2.feedburner.com/Weborithm">subscribe up to my RSS feed</a> for updates)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.weborithm.com/slice-psd-for-html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Design A WordPress Theme: Part 1, The Layout</title>
		<link>http://www.weborithm.com/design-a-wordpress-theme-layout/</link>
		<comments>http://www.weborithm.com/design-a-wordpress-theme-layout/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 09:49:06 +0000</pubDate>
		<dc:creator>Hyder Jaffari</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.weborithm.com/?p=143</guid>
		<description><![CDATA[This is the first part in a series called &#8220;Design a WordPress Theme&#8220;. Here is a list of all the parts in this series. Design a WordPress Theme: Designing the Layout (currently reading) Design a WordPress Theme: Slice the PSD Design a WordPress Theme: HTML/CSS Design a WordPress Theme: Convert HTML/CSS to a WordPress Theme [...]]]></description>
			<content:encoded><![CDATA[<p>This is the first part in a series called &#8220;<strong>Design a WordPress Theme</strong>&#8220;. Here is a list of all the parts in this series.</p>
<ol>
<li>Design a WordPress Theme: Designing the Layout <em>(currently reading)</em></li>
<li><a href="http://www.weborithm.com/slice-psd-for-html">Design a WordPress Theme: Slice the PSD</a></li>
<li>Design a WordPress Theme: HTML/CSS</li>
<li>Design a WordPress Theme: Convert HTML/CSS to a WordPress Theme</li>
<li>Design a WordPress Theme: Advanced Code</li>
</ol>
<p>Designing for WordPress can be quite an experience as you take your thoughts from a concept, to a PSD to a fully functional theme. I have been using and designing/developing with WordPress for over 3 years now and I thought I would do my part and share my process with you.</p>
<p>Here is my contribution of taking a theme concept through its development stages to a fully functional WordPress theme.</p>
<h3>The Concept</h3>
<p>Many times you will be hard pressed to NOT find a theme already available in a particular niché for WordPress. The platform is so widely used that virtually everything has been done with it, well almost everything. But have no fear as there is always room for more.</p>
<p>The first thing you need to do while thinking up a concept is try and not search for similar themes. This will send you on a downward spiral as you realize there are literally dozens, even hundreds, of similar themes and you will end up losing hope for creating one altogether. If there is one thing the WordPress community has shown me it is that they always like <em>fresh ideas</em>.</p>
<p>So start visualizing your concept and don&#8217;t even bother to find out if someone has done something similar. Chances are they haven&#8217;t. Your idea <span style="text-decoration: underline;">will</span> be original as long as you don&#8217;t influence yourself beforehand.</p>
<h3>The Layout</h3>
<p>I usually start by designing my layout on paper so that I can get a general idea of where I&#8217;m headed with it, this particular one was actually done by my wife. Yeah, she rocks!</p>
<div id="attachment_219" class="wp-caption aligncenter" style="width: 574px"><img class="size-thumbnail wp-image-219" title="DSC00042" src="http://www.weborithm.com/wp-content/2010/01/DSC00042-e1262683401227.jpg" alt="" width="564" height="752" /><p class="wp-caption-text">Style Theme wire frame</p></div>
<p>Your sketch does not have to be an exact replica of how you imagine your theme, as you obviously cannot get those pixel perfect measurements and other finer details like icons etc&#8230; So grab some paper, jot down the most important elements of your theme and start creating a rough wire frame structure.</p>
<p>Don&#8217;t even bother with rounded corners, shadows, text etc&#8230; right now, the important part is to get your ideas on paper as best as you can.</p>
<p><em><strong>How do I decide what are the most important elements?</strong></em></p>
<p>Well, first of all you need to decide <span style="text-decoration: underline;">who</span> is your customer. For my example, I wanted it to be for a fashion/style/celebrity blogger. So I decided that these would be my most basic content points -</p>
<ul>
<li>Logo in the center, ads on the side</li>
<li>Big images on the top left and right, with links down the center</li>
<li>A central ad area below the top content, wrapped with more content and images</li>
<li>A footer with links</li>
</ul>
<p>You can revise your sketch as much as you like, or use it as a base and start getting the theme done in Photoshop (I actually prefer to just start hacking it together with raw HTML/CSS). Either way, it&#8217;s always a good step to have something to refer too during the design phase and the easiest way to accomplish that is with your sketch.</p>
<h3>The Layout Process</h3>
<p>I could write a whole lot of details about the process you can take for positioning elements, adding gradients and various keyboard shortcuts to make you a super key master of Photoshop, but I won&#8217;t. As there are multiple tutorials out there that show you how you do that already.</p>
<p>Instead, I&#8217;ll just take you on a journey and show you a step by step pictorial guide. So here are the screenshots of the process I took my theme concept through -</p>
<div id="attachment_198" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-198" title="Fashion_1" src="http://www.weborithm.com/wp-content/2009/06/Fashion_1-705x940.gif" alt="Fashion_1" width="564" height="752" /><p class="wp-caption-text">Get the title in first.</p></div>
<div id="attachment_199" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-199 " title="Fashion_2" src="http://www.weborithm.com/wp-content/2009/06/Fashion_2-705x940.gif" alt="Fashion_2" width="564" height="752" /><p class="wp-caption-text">Added the navigation, Advertisment, Subscribe and Search areas.</p></div>
<div id="attachment_200" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-200" title="Fashion_3" src="http://www.weborithm.com/wp-content/2009/06/Fashion_3-705x940.gif" alt="Fashion_3" width="564" height="752" /><p class="wp-caption-text">Image area placements, and the links in the center, go in.</p></div>
<div id="attachment_201" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-201" title="Fashion_4" src="http://www.weborithm.com/wp-content/2009/06/Fashion_4-705x940.gif" alt="Fashion_4" width="564" height="752" /><p class="wp-caption-text">Lower content areas with an Advertisement module in the middle</p></div>
<div id="attachment_202" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-202" title="Fashion_5" src="http://www.weborithm.com/wp-content/2009/06/Fashion_5-705x940.gif" alt="Fashion_5" width="564" height="752" /><p class="wp-caption-text">Finally the footer and the bottom navigation go in.</p></div>
<div id="attachment_203" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-203" title="Fashion_6" src="http://www.weborithm.com/wp-content/2009/06/Fashion_6-705x940.jpg" alt="Fashion_6" width="564" height="752" /><p class="wp-caption-text">Starting from the top, let&#39;s style the navigation, Ads, subscribe and the search area.</p></div>
<div id="attachment_204" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-204" title="Fashion_7" src="http://www.weborithm.com/wp-content/2009/06/Fashion_7-705x940.jpg" alt="Fashion_7" width="564" height="752" /><p class="wp-caption-text">Add more imagery, hmm... looks like the right area could be more interactive, so let&#39;s make it a tabbed area!</p></div>
<div id="attachment_205" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-205" title="Fashion_8" src="http://www.weborithm.com/wp-content/2009/06/Fashion_8-705x940.jpg" alt="Fashion_8" width="564" height="752" /><p class="wp-caption-text">More imagery...</p></div>
<div id="attachment_206" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-206" title="Fashion_9" src="http://www.weborithm.com/wp-content/2009/06/Fashion_9-705x940.jpg" alt="Fashion_9" width="564" height="752" /><p class="wp-caption-text">The footer looks much better now, don&#39;t you think?</p></div>
<div id="attachment_197" class="wp-caption aligncenter" style="width: 574px"><img class="size-large wp-image-197" title="Fashion_10" src="http://www.weborithm.com/wp-content/2009/06/Fashion_10-705x940.jpg" alt="Fashion_10" width="564" height="752" /><p class="wp-caption-text">Some final font and image adjustments and we&#39;re done with the layout phase of theme development!</p></div>
<p>So there you have it. A slightly polished wire frame from which we can now use a guide* for building the HTML/CSS bit of the theme for final conversion over into a WordPress theme.</p>
<p>But first&#8230;</p>
<p>We actually need to get it ready for the HTML/CSS part.</p>
<p>That&#8217;s in Part 2 which you can read here &#8211; <strong><a href="http://www.weborithm.com/slice-psd-for-html">Slicing a PSD</a></strong>.</p>
<p><span style="color: #808080;">*If you are going to be designing for a client you might want to spend a few more hours to really get it looking spic and span, since this was for me to use a reference I left a few styling parts out (namely the footer).</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weborithm.com/design-a-wordpress-theme-layout/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7 CSS Tips To Make Your Blog Look Fresh</title>
		<link>http://www.weborithm.com/7-css-tips-to-make-your-blog-look-fresh/</link>
		<comments>http://www.weborithm.com/7-css-tips-to-make-your-blog-look-fresh/#comments</comments>
		<pubDate>Sun, 14 Jun 2009 12:46:46 +0000</pubDate>
		<dc:creator>Hyder Jaffari</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.weborithm.com/blog/?p=14</guid>
		<description><![CDATA[Giving your blog a whole new feel can be as simple as adjusting a few CSS classes, or ID’s, in your stylesheet. Here are 7 CSS changes you can make to your blog for a fresh new look. Leave a comment if you have any questions.]]></description>
			<content:encoded><![CDATA[<p>Giving your blog a whole new feel can be as simple as adjusting a few CSS classes, or ID&#8217;s, in your stylesheet. In WordPress you can easily edit your stylesheet from the <em>Appearance &gt; Editor</em> screen.</p>
<p>Here are 7 CSS changes you can make to your blog for a fresh new look.</p>
<div id="attachment_131" class="wp-caption aligncenter" style="width: 700px"><img class="size-full wp-image-131" title="css-image" src="http://www.weborithm.com/wp-content/2009/06/css-image.png" alt="Make your blog fresh" width="690" height="150" /><p class="wp-caption-text">Make your blog fresh</p></div>
<h3>1. Background colors</h3>
<p>Changing background colors on your blog is probably the easiest thing you can do. Simply look in your stylesheet for any instances of:</p>
<pre>{ background: #ffffff; } Note: the #ffffff is simply an example here.</pre>
<p>Depending on the stylesheet of your blog there may be various background colors defined. If your blog uses images then you will see those written like this:</p>
<pre>{ background: url(folder/image) }</pre>
<p>In this case, it&#8217;s best you either contact the designer of your theme, or if you are comfortable changing it on your own go ahead and play a little. Make sure and save a backup first though!</p>
<p>If you need to find colors you can find the &#8220;hex values&#8221;, i.e the #ffffff, at <a href="http://www.colourlovers.com/" target="_blank">colourlovers</a> for the color you desire.</p>
<p>Now that you have the hex value of your color simply edit the CSS style and click &#8220;<em>Update File</em>&#8220;. Reload your blog page to see the change in color!<span id="more-88"></span></p>
<h3>2. Headings</h3>
<p>You see the &#8220;Headings&#8221; above, it is enclosed in an H3 tag. You can style all of your individual H1, H2, H3, H4, H5 and H6 tags. Chances are that you will be using the H1, H2 and H3 tags the most.</p>
<p>It may seem a bit confusing at first because designers like to give different styles for an H3 tag that displays in the sidebar and another style for the H3 tag that gets used in the posts. An example is this very blog here.</p>
<p>For the post I&#8217;ve used:</p>
<pre>.post h3 { border-bottom: 1px dotted #474444; color: #474444; font-size: 1.7em; padding: 5px 0 10px; margin-bottom: 10px; }</pre>
<p>and for the sidebar I&#8217;ve used:</p>
<pre>.sidebar h3 { background: #fff; font-size: 1.6em; letter-spacing: 1px; padding: 20px 0; margin: 0; }</pre>
<p>You need to decide which headings you want to change and find the appropriate style in your stylesheet too edit them as you require. There are a myriad variety of choices of you can use here. I&#8217;ve provided some examples of what you can do with headings below.</p>
<pre>.your h1, h2, h3 { border-bottom: 1px solid/dotted/dashed #hexvalue; color: #hexvalue; font-style: italic; }</pre>
<p>If you want to edit the headings even further try adding a background color, I always choose to keep them simple though. Again, the <em>#hexvalue</em> for a color you want can be found at ColourLovers {linked to in point no.1 above}</p>
<h3>3. Blockquotes</h3>
<blockquote><p>This is a blockquote, it has it&#8217;s own styling applied to it. It&#8217;s meant to grab attention.</p></blockquote>
<p>Styling the blockquote is one of my favorite aspect of blog design. A well styled blockquote is a great way to grab your readers attention in your post or page.</p>
<p>In your stylesheet look for:</p>
<pre>blockquote { styles here } and</pre>
<pre>blockquote p { styles here }</pre>
<p>The &#8220;blockquote&#8221; tag helps in styling the general look of the quote area itself. The border and background you see above are styled by declaring styles for that tag. Here&#8217;s my style code to give you an idea of what you can do with it.</p>
<pre>.post blockquote { background: #fbfbfb url(images/quote.gif) no-repeat 10px 10px; color: #474747; font-size: 1.3em; line-height: 2em; margin: 10px; padding: 10px 10px 10px 85px; border: 1px solid #e9e7e7; }</pre>
<p>I&#8217;ve added an image to the background, declared a background color, gave a color for the text, changed the font size, added some extra line-height, gave it a border and some margin and padding. That may seem like quite a bit, but there&#8217;s a LOT more you can still do.</p>
<p>For the paragraphs within the blockquote all I did was add this:</p>
<pre>.post blockquote p { padding: 10px 0; }</pre>
<p>So, if you want to change just one thing first I would suggest you get yourself a nicely styled blockquote.</p>
<h3>4. Lists</h3>
<p>This is a list in the general sense of the term, except it does not use the list styling, which would look like this.</p>
<ol>
<li>List point 1</li>
<li>List point 2</li>
<li>List point 3</li>
</ol>
<p>My list styling looks like this:</p>
<pre>.post ul { margin: 10px 50px; list-style: disc; } - This is for the unordered list</pre>
<pre>.post ol { margin: 10px 20px; } - This is for the ordered list, shown above</pre>
<pre>.post li { color: #474747; font-size: 1.4em; padding: 10px 0; } - This is for the lists for both of the above</pre>
<p>You can add background colors, borders, change the font size or even use a background image. People love lists and a well styled list draws crowds.</p>
<h3>5. Links</h3>
<p>This is the most simple change that you can make in your stylesheet, the color of <a href="#">a link</a>. There&#8217;s a good chance that your stylesheet has declared the link style in one area, here&#8217;s mine.</p>
<pre>a { color: #800808; text-decoration: none; }</pre>
<pre>a:hover { text-decoration: underline; }</pre>
<p>You can just change the color if you like, or you could even add a background color. Here are some examples.</p>
<ol>
<li><a style="background: #444444; color: #fff; padding: 3px 5px;" href="#">Link 1</a></li>
<li><a style="border-top: 1px dotted #333333; border-bottom: 2px dotted #000000; font-style: italic;" href="#">Link 2</a></li>
<li><a style="background: #c9c1c1; border: 1px dashed #800808; color: #000; padding: 3px 5px;" href="#">Link 3</a></li>
</ol>
<p>Here are the styles for the above links:</p>
<pre>{ background: #444444; color: #fff; padding: 3px 5px; } - link 1</pre>
<pre>{ border-top: 1px dotted #333333; border-bottom: 2px dotted #000000; font-style: italic; } - Link 2</pre>
<pre>{ background: #c9c1c1; border: 1px dashed #800808; color: #000; padding: 3px 5px; } - Link 3</pre>
<h3>6. Spacing</h3>
<p>Spacing can be handled in a few different ways.</p>
<p>First of all, you can give the whole post or page some spacing. For instance if I added this to my stylesheet:</p>
<pre>.post { padding: 10px; }</pre>
<p>which would make the whole document condense 10 pixels inwards.</p>
<p>Secondly, you can add spacing for your paragraphs with these styles:</p>
<pre>.post p { padding: 10px; line-height: 22px;  }</pre>
<p>This will give the paragraphs a 10 pixel padding all around, as well as provide spacing between lines.</p>
<h3>7. Images</h3>
<p>If you noticed the image at the top of this post, it was enclosed in a border with a background color. For WordPress themes, most designers tend to add the default styling. However you can play around with the styles and use different hex values for colors and maybe some more padding and margin, if you desire.</p>
<p>My image styling looks like this:</p>
<pre>.wp-caption { background-color: #fbfbfb; border: 1px solid #e9e7e7; padding: 8px 0; text-align: center; }</pre>
<pre>.wp-caption img { border: 1px solid #e9e7e7; margin: 0; padding: 0; }</pre>
<p>Best practice here would be to play around with background and border colors.</p>
<p>So there you have it, 7 CSS tips that can change the way your blog looks and feels. If you have any questions feel free to leave a comment.</p>
<p><strong>Please take a moment to share this post with your friends and do <a href="http://feeds2.feedburner.com/Weborithm" target="_self">sign up for our RSS feed</a>! Thanks!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.weborithm.com/7-css-tips-to-make-your-blog-look-fresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
