<?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>Mitch Canter is [studionashvegas] &#187; WordPress 101</title>
	<atom:link href="http://www.studionashvegas.com/tag/wordpress-101/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.studionashvegas.com</link>
	<description>Nashville, TN&#039;s Best WordPress Designer/Developer</description>
	<lastBuildDate>Thu, 09 Feb 2012 16:28:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 101 – Session 3: Installation</title>
		<link>http://www.studionashvegas.com/wordpress/wordpress-101-session-3-installation/</link>
		<comments>http://www.studionashvegas.com/wordpress/wordpress-101-session-3-installation/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 23:08:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[WordPress 101]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/news/wordpress-101-session-3-installation/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>So, you’ve decided you want to use WordPress and have selected a fantastic host.&#160; Now comes the installation phase.&#160;]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p>So, you’ve decided you want to use WordPress and have selected a fantastic host.&nbsp; Now comes the installation phase.&nbsp; This is where a lot of people get frustrated. In all honesty, a lot of people never have to deal directly with web servers; they just deal with the front end (the web page), so it’s easy to get lost in the myriad of options and settings.&nbsp; Let’s start with the manual installation, and we’ll work our way back to the one-touch installs offered by some hosts.</p>
<h3>Manual Installation</h3>
<p>In order to manually install WordPress onto a web server, there’s a few things you’ll need to have handy:</p>
<ul>
<li>MySQL Database Host (either an IP address or a URL that leads to the database)
<li>MySQL Username
<li>MySQL Password
<li>FTP Username
<li>FTP Password
<li>FTP Host</li>
</ul>
<p>Let’s start with the MySQL.&nbsp; Typically, you’ll be entering the database through PHPmyADMIN, which is a tool developed to access the back end of a SQL database. You may also use CPanel, which is an easy-to-use control panel for the back end of the webhost’s server.</p>
<p>If you use CPanel, you actually have a one-touch option of creating the first MYSQL username/password.&nbsp; If you don’t, you’ll have to get that first user from the hosting company, or create it yourself.&nbsp; Since every host is different, contact them to get the information you need.</p>
<p>More detailed MySQL information, and detailed instructions on installation, head to the WordPress official site: <a title="http://codex.wordpress.org/Installing_WordPress#Step_2:_Create_the_Database_and_a_User" href="http://codex.wordpress.org/Installing_WordPress#Step_2:_Create_the_Database_and_a_User">http://codex.wordpress.org/Installing_WordPress#Step_2:_Create_the_Database_and_a_User</a></p>
<p>As far as FTP information goes, 100% of the webhosts I’ve dealt with in the past have sent me an email with the FTP host on it.&nbsp; typically, it’s your website’s url, but if you are working on a development server, that may be different.&nbsp; Once again, check with your hosting provider to see what’s going on.</p>
<p>You’ll also need an FTP client, which is a “translator” between your PC/Mac and the Linux server.&nbsp; I use FireFTP, which runs inside of the Firefox browser, but CuteFTP and SmartFTP are great choices as well.</p>
<p>Once you’ve gotten all the necessary information, it’s time to actually start getting WordPress installed.</p>
<p>Head over to <a href="http://www.wordpress.org">http://www.wordpress.org</a> and get the latest version of WordPress.&nbsp; Put it on the desktop where you’ll remember where you saved it.</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/image2.png" rel="shadowbox[sbpost-523];player=img;"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/image_thumb2.png" width="620" height="372"></a> </p>
<p>This is a screenshot of the inner workings of FireFTP.&nbsp; Near the top left is a dropdown menu, and one of the options is to “create a new account”.</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/image3.png" rel="shadowbox[sbpost-523];player=img;"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/image_thumb3.png" width="559" height="381"></a></p>
<p>The window that pops up asks for your FTP username, password, and host name.&nbsp; Enter those in and click OK.</p>
<p>You should connect successfully and see two lists of files.&nbsp; The files on your computer (‘local’) are on the left and the server files are on your right.&nbsp; Find the WordPress folder you just put on your desktop and navigate to the inside <em>(Editors Note – this tutorial assumes you are installing WordPress in the main file structure.&nbsp; If you are not, or if you want to install it to a different folder, simply put it where you want it).&nbsp; </em>Select all of the files and hit the [–&gt;] arrow to begin the transfer.</p>
<p>Once all of the files have been transferred, navigate to <a title="http://www.studionashvegas.com/wp-admin/install.php" href="http://www.YOURSITE.com/wp-admin/install.php">http://www.YOURSITE.com/wp-admin/install.php</a>.</p>
<p>After you hit the welcome screen, hit next, and start entering all of the information you’ve gathered:</p>
<p><img src="http://codex.wordpress.org/images/5/5d/setup-config.png" width="620" height="429"> </p>
<p>As far as table prefix goes, leave it unless you know you need to change it.</p>
<p>If everything went OK, it should kick you to the next screen.&nbsp; What you’ve just done is allowed WordPress to create a ‘wp-config.php’ file.&nbsp; It controls every aspect of WordPress, and is the main file it goes to in order to validate settings.</p>
<p>And, you should get to this screen:</p>
<p><img src="http://codex.wordpress.org/images/thumb/1/1b/install-step5.png/640px-install-step5.png" width="620" height="460"> </p>
</p>
<p>Enter your Blog’s title in and your email address.&nbsp; For now, if you want to develop the site before Google gets to it, uncheck the box and click “Install WordPress”.</p>
<p>WordPress will give you a temporary password – copy it to your clipboard.&nbsp; You’ll need it immediately.</p>
<p><img src="http://codex.wordpress.org/images/thumb/4/46/install-step6.png/640px-install-step6.png" width="620" height="352"> </p>
<p>Clicking on the login button will take you to the backend.</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/image4.png" rel="shadowbox[sbpost-523];player=img;"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/image_thumb4.png" width="569" height="444"></a> </p>
<p>enter your username/password, and voila!&nbsp; You’re in to your newly installed WordPress installation.</p>
<h4></h4>
<h3>The Easy Way</h3>
<p>I said all that to say this: GoDaddy, Dreamhost, MediaTemple, and many of the other hosts offer one of two ways to install WordPress automatically: 1) Fantastico (MediaTemple / CPanel) and 2) a one-touch system (Dreamhost / GoDaddy).&nbsp; All you need to do is navigate to the right section, click the button, and voila! WordPress is installed for you.</p>
<p>Still, you never know when you’ll need to know the manual way, especially if you’re using a local host or an older host that doesn’t have the nice goodies attached.</p>
<p>Installing WordPress for the first time can be daunting, but once you’ve done it the first time, the rest becomes easier and you eliminate the risk for (many) errors.&nbsp; Good luck in your installation, and tune in next time for another tutorial.&nbsp; We’ll talk about the admin interface, and go over some of the more valuable features of the dashboard before we actually dive into the posting screen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/wordpress-101-session-3-installation/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>WordPress 101 – Session 2: Requirements &amp; Hosting (in English)</title>
		<link>http://www.studionashvegas.com/wordpress/wordpress-101-session-2-requirements-hosting-in-english/</link>
		<comments>http://www.studionashvegas.com/wordpress/wordpress-101-session-2-requirements-hosting-in-english/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 23:07:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[GoDaddy]]></category>
		<category><![CDATA[Media Temple]]></category>
		<category><![CDATA[WordPress 101]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/news/wordpress-101-session-2-requirements-hosting-in-english/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>In our last session, we covered the basics on what WordPress is and why it’s better than your standard, run-of-the-mill]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p>In <a href="http://www.studionashvegas.com/wordpress/wordpress-101-session-1-what-is-wordpress/" target="_blank">our last session</a>, we covered the basics on what WordPress is and why it’s better than your standard, run-of-the-mill static HTML site.&nbsp; And now, you want to go out and switch every site you have to a dynamically driven platform.</p>
