Wpguru - wpguru.co.uk - The WP Guru

Latest News:

MySQL Replication Troubleshooting 13 May 2013 | 11:38 pm

Sometimes things don’t work out with replication. When I first started experimenting with it I thought this was a “setup and forget about it” kind of job. Experience has shown though that you have to ...

How to setup MySQL Master/Slave Replication with existing data 11 May 2013 | 04:41 pm

This is a step-by-step guide on how to replicate an existing MySQL server. The server is live and contains data and needs a constant backup companion. Many tutorials focus on how to setup replication ...

How to install CentOS 6 on a Samsung NC10 9 May 2013 | 06:28 am

Today was a rather exciting day for me: I’ve successfully turned my aging Samsung NC10 Netbook into an internal server in our office. I bought the little guy in 2009 and he’s been my trusty companion ...

How to switch SketchBook Pro 6 into Full Screen Mode 1 May 2013 | 05:05 am

The Mac version of Autodesk’s SketchBook Pro 6 works well on small screen – but since real estate is limited, there is a way to switch the app to Full Screen Mode. Rather than the double-arrow in the ...

How to create an NSDate object 29 Apr 2013 | 04:34 pm

The easiest way to create an NSDate object is to create “right now” with our convenience method date: NSDate *myDate = [NSDate date]; But if you want to create a date object with a date such as your b...

How to display the full month from an NSDate (such as “February”) 29 Apr 2013 | 04:15 pm

There was me thinking I’d have to whip out NSDateComponents and NSCalendar – but my mind works too complicated at times. All we need to do this is our good friend the NSDateFormatter and the Unicode D...

How to create Linkshare Affiliate Links to iTunes Products 27 Apr 2013 | 07:16 pm

One of the worst ever interfaces i have ever come across is that of Rakuten LinkShare. Even before they’ve been bought by Japanese giant Rakuten it was bad, and it hasn’t been improved since I’ve sign...

How to create a UIBarButtonItem in code and make it call a method 27 Apr 2013 | 06:37 pm

Some things are really easy to do via a Storyboard – but when you want to create the same thing in code I frequently forget how to do it. Turns out it’s equally simple: this example assumes you have a...

How to remove a Core Data Model Version 26 Apr 2013 | 09:57 pm

Core Data can handle several versions of your Model. It’s easy to add a version (via Editor – Add Model Version) and set it active, but it’s not so easy to remove a version you no longer need. Thankfu...

How to create a View Controller defined in you your Storyboard programmatically 21 Apr 2013 | 02:20 pm

Your View Controllers are created by the Storyboard automatically depending their defined relationships in Interface Builder. Sometimes however we need to create and transition to View Controllers we’...

Recently parsed news:

Recent searches: