-
Pixels explode out of old TV
Posted on April 14th, 2010 No commentsI saw this wicked video today. I especially love the Tetris bit

Read more:
Sphere: Related Content
Pixels explode out of old TV
8-bit, Animation, Class, ICO, IDE, New York, PIXELS, RDP, Sii, Wordpress, ad, day, external, http, image, images, in, include, load, me, no, one, pixel, press, smile, title, to, uk, upload, video, word, wp, www 200bhp supermini, Animation, cars, Class, especially-love, ICO, include, little-slower, love-the-tetris, minutes-out, New York, pixel, PIXELS, Sii, www -
Buzz in Gmail Potential Issue
Posted on February 17th, 2010 No commentsI don't know if this is just my account, but from the point that Google Buzz got integrated with my Gmail Account (6 days ago or so) Gmail hadn't collected any email from the main pop accounts I have it setup to retrieve from. I've just forced a collection now and hopefully it'll all work going forwards, but I wonder if anyone else out there reading my blog has seen something similar... Related posts: QR Codes Are Great! Recently I saw a symbol on the side of the...
Read more:
Sphere: Related Content
Buzz in Gmail Potential Issue
5, Announcements, Chris, Google, IDE, OS, RDP, Read, Search, Wordpress, ad, anyone, blog, book, buzz, click, code, day, development, double, email, forward, forwards, get, gmail, gmail account, hadn, http, ice, in, include, ing, int, mail, map, me, no, not, one, photos, ping, pop accounts, post, posts, press, qr code, qr codes, questions, something, storage, title, to, update, web, word, work, www Announcements, complete-vector, include, informationen, ing, pop accounts, press, qr codes, questions, Read, really-useful, Search, seen-something, storage-update -
Possibly the world’s best 500 Error Page
Posted on February 8th, 2010 No commentsNice One Qype Qype 500 Error Page Related posts: Excel SYLK: File format is not valid error I came across this error earlier this week so thought...

Read more from the original source:
Sphere: Related Content
Possibly the world’s best 500 Error Page
5, Chris, Class, Desktop, File, Google, ICO, OS, Top, Uncategorized, ad, book, centos, click, code, compiling, double, error, excel, form, format, http, ice, image, images, in, include, ing, light, linux, load, map, me, microsoft, no, not, one, page, php, php 5, post, posts, smile, software, thought, title, to, upload, valid, world, wp, www adding-additional, Class, form, imap, include, microsoft, permanent-link, php, slightly-edited, www -
“You do not have sufficient permissions to access this page” after Wordpress upgrade
Posted on July 4th, 2009 No commentsIf you’ve done a wordpress upgrade which included either copying another wp database or changing the current one’s table prefix (as well as changing the $table_prefix PHP variable in your config file,) you will most likely be met with this warning when you try to log in: You do not have sufficient permissions to access this page. The reason for this is that everything in wordpress that accesses info in the db does so from PHP using the $table_prefix variable, and when you first installed your blog, a couple of options are set in the database that include that value, which makes it not really so dynamic!
After rooting through my db, I found 5 or 6 values that still had the old table prefix in – mostly in the `usermeta` table, but also one in the `options` table. To make sure I got them all, I ran these simple SQL statements in phpMyAdmin to update all the values: UPDATE `wp2_usermeta` SET `meta_key` = REPLACE ( `meta_key` , 'wp_' , 'wp2_' ) ; UPDATE `wp2_options` SET `option_name` = REPLACE ( `option_name` , 'wp_' , 'wp2_' ) ; (note: please be sure to backup your database before you execute any SQL on it – if something goes wrong, there’s not a lot you can do to recover it without a backup!) In those two examples, assume the original prefix was “wp” and the new one is “wp2″Follow this link:
Sphere: Related Content
“You do not have sufficient permissions to access this page” after Wordpress upgrade
17, 5, File, Hints and Tips, Jon, OS, RDP, SQL, Wordpress, backup, base, blog, changing, config, data, database, exam, first, fix, hanging, include, install, key, like, me, meta key, name, new, no, not, one, page, php, phpmyadmin, place, prefix, replace, simple, something, sql statements, to, update, upgrade, usermeta, warning, when, word, wp copying, either-copying, File, hanging, Hints and Tips, include, php, place, RDP, something-goes, warning, word -
Ubuntu One – Taking Linux To The Clouds
Posted on July 4th, 2009 No commentsI opened Google Mail on my HTC Magic this morning to find a lovely invitation to the Ubuntu One beta, woot. So I grabbed my shiny Sony Vaio laptop and fired it up, and got straight on with it

