<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Webbing Around</title>
	<link>http://www.webbingaround.com</link>
	<description>fun with web design</description>
	<lastBuildDate>Sun, 13 Sep 2009 07:02:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How To Buy a Customized PC</title>
		<description><![CDATA[
Go to the site. The link below will take you to the page shown below.
http://www.cyberpowerpc.com/system/Gamer_Infinity_SLI_GT/detail
Name of the computer is Gamer Infinity SLI GT

First thing you want to do is choose your Operating System. To do that click on the &#8220;software services&#8221; option. (shown in image below) I chose Microsoft® Windows Vista™ Ultimate w/ Service Pack [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



No related posts.]]></description>
		<link>http://www.webbingaround.com/how-to-buy-a-customized-pc/</link>
			</item>
	<item>
		<title>HTML Basics: Formatting Text</title>
		<description><![CDATA[Formatting Bold Text
The most common ways to format bold text using HTML.


HTML strong tag:
The strong tag is what&#8217;s known as a logical style and should be used when you want to add a strong emphasis to the word(s) in between the open and close tags. This is especially important with screen readers and accessibility. A [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



Related posts:<ol><li><a href='http://www.webbingaround.com/html-basics-understanding-tags/' rel='bookmark' title='Permanent Link: HTML Basics: Understanding Tags'>HTML Basics: Understanding Tags</a> <small>Anatomy of an HTML tag Bellow you will see the...</small></li><li><a href='http://www.webbingaround.com/html-basics-linking/' rel='bookmark' title='Permanent Link: HTML Basics: Linking'>HTML Basics: Linking</a> <small>The anchor tag. The anchor tag or the a tag...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.webbingaround.com/html-basics-formatting-text/</link>
			</item>
	<item>
		<title>Illustrator Basics: Keyboard Shortcuts</title>
		<description><![CDATA[Take Your Skills to the Next Level
Learn these short cuts. I&#8217;ve been using keyboard shortcuts for so long now that it has become second nature.
At first, you might be a little overwhelmed to use the hot keys over your mouse but eventually you&#8217;ll be working along and not even notice.
Over the next few weeks, practice [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



No related posts.]]></description>
		<link>http://www.webbingaround.com/illustrator-basics-keyboard-shortcuts/</link>
			</item>
	<item>
		<title>Photoshop Basics: Cropping to a Specific Size</title>
		<description><![CDATA[Using the Crop Tool to Crop to Size
The image bellow I want to crop to a size of 550px X 300px. In Photoshop you can specify a dimension  for your crop tool. So when you crop an image it will be that specific size you want.

Photoshop Crop Tool
The image bellow shows your crop tool [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



No related posts.]]></description>
		<link>http://www.webbingaround.com/photoshop-basics-cropping-to-a-specific-size/</link>
			</item>
	<item>
		<title>CSS Basics: Structure of the Rulesets</title>
		<description><![CDATA[Cascading style sheets, other wise known as CSS, is used to define the presentation of a web page. The presentation, in other words, is the look of the page from font selection to background color to much more. Everything that encompasses the design of the web page or site should be styled with CSS.
CSS is [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



Related posts:<ol><li><a href='http://www.webbingaround.com/html-basics-understanding-tags/' rel='bookmark' title='Permanent Link: HTML Basics: Understanding Tags'>HTML Basics: Understanding Tags</a> <small>Anatomy of an HTML tag Bellow you will see the...</small></li><li><a href='http://www.webbingaround.com/html-basics-linking/' rel='bookmark' title='Permanent Link: HTML Basics: Linking'>HTML Basics: Linking</a> <small>The anchor tag. The anchor tag or the a tag...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.webbingaround.com/css-basics-structure-of-the-rulesets/</link>
			</item>
	<item>
		<title>HTML Basics: Linking</title>
		<description><![CDATA[The anchor tag.
The anchor tag or the a tag is used to create links to other web pages, web sites, email and documents.
The &#8216;a&#8216; stands for &#8216;anchor&#8216; and is usually used in this format:
&#60;a href=&#8221;http://www.webbingaround.com&#8221; title=&#8221;Webbing Around&#8221; &#62;Webbing Around&#60;/a&#62;
The anchor tag has many attributes including the href and title.
href &#8211; defines the destination of the [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



Related posts:<ol><li><a href='http://www.webbingaround.com/html-basics-formatting-text/' rel='bookmark' title='Permanent Link: HTML Basics: Formatting Text'>HTML Basics: Formatting Text</a> <small>Formatting Bold Text The most common ways to format bold...</small></li><li><a href='http://www.webbingaround.com/basic-html-for-creating-a-valid-email/' rel='bookmark' title='Permanent Link: Basic HTML for Creating a Valid Email'>Basic HTML for Creating a Valid Email</a> <small>Here are the basics. There are 3 main pieces to...</small></li><li><a href='http://www.webbingaround.com/html-basics-understanding-tags/' rel='bookmark' title='Permanent Link: HTML Basics: Understanding Tags'>HTML Basics: Understanding Tags</a> <small>Anatomy of an HTML tag Bellow you will see the...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.webbingaround.com/html-basics-linking/</link>
			</item>
	<item>
		<title>HTML Basics: Understanding Tags</title>
		<description><![CDATA[Anatomy of an HTML tag
Bellow you will see the basic structure of an html tag; the open tag and the closing tag. The image bellow shows the html tags enclosing the content, in this case a heading or article title.
An open tag shows where the element begins and the closing tag shows where it ends. [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



Related posts:<ol><li><a href='http://www.webbingaround.com/html-basics-formatting-text/' rel='bookmark' title='Permanent Link: HTML Basics: Formatting Text'>HTML Basics: Formatting Text</a> <small>Formatting Bold Text The most common ways to format bold...</small></li><li><a href='http://www.webbingaround.com/html-basics-linking/' rel='bookmark' title='Permanent Link: HTML Basics: Linking'>HTML Basics: Linking</a> <small>The anchor tag. The anchor tag or the a tag...</small></li><li><a href='http://www.webbingaround.com/basic-html-for-creating-a-valid-email/' rel='bookmark' title='Permanent Link: Basic HTML for Creating a Valid Email'>Basic HTML for Creating a Valid Email</a> <small>Here are the basics. There are 3 main pieces to...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.webbingaround.com/html-basics-understanding-tags/</link>
			</item>
	<item>
		<title>Adding Images From Your Flickr Account</title>
		<description><![CDATA[Adding images from your Flickr account is pretty simple once you see how it&#8217;s done. After this little tutorial you&#8217;re going to have pics all over your blog. 
Step 1.
Click on the image that you want to enter into your post.

Step 2.
Click on the &#8220;All Sizes&#8221; button.

Step 3.
Click in the box and copy all the [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



No related posts.]]></description>
		<link>http://www.webbingaround.com/adding-images-from-your-flickr-account/</link>
			</item>
	<item>
		<title>Creating an effective Email: the Basics</title>
		<description><![CDATA[Creating an email is very similar to creating a basic web page. You have the same building blocks; HTML, images and text to convey your message. But a key difference is in the way you accomplish the task.
When creating an email from scratch there are a few things you want to keep in mind.
First, valid [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



Related posts:<ol><li><a href='http://www.webbingaround.com/basic-html-for-creating-a-valid-email/' rel='bookmark' title='Permanent Link: Basic HTML for Creating a Valid Email'>Basic HTML for Creating a Valid Email</a> <small>Here are the basics. There are 3 main pieces to...</small></li><li><a href='http://www.webbingaround.com/html-basics-linking/' rel='bookmark' title='Permanent Link: HTML Basics: Linking'>HTML Basics: Linking</a> <small>The anchor tag. The anchor tag or the a tag...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.webbingaround.com/creating-an-effective-email-the-asics/</link>
			</item>
	<item>
		<title>Basic HTML for Creating a Valid Email</title>
		<description><![CDATA[Here are the basics. There are 3 main pieces to an email: the header, content, and footer.
The header contains the company logo, at minimum, but can also contain contact information such as a phone number.
The content is the body and the bulk of the email. This will be your sales message, your article(s) if you&#8217;re [...]<p>Post from: <a href="http://www.webbingaround.com">Webbing Around</a></p>



Related posts:<ol><li><a href='http://www.webbingaround.com/creating-an-effective-email-the-asics/' rel='bookmark' title='Permanent Link: Creating an effective Email: the Basics'>Creating an effective Email: the Basics</a> <small>Creating an email is very similar to creating a basic...</small></li><li><a href='http://www.webbingaround.com/html-basics-linking/' rel='bookmark' title='Permanent Link: HTML Basics: Linking'>HTML Basics: Linking</a> <small>The anchor tag. The anchor tag or the a tag...</small></li><li><a href='http://www.webbingaround.com/html-basics-formatting-text/' rel='bookmark' title='Permanent Link: HTML Basics: Formatting Text'>HTML Basics: Formatting Text</a> <small>Formatting Bold Text The most common ways to format bold...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.webbingaround.com/basic-html-for-creating-a-valid-email/</link>
			</item>
</channel>
</rss>
