Tag: WordPress
-
mySQL Database Search & Replace With Serialized PHP [Updated]
Ever needed to migrate a database to a new server or website (especially with WordPress and other PHP applications) and been stuck because when you do a search and replace some of the data seems to get corrupted?
-
Handy Tip for CSS Reloading
CSS not refreshing in the browser can be a pain – Mark Jaquith has come up with an elegant solution to this for WordPress coders.
-
PHP Serialization Fix for WordPress Migrations (& other applications like Expression Engine)
Serialization of data loaded into an SQL table is a dreadful thing and makes WordPress migrations harder than they should be, but it happens and so we must deal with it. I’ve knocked up a rough and ready bit of code which does its best to resolve the problem.
-
Wordcamp UK 2009 to be in Cardiff
If you’re following the various WordCamp lists, you’ll already know about this event. But many won’t. If you use WordPress professionally, or with a great deal of enthusiasm, WordCamps are a great way to meet with other users, developers and designers who really understand the system. There are useful presentations, social events and activities based…
-
So now I’m on Facebook I Want a Blog Connection…
It makes sense, if you think about it – why duplicate data in two places? So in went the Wordbook plugin for WordPress, and then the Facebook application onto my profile. This post, really, is to see if it’s a success – does my blog here appear in my profile? And so it does! Woo!…
-
Badminton Near Warrington
I’ve been telling anyone who’ll listen that having a web presence is free and simple, and doesn’t need to be opaque to the search engines. It can be standards compliant, easy to find, and well structured. You can change the content as and when you like. You can add pictures and so on. And it’s…
-
Resolving WordPress Migration Issue
I’m posting this for the benefit of anyone who experiences a similar problem to mine when moving WordPress from a directory into the web’s root directory. What happened was that many links and pictures, some placed in there by plugins, others simply links that were typed in, had failed. I realised that although I’d followed…