<?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>Bright Kitten</title>
	<atom:link href="http://www.brightkitten.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.brightkitten.com</link>
	<description></description>
	<lastBuildDate>Wed, 14 Apr 2010 00:26:43 +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>ComicPress for Wordpress</title>
		<link>http://www.brightkitten.com/?p=64</link>
		<comments>http://www.brightkitten.com/?p=64#comments</comments>
		<pubDate>Wed, 14 Apr 2010 00:25:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ComicPress]]></category>
		<category><![CDATA[ianthealy.com]]></category>
		<category><![CDATA[The Adventures of the S Team]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.brightkitten.com/?p=64</guid>
		<description><![CDATA[I just finished working on http://ianthealy.com/comic using ComicPress for Wordpress.&#160; I have to say it is a really cool piece.&#160; Using it as a theme, there are tons and tons of features for all you comic writers out there.&#160; If you are looking to put your comic site up on the web, ComicPress is the [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished working on <a href="http://ianthealy.com/comic">http://ianthealy.com/comic</a> using <a href="http://comicpress.org/" target="_blank">ComicPress</a> for <a href="http://wordpress.org" target="_blank">Wordpress</a>.&#160; I have to say it is a really cool piece.&#160; Using it as a theme, there are tons and tons of features for all you comic writers out there.&#160; If you are looking to put your comic site up on the web, <a href="http://comicpress.org/" target="_blank">ComicPress</a> is the way to go!&#160; If you need help, let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brightkitten.com/?feed=rss2&amp;p=64</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress bits and bytes</title>
		<link>http://www.brightkitten.com/?p=66</link>
		<comments>http://www.brightkitten.com/?p=66#comments</comments>
		<pubDate>Tue, 13 Apr 2010 03:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[configurations]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.brightkitten.com/?p=66</guid>
		<description><![CDATA[&#160;
Installing Wordpress:
You need:

A good FTP piece, like Filezilla. Set up the FTP software to communicate with your server.
The latest or next to latest version of Wordpress.
A good file editor never hurts. I LOVE Notepad++.
Unzip software. I use JZip.

Download and unzip Wordpress into a folder on your hard drive.&#160; I like to keep a folder for [...]]]></description>
			<content:encoded><![CDATA[<h4>&#160;</h4>
<h4>Installing Wordpress:</h4>
<p>You need:</p>
<ul>
<li>A good FTP piece, like <a href="http://filezilla-project.org/" target="_blank">Filezilla</a>. Set up the FTP software to communicate with your server.</li>
<li>The latest or next to latest version of <a href="http://wordpress.org/" target="_blank">Wordpress</a>.</li>
<li>A good file editor never hurts. I LOVE <a href="http://notepad-plus.sourceforge.net/uk/site.htm" target="_blank">Notepad++</a>.</li>
<li>Unzip software. I use <a href="http://www.jzip.com/" target="_blank">JZip</a>.</li>
</ul>
<p>Download and unzip Wordpress into a folder on your hard drive.&#160; I like to keep a folder for all my Wordpress versions and another for all themes and one for plugins.</p>
<p>Before you go to dump your files over to your server using ftp, you need to create a database on your server.&#160; Every hosting site has a different control panel.&#160; You need to find your database access piece and create a database name, user and password.&#160; Take note of all these things, and the database server name.&#160; In your Wordpress folder, edit the wp-config-sample.php file to reflect your database you created:</p>
<p>// ** MySQL settings &#8211; You can get this info from your web host ** //   <br />/** The name of the database for WordPress */    <br />define(&#8216;DB_NAME&#8217;, &#8216;putyourdbnamehere&#8217;); </p>
<p>/** MySQL database username */   <br />define(&#8216;DB_USER&#8217;, &#8216;usernamehere&#8217;); </p>
<p>/** MySQL database password */   <br />define(&#8216;DB_PASSWORD&#8217;, &#8216;yourpasswordhere&#8217;); </p>
<p>/** MySQL hostname */   <br />define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;);&#160; <strong>Note:</strong> <strong>Database Server Name</strong></p>
<p><strong>Save the wp-config-sample.php file as wp-config.php.</strong></p>
<p>Use your FTP software to copy the Wordpress files to your server.&#160; Files will be saved under public_html or the root on your server – they are all different, so check with your ISP to find out where to save your files.&#160; </p>
<p>Before you do this, you may want to think about what you are using Wordpress for.&#160; It’s not just blogging software, it is so much more!&#160; You will be copying the wp- folders, and all the files.&#160; If you copy the actual Wordpress folder over, your website address to use Wordpress will be http://yoursitename.com/wordpress.&#160; If you copy the files from the Wordpress folder, your address will remain http://yoursitename.com.</p>
<p>Once all the files are copied to your server, you can use your browser and go to http://yoursitename.com/wp-admin.&#160; Fill out the information, and don’t forget to copy the password provided.&#160; You need it to login for the first time!</p>
<h4>Themes:</h4>
<p>The themes that come with Wordpress are kind of lame.&#160; So, you want to go out and find some themes you will like.&#160; Some free Wordpress Theme sites:</p>
<p><a href="http://wordpress.org/extend/themes/">http://wordpress.org/extend/themes/</a></p>
<p><a href="http://wordpressthemesbase.com/">http://wordpressthemesbase.com/</a></p>
<p><a href="http://topwpthemes.com/">http://topwpthemes.com/</a></p>
<p>Download the themes you like (I set up a Themes folder on my hard drive) and unzip them.&#160; Using FTP copy the theme folders for the themes you want to test and use under wp-content\themes.&#160; Activate themes under Themes in your Wordpress site.</p>
<h4>Plugins:</h4>
<p>Plugins can make your website fun and exciting!&#160; There are an infinite number of plugins out there.&#160; Make sure that whatever plugin you want to use is compatible with the version of Wordpress you are using.&#160; Also, I only use plugins from the <a href="http://wordpress.org/extend/plugins/" target="_blank">Wordpress Plugins</a> site.&#160; </p>
<p>The most common plugins I use are:</p>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">google-sitemap-generator</a> – creates xml sitemaps.</p>
<p><a href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/" target="_blank">google-analytics-for-wordpress</a> – installs the code for Google Analytics.</p>
<p><a href="http://wordpress.org/extend/plugins/add-to-any/" target="_blank">add-to-any</a> &#8211; Readers share, save, bookmark, and email your posts and pages.</p>
<p><a href="http://wordpress.org/extend/plugins/stats/" target="_blank">stats</a> – Good for site statistics.</p>
<h4>&#160;</h4>
<h4>Customize it!</h4>
<p>I like to customize pieces of my sites.&#160; These are the things I commonly seem to do:</p>
<p><strong>Remove Comments and Posted by:</strong></p>
<p>If you do not want the comments and the “posted by… on…” displayed delete the following from the <strong>index.php</strong>&#160; It may also be found in the <strong>page.php</strong> and <strong>single.php</strong> files. Find and remove the following:</p>
<p>&lt;?php the_time(’F jS, Y’) ?&gt;&lt;?php edit_post_link(’, Edit’); ?&gt; &lt;div class=”comm”&gt;&lt;?php comments_popup_link(’Post Comment’, ‘Comments (1)’, ‘Comments (%)’); ?&gt;&lt;/div&gt;</p>
<p>&#160;</p>
<p><strong>Remove the Page Title from your pages:</strong></p>
<p>To remove the title of your page that appears on the page above the content, edit the <strong>page.php</strong> file or a custom page template file you created. Find and remove the following:</p>
<p>&lt;h2&gt;&lt;a href=”&lt;?php the_permalink(); ?&gt;” title=”&lt;?php the_title(); ?&gt;”&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h2&gt;</p>
<p>&#160;</p>
<p><strong>Remove a Page from the Menu Bar in the Header:</strong></p>
<p>Use the exclude parameter to hide specific pages from the list to be generated by wp_list_pages in the <strong>header.php</strong> file.&#160; Find the line below and edit to reflect your pages.</p>
<p>&lt;ul&gt; &lt;?php wp_list_pages(&#8216;exclude=17,38&#8242; ); ?&gt; &lt;/ul&gt;</p>
<p>&#160;</p>
<p>Lot’s more wp_list_pages stuff can be found here:&#160; <a title="http://codex.wordpress.org/Template_Tags/wp_list_pages" href="http://codex.wordpress.org/Template_Tags/wp_list_pages">http://codex.wordpress.org/Template_Tags/wp_list_pages</a></p>
<p>&#160;</p>
<p>That’s all for now.&#160; I’ll add more as I use it or think of it.&#160; Happy pressing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brightkitten.com/?feed=rss2&amp;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working on a new site!</title>
		<link>http://www.brightkitten.com/?p=52</link>
		<comments>http://www.brightkitten.com/?p=52#comments</comments>
		<pubDate>Thu, 25 Mar 2010 01:20:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Sweethearts' Antiques]]></category>
		<category><![CDATA[website development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.brightkitten.com/?p=52</guid>
		<description><![CDATA[I’m currently working on http://sweetheartsantiques.com/ .&#160; I’m using a Wordpress CMS and I find that using Wordpress allows the website’s owner to easily make updates and take true ownership of the site.&#160; I am using the wp-e-commerce plugin, and I am hoping it works well.&#160; 
]]></description>
			<content:encoded><![CDATA[<p>I’m currently working on <a title="http://sweetheartsantiques.com/" href="http://sweetheartsantiques.com/">http://sweetheartsantiques.com/</a> .&#160; I’m using a Wordpress CMS and I find that using Wordpress allows the website’s owner to easily make updates and take true ownership of the site.&#160; I am using the <a href="http://wordpress.org/extend/plugins/wp-e-commerce/">wp-e-commerce plugin</a>, and I am hoping it works well.&#160; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brightkitten.com/?feed=rss2&amp;p=52</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site!</title>
		<link>http://www.brightkitten.com/?p=43</link>
		<comments>http://www.brightkitten.com/?p=43#comments</comments>
		<pubDate>Fri, 26 Feb 2010 04:00:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Global Strategic Survival Solutions]]></category>
		<category><![CDATA[Jake Heflin]]></category>
		<category><![CDATA[Osage Vision]]></category>
		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://www.brightkitten.com/?p=43</guid>
		<description><![CDATA[Well, my website is finally up and running.  I am quite pleased at how it is turning out.
I am currently working on gssurvivalsolutions.com and it is coming along.  I am hoping to get it completely up by the end of March.  I have just finished osagevision.org, and although it is really a [...]]]></description>
			<content:encoded><![CDATA[<p>Well, my website is finally up and running.  I am quite pleased at how it is turning out.</p>
<p>I am currently working on <a href="http://gssurvivalsolutions.com">gssurvivalsolutions.com</a> and it is coming along.  I am hoping to get it completely up by the end of March.  I have just finished <a href="http://osagevision.org">osagevision.org</a>, and although it is really a work in progress, I like how it turned out.</p>
<p>I am finding that working on websites is a great creative outlet.  Although I have to adhere to what the customer wants, I also get to add my own personal touches to each site I do.  </p>
<p>I&#8217;m hoping Bright Kitten has a very productive year!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brightkitten.com/?feed=rss2&amp;p=43</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Under Construction</title>
		<link>http://www.brightkitten.com/?p=1</link>
		<comments>http://www.brightkitten.com/?p=1#comments</comments>
		<pubDate>Mon, 22 Feb 2010 04:12:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brightkitten.com/?p=1</guid>
		<description><![CDATA[Once again, I am changing my site.  Please stand by.
]]></description>
			<content:encoded><![CDATA[<p>Once again, I am changing my site.  Please stand by.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brightkitten.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
