<?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>3rd Wave Media</title>
	<atom:link href="http://3rdwavemedia.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://3rdwavemedia.com/blog</link>
	<description>Blog</description>
	<lastBuildDate>Mon, 12 Dec 2011 21:04:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Configuring WordPress to have a Chinese language front-end with an English language admin back-end</title>
		<link>http://3rdwavemedia.com/blog/2011/11/configuring-wordpress-to-have-a-chinese-language-front-end-with-an-english-language-admin-back-end/</link>
		<comments>http://3rdwavemedia.com/blog/2011/11/configuring-wordpress-to-have-a-chinese-language-front-end-with-an-english-language-admin-back-end/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 17:31:17 +0000</pubDate>
		<dc:creator>Xiaoying</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://3rdwavemedia.com/blog/?p=37</guid>
		<description><![CDATA[How to make your WordPress site have Chinese as the user front-end language but English as the admin backend language? Recently we were asked the above question, and thought we&#8217;d make a tutorial here as the job can be DIY&#8217;ed &#8230; <a class="read-more" href="http://3rdwavemedia.com/blog/2011/11/configuring-wordpress-to-have-a-chinese-language-front-end-with-an-english-language-admin-back-end/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>How to make your WordPress site have Chinese as the user front-end language but English as the admin backend language?</p>
<p>Recently we were asked the above question, and thought we&#8217;d make a tutorial here as the job can be DIY&#8217;ed to some extend by a site manager who is not necessarily a web designer/developer.</p>
<div class="post-section">
<h3>Scenario:</h3>
<p>You are a native English speaker and have set up a WordPress blog/website. However, you want to publish Chinese language articles on the site and your main target audience are going to be reading Chinese.</p>
<p>Sure, delivering content in Chinese is not a big problem for you if you have got someone to translate your articles into Chinese. Your problem is that all of the WordPress default words and phrases are still in English. Although your audience have no problem reading your articles, some of them who don&#8217;t know any English will have a problem navigating around or interacting with your site due to the scattered English here and there.</p>
<p>You want your site audience to see everything in Chinese, but as the site manager, you still want to keep the back-end of your site to be in English so you can manage and administer the site as normal.</p>
<div class="tut-image"><img src="http://3rdwavemedia.com/blog/wp-content/uploads/2011/11/wp-localization-frontend-en.jpg" alt="screenshot" title="screenshot" width="578" height="479" class="alignnone size-full wp-image-66" /></div>
</div>
<div class="post-section">
<h3>Solution:</h3>
<p>In this tutorial, I&#8217;m going to show you how to solve this problem by using a WordPress plugin called &#8220;<a href="http://wordpress.org/extend/plugins/one-backend-language/installation/" target="_blank">One Backend Language</a>&#8220;. </p>
<p>The solution essentially consists of three parts:</p>
<ol>
<li>Localize your core WordPress installation into Chinese.</li>
<li>Localize your WordPress Theme into Chinese.</li>
<li>Install the <strong>&#8220;One Backend Language&#8221;</strong> plugin and set the back-end language to be English.</li>
</ol>
<p>Ok Let&#8217;s get started.</p>
</div>
<div class="post-section">
<h3>Step 1</h3>
<p>Download a Chinese WordPress installation zip file from the <a href="http://cn.wordpress.org/releases/" target="_blank">WordPress China official website</a>.</p>
<p>If your WordPress English installation is, for example, version 3.1.1, then you need to download a corresponding Chinese 3.1.1 installation. For security reasons, it&#8217;s good practice to keep all of your WordPress installations up to date.</p>
<div class="tut-image"><a href="http://cn.wordpress.org/releases/" target="_blank"><img src="http://3rdwavemedia.com/blog/wp-content/uploads/2011/11/wp-localization-download-ch-zip.jpg" alt="screenshot" title="screenshot" width="578" height="469" class="alignnone size-full wp-image-39" /></a></div>
</div>
<div class="post-section">
<h3>Step 2</h3>
<p>Unpack the downloaded zip file. You should see a folder called <strong>&#8220;languages&#8221;</strong> inside of the <strong>&#8220;wp-content&#8221;</strong> folder. The <strong>&#8220;languages&#8221;</strong> folder contains all the files for localizing the English WordPress core installation into Chinese.</p>
<div class="tut-image"><img src="http://3rdwavemedia.com/blog/wp-content/uploads/2011/11/wp-localization-core-lang.jpg" alt="screenshot" title="screenshot" width="578" height="190" class="alignnone size-full wp-image-40" /></div>
<p>Upload the <strong>&#8220;languages&#8221;</strong> folder using an FTP program to your server.</p>
<p>The path is:  Your English WordPress installation > wp-content > languages</p>
</div>
<div class="post-section">
<h3>Step 3</h3>
<p>Now you have put the core WordPress installation&#8217;s localization files in place, you need to put the WordPress Theme&#8217;s localization files in place.</p>
<p>If you are using WordPress&#8217; native Themes – <strong>Twenty Ten</strong> or <strong>Twenty Eleven</strong>, you can find the Theme localization files inside of the zip file you&#8217;ve just downloaded and unpacked.</p>
<p>Here I&#8217;m going to use the Twenty Ten Theme as an example. You should see a folder called <strong>&#8220;languages&#8221;</strong> inside of the <strong>&#8220;twentyten&#8221;</strong> folder. </p>
<p>The path is : wp-content > themes > twentyten> languages.</p>
<div class="tut-image"><img src="http://3rdwavemedia.com/blog/wp-content/uploads/2011/11/wp-localization-theme-lang.jpg" alt="screenshot" title="screenshot" width="578" height="134" class="alignnone size-full wp-image-42" /></div>
<p>Again, you need to upload this&#8221;languages&#8221; folder to your server following the same path: wp-content > themes > twentyten > languages.</p>
<p>Now on your server, the two <strong>&#8220;languages&#8221;</strong> folders are in place as shown on the figure below:</p>
<div class="tut-image"><img src="http://3rdwavemedia.com/blog/wp-content/uploads/2011/11/wp-localization-server-view.png" alt="screenshot" title="screenshot" width="578" height="469" class="alignnone size-full wp-image-43" /></div>
</div>
<div class="post-section">
<h3>Step 4</h3>
<p>Log in to your WordPress&#8217;s back-end and install the <strong>&#8220;One Backend Language&#8221;</strong> plugin. Activate the plugin and make sure that English is the default language for the back-end.</p>
<div class="tut-image"><img src="http://3rdwavemedia.com/blog/wp-content/uploads/2011/11/wp-localization-plugin.jpg" alt="screenshot" title="screenshot" width="578" height="469" class="alignnone size-full wp-image-44" /></div>
<div class="tut-image"><img src="http://3rdwavemedia.com/blog/wp-content/uploads/2011/11/wordpress-chinese-plugin-setting.png" alt="screenshot" title="screenshot" width="578" height="500" class="alignnone size-full wp-image-45" /></div>
</div>
<div class="post-section">
<h3>Step 5</h3>
<p>Find a file called <strong>&#8220;wp-config.php&#8221;</strong> on the server, which is inside of your WordPress installation. You need to edit the file directly on the server.</p>
<p>Open &#8220;wp-config.php&#8221; and search for: <code>define('WPLANG', ' ')</code></p>
<div class="code-block">
<pre class="brush: php; title: ; notranslate">define('WPLANG', ' ');</pre>
</div>
<p>Change it into:</p>
<div class="code-block">
<pre class="brush: php; title: ; notranslate">define('WPLANG', 'zh_CN');</pre>
</div>
<p>Save the file and you will see the front-end of your site is now truly Chinese and the back-end is still in English.</p>
<div class="tut-image"><img src="http://3rdwavemedia.com/blog/wp-content/uploads/2011/11/wp-localization-frontend-ch1.jpg" alt="screenshot" title="screenshot" width="578" height="487" class="alignnone size-full wp-image-64" /></div>
</div>
<div class="post-section">
<h3>Conclusion:</h3>
<p>If you are using a customized WordPress Theme, you probably need to find a bilingual Theme Designer/Developer to localize the theme into Chinese for you, which I&#8217;m not going to cover in this tutorial as it&#8217;s a considerably more complicated task, and modifying these files without knowledge of how they work could damage your website.</p>
<p>If you are using a free WordPress Theme such as <strong>&#8220;<a href="http://wordpress.org/extend/themes/suffusion" target="_blank">Suffusion</a>&#8220;</strong> which has already been localized into Chinese, you can just download the Chinese language files and upload to the theme folder on the server. For the &#8220;Suffusion&#8221; Theme, you can download the language files from it&#8217;s <a href="http://aquoid.com/news/themes/suffusion/">official website</a>.</p>
<p>Some third party WordPress Plugins might need to be localized, if it displays words and phrases on the front-end of the site. In this case you might want to seek help from a Theme Designer/Developer.</p>
<p>We hope you find this tutorial useful. If you have any feedback or questions please leave a comment.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://3rdwavemedia.com/blog/2011/11/configuring-wordpress-to-have-a-chinese-language-front-end-with-an-english-language-admin-back-end/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How much should I charge? Pricing for website projects explained</title>
		<link>http://3rdwavemedia.com/blog/2011/11/how-much-should-i-charge-pricing-for-website-projects-explained/</link>
		<comments>http://3rdwavemedia.com/blog/2011/11/how-much-should-i-charge-pricing-for-website-projects-explained/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 21:20:12 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://3rdwavemedia.com/blog/?p=21</guid>
		<description><![CDATA[Anyone who&#8217;s taken their first steps into freelance/self-employed web design or development will have faced this dilemma &#8211; being asked &#8220;how much does a website cost to make?&#8221; It&#8217;s probably something that you thought shouldn&#8217;t be a dilemma, but thinking &#8230; <a class="read-more" href="http://3rdwavemedia.com/blog/2011/11/how-much-should-i-charge-pricing-for-website-projects-explained/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Anyone who&#8217;s taken their first steps into freelance/self-employed web design or development will have faced this dilemma &#8211; being asked &#8220;how much does a website cost to make?&#8221; It&#8217;s probably something that you thought shouldn&#8217;t be a dilemma, but thinking right back to the early days, the amount of variables which had to be considered seemed endless and constantly changing. A nice standardised formula to use for easily pricing up a project would have helped immensely. What I am going to do now is give you that formula:</p>
<p><strong><em>Get an understanding of the overall scope of the problem you are trying to solve, and then give a price for your time and the resources required to effectively solve that problem.</em></strong></p>
<p>OK I&#8217;m sorry that wasn&#8217;t a real formula, and I know it wasn&#8217;t the simple answer you wanted; but it&#8217;s important to charge for the full process of getting the finished website delivered, rather than seeing sites as some sort of canned product which is priced by, say, number of pages, or lines of code. A site of a certain size could cost one figure for client A and different figure for client B, because the process of getting to the finished product will vary depending on factors like the assets they are providing and any constraints imposed by an existing site. If you use this approach as your basis for pricing projects then you can&#8217;t go wrong. The most important aspect in giving quotes is being able to extract as much useful information as possible, right from the start. So learn what you personally need to know for the way you work and refine your info-gathering technique for effectively getting this information &#8211; it&#8217;s an essential skill. Asking the right questions to begin with is fundamental in building an effective website and gaining a satisifed customer.</p>
<p>If you are unable to get to a point where you understand the overall scope and requirements, that&#8217;s probably an indicator that you should seriously reconsider if you are the right person for this project. The web &#8220;Industry&#8221; (for some reason, calling it that never feels right) is highly fragmented and the range of skills people have don&#8217;t always fit the requirements for every project &#8211; no matter how well connected you are with other people of different skillsets. Although it&#8217;s wise to continually push your boundaries, if it&#8217;s clear that you aren&#8217;t the best person to do a good job then the professional thing to do is politely decline the work. When considering how much of a &#8220;buffer&#8221; you need before taking the plunge into freelancing, you should factor in the possibility of having to turn down projects which are not suited to you &#8211; taking them on could end up costing you more in the long-run.</p>
<p>Obviously though most potential clients would like an approximate figure up-front so that they know if it&#8217;s worth compiling all of the information that you need to make the site. In this situation, don&#8217;t let the prospect of a new project blind you &#8211; you can give the client one round of broad questions that give you enough to formulate a rough price range for them (and remember to let them know that it could change depending on details). Therefore one of the first things you need to learn when working for yourself is not only what to say to get business in, but what to ask to make sure you can do a good job for them. Saying whatever they want to hear to win the business will likely result in dissapointment all round, and reputation is paramount if you want to get your name around. Accept that some people may be able to undercut you and remember that you are charging for your experience and passion, and not just for your hours.</p>
<p>If the main cornerstones can&#8217;t be established, then it is likely the project will require a greater degree of intricacy and close management at a later stange and this extra time needs to be factored into your initial figure. A great deal of uncertainty and limited information when clients first approach is something that will discourage us from taking a project on because we don&#8217;t have the capacity to provide extensive consultancy in every case &#8211; but if you do then you need to price for the uncertainty. Another important factor you need to consider when you have scoped a project is your deposit. Alongside your commitment, the commitment by the client is essential in the progression and success of the project so formalising this by taking a percentage deposit at the beginning is standard amongst professionals. Again, understanding the scope of the project will help you here in calculating how much of a deposit you will require.</p>
<p>So there you have it. Pricing is fundamental to delivering a good solution so it needs to be done properly right from the start. Even if you are volunteering to make websites to build your portfolio, it&#8217;s still a good idea to gather all of this info to practice formulating what you would charge if money were changing hands. All projects should have a value if they are to have clear objectives.</p>
]]></content:encoded>
			<wfw:commentRss>http://3rdwavemedia.com/blog/2011/11/how-much-should-i-charge-pricing-for-website-projects-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world and the name explained</title>
		<link>http://3rdwavemedia.com/blog/2011/11/hello-world-and-the-name-explained/</link>
		<comments>http://3rdwavemedia.com/blog/2011/11/hello-world-and-the-name-explained/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 21:20:02 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://3rdwavemedia.com/blog/?p=17</guid>
		<description><![CDATA[Thanks for dropping by everyone! After preparing a few blog posts which we wanted to put out on the company site to help give you an idea of what we&#8217;re about here at 3rd Wave Media, it seemed appropriate to &#8230; <a class="read-more" href="http://3rdwavemedia.com/blog/2011/11/hello-world-and-the-name-explained/">Read more</a>]]></description>
			<content:encoded><![CDATA[<p>Thanks for dropping by everyone! After preparing a few blog posts which we wanted to put out on the company site to help give you an idea of what we&#8217;re about here at 3rd Wave Media, it seemed appropriate to write this introduction to set some context.</p>
<p>The web is all about communication and sharing, so this is our outlet where we put out information and useful things we&#8217;ve learned about the business of making websites for people. We would encourage you to leave comments and hope you&#8217;ll leave with a better understanding of who we are and how we work. But first, let me explain the first thing that I always wonder about a company: where does the name come from?</p>
<p>In 2004, two young Directors-to-be were at university in Leeds studying an MSc in Creative Technology. An open-ended assignment question paved the way for stumbling into the areas of Ubiquitous Computing and Pervasive Technology. Anyone researching these subjects will quickly see that this real-world science is where many great Science Fiction writers get their inspiration. looking at the history of the modern computer, the first wave of computing could be described as the era of huge mainframe computers which were each used by many people. The second wave is the Bill Gates-inspired &#8220;computer on every desk&#8221; era where each human uses a computer. The &#8220;3rd Wave&#8221; is the era we have already entered into where there are many interconnected devices functioning for every person. As the efficiency of the devices and the amount of data they have increases, they become more pervasive, ubiquitous, &#8220;intelligent&#8221; and invisible to us.</p>
<p>For a sci-fi geek with a hungry imagination it was intoxicating stuff, and an addiction which has kept hold to this day. Years later, deciding what this business should be known as was a no-brainer. Welcome to 3rd Wave Media.</p>
]]></content:encoded>
			<wfw:commentRss>http://3rdwavemedia.com/blog/2011/11/hello-world-and-the-name-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

