8 Feb 2012

A new website for shade plants

A great new website for shade plants just popped up on my radar.

It's a posterous blog as well.

If you've ever wanted to know how to have a successful garden in the shade, check it out.
8 Feb 2012

Simple Split Testing with Simple Page Tester

On 10th Feb, 2012 the Simple Page Tester plugin for WordPress was released to help people conduct split testing for wordpress blogs and websites.

The Simple Page Tester plugin for WordPress lets you split test pages and posts without having to edit a single line of code.

After installing the plugin you can:

  • Conduct really simple split testing with a step by step interface
  • Run split tests without having to insert lines of code into your templates
  • Track your results easily with goals in Google Analytics
  • Declare the winner of your split test and have it automatically morph into the master page while removing the other variation (saving you the clean up)

30 Jan 2012

What is Simple Page Tester?

What is Simple Page Tester?

The Simple Page Tester plugin lets you easily split test posts and pages in WordPress without having to edit a single line of code.

The aim is to take the complicated task of split testing, an activity that is crucial to your success as a webmaster online, and make it as simple as possible.

This split testing plugin for WordPress will help you:
  • Conduct really simple split testing with a step by step interface
  • Run split tests without having to insert lines of code into your templates
  • Track your results easily with goals in Google Analytics
  • Declare the winner of your split test and have it automatically morph into the master page while removing the other variation (saving you the clean up)
Check out Simple Page Tester now and sign up for the prelaunch list, it's due out in early Feb, 2012.
11 Dec 2011

Mini Projector

If there's a more exciting new technology than the mini projector then I don't know what it is.

The amount of advancement in the field of projectors over the last 10 years just to make this device even possible is astounding.

The mini projector is fast becoming a reality with great definition now possible, improved contrast ratios, and more. This portable projector technology is really interesting.

Check out some mini projector reviews here.

20 Sep 2011

How to upgrade plugins when your entire WordPress website is checked into SVN

I often have a staging server on my localhost for WordPress websites and update the remote production environment via SVN.

In the past there was heaps of confusion for me when upgrading plugins and I've finally nailed a process to get this done without any problems.

The problem is that when you upgrade a plugin via WordPress it downloads the archive and replaces the contents of the plugin directory with the contents of the new plugin taking the .svn folder with it.


Thats fine and the way to fix is it by checking out the plugin folder again but not overwriting modified files to do so:

cd wp-content/plugins/

svn co svn://the/directory/to/wp-content/your-plugin-name your-plugin-name --force

The --force is the important bit which will force the checkout without overwriting the existing files that appear to be modified from the repository.


Then you need to add any new files:

cd wp-content/plugins/

svn add your-plugin-name --force


Then commit:

svn commit -m "committing plugin changes" your-plugin-name

Now all your need to do is run "svn up" on your production instance and away you go.

30 Jul 2011

Great new affiliate link management plugin

There's a new player in town! When it comes to the management of your affiliate links you're spoiled for choice. But few solutions actually work as advertised and often fail to give you any management control over your affiliate links at all. An all new affiliate link management plugin for WordPress called ThirstyAffiliates is going to change that.

The ThirstyAffiliates affiliate link management plugin for WordPress empowers you to quickly and easily manage your affiliate sales efforts.

You can treat your affiliate links like assets by entering them into the system, backing them up, importing and exporting them to other blogs and more.

It also allows you to segregate your links into categories and report on clicks directly from your WordPress installation.

17 Mar 2011

The Definitive Guide To Getting Home, End, Page Up and Page Down Key To Work On A Mac Terminal Window (and in VIM too!)

I'm a big bash terminal user when working on the Mac and like to use VIM to quickly inspect files before going to my editor of choice. One of my pet hates about Mac OSX is that it key binding aren't very consistent between programs, especially the terminal.

I wanted my Home, End, Page Up and Page Down keys to work dammit! This was SO annoying that I finally had a good search around and found the following key bindings tucked away in the comments on a some random blog post somewhere (can't remember where exactly it was now, sorry).

  1. Goto preferences, settings, then click on Keyboard.
  2. Scroll down to find "home" and either double click on it, or click once then click edit.
  3. Change the Action to "send string to shell:".
  4. Delete all the characters then click in the text box.
  5. Press the Esc key on your keyboard which will generate \033, now type OH after it (as in "OH MY GOD THIS IS GOING TO BE USEFUL", it's a capital O not a number).
  6. It should now read \033OH

Repeat for the other keys so the key bindings end up like the following:

  • home: \033OF
  • end: \033OH
  • page up: \002 (achieve this by pressing CTRL+B on your keyboard)
  • page down: \006 (achieve this by pressing CTRL+F on your keyboard)
Now, type a bunch of stuff on the command line and test. Also try opening something in vim and testing both the home and end buttons and the page up and down buttons.

Hopefully, as long as Apple don't change anything much this should save a lot of people the insanity of trying to figure this out.

3 Mar 2011

Teach Yourself How To Make a Website In Just 8 Days

Have you day dreamed about making your own website? One of the biggest challenges when first starting out building websites is that it's hard to know where to start.

Announcing a new email delivered free 8 day course on website design.

Teach Yourself Websites is an eCourse that was designed to do one thing, help people build and launch websites. It's an 8 day eCourse that covers such topics as:

  • Where to get your own website hosting, and for cheap!
  • How to manage the content on your website using the software system the pros use (it's easy!)
  • Creating a unique look for your website with no programming skills required
  • Inspirational resources you need to keep your site fresh
  • The best places to find website design inspiration
  • The all important launch day, we provide you with a handy checklist!
  • Why you would want to blog and how to get the most out of blogging, plus more!
Click here to check out the website design course at Teach Yourself Websites.

Josh

7 Dec 2010

Free Diff Software For Merging Stylesheets, Code, and More

When I changed jobs recently I began working on a mac for the first time. OS X is a great operating system, but the common tools used are unfamiliar to me being a non-mac user for such a long time.

I've used WinMerge on windows and also Beyond Compare and went searching for a decent merging/comparison tool for Mac. I managed to find a great tool called DiffMerge by SourceGear and it's not only for Mac either. I think I'll probably switch over to this on Windows too. Great tool.

17 Nov 2010

PagePlus X4 Software Review

PagePlus X4 by Serif is a professional grade desktop publishing software package.

You can do a multitude of things including overlapping, fading, resizing, rotating and more much more efficiently than Word. It's designed for creating business grade materials with a minimum of fuss.

Here is a comprehensive writeup from someone who has actually used and evaluated it which you will find extremely handy in your potential purchase: Serif PagePlus X4 Review.

Josh Kohlbach's Space

Hi I'm Josh, I'm a programmer from Brisbane and I blog about business and other things at Code My Own Road. My goal is to help programmers like myself understand how to make money online and live a fun and profitable lifestyle.

Contributors

Josh Kohlbach