<?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>Webtrepreneur &#187; WordPress</title>
	<atom:link href="http://www.webtrepreneur.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webtrepreneur.net</link>
	<description>Learn To Make Money Like The Pros</description>
	<lastBuildDate>Wed, 07 Apr 2010 07:00:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>FTP For Beginners</title>
		<link>http://www.webtrepreneur.net/ftp-for-beginners/</link>
		<comments>http://www.webtrepreneur.net/ftp-for-beginners/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 14:56:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webtrepreneur.net/?p=140</guid>
		<description><![CDATA[
I have had a couple of queries recently about ftp and other aspects of Internet technologies. After helping some friends with various computer problems over the weekend, I realised that it is pretty easy to forget that many people learning the ropes about earning money online don&#8217;t come from a geek or tech background; while [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://webtrepreneur.net/wp-content/uploads/2009/01/smart-ftp.jpg"><img class="alignnone size-full wp-image-142" title="smart-ftp" src="http://webtrepreneur.net/wp-content/uploads/2009/01/smart-ftp.jpg" alt="smart-ftp" width="500" height="331" /></a></p>
<p>I have had a couple of queries recently about ftp and other aspects of Internet technologies. After helping some friends with various computer problems over the weekend, I realised that it is pretty easy to forget that many people learning the ropes about earning money online don&#8217;t come from a geek or tech background; while they can pick up many of the techniques to get them started to earning money online, they may not have sufficient knowledge, or the underlying technical skills necessary to understand many of the terms and techniques they learn.</p>
<p>With this in mind, I thought it time to devote some posts to explaining some of the standard skills and tools you will need to master. This is aimed at the beginner to intermediate user, who will each learn from this post. To begin, I will detail something you have probably heard of called ftp.</p>
<h2>What is FTP?</h2>
<p>FTP (File Transfer Protocol) is simply a protocol for transferring files over the Internet. Using ftp, you can send and receive files between computers located anywhere in the World. If you have a Website, or are hoping to create one at some stage, you will be using ftp to transfer files from your computer to the Web server hosting your site</p>
<p>FTP uses a URL (the address of the site) that is similar to what you are familiar with from your Web browser. To load Webtrepreneur in your browser, you enter the address: <a title="Webtrepreneur" href="http://www.webtrepreneur.net/">http://www.webtrepreneur.net/</a>.</p>
<p>The ftp address looks very similar: ftp://ftp.webtrepreneur.net.</p>
<p>This post will only detail connecting to your host server (where your Website is hosted) and the basic commands and details you will need for uploading your files.</p>
<p>There are numerous ftp programs available for all of the major platforms, both free and commercial. The selection comes down to your preference. Some of the basic terminology you may encounter is listed below:</p>
<p>Profile Name:- A name for you to remember the profile you created for a connection.</p>
<p>Host / Server Address:- This is the server your computer will connect to, e.g. ftp://ftp.webtrepreneur.net.</p>
<p>Port:- This is the port on the server you will connect to. The default port is 21  and this should work on most servers</p>
<p>Login / Username:- This is your username for your account on the remote server.</p>
<p>Password:- Likewise, this is your password for accessing your account on the remote server.</p>
<p>Initial Path:- The first directory that will be opened on the remote computer.</p>
<p>Attempts:-  This is the number of times the computer will try to download (or upload) a file if it is interrupted.</p>
<p>Retry Delay:- The time between each retry.</p>
<p>Download Path:- The directory on your computer where files will be downloaded to.</p>
<p>You don&#8217;t have to know all of these, as you may not have to be concerned with all of these commands, depending on the application you select.</p>
<h2>Connected</h2>
<p>After choosing your ftp application and entering the settings relevant to the instruction above, you simply connect to the remote in order to transfer files. Once connected, depending on your application you will be presented with a window similar to the one above, with the remote server in the left or right hand side and your computer in the opposite.</p>
<p>Transferring files is simply a matter of dragging them to the appropriate location on either. If you wanted to copy a file or directory from the server to your computer, you simply select the file and drag it from the server window across to the window representing your computer. Don&#8217;t be worried, this action will not delete the copy from your server, it will simply copy it across to your computer.</p>
<p>Be aware though, that if you already have a file with the same name, you will be prompted whether you want to overwrite. Make sure that this is what you want, as it will overwrite the file, so proceed with caution if you are unsure and place the file in a different directory if needed.</p>
<p>Permissions</p>
<p>Something else you will come across when transferring files to your server is that on occasions you may read about things called permissions and / or CHMOD. CHMOD stands for CHange MODe.</p>
<p>I wont go into too great a detail here, as you don&#8217;t really need to know all the Unix idiosyncrasies behind CHMOD, what you do need to know though is that the server needs some details about who and what can do certain actions on and with your files. Basically, you are setting permission about who can do certain things to your files. For example, on a blog, you want visitors to be able to read posts and comment on them, but you don&#8217;t normally want them to be able to access your scripts and change them and damage your site.</p>
<p>That is basically what you are telling the server through you CHMOD settings. It does this by assigning numbers to each file. These numbers set the actions that can be preformed on the files. There are only 3 actions, so it is not too daunting. The actions are:</p>
<p>READ</p>
<p>WRITE</p>
<p>EXECUTE</p>
<p>You can set these permissions on most ftp programs, either by a tick in a text box or by writing a combination of numbers, or both.</p>
<p>To give you an example, a standard WordPress installation will have permission similar to the ones below:</p>
<p>Directories should have permissions of 755. Never use 777.<br />
All files should have permissions of 644.<br />
If you do want to use the built-in theme editor, theme files should have permissions of 666. Once again, never give them 777.</p>
<p>Once you get your ftp program up and running, you will be able to see this by experience and get a better understanding of it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrepreneur.net/ftp-for-beginners/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>WordPress 2.7 Review</title>
		<link>http://www.webtrepreneur.net/wordpress-27-review/</link>
		<comments>http://www.webtrepreneur.net/wordpress-27-review/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 06:50:55 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Product Reviews]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Coltrane]]></category>

		<guid isPermaLink="false">http://www.webtrepreneur.net/?p=115</guid>
		<description><![CDATA[Earlier today, I uploaded and installed WordPress 2.7 Coltrane. This is my first post with the new and from appearances and features, greatly improved WordPress.
As usual (for me anyway), the upgrade was a painless process. It was actually quicker than the last one I did a few weeks ago.
The first thing you will notice is [...]]]></description>
			<content:encoded><![CDATA[<p>Earlier today, I uploaded and installed WordPress 2.7 Coltrane. This is my first post with the new and from appearances and features, greatly improved WordPress.</p>
<p>As usual (for me anyway), the upgrade was a painless process. It was actually quicker than the last one I did a few weeks ago.</p>
<p>The first thing you will notice is the completely new interface. The developers have spent a lot of time listening and have made usability improvements in every area.</p>
<p><strong>Dashboard</strong></p>
<p><img class="alignleft size-full wp-image-118" title="wp-dashboard" src="http://webtrepreneur.net/wp-content/uploads/2008/12/wp-dashboard.gif" alt="wp-dashboard" width="563" height="267" /></p>
<p>When you login, you are greeted by a completely new Dashboard. In the upper right corner of the screen is a &#8216;Screen Options. button that allows you to select the options to display in your dashboard by checking or unchecking the various modules.</p>
<p>Another cool feature is the ability to move the items in your dashboard into different positions that suit your workflow. It is a simple matter of grabbing the top of each modules window and dragging it to your position of choice. Now you have complete control of the features you want and the location of them on your screen.</p>
<p><strong>Vertical Menus</strong></p>
<p><img class="alignleft size-full wp-image-117" title="wp-vertical-menus" src="http://webtrepreneur.net/wp-content/uploads/2008/12/wp-vertical-menus.gif" alt="wp-vertical-menus" width="163" height="532" />One of the most prominent new features is the inclusion of vertical menus. This is a great improvement, as navigation is greatly simplified, with each section using Ajax to display a list of options for you to click.</p>
<p>This provides a major speed improvement, as it means you have far less screen loads to get to the section you want to edit. As an example, the Appearance menu option already has the current theme listed, making it possible to go directly to the theme options in one click.</p>
<p>Top level navigation items are Media, Links, Pages, Comments, Appearance, Plugins, USers, Tools and Settings. If you prefer not to have the vertical menu taking up valuable screen space, you have the otpion to minimise it to the side. Mousing over each icon provides the menu item subset. A very nice feature.</p>
<p><strong>Plugins</strong></p>
<p>Plugin management just got a whole lot better, with the ability to search for plugins directly from the dashboard. Do a search for a specific term, such as twitter and you get a rated list of the available plugins from the WordPress plugin repository.</p>
<p>Installation can now be done directly from the dashboard; you no longer have to FTP your plugin files to the server. This is another great improvement for those new to the technology.</p>
<p>Likewise, future upgrades of WordPress itself can be done in the same manner, so no more uploading and overwriting files.</p>
<p><strong>Threaded Comments</strong></p>
<p>Threaded comments is a welcome addition to the core functionality of WordPress. Many blogs already have the feature via plugins and services such as Disqus. I personally use Disqus on another blog, so this will give me a chance to compare that over the inbuilt system.</p>
<p><strong>Sticky Posts</strong></p>
<p>Another little feature that people have been requesting for a long time, is the ability to make a post &#8217;sticky&#8217;, i.e. keep it on the home page no matter how old it is. Making a post &#8217;sticky&#8217; is just a matter of checking the box.</p>
<p>Take a look at the video below and then go ahead and try it yourself. As with all things though, be sure to make backups, just in case you have some problems&#8230;..</p>
<p><object width="554" height="312" data="http://v.wordpress.com/hFr8Nyar" type="application/x-shockwave-flash"><param name="src" value="http://v.wordpress.com/hFr8Nyar" /><param name="allowfullscreen" value="true" /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrepreneur.net/wordpress-27-review/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
		<item>
		<title>WP Remix Wordpress Theme</title>
		<link>http://www.webtrepreneur.net/wp-remix-wordpress-theme/</link>
		<comments>http://www.webtrepreneur.net/wp-remix-wordpress-theme/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 01:55:11 +0000</pubDate>
		<dc:creator>Ross</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.webtrepreneur.net/wp-remix-wordpress-theme/</guid>
		<description><![CDATA[When searching for a WordPress theme, you are presented with literally thousands of options, both free and commercial. Choosing the most appropriate design for your blog can be a daunting task. Lately, a lot of premium themes have become available that allow you to have a considerable amount of customization with minimal effort. This post [...]]]></description>
			<content:encoded><![CDATA[<p>When searching for a WordPress theme, you are presented with literally thousands of options, both free and commercial. Choosing the most appropriate design for your blog can be a daunting task. Lately, a lot of premium themes have become available that allow you to have a considerable amount of customization with minimal effort. This post deals with one such theme.</p>
<h2>WP Remix</h2>
<p><span style="font-size: 12px; font-weight: normal">I came across R.Bhavesh a couple of months ago and was immediately impressed with his Web designs. It is refreshing to see the clean and uncluttered interfaces he produces.<br />
</span></p>
<p><span style="font-size: 12px; font-weight: normal">Bhavesh&#8217;s premium WordPress theme is called WP Remix. This theme differs from many of the other premium themes in the market, by being easy for novice users to set up. Saying that, it is still offers a great deal of customization options for the experienced developer.</span></p>
<p><strong>Optional Home Page 1</strong></p>
<p><img src="http://webtrepreneur.net/wp-content/uploads/2008/04/wpremix-1.jpg" alt="wpremix-1.jpg" height="447" width="500" /></p>
<p><span id="more-68"></span></p>
<h2>Features</h2>
<p>Some of the features WP Remix provides include:</p>
<ul>
<li>Multi Purpose, hassle-free theme that covers almost every possible layout. Saves you weeks of time.</li>
<li>Multiple Options &#8211; Easily Customizable.</li>
<li>A Blog</li>
<li>5 Homepage options</li>
<li>10 Single page with different layout</li>
<li>2 events page</li>
<li>2 Product/Gallery page</li>
<li>Contact Form</li>
<li>Drop menu</li>
<li>Tabs</li>
<li>Table</li>
<li>Light-weight, Professional code and design</li>
<li>W3C Valid, Table less &amp; Cross browser compatible, widget-ready, highly customizable</li>
</ul>
<p>You can see more of the listed features in the image below.</p>
<p><img src="http://webtrepreneur.net/wp-content/uploads/2008/04/wpremix-features.jpg" alt="wpremix-features.jpg" height="240" width="500" /></p>
<p><strong>Optional Home Page 3</strong></p>
<p><img src="http://webtrepreneur.net/wp-content/uploads/2008/04/wpremix-3.jpg" alt="WP Remix Option 3" height="451" width="500" /></p>
<p><strong>Products Gallery</strong></p>
<p><img src="http://webtrepreneur.net/wp-content/uploads/2008/04/wpremix-products.jpg" alt="Products" height="551" width="500" /></p>
<h2>Conclusion</h2>
<p>There are lots of other really nice features, such as imageless rounded boxes, tabs, data tables, two column lists and profiles for you to check out.If you are looking for a theme that is easy to set up and customize and comes with stacks of features straight out of the box, this is an excellent choice.</p>
<p>If you want to create your own skin for this theme, that is also quite easy to do for those with the skills. Best of all, for a premium theme, the price is very affordable at $55 considering the time it will take you to develop a theme of your own that offers so many features. You can purchase the theme <a href="http://www.webtrepreneur.net/link.php?id=wp-remix">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webtrepreneur.net/wp-remix-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>-1</slash:comments>
		</item>
	</channel>
</rss>
