<?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>BraveNewCode Inc. &#187; website</title>
	<atom:link href="http://www.bravenewcode.com/tag/website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bravenewcode.com</link>
	<description>You dream it up, we code it to life.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:00:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>State Of The Code: November, 2010</title>
		<link>http://www.bravenewcode.com/2010/11/stats-of-the-code-november-2010/</link>
		<comments>http://www.bravenewcode.com/2010/11/stats-of-the-code-november-2010/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 18:01:11 +0000</pubDate>
		<dc:creator>The BNC Team</dc:creator>
				<category><![CDATA[BraveNewCode]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordTwit]]></category>
		<category><![CDATA[WPtouch]]></category>
		<category><![CDATA[WPtouch Pro]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[state of the code]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.bravenewcode.com/?p=4694</guid>
		<description><![CDATA[Last week we were in Mexico, strategizing and working on forthcoming projects, and came away with some good work and a pair of tans. Today we want to share what some of those plans are for the coming weeks/months ahead. WPtouch Pro Our flagship premium plugin product, WPtouch Pro has seen some great support from [...]]]></description>
			<content:encoded><![CDATA[<p>Last week we were in Mexico, strategizing and working on forthcoming projects, and came away with some good work and a pair of tans. Today we want to share what some of those plans are for the coming weeks/months ahead.</p>
<h3>WPtouch Pro</h3>
<p>Our flagship premium plugin product, WPtouch Pro has seen some great support from the WordPress community over the past few months. We&#8217;ve worked hard to get WPtouch Pro from its initial 2.0 release to the 2.1 version which is just around the corner, and includes: child theme &#038; WP 3.0 custom menus support, along with the hotly-anticipated iPad theme support for our Classic theme.</p>
<p>It also includes other enhancements, refinements, tweaks and fixes over 2.0.9.1.</p>
<p>2.1 will be in Release Candidate status next week.</p>
<h4>Beyond 2.1</h4>
<p>After we release 2.1, the focus of WPtouch Pro development will shift to performance and maintenance for the 2.2 update. We hope to slim and shave, streamline and strengthen the core of WPtouch Pro, in preparation for some pretty cool stuff planned for next year.</p>
<h3>WordTwit</h3>
<p>We continue to improve and stabilize WordTwit, solving issues and bugs related to different server environments and URL shortener services. Look for a few releases in the next few weeks which accomplish more of the same.</p>
<h4>What&#8217;s Next</h4>
<p>We&#8217;ve been working on a major update to WordTwit which will deliver some key features: greatly improved Tweet widget with the ability to click and edit the outgoing tweet, add hashtags from tags and categories, support for multiple accounts, and more. Look for more details on the blog here soon.</p>
<h3>Website/Support</h3>
<p>Our website, support and documentation sites will all be getting a makeover soon which will make things easier for prospective customers to find the information they&#8217;re looking for about our products/services, and much better for customers to access account services and features. The new site(s) launch will be happening in December.</p>
<p>Best,<br />
The BraveNewCode Team</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bravenewcode.com/2010/11/stats-of-the-code-november-2010/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How To Move A WordPress Site</title>
		<link>http://www.bravenewcode.com/2010/09/how-to-move-a-wordpress-site/</link>
		<comments>http://www.bravenewcode.com/2010/09/how-to-move-a-wordpress-site/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 01:48:51 +0000</pubDate>
		<dc:creator>Duane Storey</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Restore]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.bravenewcode.com/?p=4593</guid>
		<description><![CDATA[One of the tasks that comes up frequently when working with WordPress websites is the need to either move a website, or create a fully functional backup. Since we recently moved all of our BraveNewCode sites to another server, I thought I would do a quick tutorial for anyone wishing to do that same. I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p>One of the tasks that comes up frequently when working with WordPress websites is the need to either move a website, or create a fully functional backup.  Since we recently moved all of our BraveNewCode sites to another server, I thought I would do a quick tutorial for anyone wishing to do that same.</p>
<p>I&#8217;m only going to focus on the procedure for a Linux server and a Mac host computer, since that&#8217;s the configuration we use the most.   </p>
<h4>What Is A WordPress Website</h4>
<p>A WordPress website is a collection of files on disk as well as a MySQL database.   That&#8217;s it.  To move a site to a new location, you have to move both.</p>
<h4>Step 1 &#8211; Backing Up The Database</h4>
<p>The very first thing I do when moving a site is to backup the database.  My preferred method for doing this is to utilize the command line tools within a Linux shell, but you can also use cPanel.</p>
<p>Assuming you are logged in via ssh, the first thing to do is to look for the wp-config.php file, which is usually in the website&#8217;s root directory, or possibly in a wordpress folder.  If you open it up, you can find the database credentials, which resemble the following.</p>
<p><code>define('DB_NAME', 'dsdotcom');<br />
define('DB_USER', 'duane');<br />
define('DB_PASSWORD', 'duanespw');<br />
</code></p>
<p>Typically what I do next is to change to the website&#8217;s root directory, and then execute mysqldump, which is a program that comes with MySQL that creates a complete backup of a database in a text file format.</p>
<p>The format of the command is:</p>
<p><code>mysqldump -u [user] -p [database name] > [output-file]<br />
</code></p>
<p>which in the example above would be:</p>
<p><code>mysqldump -u duane -p dsdotcom > mywebsite-backup.sql<br />
</code></p>
<p>If you execute that command, you&#8217;ll be asked for the database password, which is the same value configured in the DB_PASSWORD variable in wp-config.php.</p>
<p>Assuming that goes well, you&#8217;ll end up with a complete backup of the database in mysite-backup.sql.</p>
<h4>Step 2 &#8211; Backing Up The Files</h4>
<p>If you&#8217;re using the Linux shell method, at this point go to directory that&#8217;s located before your website&#8217;s main directory.  For example, if your site is at /home/bravenewcode/public_html/mywebsite.com, make sure you&#8217;re in the public_html directory.   It&#8217;s important to be one directory back from your website&#8217;s main directory, as this will ensure the .htaccess and other hidden files are properly added to the archive.  </p>
<p>At this point you can create a tar file representing all the files on disk by using the command.</p>
<p><code>tar cvf mybackup.tar mywebsite.com/*<br />
</code></p>
<p>where mywebsite.com/* should be replaced with your website&#8217;s directory name.  If you put the MySQL database backup in the proper place in Step 1, then it will get added to the archive too.</p>
<p>At this point you can compress the file using gzip, by executing:</p>
<p><code>gzip mybackup.tar<br />
</code></p>
<p>which will create a file called mybackup.tar.gz.</p>
<h4>Step 3 &#8211; Delivering The Package</h4>
<p>At this point you will have a complete backup of the old site.  Hopefully you have shell access to the new server, in which case you can copy the files directory between servers.  You can accomplish this using the &#8220;scp&#8221; command (which stands for secure copy).  The format of the copy command is:</p>
<p><code>scp mybackup.tar.gz user@hostname.com:/path/to/web/root/mybackup.tar.gz</code></p>
<p>where <em>user</em> is a valid user on the new server, and <em>hostname.com</em> is the name of the server.  If the server is using cPanel, the backup file should almost always end up in a public_html directory.</p>
<h4>Step 4 &#8211; Uncompressing The Files</h4>
<p>At this point you can login to the new server via a shell command.  Change directories using <em>cd</em> to the location of the backup file, for example by typing:</p>
<p><code>cd /home/bravenewcode/public_html<br />
</code></p>
<p>Then  decompress the file using gunzip:</p>
<p><code>gunzip mybackup.tar.gz<br />
</code></p>
<p>which will leave you with a mybackup.tar file.  Next, you have to expand the backup file, which will put all the files back in their proper location:</p>
<p><code>tar xvf mybackup.tar<br />
</code></p>
<p>when that is done, you should end up with a completely restored directory structure off of your main webserver root directory, for example public_html/mywebsite.com.</p>
<h4>Step 5 &#8211; Import The Database</h4>
<p>At this point, you have to import the database onto the new server.  The backup file that was created in Step 1 should still exist in website&#8217;s directory (mywebsite.com), so it&#8217;s just a matter or importing it into MySQL.  If this is a brand new server, you&#8217;ll have to create a new MySQL database using either cPanel or the command line.  Assuming you have a new database with valid credentials, you can import the database using the <em>mysql</em> command.</p>
<p>First, change to the website directory:</p>
<p><code>cd /home/bravenewcode/public_html/mywebsite.com<br />
</code></p>
<p>next, execute the <em>mysql</em> command using the backup file that was created:</p>
<p><code>mysql -u [database_user] -p [database_name] < [backup-file-name]<br />
</code></p>
<p>or something like this when populated with real data:</p>
<p><code>mysql -u bnc_duane -p bnc_dsdotcom < mywebsite-backup.sql<br />
</code></p>
<p>You'll be prompted to enter the database password.  Once the command is finished, you'll have the database restored on the new site.</p>
<h4>Step 6 - Quick Sanity Test</h4>
<p>At this point in time, WordPress is installed on the new server and is most likely in a somewhat broken state (due to the fact that the database information on the new server is different than the old server).  I purposefully exploit that fact to test to make sure everything is working on the new server.</p>
<p>For example, if the website name is mywebsite.com, and it's been moved from an IP of 24.100.100.100 to 72.100.100.100, you can do a quick test my editing your hosts file.  On a Mac, this file is located in /etc/hosts, and contains a list of domain names to map to IP addresses.  There's an equivalent on Windows somewhere as well.</p>
<p>In that file you can add a single line, similar to the following:</p>
<p>72.100.100.100 mywebsite.com</p>
<p>Once added to the file, all requests for mywebsite.com in the browser will be redirected to the new IP, and to the new server.  The old site will continue to be accessible for every one else, assuming it's still public, but your local configuration (that you set using the hosts file) will force your computer to use the new server.</p>
<p>If all goes well, you'll punch in your website name in a browser after editing the hosts file and see a broken site, most likely due to a Database connection error.  </p>
<h4>Step 7 - Update Database Information</h4>
<p>At this point, edit the wp-config.php file and change the database information to match the information on the new server.   As soon as that is done, the website should be completely accessible again from a browser.  Once you verify that the website is working properly, you can delete the dummy .sql backup file.</p>
<h4>Step 8 - Update DNS Information</h4>
<p>At this point, you can probably safely redirect the web traffic from the old server to the new server.  If you use a third party nameserver, simply update all the IP information to the new server's address.  If the nameserver is located on the new server, you'll have to log into your DNS registrar and point your domain name to the new nameserver.  </p>
<p>I personally usually redirect all the IP addresses first, let those propagate, and then only change the namserver information after a day or so of making sure the website looks proper to everyone.  It's generally quick to change IP addresses back if there is a problem (assuming the TTL values are low on the DNS entries), but takes a long time to change the nameserver information at the registrar and have it propagate.  </p>
<p>There are also few variations on this I'll detail below.</p>
<h4>What If I Don't Have Shell Access?</h4>
<p>You can definitely still backup and restore a site, it's just more work.  First, you'll have to make the backup via cPanel using the phpMyAdmin program.  Once inside, there's a tab at the very right hand side called <em>Export</em>.   phpMyAdmin makes use of <em>mysqldump</em> as well, so the end result is the same as doing the backup from the command line, but it takes a few more clicks.  </p>
<p>In terms of moving the files, you'll probably have to use FTP and proxy everything via a local machine.  For example, usually you can drag the whole website folder from the FTP program onto your desktop, and then drag it back to a new FTP connection on the new server.  It definitely takes a lot longer this way, since typically home-based Internet connections are slow compared to server-server transfers, but you can still get the job done.</p>
<p>Likewise, if you don't have shell access you'll have to import the .sql file using the Import tab within phpMyAdmin.  </p>
<h4>Maintenance Mode</h4>
<p>While the backup and restoration process is fast, it's not instantaneous.  That means if you completed all the tasks above in order, it's possible that you may receive a reader comment on your site after you've already made a database backup.  The best option is to install and activate a maintenance mode plugin on the site prior to starting this procedure.  Maintenance mode will make it so only administrators can see the actual site, while everyone else will get a "This site is down for maintenance" message.   </p>
<p>The one we use most is the <a href="http://wordpress.org/extend/plugins/maintenance-mode/">Maintenance Mode plugin</a> in the WordPress.org repository.  It has a nice feature where you can create a 503.php file in your theme directory and have a completely custom page people will see when maintenance mode is active.  We use that to our advantage on client sites where we want a nice presentable, user-friendly screen to appear during the transfer process.</p>
<h4>Wow, That Wasn't So Hard</h4>
<p>After you get the hang of doing a full backup/restore from the command line, you can move an entire WordPress website in just a few minutes.   The important thing is to take your time, be careful, and make sure you have backups on a local machine (of both the files and the database) prior to starting the procedure.  </p>
<p>If you use cPanel, it has a backup/restore feature built into it, but in my experience it has failed pretty much every time I've tried to use it (in fact, one time it borked the original server as well, since it redirected all the domains there to the new server, which hadn't properly been set up).  So, I much prefer taking a bit more time and moving sites one at a time to make sure it's done properly.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bravenewcode.com/2010/09/how-to-move-a-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>The BraveNewCode Roadmap</title>
		<link>http://www.bravenewcode.com/2010/01/the-bravenewcode-roadmap/</link>
		<comments>http://www.bravenewcode.com/2010/01/the-bravenewcode-roadmap/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 18:02:54 +0000</pubDate>
		<dc:creator>The BNC Team</dc:creator>
				<category><![CDATA[BraveNewCode]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Integrity for WordPress]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[WordTwit]]></category>
		<category><![CDATA[WPtouch]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.bravenewcode.com/?p=3298</guid>
		<description><![CDATA[We&#8217;ve just relaunched our website, and we think it sets the stage for the things we have planned for 2010. In this post we explore some of those things, which will hopefully answer the many e-mail, Twitter, and blog comment questions we&#8217;ve had in the last 6 weeks or so. WPtouch 2.0 We&#8217;ve posted here [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.bravenewcode.com/wordpress/wp-content/uploads/2010/01/route66.jpg" alt="" title="route66" width="550" height="298" class="aligncenter size-full wp-image-3305" /></p>
<p>We&#8217;ve just relaunched our website, and we think it sets the stage for the things we have planned for 2010. In this post we explore some of those things, which will hopefully answer the many e-mail, Twitter, and blog comment questions we&#8217;ve had in the last 6 weeks or so.</p>
<h3>WPtouch 2.0</h3>
<p>We&#8217;ve <a href="http://www.bravenewcode.com/2009/11/thoughts-on-the-future-and-progress-in-our-work/">posted here</a> a few times <a href="http://www.bravenewcode.com/2009/04/the-road-to-wptouch-20-an-expose/"> in the past</a> about the release of <a href="http://www.bravenewcode.com/products/wptouch/">WPtouch</a> 2.0, and each time we&#8217;ve done so we anticipated it being released far sooner. The reason for its delays are many, but the good news is that it&#8217;s actively being worked on now.</p>
<h4>Re-Write</h4>
<p>We&#8217;re undertaking a complete re-write for 2.0, a necessary step to set the stage for multi-Theme support and some of the other features we have planned. We&#8217;ve learned much about the right way to build a WordPress plugin over the past few years, and want to start fresh to make sure that 2.0 is a model example of efficiency and poetry in code and thoughtful care in design.</p>
<h4>Around The Corner</h4>
<p>With the impending release of an Apple touch tablet (and many other touch tablets) and new updates to touch mobile phone software (Android 2.1 and iPhone 4.0) we&#8217;re hoping these new products and features enable us to do more with WPtouch. Rest assured that new capabilities will be added as things develop.</p>
<h3>Support Forums</h3>
<p>The goal in tearing apart the forums was also for a variety of reasons, but the most important being that we&#8217;re moving towards having a single account which you can use to post in the forums and on this site, and in the future any other BraveNewCode related services, sites, etc.</p>
<p>Secondly, the entire design for the Support Forums is being updated to reflect the new website, and until we settled on the website&#8217;s overall look, features and layout we couldn&#8217;t move too much on the Forums.</p>
<p>Expect them to be up and live again within the coming weeks.</p>
<h3>WordTwit, Integrity</h3>
<p>We&#8217;ll also be hard at work on improving <a href="http://www.bravenewcode.com/products/wordtwit/">WordTwit</a>, our popular Twitter plugin for WordPress, and developing Integrity, our WordPress security plugin. Due to some of the recent work by the WordPress team it remains to be seen whether a plugin like Integrity is really needed, so we&#8217;ll be watching that development.</p>
<h3>Shhhhhh Secrets!</h3>
<p>Many of the things we&#8217;re planning require a little secrecy. As such we&#8217;ll post on the website when we&#8217;re ready to reveal juicy details, but you&#8217;re best served <a href="http://www.twitter.com/bravenewcode">following us on Twitter</a> to get first dibs on news, beta releases, and more goodies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bravenewcode.com/2010/01/the-bravenewcode-roadmap/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>BraveNewCode&#8217;s Got A New Bag, Baby: Updated Site</title>
		<link>http://www.bravenewcode.com/2010/01/bravenewcodes-got-a-new-bag-baby-updated-site/</link>
		<comments>http://www.bravenewcode.com/2010/01/bravenewcodes-got-a-new-bag-baby-updated-site/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 20:31:35 +0000</pubDate>
		<dc:creator>The BNC Team</dc:creator>
				<category><![CDATA[BraveNewCode]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://beta.bravenewcode.com/?p=3269</guid>
		<description><![CDATA[As you can see, things have changed quite a bit around these here parts. Dale and I are pleased to finally pull the curtain back on our brand new website and let everyone finally take a look. The original brainstorming and planning behind this new version started months ago down in Punta Cuna. While we [...]]]></description>
			<content:encoded><![CDATA[<p>As you can see, things have changed quite a bit around these here parts.  Dale and I are pleased to finally pull the curtain back on our brand new website and let everyone finally take a look.  The original brainstorming and planning behind this new version started months ago down in Punta Cuna.  While we were always happy with our old site, we strongly feel that this new site will be able to grow at the same pace as the other aspects of our business.</p>
<h3>Website Features</h3>
<p>When we started re-architecting this site, one of the crucial aspects during development was that it had to be easy for us to manage.  Being only a two person company, we could easily spend a good portion of every week managing and maintaining our website and internet presence.  While we wanted a fully functional website, we also didn&#8217;t want to be a slave to the maintenance of it. </p>
<p>So to that end here is a brief description of some of the cooler features that are under the hood here.</p>
<h4>Flickr Driven Portfolios</h4>
<p>If you head over to <a href="/portfolio/">our porfolio</a> or our <a href="/products/">product pages</a>, you&#8217;ll see we&#8217;ve added a lot more information.  One area that we&#8217;ve beefed up is the product and portfolio image galleries.  In the past, we manually added the images using the WordPress system, and while that worked, it wasn&#8217;t very fast or efficient.  On this new site, we&#8217;ve tied all the image galleries into Flickr, so they are completely managed and updated using Flickr and associated tools such as Flickr uploader.  All the titles and descriptions for each image come from Flickr as well, and given Flickr&#8217;s AJAX content editing interface, it is a real snap to edit content on each of the images.</p>
<h4>Remote Plugin Information</h4>
<p>Most of our plugins are updated every week or so, and keeping our website up to date with regards to the changes in each version used to be time consuming.  On our last website, we finally started pulling some information in from the content on WordPress.org, and have enhanced that even further with this version.  On all our plugin pages the download links, change log, last time the product was updated, and associated file sizes are all updated remotely from information over at WordPress.org.  From our side, as soon as we check in a new plugin version on the WordPress plugin repository, the associated information will automatically update itself on BraveNewCode.com.</p>
<h4>Enhanced Fonts</h4>
<p>It&#8217;s a real shame that the Internet has essentially been limited to only a handful of web-safe fonts.  While there are various technologies that allow the use of additional fonts, we finally came across one that we wanted to try on BraveNewCode: <a href="http://cufon.shoqolate.com/generate/">Cufón</a>.  As you can see, most of the headings are now in a dynamically generated font called <em>Steinem</em>.  We felt that this font added to the look and feel of our website, and fit in well with the spirit behind the content.</p>
<h4>jQuery Love</h4>
<p>You&#8217;ll find sprinkles of jQuery effects and ajax around the site (for example the nice tooltips that pop up on download buttons), all of which was added to make navigation easier and to add some UI gloss to the website.</p>
<h3>Jenga: More Than Just A Game</h3>
<p>We had a little fun updating the content in a few areas, as evidenced by our spiffy new page <a href="http://beta.bravenewcode.com/services/website-design-development/">talking about our website design and development</a> practices. While we take pride in the work we do, we also like having fun while doing it.</p>
<h3>Support Forums</h3>
<p>We know that many of our plugin users have been aching for support while the support forums have been down. We apologize again, but it&#8217;s the only way we can truly complete our client work, continue to develop our plugins, and finish the overhaul to the forums themselves.</p>
<h3>Still More To Do</h3>
<p>Not everything is completed with the site revamp, and we&#8217;ll be adding more in the coming weeks ahead. Enhancements to the blog, portfolio and product areas, as well as the addition of user accounts here at BraveNewCode.</p>
<h3>The New Frontier</h3>
<p>We still have a lot to roll out in the next few months here at BraveNewCode, but our new website was a pretty big bullet point on our to-do list, and we&#8217;re happy to finally cross it off and share the end result with everyone.  By all means, drop us a comment and let us know what you think.  Look forward to some more great stuff from The BraveNewCode team in the near future.  Happy surfing!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bravenewcode.com/2010/01/bravenewcodes-got-a-new-bag-baby-updated-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>BraveNewCode&#8217;s New Look, WPtouch 1.8 Coming Soon</title>
		<link>http://www.bravenewcode.com/2009/02/bravenewcodes-new-look-wptouch-18-coming-soon/</link>
		<comments>http://www.bravenewcode.com/2009/02/bravenewcodes-new-look-wptouch-18-coming-soon/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 17:50:11 +0000</pubDate>
		<dc:creator>Dale Mugford</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WPtouch]]></category>
		<category><![CDATA[BraveNewCode]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.bravenewcode.com/?p=1181</guid>
		<description><![CDATA[We prefer evolutions to revolutions, and have re-crafted the website&#8217;s design somewhat. There were a few areas of concern that we had design-wise that we wanted to address, in addition to the serious lack of a portfolio page, something that was always pushed back due to our client commitments and plugin development (which in a [...]]]></description>
			<content:encoded><![CDATA[<p>We prefer evolutions to revolutions, and have re-crafted the website&#8217;s design somewhat. There were a few areas of concern that we had design-wise that we wanted to address, in addition to the serious lack of a portfolio page, something that was always pushed back due to our client commitments and plugin development (which in a way is a good thing&mdash; we were too busy to update the site!).</p>
<h3>What&#8217;s New In Design</h3>
<p>We&#8217;ve softened up the design and also made the layout a little thinner- some who visited on 1024&#215;768 desktops will likely enjoy the change, as the site won&#8217;t seem so disproportionately large to them. We&#8217;ve polished, refined &#038; changed the fonts in a few places, and overall have reduced their sizes for proportionality&#8217;s sake.</p>
<p>Those viewing the site in Mozilla-based (Camino, Firefox) and Webkit-based (Safari, Shiira) will notice some additional features and qualities in the design. As a general rule we support the very highest in web standards and new functionalities in browsers, so we&#8217;ve opted for more work with things like rounded corners using CSS not images, and when Internet Explorer gets its act together (read catches up to where everyone else is at) we&#8217;ll add its advanced support as well.</p>
<h3>What&#8217;s New In Development</h3>
<p>Duane has added an incredible functional and unique <a href="/portfolio/">Portfolio</a> package together, which takes advantage of custom Ajax &#038; jQuery javascript to accomplish the heavy lifting. </p>
<p>One neat thing about it is that from any individual portfolio client&#8217;s page (<a href="/portfolio/jessie-farrell">Jessie farrell</a>, for example) you can browse the <em>whole</em> portfolio, just as you can on the landing page itself. This is also a good thing for Search Engine Optimization reasons, and something we routinely make sure we consider and include where needed for our client projects.</p>
<h4>WPtouch 1.8: Coming Soon</h4>
<p>We&#8217;ve also been hard at work on WPtouch 1.8, the next update to our popular WordPress mobile plugin. The update will offer a couple significant new features, along with solving some bugs that cropped up in the 1.7.x series. Look for it out in the next couple days.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bravenewcode.com/2009/02/bravenewcodes-new-look-wptouch-18-coming-soon/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>New Website Digs</title>
		<link>http://www.bravenewcode.com/2008/11/new-website-digs/</link>
		<comments>http://www.bravenewcode.com/2008/11/new-website-digs/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 23:07:05 +0000</pubDate>
		<dc:creator>Dale Mugford</dc:creator>
				<category><![CDATA[BraveNewCode]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[WPtouch]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.bravenewcode.com/?p=652</guid>
		<description><![CDATA[As you can see we&#8217;ve re-vamped the website, and we&#8217;re quite happy with it overall. There&#8217;s still lots of little things that need to be put in place, but we wanted to kick our own butts and get it launched, as it&#8217;s been back-burnered for too long. If things are out of place or broken, [...]]]></description>
			<content:encoded><![CDATA[<p>As you can see we&#8217;ve re-vamped the website, and we&#8217;re quite happy with it overall. There&#8217;s still lots of little things that need to be put in place, but we wanted to kick our own butts and get it launched, as it&#8217;s been back-burnered for too long.</p>
<p>If things are out of place or broken, give us the weekend to sort it out&#8230;</p>
<p>Oh! And we&#8217;ve got a <a href="http://www.bravenewcode.com/wptouch/">WPtouch</a> Update to release at the end of it as well, one that we&#8217;re sure you&#8217;ll like : )</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bravenewcode.com/2008/11/new-website-digs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Roadmaps: WPtouch</title>
		<link>http://www.bravenewcode.com/2008/05/roadmaps-wptouch-and-more/</link>
		<comments>http://www.bravenewcode.com/2008/05/roadmaps-wptouch-and-more/#comments</comments>
		<pubDate>Thu, 01 May 2008 17:15:53 +0000</pubDate>
		<dc:creator>Dale Mugford</dc:creator>
				<category><![CDATA[BraveNewCode]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Journal]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP Plugins]]></category>
		<category><![CDATA[WPtouch]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.bravenewcode.com/?p=99</guid>
		<description><![CDATA[It&#8217;s no secret Duane and I are happy with the early success of BraveNewCode, along with the success of WPtouch. It&#8217;s great to see the WordPress community is quickly adopting our work on the project, especially when you consider that its been a work in progress in the squeezed hours we&#8217;ve had available around other [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s no secret Duane and I are happy with the early success of <strong>BraveNewCode</strong>, along with the success of <a href="http://www.bravenewcode.com/wptouch">WPtouch</a>. It&#8217;s great to see the WordPress community is quickly adopting our work on the project, especially when you consider that its been a work in progress in the squeezed hours we&#8217;ve had available around other projects for a few months.</p>
<p>We&#8217;ve got some aggressive plans to move WPtouch into unheard-of realms for the WP community, as well as other projects that will tie into it, but be cool all on their own. The one roadmap we can talk about is WPtouch, being that it&#8217;s a GPL project.</p>
<h3>WHO SAID LOOKS AREN&#8217;T EVERYTHING?</h3>
<p>WPtouch&#8217;s design was meant to mimic an Apple-like application look, and function in similar ways. The easy logic there was that it would be a cool achievement to totally transform a blog/website into looking like an app, and functioning like one where possible. With the use of <a href="http://en.wikipedia.org/wiki/Ajax_%28programming%29">Ajax</a> in certain places alongside some <a href="http://script.aculo.us/">Scriptaculous</a> effects, I think we archived it for the most part.</p>
<p>But there quickly became the reality that even though we&#8217;d built custom, flexible style into the theme, it would be awesome if users were able to come up with their own themes for it, as well (plus we have notions of coming up with more official themes as well).</p>
<h3>CAN WE SAY THEMING FOR THE WIN?</h3>
<p>Themes made by users, easily selectable in the admin, with the possibility of us hosting them here on the site, in an easily user upload/download way. So that&#8217;s what we&#8217;ll be working on going forward with WPtouch, as well as a few other tweaks and changes to shore up the 1.0 line.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bravenewcode.com/2008/05/roadmaps-wptouch-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

