<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Resnodesigns</title>
	
	<link>http://www.resnodesigns.com</link>
	<description>Welcome to the web.</description>
	<lastBuildDate>Wed, 09 Sep 2009 18:28:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/Resnodesigns" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Ministry Theme</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/SkqAomNk5Xs/</link>
		<comments>http://www.resnodesigns.com/09/09/ministry-theme/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 18:27:17 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.resnodesigns.com/?p=380</guid>
		<description><![CDATA[We just released Ministry Themes, a spectacular premium theme for Ministries.  This theme is uses Wordpress to allow anyone to edit and update content on your site, as long as they have the permissions.  With the addition of the support for Wordpress 2.7, the v 1.1, is boasting improved speed and refined code fixes.

Looking forward [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/09/09/ministry-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/09/09/ministry-theme/</feedburner:origLink></item>
		<item>
		<title>Simple Login Script</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/bTHXluCto24/</link>
		<comments>http://www.resnodesigns.com/08/12/simple-login-script/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 17:50:20 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[PHP Script]]></category>
		<category><![CDATA[login help]]></category>
		<category><![CDATA[login script]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.resnodesigns.com/?p=350</guid>
		<description><![CDATA[After creating a database named users, a table named users and two fields username and password, you can begin making this login script.
The basic form
Create a page named index.php, and inside that page add the following code.

&#60;form action=&#34;login.php&#34; method=&#34;post&#34;&#62;
      &#60;label for=&#34;name&#34;&#62;Username&#60;/label&#62;
&#60;input name=&#34;username&#34; type=&#34;text&#34; /&#62;
&#160;
      &#60;label [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/08/12/simple-login-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/08/12/simple-login-script/</feedburner:origLink></item>
		<item>
		<title>About Isset()</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/mu5lLzMs1FE/</link>
		<comments>http://www.resnodesigns.com/08/06/about-isset/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 07:41:18 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[PHP Script]]></category>

		<guid isPermaLink="false">http://www.resnodesigns.com/?p=375</guid>
		<description><![CDATA[According to php.net PHP Isset is:
Determine if a variable is set and is not NULL.
If a variable has been unset with unset(), it will no longer be set. isset() will return FALSE if testing a variable that has been set to NULL. Also note that a NULL byte (&#8221;\0&#8243;) is not equivalent to the PHP [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/08/06/about-isset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/08/06/about-isset/</feedburner:origLink></item>
		<item>
		<title>Getting Started with CSS pt2</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/UDP7HbCVxcs/</link>
		<comments>http://www.resnodesigns.com/06/13/getting-started-with-css-pt2/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 11:31:38 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css step by step]]></category>
		<category><![CDATA[starting]]></category>

		<guid isPermaLink="false">http://www.resnodesigns.com/?p=227</guid>
		<description><![CDATA[Coding the Header

&#60;!-- This is a HTML comment--&#62;
&#160;
Untitled Document
&#60;div id=&#34;container&#34;&#62;&#60;!-- Main Box --&#62;
&#60;div id=&#34;headr&#34;&#62;&#60;!--Header Box, for logos --&#62;
&#60;h1&#62;My Site Name&#60;/h1&#62;
&#60;!-- Our Website Name --&#62;&#60;/div&#62;
&#60;!-- End of Header Box--&#62;&#60;/div&#62;

If your following along with your own copy, we just laid the groundwork for the site.  We told the browser where the CSS file is and started [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/06/13/getting-started-with-css-pt2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/06/13/getting-started-with-css-pt2/</feedburner:origLink></item>
		<item>
		<title>Getting started with CSS (Cascading Style Sheets)</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/dWtbb9CZBJw/</link>
		<comments>http://www.resnodesigns.com/05/29/getting-started-with-css-cascading-style-sheets/#comments</comments>
		<pubDate>Sat, 30 May 2009 02:59:16 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://resnodesigns.com/blog/?p=107</guid>
		<description><![CDATA[CSS, cascading style sheets is a file that can turn a boring page into one that can revile even the prettiest websites.  With the right CSS coding, two versions of the same website will look totally different.  Once this is completed I will include a zip file with the completed files for you to [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/05/29/getting-started-with-css-cascading-style-sheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/05/29/getting-started-with-css-cascading-style-sheets/</feedburner:origLink></item>
		<item>
		<title>101 Uses for Twitter</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/Ir_rzwsJKq8/</link>
		<comments>http://www.resnodesigns.com/04/23/101-uses-for-twitter/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 14:27:11 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[Interesting]]></category>
		<category><![CDATA[twitter101]]></category>

		<guid isPermaLink="false">http://www.resnodesigns.com/?p=336</guid>
		<description><![CDATA[This is a post I got from Digital Capitalism and have posted it here according to the rules of the original poster.
The rules for this post are the following:
1. Please post this on your blog in its entirety
2. Bold or underline your uses for Twitter
3. Add the tag twitter101 to the post
4. Make sure you [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/04/23/101-uses-for-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/04/23/101-uses-for-twitter/</feedburner:origLink></item>
		<item>
		<title>Custom Wordpress Sidebar</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/7WBLq_EZOOA/</link>
		<comments>http://www.resnodesigns.com/04/17/custom-wordpress-sidebar/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 12:26:37 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[custom sidebar]]></category>
		<category><![CDATA[wordpress custom]]></category>
		<category><![CDATA[wordpress template]]></category>

		<guid isPermaLink="false">http://www.resnodesigns.com/?p=278</guid>
		<description><![CDATA[In order to customize your Wordpress sidebar or other pieces of your site, you will need basic html and PHP knowledge.  These few tips will help customize or change your theme to make it fit what you want. There are two methods I will mention in this post.

 photo credit: Andy Ciordia

One File Method

This [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/04/17/custom-wordpress-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/04/17/custom-wordpress-sidebar/</feedburner:origLink></item>
		<item>
		<title>What you See is not Always What You Get</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/FdOSDS6tU0A/</link>
		<comments>http://www.resnodesigns.com/04/10/what-you-see-is-not-always-what-you-get/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 18:43:39 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hand coding]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://www.resnodesigns.com/?p=224</guid>
		<description><![CDATA[
 photo credit: estherase
WYSIWYG
Mother always said, &#8220;You cant judge a book by its cover&#8221;.  The same applies to websites.  &#8220;What you see is what you get&#8221; editors can lay a website out to your liking.. most of the time, there is a greater problem which remains hidden away.  WYSIWYG editors do not make people readable [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/04/10/what-you-see-is-not-always-what-you-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/04/10/what-you-see-is-not-always-what-you-get/</feedburner:origLink></item>
		<item>
		<title>My 1st “CSS Naked Day”</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/dUMvWM4zbo4/</link>
		<comments>http://www.resnodesigns.com/04/09/my-1st-css-naked-day/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 16:48:29 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[naked css day]]></category>

		<guid isPermaLink="false">http://www.resnodesigns.com/?p=256</guid>
		<description><![CDATA[Today is CSS Naked Day, and I thought I would participate by removing my CSS files and allowing it all to hang out.
From  Chris Shiflett.
You might be wondering what happened to my design. As with years past (2007, 2008), I&#8217;m participating in CSS Naked Day to show my support for web standards, and to show [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/04/09/my-1st-css-naked-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/04/09/my-1st-css-naked-day/</feedburner:origLink></item>
		<item>
		<title>You’re Too Slow to View This Site</title>
		<link>http://feedproxy.google.com/~r/Resnodesigns/~3/I1-NCSj2ZNQ/</link>
		<comments>http://www.resnodesigns.com/03/16/you-are-too-slow-to-view-this-site/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 20:34:41 +0000</pubDate>
		<dc:creator>Bryan</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[56k test]]></category>
		<category><![CDATA[bandwidth test]]></category>
		<category><![CDATA[high speed internet]]></category>
		<category><![CDATA[slow internet]]></category>
		<category><![CDATA[speed limit]]></category>

		<guid isPermaLink="false">http://www.resnodesigns.com/blog/?p=178</guid>
		<description><![CDATA[
 photo credit: iirraa
With increasing numbers of people moving to highspeed connections is it safe to assume everyone has the fast connection speeds? I believe, NO. 25% of Americans still use dial-up to access the internet, creating a site that the 25% can not access would cut those visitors from ever being visitors or customers.
While [...]]]></description>
		<wfw:commentRss>http://www.resnodesigns.com/03/16/you-are-too-slow-to-view-this-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.resnodesigns.com/03/16/you-are-too-slow-to-view-this-site/</feedburner:origLink></item>
	</channel>
</rss>
