relaxing
Enjoying a week away at High Hampton Inn in Cashiers, N.C. Will post a few pics soon.
Enjoying a week away at High Hampton Inn in Cashiers, N.C. Will post a few pics soon.
http://www.iftf.org/iasp , interesting overview from researcher Anthony Townsend and team at the Institute for the Future. Discusses growth areas for economic development and technical innovation over the next 20 years. Sharp presentation here…
Great overview from Maisha Walker at Inc. http://blog.inc.com/e-commerce/2009/06/a_guide_to_social_media_tools.html
This should be fun (and give the Wii – which I own – a run for its money). Gestures appear to be a rapidly growing new paradigm in UI control. The XBox is enabling full-body motion recognition plus speech/voice recognition. Check out the video to see it in action…
Timely, per my last post. With myriad information sources that people sift through, context and reliability are becoming increasingly important to search – both on the web and in the enterprise. Common practice to date has been for a user to click through tens or hundreds (or more) search results of meta-tagged information trying to determine the best result based on their specific need. What we’re seeing with bing.com and Wolfram|Alpha is an attempt to move beyond simple search toward a more comprehensive decision support utility. Check out the bing overview here…
wolfram|alpha is worth a look and quite cool. With an emphasis on knowledge-based computing, the tool currently processes over 10 trillion pieces of information (which are continuously updated), handles free form, natural language query, and provides real-time results. You can also check out Stephen Wolfram’s overview of the tool here (or watch below). As he states, the project is in its infancy but its interesting to think of the potential – a single computational resource to pool and report on a massive store of our collective intelligence. Alas, it cannot help me find my car keys…
this is great…
soon-to-be-famous tag line of Microsoft’s new Cannon P.I. series…
I’ve found a few threads on this, and wanted to recap my experience here. It is possible to move wordpress – and quite easy actually, but there are several steps that are not completely obvious. My move was from the root of my site, brentphillips.com, to a subdomain – blog.brentphillips.com which required some extra work with the database, but you can also migrate servers/hosts with little effort. This is intended for folks who manage their own domains, by the way. If you don’t, your administrator or host will need to assist.
1. text widgets
For either scenario, the non-obvious step was to remove any ‘text widgets’ from the current installation, before copying down the database, then re-install them once the new site was in place. For IE users, this is somewhat of a headache because you are unable to select all text or cut and paste out of a text widget (so far). An easy way to get around this, however, is to ‘view source’ on the blog site where the text widgets sit, find the widget code then cut and paste into notepad or other document editor. I kept mine in notepad and minimized the file while working through the rest of the exercise.
2. copy files (and keep the originals where they are)
Regardless of destination, you’ll want to copy all files from current location to new location. In my case, from the root, to the folder that holds my subdomain. You can also run a new install of wordpress but make sure it is the same version as your current. In the new location, you will also want to ensure that the DB is setup and that your wp_config.php is updated to access the new database. My host uses ‘fantastico’ which automates the wordpress install. In my case the config file and db were setup automatically.
3. export the database.
My host offers phpMyAdmin which I used to export the database onto my desktop as a SQL script.
4. moving to a new server/same domain name
If all else is equal and you’re simply moving to a new server, you will want to log into your database control panel (new server), then delete all the tables in the new wp database (not the db, right?). Your script will install them all. Import the script (or in my case, I cut and pasted the script) and executed it against the new database. If you have no errors with the script, and the config file can see/access the db, you should be in good shape. Note. If you’re going through a dns update to point to a new host – and viewing the new site via an IP address and/or to a temporary redirected site, the links within wp might not work until the domain name redirect is complete.
5. moving to a new directory
An extra step is needed with the database export. The URL of the domain is hardcoded in the database in a few places. In my case ‘http://www.brentphillips.com.” To fix this, I did a find/replace on the SQL script, basically replacing ‘http://www.brentphillips.com’ with ‘http://blog.brentphillips.com.’ Once complete, I executed the script against the database as noted above and had a fully installed wp site.
6. things to consider
- links: If you linked to media on your site from within wordpress, the step above may break some of those links. I found one image link broken (had forgotten to pull that directory into the new subdomain folder).
- syndication: if you use a tool like feedburner, make sure you update the feed URL.
- other third party tools: any other tools that link to your blog will need to be updated. I use clustrmaps which required a net new account.
7. wish list
eager to find, or work with someone on a SQL Server port for Word Press. If you know of anyone who has done it, or anyone interested to work on it, let me know.
In the market for a new domain name? check out http://domai.nr. Just try a few words in the search field and view recommendations for top level names (.com, .org, .net) as well as interesting hacks (del.icio.us for example)…