<p>Hold on there, turbo.&nbsp; We still have a few things to go over.</p>
<p>For example, if you’ve had a static site on the same server for more than 5-6 years, you may be surprised to know that not all servers are running the latest and greatest technology.&nbsp; Your server may not even have the right stuff to run WordPress.</p>
<p>There aren’t that many requirements, but you at least need to have the following items:</p>
<ul>
<ul>
<li>PHP 4.3 or greater
<li>MySQL 4.0 or greater
<li>The mod_rewrite Apache module </li>
</ul>
</ul>
<ul></ul>
<p>I promised you this in English, so here’s a little more standard information on the server, breaking down the techno speak.</p>
<p>A server environment is either going to be Windows based or Linux based.&nbsp; Typically, Windows servers are optimized to run .NET and ASP server languages.&nbsp; I won’t go into detail on these two because they aren’t important to getting WordPress to run correctly – just know that if you see these on your server, there’s a chance it may not run WordPress.</p>
<p><img style="margin: 0px 10px 0px 0px; display: inline" title="I love Lamp" alt="I love Lamp" align="left" src="http://funnymovieshirts.com/wp-content/uploads/2008/06/anchorman-funny-shirt-i-love-lamp-300x240.gif" width="147" height="118"> On the other hand, an open source server setup usually consists of 4 components: a Linux Operating System, the APACHE server model, MySQL, and PHP.&nbsp; If you ever hear a technogeek talking about “The Lamp Stack”, that’s what they are referring to.&nbsp; This setup can run literally thousands of open-source software packages, and WordPress is definitely included in that list.</p>
<p>The ones we want to focus on are PHP (Personal Home Page) and MySQL (my structured query language, pronounced MY-SEA-QUILL), which are the primary components of how data goes from point A (the database) to point B (the page you bring up).</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/image1.png" rel="shadowbox[sbpost-521];player=img;"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/image_thumb1.png" width="500" height="214"></a> </p>
<p>Basically, instead of content stored in the page, the content is stored by ID number in the database.&nbsp; WordPress runs a query, which is a test run against the database to determine which content to pull (the default query is the last 10 posts, newest first).&nbsp; If there are posts, it displays them.&nbsp; If not, it shows an error message.</p>
<p>PHP4 will work, but PHP5 will allow you to use some of the latest plugins that have taken advantage of the new language.&nbsp; </p>
<p>If you aren’t sure if your host has it, just send them an email asking them.&nbsp; If they value your business you can either 1) get them to install it or 2) let you know how to take care of it on your end (if they allow you to).</p>
<p>If your host doesn’t support these technologies, or won’t help you, then here are some great alternatives.&nbsp; These don’t have affiliate links; I recommend them out of the goodness of my heart, because they work.</p>
<h3></h3>
<h3><a href="http://www.godaddy.com" target="_blank">GoDaddy</a></h3>
<p>If web hosting is like real-estate, then this would be the college apartment.&nbsp; It does the job, has a lot of cool features, but you never know who your neighbors will be (porn, spam, etc).&nbsp; Most of the time that’s not an issue, but sometimes you will run into someone who’s made Google mad, and they take it out on the whole IP server.&nbsp; However, I still use them for some sites, and it does work well.</p>
<h3><a href="http://www.mediatemple.com" target="_blank">MediaTemple</a></h3>
<p>This is more like the condo of the web-hosting world.&nbsp; It has great customer service, a really snappy interface, and lots of excellent features.&nbsp; I’m actually switching over to them for most of my web-stuffs.</p>
<p>Next time, we’ll actually go through the install process, but for now, go out there and double check your hosts to see if they can support it.&nbsp; If so, get it ready for Session 3, because that’s when the real fun starts!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/wordpress-101-session-2-requirements-hosting-in-english/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 101 – Session 1: What Is WordPress?</title>
		<link>http://www.studionashvegas.com/wordpress/wordpress-101-session-1-what-is-wordpress/</link>
		<comments>http://www.studionashvegas.com/wordpress/wordpress-101-session-1-what-is-wordpress/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 23:07:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress 101]]></category>

		<guid isPermaLink="false">http://www.studionashvegas.com/news/wordpress-101-session-1-what-is-wordpress/</guid>
		<description><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p>Spend any copious amount of time on this site and you’ll see me talk about WordPress.&#160; Spend any time in conversation]]></description>
			<content:encoded><![CDATA[<p>Posted in <a href="http://www.studionashvegas.com/category/wordpress/" title="WordPress">WordPress</a></p><p>Spend any copious amount of time on this site and you’ll see me talk about WordPress.&nbsp; Spend any time in conversation with me, and WordPress will come up.&nbsp; I have a WordPress sticker on my laptop and my <a href="http://shop.wordpress.net/usa/accessories/wordpress-iphone-skin" target="_blank">Official WordPress iPhone Case</a> is on its way to my doorstep as I type.</p>
<h3>So, really, what is WordPress?&nbsp; And why should you care about it?</h3>
<p>This post is meant to be the first of a series dictating just how cool WordPress is, and why you should consider switching / converting your old, static HTML site over.</p>
<p>So, back to the question at hand… <strong>what is WordPress?</strong></p>
<p>If you look at the <a href="www.wordpress.org" target="_blank">WordPress.org</a> site, here’s the official definition:</p>
<blockquote><p><strong>WordPress</strong> is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability. WordPress is both free and priceless at the same time.</p>
</blockquote>
<p>It’s pretty cryptic, but the next sentence explains it in a nutshell:</p>
<blockquote><p>More simply, WordPress is what you use when you want to work with your blogging software, not fight it.</p>
</blockquote>
<h3>So, how is it different from a standard website?</h3>
<p>In a standard website (.html based), a developer/designer creates a template shell, saves each individual page as a separate file, and uploads the content.&nbsp; When an item needs to be changed, it has to be changed on the individual file and re-uploaded.&nbsp; If you’re a small business with a small web-budget, you don’t have resources to have someone change a single word every time you need one changed.</p>
<p><a href="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/staticvswordpress.jpg" rel="shadowbox[sbpost-520];player=img;"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="staticvswordpress" border="0" alt="staticvswordpress" src="http://cdn.studionashvegas.com/wp-content/uploads/2009/07/staticvswordpress_thumb.jpg" width="600" height="300"></a> </p>
<p>WordPress does things differently. Instead of storing the content in files, it stores the content in a database.&nbsp; The database is either stored on a different part of the server, or sometimes on a different server altogether.&nbsp; Whereas a static page contains both structure and content, the WordPress theme envelops and wraps the content in the theme files – meaning you can change, edit, delete, and add new content using one set of template files.</p>
<h3>OK, it seems cool, but is it for me?</h3>
<p>Do you:</p>
<ul>
<li>Have a small 3-5 page site that you want to have more control over?
<li>Do you have content that changes on a regular basis (events calendar, etc.)
<li>Do you want to add a blog to an existing site?</li>
</ul>
<p>Then <strong>YES</strong>, absolutely WordPress is for you.</p>
<p>Over the next few posts I’m going to be talking about hosting, installation, </p>
]]></content:encoded>
			<wfw:commentRss>http://www.studionashvegas.com/wordpress/wordpress-101-session-1-what-is-wordpress/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 5/25 queries in 0.022 seconds using disk: basic
Object Caching 558/595 objects using disk: basic
Content Delivery Network via cdn.studionashvegas.com

Served from: www.studionashvegas.com @ 2012-02-10 02:35:06 -->
