-
AeroSQL an alternative to phpMyAdmin
Posted on March 8th, 2010 No commentsAnother really useful item from Oleg Burlaca. AreoSQL is a free web based database management solution which, given some development could be a decent replacement for the awful phpMyAdmin.
See the article here:
Sphere: Related Content
AeroSQL an alternative to phpMyAdmin
5, Chris, Databases, Desktop, EU, Google, HTML, IDE, OS, Projects, SQL, Top, Track, URL, XHTML, XML, ad, base, blog, data, database, development, face, fun, function, functionality, http, https, in, ing, int, interface, like, management, me, media, no, not, one, personal, php, phpmyadmin, place, project, replace, site, solution, to, trac, ua, user, view, web, when, www base, Databases, function, https, ing, lot-desktop, personal, place, replace, web, www -
ctype_digit rtfm!
Posted on October 23rd, 2009 No commentsFor the last 5-10 minutes I've been wondering why a check on a variable which should be valid has been returning false. The check is ctype_digit, which returns true if all characters in a string are digits.
Read the original post:
Sphere: Related Content
ctype_digit rtfm!
5, Chris, FAIL, General, Google, OS, Plug, RDP, Search, Windows 7, Wordpress, ad, amp, applications, book, case, characters, check, click, code, ctype_digit, data, digit, digits, dodgy, double, email, exam, first, form, fun, function, hellip, http, ical, ice, impressions, in, ing, integers, mail, manual states, map, me, microsoft, no, not, php, place, plugin, plugins, post, posts, press, rant, rtfm, service, something, string, theme, title, to, type, valid, web, web development, windows, word, www cases-it-might, digit, dodgy, ing, integer-at-some, integers, map, php, place, Plug, windows, 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 -
Changing Project Types in Eclipse
Posted on May 27th, 2009 No commentsIf you created a project in Eclipse, but you created a regular “Project” instead of a particular project type (in my case, a “PHP Project” then there is a fairly easy way of fixing it. I had to do this to make a particular project work in the PHP Explorer (which for some reason worked fine on Windows version of Eclipse, but not my version…) Create a new project of the type you want to convert your existing project to
Read more:
Sphere: Related Content
Changing Project Types in Eclipse
17, Eclipse, File, James, OS, Projects, XML, air, build, buildSpec, case, change, changing, coding, comment, exam, explorer, feature, fine, fix, http, ical, like, me, modify, name, nature, new, no, not, one, open, pdt, php, place, project, regular, script, to, type, valid, validation, windows, work build, buildSpec, changing, coding, explorer, modify, open, pdt, place, Projects, remove-the-old, script, type, windows -
I’m afraid of 3 out of 72 common fears
Posted on May 1st, 2009 No commentsyou get more than 30, get some counseling.

The rest is here:
Sphere: Related Content
I’m afraid of 3 out of 72 common fears
17, Chris, Class, FAIL, Failure, General, ICO, IDE, OS, Plug, Top, click, code, death, double, flowers, get, girl, hanging, host, http, image, images, include, less, map, number, one, open, place, places, plugin, post, posts, snow, www another-related, boyfriends, friday-the-13th, girl, image, open, people, place, snow -
Compiling PHP Web Applications
Posted on November 20th, 2008 No commentsPrerequisites: apache with mod_rewrite and mod_fcgi, shell access (maybe root/sudo) UBUNTU USERS - READ THIS FIRST !! You might think compiling PHP, a scripted language, is a bit daft, but there are a few really good reasons you might want to compile your source code. In fact, compiled web code has been around for a while now, what with ASP.NET and all that. The main two reasons are (1) protecting your intellectual property if your project is closed-source and (2) potential speed increases.
See the rest here:
Sphere: Related Content
Compiling PHP Web Applications
17, 5, File, Files, IDE, Intel, James, Java, JavaScript, Mod, OS, PC, Read, RewriteRule, Top, apache, cd, cgi, code, coding, compile, compiled php, data, fact, fastcgi, form, get, host, http, ice, image, images, install, language, live, name, one, php, place, process, request, roadsend, script, server, servers, source, system, test, ubuntu, view, web, website, work, www apache, coding, little-research, Mod, php, place, Read, roadsend, ubuntu -
VPS Hosting, perfect for web developers
Posted on November 19th, 2008 No commentsOpening up Google Reader this morning, I found this post on PHPDeveloper.org ’s RSS feed . They use Xen hypervisor on their big beefy servers to provide what they call “slices” (i.e.
See more here:
Sphere: Related Content
VPS Hosting, perfect for web developers
17, 5, Google, IDE, James, Mac, News, OS, RSS, Read, beauty, coding, development, host, hosting, http, hypervisor, ice, new, open, personal, php, post, price, server, servers, slicehost, something, source, time, virtual, virtualisation, web, when, www, xen from-the-1gb, host, hosting, James, morning, News, open, php, place, provide, Read, reader, roadsend, web -
The Spawn of.. Me!
Posted on November 11th, 2008 No commentsA couple of what seems like days - in reality weeks - ago, I posted announcing our pregnancy, and here we are already at 20 weeks and 1 day. As shown here, he’s still there growing all the time, kicking Hannah whenever he wants… and just generally making her tired. For those unable to really understand these ultrasound scan jobbies, the head is on the left facing the screen, and the larger right hand blob is the upper torso.

More here:
Sphere: Related Content
The Spawn of.. Me!
-
Subversion on 1and1 with Eclipse PDT
Posted on October 21st, 2008 No commentsI’ve managed to set up a Subversion repository on my 1and1.co.uk hosting now, and even got it working directly from eclipse. This may or may not work on other shared hosts
See original here:
Sphere: Related Content
Subversion on 1and1 with Eclipse PDT
17, 1and1, 5, Eclipse, File, Files, IDE, James, OS, Program, Projects, PuTTY, RDP, Read, Revision, SSH, SVN, URL, Wordpress, anyone, auto, auto-update, blog, click, client, coding, data, domains, explorer, folder, folders, form, get, help, home, hook, host, hosting, http, include, information, install, list, logon, name, new, one, open, pain, pdt, php, place, places, problem, repository, security, server, share, source, sub, subversion, sw, update, web, website, word, work, www File, folders, hosting, include, php, place, program-files, repository-name, source












































