<?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"
	>

<channel>
	<title>It's Called Web Design</title>
	<atom:link href="http://itscalledwebdesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://itscalledwebdesign.com</link>
	<description>Web 2.0 is so 2004. . . .</description>
	<pubDate>Fri, 05 Feb 2010 17:29:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>How to type a cent sign ¢</title>
		<link>http://itscalledwebdesign.com/tutorials/how-to-type-a-cent-sign-%c2%a2/</link>
		<comments>http://itscalledwebdesign.com/tutorials/how-to-type-a-cent-sign-%c2%a2/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 17:22:51 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=637</guid>
		<description><![CDATA[This one has bothered me for a long time.

To type a cent sign &#8220;¢&#8221; in Windows just hold the ALT key and then type 0-1-6-2 into the keypad.
Once you let go of the ALT key, the ¢ should appear.
If it doesn&#8217;t, I would guess user error is involved.
That, or since you are currently here, you [...]]]></description>
			<content:encoded><![CDATA[<p>This one has bothered me for a long time.<br />
<span id="more-637"></span><br />
To type a cent sign &#8220;¢&#8221; in Windows just hold the ALT key and then type 0-1-6-2 into the keypad.</p>
<p>Once you let go of the ALT key, the ¢ should appear.</p>
<p>If it doesn&#8217;t, I would guess user error is involved.</p>
<p>That, or since you are currently here, you can just copy and paste this one.</p>
<pre>¢</pre>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/how-to-type-a-cent-sign-%c2%a2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Icon Sets</title>
		<link>http://itscalledwebdesign.com/found-stuff/free-icon-set-2/</link>
		<comments>http://itscalledwebdesign.com/found-stuff/free-icon-set-2/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 19:55:32 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[Found Stuff]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=631</guid>
		<description><![CDATA[Here are some nice free icons for you.

There are quite a few nice groups of free icons in here, so check em out:
http://iconfever.com/category/free-icons/



]]></description>
			<content:encoded><![CDATA[<p>Here are some nice free icons for you.<br />
<span id="more-631"></span><br />
There are quite a few nice groups of free icons in here, so check em out:<br />
<a href="http://iconfever.com/category/free-icons/" target="_blank">http://iconfever.com/category/free-icons/</a></p>
<p><img src="http://iconfever.com/images/1109/vec-2.jpg"></p>
<p><img src="http://iconfever.com/images/1209/bwpx-2.jpg"></p>
<p><img src="http://iconfever.com/images/1109/imod-2.jpg"></p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/found-stuff/free-icon-set-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Print-only CSS</title>
		<link>http://itscalledwebdesign.com/tutorials/print-only-css/</link>
		<comments>http://itscalledwebdesign.com/tutorials/print-only-css/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 16:59:57 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=624</guid>
		<description><![CDATA[How many times have you printed off a webpage, only to have it spit page after page of waste from your printer?

If you have a site that people might be printing pages from, you should include a print CSS file that will allow you to print only specific items from the page.
In the head code [...]]]></description>
			<content:encoded><![CDATA[<p>How many times have you printed off a webpage, only to have it spit page after page of waste from your printer?<br />
<span id="more-624"></span><br />
If you have a site that people might be printing pages from, you should include a print CSS file that will allow you to print only specific items from the page.</p>
<p>In the head code under your normal CSS, simply insert this code</p>
<pre>&lt;link rel="stylesheet" media="print" type="text/css" href="http://yoursite.com/print.css" /&gt;</pre>
<p>Next make the print.css file on your server and start setting objects to display:block if you would like it to print or display:none if you do not.</p>
<p>This is not the limitation of the print.css file though.  You can also change font-sizes, margins, floats, etc so that the printed version of your page looks much better.</p>
<p>One nice feature that you can add is a line that says something like &#8220;Thanks for visiting our site and printing this page!&#8221;.  Just place it in an element and add a class like class=&#8221;printmessage&#8221;.  In your regular CSS just list .printmessage {display:none;} and in your print.css label it .printmessage {display:block;}.</p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/print-only-css/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tweet This on Wordpress</title>
		<link>http://itscalledwebdesign.com/tutorials/tweet-this-on-wordpress/</link>
		<comments>http://itscalledwebdesign.com/tutorials/tweet-this-on-wordpress/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 21:06:26 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[button]]></category>

		<category><![CDATA[retweet]]></category>

		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=617</guid>
		<description><![CDATA[Do you want to put a Twitter link on your WP blog so that people can Tweet about the great things you have to say?
Well, just use the following code:
&#60;a href="http://twitter.com/home?status=&#60;?php the_permalink() ?&#62;"&#62;&#60;img src="http://itscalledwebdesign.com/wp-content/uploads/twitter01.jpg"&#62;&#60;/a&#62;
The only problem with this is that it does not shorten the URL at all.  But other than that, it should work [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want to put a Twitter link on your WP blog so that people can Tweet about the great things you have to say?<span id="more-617"></span></p>
<p>Well, just use the following code:</p>
<pre>&lt;a href="http://twitter.com/home?status=&lt;?php the_permalink() ?&gt;"&gt;&lt;img src="http://itscalledwebdesign.com/wp-content/uploads/twitter01.jpg"&gt;&lt;/a&gt;</pre>
<p>The only problem with this is that it does not shorten the URL at all.  But other than that, it should work just fine.</p>
<p>We&#8217;d also prefer that you didn&#8217;t pull the image from our site, so feel free to download it and upload to your own site.</p>
<p><img src="http://itscalledwebdesign.com/wp-content/uploads/twitter01.jpg" alt="" /><br />
http://itscalledwebdesign.com/wp-content/uploads/twitter01.jpg</p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/tweet-this-on-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Easy Dropdown Navigation</title>
		<link>http://itscalledwebdesign.com/tutorials/easy-dropdown-navigation/</link>
		<comments>http://itscalledwebdesign.com/tutorials/easy-dropdown-navigation/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 15:59:24 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[down]]></category>

		<category><![CDATA[drop]]></category>

		<category><![CDATA[javascript]]></category>

		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=615</guid>
		<description><![CDATA[Here&#8217;s how to get dropdowns in your navigation.
First, you are going to need this bit of code in your &#60;head&#62;
&#60;script type="text/javascript"&#62;&#60;!--//--&#62;&#60;![CDATA[//&#62;&#60;!--
sfHover = function() {
    if (!document.getElementsByTagName) return false;
    var sfEls = document.getElementById("nav").getElementsByTagName("li");

    for (var i=0; i&#60;sfEls.length; i++) {
        sfEls[i].onmouseover=function() {
            this.className+=" sfhover";
        }
        sfEls[i].onmouseout=function() {
            this.className=this.className.replace(new RegExp(" sfhover\\b"), [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how to get dropdowns in your navigation.<br />
<span id="more-615"></span>First, you are going to need this bit of code in your &lt;head&gt;</p>
<pre>&lt;script type="text/javascript"&gt;&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
sfHover = function() {
    if (!document.getElementsByTagName) return false;
    var sfEls = document.getElementById("nav").getElementsByTagName("li");

    for (var i=0; i&lt;sfEls.length; i++) {
        sfEls[i].onmouseover=function() {
            this.className+=" sfhover";
        }
        sfEls[i].onmouseout=function() {
            this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
        }
    }

}
if (window.attachEvent) window.attachEvent("onload", sfHover);
//--&gt;&lt;!]]&gt;&lt;/script&gt;</pre>
<p>Next, you are going to to set up the navigation.  Check out the example code, then read the description of what it means below:</p>
<pre>&lt;div id="catnav"&gt;
  &lt;div id="nav"&gt;

  &lt;ul&gt;
    &lt;li&gt;&lt;a href="http://yourdomain.com/"&gt;Home&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;

  &lt;ul&gt;
    &lt;li&gt;&lt;a href="http://yourdomain.com/page1/"&gt;Page One&lt;/a&gt;
     &lt;ul&gt;
      &lt;li&gt;&lt;a href="http://yourdomain.com/page1sub1/"&gt;Page One Sub One&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="http://yourdomain.com/page1sub2/"&gt;Page One Sub Two&lt;/a&gt;&lt;/li&gt;
     &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;ul&gt;
    &lt;li&gt;&lt;a href="http://yourdomain.com/page2/"&gt;Page Two&lt;/a&gt;
     &lt;ul&gt;
      &lt;li&gt;&lt;a href="http://yourdomain.com/page2sub1/"&gt;Page Two Sub One&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="http://yourdomain.com/page2sub2/"&gt;Page Two Sub Two&lt;/a&gt;&lt;/li&gt;
      &lt;li&gt;&lt;a href="http://yourdomain.com/page2sub1/"&gt;Page Two Sub Three&lt;/a&gt;&lt;/li&gt;
     &lt;/ul&gt;
    &lt;/li&gt;
  &lt;/ul&gt;

  &lt;/div&gt;
&lt;/div&gt;</pre>
<p>The first HOME link has no dropdown, just the initial link.  The next cluster has a main link and then 2 sub pages in the dropdown and the last one has three sub links.</p>
<p>You can modify the link paths and how many dropdown sub links that you require.  Just make really sure that the first part of the code cluster starts with an &lt;li&gt;, but the ending &lt;/li&gt; doesn&#8217;t come until the bottom of the cluster.  This has screwed me over a couple of times and I&#8217;ll save you the trouble.</p>
<p>The last thing you will need is the CSS.</p>
<pre>#catnav {
  	padding: 0;
  	clear: both;
 	height: 32px;
 	width: 1000px;
 	background: #000;
  	position: absolute;
  	top: 85px;
        z-index: 100;
}

#nav {
  	list-style: none;
  	margin: 0;
  	padding: 0;
	position: relative;
	z-index: 100;
}

#nav ul {
  	margin: 0;
  	padding: 0;
}

#nav li {
  	float: left;
 	margin: 0;
 	padding: 0;
	list-style: none;
}

#nav a {
  	display: block;
  	line-height: 32px;
 	margin: 0 20px;
  	padding: 0;
  	font-size: 14px;
  	color: #fff;
	font-weight: bold;
}

#nav li a:hover {
  	color: #fff;
  	text-decoration: underline;
  	display: block;
}

#nav li ul {
  	list-style: none;
  	position: absolute;
  	width: 150px;
  	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
  	left: auto;
}

#nav li li {
  	float: left;
  	margin: 0;
  	padding: 0;
 	width: 129px;
}

#nav li li a {
 	width: 129px;
  	height: 24px;
  	line-height: 24px;
  	color: #000;
  	border-bottom: 1px solid #000;
  	background: #c5c5c5;
  	margin: 0;
  	padding: 5px 20px 5px 15px;
}

#nav li li a:hover {
  	border-top: 1px solid #131f27;
  	background: #000;
  	padding: 5px 20px 5px 15px;
}

#nav li:hover, #nav li.sfhover { /* prevents IE7 drop-down menu bug (focus on a page element prevents nested menus from disappearing) */
  	position: static;
}</pre>
<p>Obviously, you can and will modify this to make it fit for your site, but this should get you started.</p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/easy-dropdown-navigation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Showing posts from a Category</title>
		<link>http://itscalledwebdesign.com/tutorials/showing-posts-from-a-category/</link>
		<comments>http://itscalledwebdesign.com/tutorials/showing-posts-from-a-category/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 03:21:00 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[category]]></category>

		<category><![CDATA[custom keys]]></category>

		<category><![CDATA[lists]]></category>

		<category><![CDATA[page templates]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=606</guid>
		<description><![CDATA[If you are looking to show a list of posts from a specific category on a page, this is how.

You need to make a page template first.  If you do not know how to do that, check out THIS TUTORIAL first.
Then add this code into your php file:
&#60;div id="productcats"&#62;
&#60;?php rewind_posts(); ?&#62;
&#60;h2&#62;&#60;a href="http://yourdomain.com/?cat=XXX"&#62;TITLE OF CATEGORY&#60;/a&#62;&#60;/h2&#62;
    [...]]]></description>
			<content:encoded><![CDATA[<p>If you are looking to show a list of posts from a specific category on a page, this is how.<br />
<span id="more-606"></span><br />
You need to make a page template first.  If you do not know how to do that, check out <a href="http://itscalledwebdesign.com/tutorials/wordpress-page-templates/">THIS TUTORIAL</a> first.</p>
<p>Then add this code into your php file:</p>
<pre>&lt;div id="<span style="color: #0000ff;">productcats</span>"&gt;
&lt;?php rewind_posts(); ?&gt;
&lt;h2&gt;&lt;a href="http://yourdomain.com/?cat=<span style="color: #ff0000;">XXX</span>"&gt;<span style="color: #ff0000;">TITLE OF CATEGORY</span>&lt;/a&gt;&lt;/h2&gt;
        &lt;?php query_posts('category_name=<span style="color: #ff0000;">xxxxxxxxxxxx</span>&amp;order=dsc&amp;showposts=<span style="color: #ff0000;">12</span>'); ?&gt;
        &lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;
                &lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="Permanent Link to &lt;?php the_title_attribute(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;
&lt;br clear="all"&gt;&lt;br /&gt;
        &lt;?php endwhile; ?&gt;
        &lt;?php endif; ?&gt;
&lt;/div&gt;</pre>
<p>You are going to want to change everything above in red.  First, insert the appropriate category number value.  Then put in whatever you want this grouping called.  Next is the actual slug name for the category and how many posts you want to show.  I currently have the number set to 12, but you can change that.</p>
<p>The div this is all situated in is called &#8220;productcats&#8221;.  You can change this id to whatever you want and then style it accordingly.</p>
<p>Now, this is all cool, but you might want to have an image associated with each post.  First of all, make sure you know how to use <a href="http://itscalledwebdesign.com/tutorials/wordpress-custom-keys/">CUSTOM KEYS</a>.</p>
<p>Create a custom key within your post.  For this example, the custom key will be called &#8220;thumbnail&#8221;.  Look at the following code:</p>
<pre>&lt;div id="<span style="color: #0000ff;">productcats</span>"&gt;
&lt;?php rewind_posts(); ?&gt;
&lt;h2&gt;&lt;a href="http://yourdomain.com/?cat=<span style="color: #ff0000;">XXX</span>"&gt;<span style="color: #ff0000;">TITLE OF CATEGORY</span>&lt;/a&gt;&lt;/h2&gt;
        &lt;?php query_posts('category_name=<span style="color: #ff0000;">xxxxxxxxxxxx</span>&amp;order=dsc&amp;showposts=<span style="color: #ff0000;">12</span>'); ?&gt;
        &lt;?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?&gt;
                &lt;div id="<span style="color: #0000ff;">thumb</span>"&gt;
                    &lt;a href="&lt;?php the_permalink() ?&gt;"&gt;&lt;img src="&lt;?php $key="<span style="color: #0000ff;">thumbnail</span>"; echo get_post_meta($post-&gt;ID, $key, true); ?&gt;"&gt;&lt;/a&gt;
                &lt;/div&gt;
                &lt;a href="&lt;?php the_permalink() ?&gt;" rel="bookmark" title="Permanent Link to &lt;?php the_title_attribute(); ?&gt;"&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;
&lt;br clear="all"&gt;&lt;br /&gt;
        &lt;?php endwhile; ?&gt;
        &lt;?php endif; ?&gt;
&lt;/div&gt;</pre>
<p>I have the div with the thumbnail called &#8220;thumb&#8221;.  This allows you to style it however you like.  I generally style it with a float: left; margin: 5px 10px 5px 5px;.  This lets the text push to the right side of your image.  Feel free to mess with it and fit it to your liking.</p>
<p>Also, don&#8217;t feel the need to stop here.  You can do lots of interesting things with custom keys or by pulling in other info from your post like timestamps, author, category or any other meta data</p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/showing-posts-from-a-category/feed/</wfw:commentRss>
		</item>
		<item>
		<title>WP Stats Smiley Face</title>
		<link>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/</link>
		<comments>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 16:14:26 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[Plugins]]></category>

		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=601</guid>
		<description><![CDATA[If you want to get rid of that little smiley face when using the WP Stats plugin, just add this code to your CSS
img#wpstats{display:none}
]]></description>
			<content:encoded><![CDATA[<p>If you want to get rid of that little smiley face when using the WP Stats plugin, just add this code to your CSS</p>
<pre><code>img#wpstats{display:none}</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/wp/wp-stats-smiley-face/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Popup Window</title>
		<link>http://itscalledwebdesign.com/tutorials/popup-window/</link>
		<comments>http://itscalledwebdesign.com/tutorials/popup-window/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 16:24:34 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[code]]></category>

		<category><![CDATA[pop]]></category>

		<category><![CDATA[popup]]></category>

		<category><![CDATA[up]]></category>

		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=597</guid>
		<description><![CDATA[Here is the easy code to have a link open a popup window.

&#60;a href="http://www.yourdomain.com" onclick="window.open(this.href, '_blank', 'toolbar=no,location=yes,directories=yes,resizable=yes,scrollbars=yes,width=600,height=400'); return false;"&#62;Link to Popup&#60;/a&#62;
That&#8217;s it, just change the href to wherever you want the link to go and feel free to modify any of the listed variables like toolbar, width, height, etc&#8230;
]]></description>
			<content:encoded><![CDATA[<p>Here is the easy code to have a link open a popup window.<br />
<span id="more-597"></span></p>
<pre>&lt;a href="http://www.yourdomain.com" onclick="window.open(this.href, '_blank', 'toolbar=no,location=yes,directories=yes,resizable=yes,scrollbars=yes,width=600,height=400'); return false;"&gt;Link to Popup&lt;/a&gt;</pre>
<p>That&#8217;s it, just change the href to wherever you want the link to go and feel free to modify any of the listed variables like toolbar, width, height, etc&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/popup-window/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Random Image</title>
		<link>http://itscalledwebdesign.com/tutorials/random-image/</link>
		<comments>http://itscalledwebdesign.com/tutorials/random-image/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 21:13:56 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[image]]></category>

		<category><![CDATA[random]]></category>

		<category><![CDATA[randomizer]]></category>

		<category><![CDATA[rotator]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=592</guid>
		<description><![CDATA[Do you want to have a group of random images pop-up on the page using PHP?

Before we go any further, this does not allow each image to link to a different location.
Copy this code into your header:
&#60;style type="text/css"&#62;
#randomimage { background:url(&#60;?php bloginfo('template_directory'); ?&#62;/images/randomimage&#60;?php echo (rand()%10); ?&#62;.jpg); }
&#60;/style&#62;
Copy this code into your page where you want the [...]]]></description>
			<content:encoded><![CDATA[<p>Do you want to have a group of random images pop-up on the page using PHP?<br />
<span id="more-592"></span><br />
Before we go any further, this does not allow each image to link to a different location.</p>
<p>Copy this code into your header:</p>
<pre>&lt;style type="text/css"&gt;
#randomimage { background:url(&lt;?php bloginfo('template_directory'); ?&gt;/images/randomimage&lt;?php echo (rand()%10); ?&gt;.jpg); }
&lt;/style&gt;</pre>
<p>Copy this code into your page where you want the images to show up:</p>
<pre>&lt;div id="randomimage"&gt;&lt;/div&gt;</pre>
<p>Copy this into your CSS and modify accordingly:</p>
<pre>#randomimage {
}</pre>
<p>Now, you can change the name of the div and you can also put the images wherever you want, just make sure you change the path so that they match.</p>
<p>One very important thing about this code is that you need to have 10 images.  Also, the images need to be named very specifically.</p>
<p>Using this code, the images have to be named: randomimage0.jpg, randomimage1.jpg&#8230; and continuing up through randomimage9.jpg.  If you do not have an image representing this, then nothing will show up on your page.</p>
<p>While not necessarily the best php image randomizer I&#8217;ve seen, it&#8217;s quick and will get the job done.</p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/random-image/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Designer Firefox Add-ons</title>
		<link>http://itscalledwebdesign.com/tutorials/web-designer-firefox-add-ons/</link>
		<comments>http://itscalledwebdesign.com/tutorials/web-designer-firefox-add-ons/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 15:56:32 +0000</pubDate>
		<dc:creator>eckert</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<category><![CDATA[HTML]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[addons]]></category>

		<category><![CDATA[design]]></category>

		<category><![CDATA[develop]]></category>

		<category><![CDATA[firefox]]></category>

		<category><![CDATA[ie]]></category>

		<category><![CDATA[tools]]></category>

		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://itscalledwebdesign.com/?p=589</guid>
		<description><![CDATA[If you design websites, these will make your life so much easier.

First, use Firefox (download here).
Next, check out these add-ons.
ColorZilla - let&#8217;s you pick out any color on a webpage and save it&#8217;s RGB or HTML color value.
Web Developer&#8217;s Toolbar - this thing has saved many a day with it&#8217;s ruler, div selector and other [...]]]></description>
			<content:encoded><![CDATA[<p>If you design websites, these will make your life so much easier.<br />
<span id="more-589"></span><br />
First, use Firefox (<a href="http://www.mozilla.com/products/download.html?product=firefox-3.0.4&#038;os=win&#038;lang=en-US">download here</a>).</p>
<p>Next, check out these add-ons.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/271">ColorZilla</a> - let&#8217;s you pick out any color on a webpage and save it&#8217;s RGB or HTML color value.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer&#8217;s Toolbar</a> - this thing has saved many a day with it&#8217;s ruler, div selector and other great features.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> - I don&#8217;t know how I survived without this.  Offers real-time in-browser editing to any websites HTML, CSS and Javascript.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/1146">Screengrab!</a> - Hands down, the best screen shooting program I&#8217;ve found to-date.  You can save or copy the whole webpage, the visible portion, your own selection or the window.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/35">IE View</a> - face it, IE is a pain that has no standards.  After using a standards-compliant browser to design and develop your site, use this plugin with a simple right-click option to view any page in IE.  Then enjoy fixing all of it&#8217;s errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://itscalledwebdesign.com/tutorials/web-designer-firefox-add-ons/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
