-
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 -
Getting to know you:
Posted on August 30th, 2009 No comments1. What time did you get up this morning?………………….7.30 2. How do you like your steak?………………….

See the original post here:
Sphere: Related Content
Getting to know you:
17, 5, Chris, Class, ICO, IDE, News, Notes About Me, OS, Plug, Top, anyone, apple, archeoligst, born, break, chance, cinema, click, clothes, code, crazy-early, day, double, early, film, first, food, get, http, ice, image, images, in, include, like, live, map, me, morning, new, night-person, no, not, notes, one, place, places, plugin, post, posts, share, short, smile, steak, time, title, to, warm, when, world, wp, www chance, cinema, clothes, code, double, live, map, most-curious, night-person, Plug, responses, smile, www -
Proj-x Transfer v1.2.0 … come and get it!
Posted on June 22nd, 2009 No commentsTransfer v1.2.0 is available for download from here , please be aware that the new version requires you the DLTK is installed. I've started to add improvements in the error reporting and generally make Transfer more user friendly, unfortunately these are still work in progress and will have to wait for the next release. Please let me know if you have any problem.
Read the original post:
Sphere: Related Content
Proj-x Transfer v1.2.0 … come and get it!
-
Proj-x Transfer fix
Posted on June 10th, 2009 No commentsI've finally had some free time to spend on fixing Transfer, it seems the problems were not caused by bugs, instead other plug-ins such as PDT (from v2 onwards) changed the way they're implemented and started using the Eclipse DLTK (Dynamic Language Tool Kit) which meant Transfer no longer knew how to process requests from the new PHP Explorer (This was not a problem for me, as I use an older version of PDT). Anyway, I will release a test version of Tranfer 1.2 shortly, note its not final, I intend to add more error checking and some default settings
View original post here:
Sphere: Related Content
Proj-x Transfer fix
Eclipse, Kelvin, Plug, Uncategorized, bug, change, default, error, explorer, fix, install, language, me, new, no, not, pdt, php, plug-in, problem, process, request, short, test, time, to, when default, dltk, Eclipse, fix, from-the-new, language, note-the-new, Plug, plug-in, problems, process, request -
Great Video “Sorry I’m Late”
Posted on May 20th, 2009 No commentsThanks to Claire Sambrook for pointing me at this : This video was embedded using the YouTuber plugin by Roy Tanck . Adobe Flash Player is required to view the video.
See original here:
Sphere: Related Content
Great Video “Sorry I’m Late”
-
SSH on a PS3
Posted on April 29th, 2009 No commentsSo, not thinking about it, I tried to remotely SSH into Ubuntu on my PS3 today only to get a connection refused message. Turns out SSH isn’t installed by default on this distro (or poss with the settings I chose) so I had to use good old apt to install it: $hell> sudo apt-get install ssh It all installed fine, no config options required, and I can now connect from anywhere on the network - Woo

View post:
Sphere: Related Content
SSH on a PS3
5, Chris, Class, Connection, FAIL, Google, ICO, OS, PS3, Plug, SSH, blog, click, code, fine, get, home, http, image, images, include, install, linux, loaded, map, message, network, open, page, php, php5, plugin, plugins, post, theme, ubuntu, work, www all-installed, config-options, images, loaded, php, Plug, sudo-apt-get, today-only, ubuntu -
Stuff I’ve Done
Posted on March 24th, 2009 No commentsPlace an X by all the things you’ve done and remove the X from the ones you have not, then tag your friends (including me). (To do this, go to “notes” under tabs on your profile page, paste these instructions in the body of the note, do the list and tag 25 people (in the right hand corner of the app) then click publish.) If you don’t see the Tag people in the upper right hand corner you are in the wrong place.) Things you have done during your lifetime: ( ) Gone on a blind date ( ) Donated Blood (X) Skipped school (X) Watched someone die ( ) Been to Canada (X) Been to Mexico ( ) Been to Florida ( ) Been to Hawaii (X) Been on a plane (X) Been on a helicopter (X) Been lost ( ) Gone to Washington, DC ( ) Hugged a homeless person (X) Swam in the ocean (X) Swam with Stingrays (X) Been sailing in the ocean (X) Cried yourself to sleep (X) Played cops and robbers (X) Recently colored with crayons ( ) Ran a marathon ( ) Sang Karaoke ( ) Volunteered at a soup kitchen (X) Paid for a meal with coins only ( ) Been to the top of the St.
Excerpt from:
Sphere: Related Content
Stuff I’ve Done
17, 5, Chris, Dan, Enjoy, File, ICO, IDE, Notes About Me, OS, Plug, Read, Someone, The List, Top, ada, air, animal-park, base, beauty, book, china, click, code, donate, double, facebook, florida, fun, game, get, home, http, ice, joy, lee, less, life, list, live, map, morning, movies, new, notes, ocean, one, opera, page, php, place, plugin, post, posts, rest, seattle, skiing, snow, something, soup, street, sw, time, united-states, world, www article, beauty, ICO, life, Plug, questions, seattle, snow, united-states -
My Eclipse Plugin.. Projx Transfer
Posted on November 6th, 2008 No commentsAt work we've recently migrated from using the Nusphere PhpED IDE to Eclipse and PDT, the benefits offered by Eclipse are massive, not least its huge archive of available plug-ins.

Visit link:
Sphere: Related Content
My Eclipse Plugin.. Projx Transfer
-
Compatibility between Eclipse 3.3 and 3.4
Posted on October 7th, 2008 No commentsFor anybody having plug-in compatibility issues between Eclipse 3.3 and 3.4, there may be a solution. http://www.aptana.com/docs/index.php/Plugging_Aptana_into_an_existing_Eclipse_configuration#Eclipse_3.4_Instructions (This is really for my own future reference
) Read the rest here:
Sphere: Related Content
Compatibility between Eclipse 3.3 and 3.4
-
How to filter user submitted data easily in PHP?
Posted on August 18th, 2008 No commentsHow to filter user submitted data easily in PHP? Posted using ShareThis Firstly, as you can see this is my first post made as a direct result of using the ShareThis bookmarklet, which is pretty neat as it actually worked Secondly and more importantly, I wanted to flag this up on my blog as it's something that quite often gets missed in PHP which is actually a very powerful tool. As the author of the post above mentions, array_map() can be a useful function when sanitizing user data, but it has so many more uses too when dealing with the transformation of a data-set.

The rest is here:
Sphere: Related Content
How to filter user submitted data easily in PHP?












































