<?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>Chris K Designs</title>
	<atom:link href="http://www.chriskdesigns.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chriskdesigns.com</link>
	<description>A digital life, stuck in an analog world.</description>
	<lastBuildDate>Wed, 10 Mar 2010 03:23:25 +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>Custom Login for Mystique WordPress Theme</title>
		<link>http://www.chriskdesigns.com/custom-login-for-mystique-wordpress-theme/</link>
		<comments>http://www.chriskdesigns.com/custom-login-for-mystique-wordpress-theme/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 19:00:31 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Mystique]]></category>
		<category><![CDATA[Themes]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=429</guid>
		<description><![CDATA[
I&#8217;ve been using the Mystique theme by Digitalnature for my personal blog for a few months now and after many updates, it&#8217;s really becoming quite the all inclusive design. The one thing it&#8217;s missing is a great login that&#8217;s themed along with it. So I&#8217;ve taken it upon myself to create it. You will need [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>I&#8217;ve been using the Mystique theme by <a href="http://digitalnature.ro/" target="_blank">Digitalnature</a> for my <a href="http://www.sudoaptgetlife.com" target="_blank">personal blog</a> for a few months now and after many updates, it&#8217;s really becoming quite the all inclusive design. The one thing it&#8217;s missing is a great login that&#8217;s themed along with it. So I&#8217;ve taken it upon myself to create it. You will need to make  a small customization to the functions.php file for the theme but I&#8217;ll walk you through it.</p>
<div id="attachment_430" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.chriskdesigns.com/wp-content/uploads/2010/03/mystiquelogin.png" target="_blank" title="mystiquelogin" rel="lightbox[429]" rel="lightbox[429]"><img class="size-medium wp-image-430" title="mystiquelogin" src="http://www.chriskdesigns.com/wp-content/uploads/2010/03/mystiquelogin-300x165.png" alt="" width="300" height="165" /></a><p class="wp-caption-text">Click to preview the full image</p></div>
<p style="text-align: center;">
<p style="text-align: left;">First you need to download the custom-login.zip file, unpack it, then upload the custom-login folder to your mystique folder. The directory is &#8216;/wp-content/themes/mystique/&#8217;.</p>
<p class="download" style="text-align: left;">Download <a href="http://www.chriskdesigns.com/projects/custom-login.zip" target="_blank">custom-login.zip</a></p>
<p style="text-align: left;">Step two is modify the /wp-content/themes/mystique/functions.php&#8217;. You only need to add about 4 lines of code to the file so it&#8217;s nothing to major. Open the file you in your favorite text editor and look at the end of the file for:</p>
<p>[php]endif;<br />
endif;<br />
>[/php]</p>
<p style="text-align: left;">Paste the following code <strong>between</strong> the endif; statements.</p>
<p>[php]function custom_login() {<br />
echo &#8216;
<link rel="stylesheet" type="text/css" href="' . get_bloginfo('template_directory') . '/custom-login/custom-login.css" />&#8216;;<br />
}<br />
add_action(&#8216;login_head&#8217;, &#8216;custom_login&#8217;);[/php]</p>
<p>And there you have it, a custom login screen for people using the &#8216;Mystique&#8217; theme. Thanks to Pro Blog Design for the great post about &#8216;<a href="http://www.problogdesign.com/wordpress/custom-wordpress-login-screen/" target="_blank">Custom WordPress Login Screens</a>&#8216;</p>
<p>Updated: I have modified the Code Plugin I&#8217;m using so this code should work without error now. Let me know in the comments if you have any other issues. Thanks everyone for the help!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/custom-login-for-mystique-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Phoenix WordCamp 2009 Notes</title>
		<link>http://www.chriskdesigns.com/phoenix-wordcamp-2009-notes/</link>
		<comments>http://www.chriskdesigns.com/phoenix-wordcamp-2009-notes/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 23:43:22 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=368</guid>
		<description><![CDATA[
It took me a few days but I finally have my notes edited and formatted from the early morning speakers at WordCamp 2009. Due to the fact that I was working the &#8216;Smart Bar&#8217; for the afternoon I did not get notes from the speakers that came after lunch but I did get Lorelle VanFossen&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-325" title="wordpress-cactus" src="http://www.chriskdesigns.com/wp-content/uploads/2009/10/wordpress-cactus.png" alt="wordpress-cactus" width="180" height="170" /></p>
<p>It took me a few days but I finally have my notes edited and formatted from the early morning speakers at <a href="http://www.phoenixwordcamp.com" target="_blank">WordCamp 2009</a>. Due to the fact that I was working the &#8216;Smart Bar&#8217; for the afternoon I did not get notes from the speakers that came after lunch but I did get Lorelle VanFossen&#8217;s Keynote address, Dave Moyer&#8217;s talk on using WordPress for media, and Jim Christian&#8217;s talk on SEO. I hope these help you out.</p>
<p>Overall I thought the conference went great! I hope that we can get this to be an annual event here in Phoenix. There were some <a href="http://phxwordcamp.com/speakers/" target="_blank">great speakers</a>, some big names in attendance, and it was a fantastic networking event for anyone that blogs, develops, or is just interested in the WordPress scene. My only regret is not being able to make <a href="http://podcampaz.org/" target="_blank">PodCampAZ</a> the following two days. I&#8217;ll save that one for next year.</p>
<p class="download">Download my <a href="http://docs.google.com/Doc?docid=0AR0pW6nz3bcJZGRxOHI0eGhfOWRuem1tbWQ2&amp;hl=en" target="_blank">Phoenix WordCamp 2009</a> notes on Google Docs</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/phoenix-wordcamp-2009-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Live from Phoenix Wordcamp 2009</title>
		<link>http://www.chriskdesigns.com/live-from-phoenix-wordcamp-2009/</link>
		<comments>http://www.chriskdesigns.com/live-from-phoenix-wordcamp-2009/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 15:38:05 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[phx]]></category>
		<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=346</guid>
		<description><![CDATA[
8:37AM: Just waiting for the event to start. Look at @ChurckReynolds

8:45AM: Were just given the 15 minute warning!
9:05AM: Phoenix Wordcamp has a Google Wave going! Just search for &#8216;with:public wordcamp&#8217;
9:07AM: Alon takes the state and announces a Sold Out event! wOOt!
9:25AM: Lorelle VanVossen is about to take the stage to give the Keynote &#8211; All [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p style="text-align: left;">8:37AM: Just waiting for the event to start. Look at <a href="http://twitter.com/ChuckReynolds" target="_blank">@ChurckReynolds</a><a href="http://www.chriskdesigns.com/wp-content/uploads/2009/11/IMG00015-20091113-0757.jpg"></a></p>
<p style="text-align: left;"><a href="http://www.chriskdesigns.com/wp-content/uploads/2009/11/IMG00015-20091113-0757.jpg" title="The Stage" rel="lightbox[346]" rel="lightbox[346]"><img class="size-medium wp-image-347 aligncenter" title="The Stage" src="http://www.chriskdesigns.com/wp-content/uploads/2009/11/IMG00015-20091113-0757-300x225.jpg" alt="The Stage" width="300" height="225" /></a></p>
<p style="text-align: left;">8:45AM: Were just given the 15 minute warning!</p>
<p style="text-align: left;">9:05AM: Phoenix Wordcamp has a Google Wave going! Just search for &#8216;with:public wordcamp&#8217;</p>
<p style="text-align: left;">9:07AM: Alon takes the state and announces a Sold Out event! wOOt!</p>
<p style="text-align: left;">9:25AM: Lorelle VanVossen is about to take the stage to give the Keynote &#8211; All About WP. (<a href="http://lorelle.wordpress.com" target="_blank">http://lorelle.wordpress.com</a>)</p>
<p style="text-align: left;">Lorelle is talking about how to make &#8220;Your blog work for you&#8221; using the future post features.</p>
<p style="text-align: left;">Showing people how to use the &#8216;Press This&#8217; option in WordPress to post articles you find in order to help you add original content based off your reactions to other articles you find online.</p>
<p style="text-align: left;">Will post the details, properly formatted so Lorelle doesn&#8217;t get angry, later.</p>
<p style="text-align: left;">9:55AM: Lorelle just finished up a great keynote giving her tips on blogging with WordPress.</p>
<p style="text-align: left;">10:05AM: <a href="http://twitter.com/davemoyer" target="_blank">Dave Moyer</a> takes the stage talking about WordPress as a Multimedia Platform</p>
<p style="text-align: left;">Don&#8217;t worry, my notes will be in one big downloadable section after I get home to format them tonight. It&#8217;s all moving so QUICK!</p>
<p style="text-align: left;">10:20AM: Dave just finished up a drive by of multimedia information that was almost hard to grasp so quickly but got some good information from him. We&#8217;re about to hear from Jim Christian on Search Engine Optimization and WordPress.</p>
<p style="text-align: left;">10:37AM: Are you on the White Hate, Grey Hat, or Black Hat list of SEO?</p>
<p style="text-align: left;">I have to sign off for a bit. I am going to be taking my turn at the &#8216;SmartBar&#8217; here at WordCamp Phoenix. If you are here at the event, and are looking for help with WordPress or just want to get some insight on a topic, stop on by from 11am &#8211; 12pm and 1pm &#8211; 2pm and I will be there!</p>
<p style="text-align: left;">
<p style="text-align: left;">
]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/live-from-phoenix-wordcamp-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Things to-do with a new Wordpress site</title>
		<link>http://www.chriskdesigns.com/3-things-to-do-with-a-new-wordpress-site/</link>
		<comments>http://www.chriskdesigns.com/3-things-to-do-with-a-new-wordpress-site/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:26:01 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=338</guid>
		<description><![CDATA[
So you&#8217;ve got an idea and you are going to start a blog. You&#8217;ve dug through the different blog platforms and landed upon Wordpress. Once you either get your Wordpress.com blog running, or you have installed Wordpress on your server, you will no doubt be ready to start typing away. That&#8217;s great! Before you start [...]]]></description>
			<content:encoded><![CDATA[<p></p>
<p>So you&#8217;ve got an idea and you are going to start a blog. You&#8217;ve dug through the different blog platforms and landed upon Wordpress. Once you either get your Wordpress.com blog running, or you have installed Wordpress on your server, you will no doubt be ready to start typing away. That&#8217;s great! Before you start publishing your award winning content there may be a few things you will want to take a look at to get your Wordpress site looking like it&#8217;s a step above the rest.</p>
<p><strong>Setup your user profile<br />
</strong> By default a Wordpress installation uses the name &#8216;admin&#8217; and that crazy password that get&#8217;s emailed to the address you provided. If you don&#8217;t change this, all of our future posts will be attributed to &#8216;admin&#8217;. Once you get logged in with that password, you will want to go to the &#8216;Users&#8217; menu from the left bar in your Dashboard and select &#8216;Your Profile&#8217;. Here you can change your username to start.<span id="more-338"></span></p>
<p>Using &#8216;admin&#8217; can be a security danger as well since it&#8217;s the default username and will no doubt be what people attempting to gain access to your site will try. The next section that I recommend you customize is the &#8216;Nickname&#8217; field. Yeah I know it&#8217;s required, but what you type here can be used in the next section of &#8216;Display name publicly as&#8217; can use your nickname. This is what will show when you publish a post.</p>
<p><img class="aligncenter size-full wp-image-339" title="Wordpress Nickname" src="http://www.chriskdesigns.com/wp-content/uploads/2009/11/nickname.png" alt="Wordpress Nickname" width="573" height="84" /></p>
<p>Past this change, I only recommend 2 more alterations on this settings page. The &#8216;Biographical info&#8217; and update the password so you don&#8217;t have to remember that crazy one. The Biographical info will be used on some themes that include this at the bottom of a blog post written by you. A note on the password, keep it secure. A combination of case sensitive letters, numbers, and at least one special character (the ones above the numbers) should be sufficient as long as it&#8217;s no shorter than 8 characters long.</p>
<p><strong>Define your categories<br />
</strong> Your categories are what is used to help a visitor filter out what they would like to read about. Using descriptive and relevant categories will help not only your visitor but you as well. In my opinion it&#8217;s best to keep posts attributed to only a single category.</p>
<p>To help you keep your categories list minimal and clean, before you even write your first post, create a list of 3-5 categories that you will likely be writing about. Remember, you aren&#8217;t limiting yourself because you can add categories later. By adding some categories now, you won&#8217;t get caught making a huge list of categories without realizing it. It&#8217;s easy to do this if you add new categories with every new post. If you want to somehow relate posts, use &#8216;Tags&#8217; instead. Categories are defined within the &#8216;Posts&#8217; menu in the Dashboard.</p>
<p><strong>Determine your Permalink Structure<br />
</strong> We have all been to a blog that, when visiting a page, the address bar looked something like http://somedomain.com/?p=34. Not only is this not descriptive, but it&#8217;s not user friendly, and not SEO friendly.</p>
<p>I prefer to use Wordpress&#8217; built in &#8216;Day and Name&#8217; or &#8216;Month and Name&#8217; however some people will use the &#8216;Custom Structure&#8217; and only use the post name as the structure. This is all fine and well, but my reason for including the date in the permalink structure is for usability. If someone finds my posts via search, I would prefer they know when the post was published before visiting and since the search will show this URL, the will know if this content may possibly not be relevant anymore. You can update this by going to the &#8216;Settings&#8217; menu and choosing &#8216;Permalinks&#8217;.</p>
<p>So these tips should help you get your site configured the way you want it from the start. These are not only important to help your viewers but it&#8217;s important to do this before the search engines start crawling your site. I hope these help and good luck with your new Wordpress site!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/3-things-to-do-with-a-new-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordCamp coming to Phoenix!</title>
		<link>http://www.chriskdesigns.com/wordcamp-coming-to-phoenix/</link>
		<comments>http://www.chriskdesigns.com/wordcamp-coming-to-phoenix/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 16:04:32 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=319</guid>
		<description><![CDATA[
Phoenix WordCamp has been confirmed and is open for registration! Checkout the details at phxwordcamp.com.  Here is some of the information. The cost is pretty minimal at $30 and you can register at the website. They have some pretty big sponsors lined up and hey there is free food involved. You can&#8217;t beat included meals [...]]]></description>
			<content:encoded><![CDATA[<p><br />
<img class="alignright size-full wp-image-325" title="wordpress-cactus" src="http://www.chriskdesigns.com/wp-content/uploads/2009/10/wordpress-cactus.png" alt="wordpress-cactus" width="126" height="119" />Phoenix WordCamp has been confirmed and is open for registration! Checkout the details at <a href="http://www.phxwordcamp.com" target="_blank">phxwordcamp.com</a>.  Here is some of the information. The cost is pretty minimal at $30 and you can register at the website. They have some pretty big sponsors lined up and hey there is free food involved. You can&#8217;t beat included meals as well as some of the best Wordpress contributors, speakers, and geniuses out there not to mention a great community of users.</p>
<blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; overflow-x: hidden; overflow-y: hidden; padding: 0px; border: 0px initial initial;">After a lot of work, legal paperwork and tons of emails, I’m very proud to say we have confirmed a date and officially have a venue and information for Wordcamp Phoenix 2009!</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; overflow-x: hidden; overflow-y: hidden; padding: 0px; border: 0px initial initial;"><strong>Venue:</strong> Arizona Grand Resort, 8000 S. Arizona Grand Parkway Phoenix, Az 85044 (<a style="font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; color: #d54e21; text-decoration: none; padding: 0px; margin: 0px; border: 0px initial initial;" title="arizona grand resort location info" href="http://phxwordcamp.com/venue/"><em>venue info</em></a>)</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; overflow-x: hidden; overflow-y: hidden; padding: 0px; border: 0px initial initial;"><strong>Date:</strong> Friday November 13th – <strong>Time:</strong> 8am – 5pm</p>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; overflow-x: hidden; overflow-y: hidden; padding: 0px; border: 0px initial initial;">The venue is beautiful with easy to access, being right off the I-10, within a few miles of Sky Harbor Airport, and is conveniently located down the road from where <a style="font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; color: #d54e21; text-decoration: none; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://podcampaz.org/">PodCampAz</a> and the <a style="font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; color: #d54e21; text-decoration: none; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://azec09.com/">Az Entrepreneurship Conference</a> are being held.  A continental breakfast, full lunch provided by GoDaddy, event t-shirt and door prizes will be provided to those who <a style="font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; color: #d54e21; text-decoration: none; padding: 0px; margin: 0px; border: 0px initial initial;" href="http://phxwordcamp.com/registration/">Register for Wordcamp Phoenix</a>.</p>
</blockquote>
<p style="margin-top: 0px; margin-right: 0px; margin-bottom: 1.5em; margin-left: 0px; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; overflow-x: hidden; overflow-y: hidden; padding: 0px; border: 0px initial initial;">
]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/wordcamp-coming-to-phoenix/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