Go here to read the rest:
Sphere: Related Content
Ubuntu One – Taking Linux To The Clouds
17, 5, Class, Download, File, Files, Google, ICO, James, Manually, OS, RDP, Someone, Technology, Top, Wordpress, air, backup, click, client, cloud, computer, computing, cool, cost, feature, firefox, first, get, htc magic, http, image, images, include, install, laptop, live, load, login, me, morning, network, no, one, open, page, personal, process, request, share, simple, smile, storage, sync, time, title, to, tools, ubuntu, ubuntuone, upload, web, word, work, www certain-things, cool, Download, Files, firefox, htc magic, include, James, live, packages, personal, ubuntuone, work -
Installing Zend Framework 1.8.x on Ubuntu 9.04 (Jaunty Jackalope) using SVN
Posted on May 20th, 2009 No commentsWith the release of the 1.8 series of Zend Framework, I felt the need to update this article , especially due to the entirely new project setup process provided by Zend_Tool. Again, we start with installing the LAMP stack if you haven’t done so already: sudo tasksel install lamp-server So now you’ve got your LAMP stack up and running, lets download the latest SVN tag of Zend Framework. At the time of writing, the latest stable is 1.8.1, which I’ll use here
More:
Sphere: Related Content
Installing Zend Framework 1.8.x on Ubuntu 9.04 (Jaunty Jackalope) using SVN
17, 5, Download, File, Files, HTML, IDE, Ibex, Intrepid, James, LAMP, Manually, Mod, RSS, Read, SVN, Top, Zend, apache, auto, browser, cd, default, exam, folder, form, framework, get, http, ical, include, information, install, like, list, load, management, me, media, name, named, new, no, one, open, output, personal, php, php5, process, rest, running, script, series, server, share, software, sub, tasks, term, test, time, to, ubuntu, update, work, www apache, article, default, include, laughed-today, Manually, named, release, SVN, term, time, work, Zend -
Master Master Replication on MySQL 5.1
Posted on May 6th, 2009 No commentsNot much for me to say here that isn’t covered in the following tutorial: http://www.howtoforge.com/mysql_master_master_replication Aside from the comments I made there, which I hope they include, if not I’ll update this post with those comments in due course Related posts: Getting Wordpress To Ping Google Blog Search I noticed today that my blog wasn't included in Google... How to filter user submitted data easily in PHP? How to filter user submitted data easily in PHP
Go here to read the rest:
Sphere: Related Content
Master Master Replication on MySQL 5.1
17, 5, Chris, Databases, Google, IDE, OS, RDP, Search, Wordpress, blog, book, click, code, comment, data, double, fact, filter, get, howto, http, ice, include, map, me, mysql, php, post, posts, sub, submit, tutorial, update, web, website, word, www double, fact, howto, include, map, permanent-link, thought, tutorial, www -
Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3
Posted on April 27th, 2009 No commentsRecently I wanted a new development box/streaming media server for use around the house and for work.

Visit link:
Sphere: Related Content
Setting Up Ubuntu PHP 5.2, MySQL 5.1 and Apache 2 on a PS3
5, Chris, Class, Download, File, Files, Formats, Games, Google, ICO, IDE, LAMP, OS, PC, PS3, Search, Top, air, apache, blog, blogging, book, box, case, cd, centos, click, client, code, comment, data, development, fact, fine, firefox, flash, form, game, gaming, get, help, house, http, ice, image, images, include, install, jackelope, jaunty, laptop, linux, loaded, management, map, media, money, mysql, network, new, one, open, php, php5, player, post, price, process, rest, server, servers, service, sub, sync, system, term, time, ubuntu, when, work, www backup, File, game, gaming, images, include, LAMP, linux, map, price, PS3, time -
Zend Server Released
Posted on February 21st, 2009 No commentsOK, so far all that I’ve managed to do is install it and have a dabble with the config pages and go “oooh that looks pretty”, so this isn’t a hardcore review or anything. Zend have unveiled their newest product, Zend Server… which is essentially Zend’s own W/M/LAMP stack, but with Zend Framework and other components Zend have written, including the very handy Zend Debugger.

Excerpt from:
Sphere: Related Content
Zend Server Released
5, Administration, Class, Eclipse, File, Files, IDE, James, LAMP, Mod, OS, RDP, URL, Wordpress, Zend, box, code, coding, cool, data, development, framework, include, install, left, page, pdt, personal, php, process, rant, server, studio, test, upload, view, wamp, web, web development, word, work, www Class, include, pdt, php, rant, RDP, server, work -
SVN Auto-Update on Commit
Posted on November 27th, 2008 No commentsI had a handy mechanism working on my old old CVS server, and I’ve been using it for some time on my current SVN server . Basically, whenever you commit a file to the repository, if you have a checked out workspace on the same server, then it will automatically update to the latest revision of the checked out branch or trunk. It’s handy so you don’t have to “svn up” every time you make a change, especially if you’re making lots of tiny changes.
Read more:
Sphere: Related Content
SVN Auto-Update on Commit
17, 5, FAIL, Failure, File, IDE, James, Mod, OS, Program, Revision, SVN, auto, auto-update, cd, coding, commit, copy and paste, credit, http, include, post, repository, server, sub, subversion, sw, test, time, update, web, website, when, work, www current, handy-mechanism, include, James, linux, little-program, server, www












































