-
isset fail
Posted on April 8th, 2010 No commentsSrsly PHP, why can’t I do this: $value = isset ( $myGPCWrapper -> Get ( "value" ) ) ? $myGPCWrapper -> Get ( "value" ) : $default ; Resulting in this: Fatal error : Can’t use method return value in write context in /path/to/my/script.php on line 21 And instead I have to do this: $foo = $myGPCWrapper -> Get ( "value" ) ; $value = isset ( $foo ) ? $foo : $default ; or $value = isset ( $_GET [ 'value' ] ) ?
Read the original:
Sphere: Related Content
isset fail
-
Google Reader Play: Stumbleupon for feeds
Posted on March 11th, 2010 No commentsWith new Google Reader Play: https://www.google.com/reader/play you can browse a slideshow of recommended feed items tailored to your Google reader profile in a slideshow format. Very slick and easy to use give it a try for yourself! Related posts: QR Codes Are Great! Recently I saw a symbol on the side of the...
Go here to read the rest:
Sphere: Related Content
Google Reader Play: Stumbleupon for feeds
17, 5, Chris, File, Google, IDE, LAMP, OS, Read, Reviews, Search, ad, amp, book, click, code, cool, development, device, double, form, format, get, http, https, ice, ideas, in, ing, ini, int, like, map, me, method, new, no, not, one, personal, post, posts, project, qr code, qr codes, recipe, rest, stumbleupon, sw, title, to, web, word, www cool, development, ideas, ing, LAMP, method, posts, qr codes, Search, www -
Eclipse losing track of files?
Posted on April 30th, 2009 1 commentOne of the most annoying things about Eclipse is the way it manages files and will refuse to open anything which has been edited outside of the IDE, typically it will throw a ResourceException with the message showing "Resource is out of sync with the file system". This problem can be alleviated by either right clicking on the file and selecting "Refresh", or if you find it happening frequently, Go to Preferences -> Workspace and enable the "Refresh Automatically" option, do note it appears Eclipse updates on a timer, not when you open the file, so it may take a while to detect the change. (You got a better method
Excerpt from:
Sphere: Related Content
Eclipse losing track of files?
-
Setting up PPTP on CentOS 5
Posted on February 25th, 2009 No commentsI've recently setup a new home linux server to act as an email, media and development server, the final piece of the puzzle was to setup relatively secure remote access which can be connected to easily from anywhere - My preferred method for this is using a PPTP VPN. I've configured several servers with PPTP support, but I always lose the link to the distro specific downloads, so future reference here they are http://poptop.sourceforge.net/yum/stable/packages/ If your looking for a good tutorial on configuring PPTPD on Centos 5, check out this tutorial by Win Loon.
Excerpt from:
Sphere: Related Content
Setting up PPTP on CentOS 5
-
Proj-x Transfer v1.1.1 is now available
Posted on February 22nd, 2009 No commentsI've finally got some free time to update Proj-x Transfer, so these are the changes in version 1.1.0 Keyboard shortcuts now work in the Editor, what ever your working on will be Queued/Uploaded/Downloaded. Added option to set PASV or ACTIVE transfer in the Project Properties. Fixed remote permissions bug which caused the plugin to constantly generate "Access Denied" error's and eventually crash.
Go here to see the original:
Sphere: Related Content
Proj-x Transfer v1.1.1 is now available
-
Searching for words that "sounds like…"
Posted on November 30th, 1999 No commentsThis article is interesting: http://lamp.codeproject.com/KB/recipes/soundslike.aspx Combining methods to better search for words that sound like other words when searching a MySQL database This kind of idea can be quite handy when combining feeds of data from different sources.
Original post:
Sphere: Related Content
Searching for words that "sounds like…"
Chris, Cool Articles, Search, device, email, fact, information, method, name, process, work, www affiliate, article, code, data, device, entirely-manual, facebook, fact, force-download, method, permanent-link, personal, specifications, www












































