<?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>WicketBang-The Modern Website</title>
	<atom:link href="http://wicketbang.com/wordpress/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://wicketbang.com/wordpress</link>
	<description>Home of &#34;The Modern Website&#34; and &#34;virtual . companies&#34;</description>
	<lastBuildDate>Wed, 27 Jul 2011 01:31:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>a small CSS Cheat Sheet</title>
		<link>http://wicketbang.com/wordpress/?p=164</link>
		<comments>http://wicketbang.com/wordpress/?p=164#comments</comments>
		<pubDate>Tue, 26 Jul 2011 19:45:35 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=164</guid>
		<description><![CDATA[Here are some of the common css attributes that you would use for certain things when you are designing sites:
(Note: these all came from http://www.w3schools.com/cssref/default.asp )



Visual
CSS Attribute
HTML Attribute


Bold Text
font-weight:bold
strong


Italic Text
font-style:italic
em


Text colors
color:#00ff00; OR color:rgb(0,0,255); OR color:red;
font color="red" or font color="#00ff00"


background colors
background-color:yellow OR background-color:#00ff00 OR background-color::rgb(0,0,255)
color="red" or color="#00ff00"


background images
body
{
background-image:url('paper.gif');
}
body background="images/background.gif" bgproperties="fixed"


Layers
position:absolute; left:0px; top:0px; z-index:-1; with the next [...]]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=164</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring from a MySQLdump file</title>
		<link>http://wicketbang.com/wordpress/?p=161</link>
		<comments>http://wicketbang.com/wordpress/?p=161#comments</comments>
		<pubDate>Thu, 07 Jul 2011 02:55:28 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=161</guid>
		<description><![CDATA[Intro
No one can argue the value of a good backup. The saying in the IT field is, "You better have a good backup or you better have a good resume." Database systems are no different. MySQL has several ways to do this task. There was a previous blog post on this exact topic. For those [...]]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=161</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a Multi-User Wordpress site</title>
		<link>http://wicketbang.com/wordpress/?p=150</link>
		<comments>http://wicketbang.com/wordpress/?p=150#comments</comments>
		<pubDate>Thu, 24 Mar 2011 14:11:58 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blog wordpress]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=150</guid>
		<description><![CDATA[How to set up a multi-user, self hosted WordPress blog using WordPress 3.1.
1) Sign in as the administrator of the blog
2) Click on Users on the left hand side and click on Add New
(I know, really hard stuff right?)
3) Populate the fields
4) The Role section is the interesting one...
There are 5 different roles that you [...]]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=150</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating MySQL backups on Window Server</title>
		<link>http://wicketbang.com/wordpress/?p=136</link>
		<comments>http://wicketbang.com/wordpress/?p=136#comments</comments>
		<pubDate>Tue, 08 Mar 2011 14:32:56 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=136</guid>
		<description><![CDATA[MySQL is a wonderful database and can be installed on Linux and Windows systems. However, like anything else in the IT world, it is important to back up your databases on a regular basis. Here's how I did it on my Windows system: 
1) Create / Copy MySql_Backup.bat (store it in C:\xampp\mysql\bin\ or wherever your [...]]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=136</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HowTo: Set up a website</title>
		<link>http://wicketbang.com/wordpress/?p=122</link>
		<comments>http://wicketbang.com/wordpress/?p=122#comments</comments>
		<pubDate>Fri, 14 Jan 2011 15:57:55 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=122</guid>
		<description><![CDATA[Intro
This is the first in a series of HowTo articles and video podcasts. We'll start with the assumption that you know something about how to design a basic site. If not, don't despair; I can get you jump started on that as well.
The reason for this particular post is that, often, I find students who [...]]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=122</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Image Rotation using PHP</title>
		<link>http://wicketbang.com/wordpress/?p=119</link>
		<comments>http://wicketbang.com/wordpress/?p=119#comments</comments>
		<pubDate>Wed, 08 Sep 2010 22:05:29 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=119</guid>
		<description><![CDATA[PHP Image Rotation
This is a tutorial on a rotating image php script that occurs when the user refreshs the page. It can be found at http://www.alistapart.com/articles/randomizer/
Add a meta tag to auto refresh the page and you're in business! For an example of this in action, visit http://greymatterideas.com/photos.htm
]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=119</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and MySQL tips</title>
		<link>http://wicketbang.com/wordpress/?p=116</link>
		<comments>http://wicketbang.com/wordpress/?p=116#comments</comments>
		<pubDate>Wed, 08 Sep 2010 22:03:03 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=116</guid>
		<description><![CDATA[Remember that PHP code is interpreted before going     to the browser.
Compare the two code sections:
Before the page renders
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;PHP Test&#60;/title&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;p&#62; This is regular HTML&#60;/p&#62;
&#60;?php echo '&#60;p&#62;This is HTML via &#60;strong&#62;PHP!!&#60;/strong&#62;&#60;/p&#62;';
//this is a comment. It is NOT seen at all
?&#62;
&#60;/body&#62;
&#60;/html&#62;
After the page renders
&#60;html&#62;
&#60;head&#62;
&#60;title&#62;PHP Test&#60;/title&#62;
&#60;/head&#62;
&#60;body&#62;
&#60;p&#62; This is regular HTML at wicketbang.com&#60;/p&#62;
&#60;p&#62;This is HTML via [...]]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=116</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Podcast Manually</title>
		<link>http://wicketbang.com/wordpress/?p=112</link>
		<comments>http://wicketbang.com/wordpress/?p=112#comments</comments>
		<pubDate>Wed, 08 Sep 2010 21:58:13 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=112</guid>
		<description><![CDATA[Doing a Podcast
What is a Podcast?
A Podcast is simply an audio or video file that allows the viewer of  your site to subscribe to it, similar to subscribing to a Blog that you  read or another website. BTW, to subscribe to this website, click here.
Part one:
Part one is the creation of the content, [...]]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=112</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.greymatterideas.com/podcasts/Open4business-ep0001.mp3" length="591830" type="audio/mpeg" />
		</item>
		<item>
		<title>Favorites Icon</title>
		<link>http://wicketbang.com/wordpress/?p=110</link>
		<comments>http://wicketbang.com/wordpress/?p=110#comments</comments>
		<pubDate>Wed, 08 Sep 2010 21:56:44 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=110</guid>
		<description><![CDATA[Creating a Favorites Icon File
Tutorial using a photoshop plugin to create the .ico file
]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automation for a web gallery</title>
		<link>http://wicketbang.com/wordpress/?p=108</link>
		<comments>http://wicketbang.com/wordpress/?p=108#comments</comments>
		<pubDate>Wed, 08 Sep 2010 21:55:40 +0000</pubDate>
		<dc:creator>Brian K. Vagnini</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[photoshop]]></category>

		<guid isPermaLink="false">http://wicketbang.com/wordpress/?p=108</guid>
		<description><![CDATA[Using Photoshop CS or CS2's Automation menu to do a web gallery

Open Photoshop
Go to File &#62; Automate &#62;Web Photo gallery
Choose a style to your liking
Choose the folder that the images are located in
Choose the destination folder where the new copies of images and it's corresponding       html files will be
Post [...]]]></description>
		<wfw:commentRss>http://wicketbang.com/wordpress/?feed=rss2&amp;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

