-
VMWare Server sucks!
Posted on July 8th, 2010 No commentsAt the office we use VMWare Server on a couple of different systems to run “appliance” based applications, the problem is every few months the Web interface suddenly screws up and all we get is 503 errors when attempting to login. I’ve searched high and low for the cause and solution to fix it, as far I can tell its occurs because the server randomly deletes or corrupts some important Tomcat related content. Then the only solution I’ve found to fixing this is completely uninstall VMWare Server, remove all the licenses, reboot the system and then re-install VMWare server.
See the article here:
Sphere: Related Content
VMWare Server sucks!
17, 5, Kelvin, Mac, Mod, Search, Uncategorized, amp, applications, base, change, click, error, face, fix, folder, get, hang, high, ice, import, important, in, ing, install, int, interface, key, login, me, modify, name, named, new, number, office, problem, refused, server, software, solution, sub, system, time, to, tom, type, valid, vmware, web, when amp, important, license, named, number, office, sub, time, tom, valid -
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
-
Apache Live Log (ALiveLog)
Posted on March 7th, 2010 No commentsA really useful tool for providing simple stylised views of apache webserver log files via the browser. Ideal for providing a level of log file monitoring/analysis to novice web developers or website owners who don't want or need to see the raw log file text, but might need to keep occasional tabs on how the webserver is behaving as part of a bigger website control panel style app.
Continue reading here:
Sphere: Related Content
Apache Live Log (ALiveLog)
5, Analysis, Chris, EU, File, Files, Google, HTML, IDE, Track, URL, XHTML, XML, apache, blog, browser, control, developers, error, http, https, ice, in, ing, live, me, no, server, simple, site, style, tabs, to, trac, user, view, views, web, website, www access, access-logs, Chris, control, developers, File, google-sidewiki, keep-occasional, live, simple, style, tabs, URL -
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 -
Overriding Methods With Different Arguments
Posted on September 17th, 2009 No commentsSomething I was looking at in PHP today, and I was pretty sure of, but I’m putting here for future reference.
Read more from the original source:
Sphere: Related Content
Overriding Methods With Different Arguments
17, 5, Class, IDE, James, OS, ad, amp, arguments, case, change, check, child, classes, coding, day, error, exam, extends, fun, function, http, important, in, inherit, inheritance, me, method, new, no, not, object, oop, output, override, parent, php, prototype, question, simple, something, sw, test, to, trac, type check, child-method, Class, classes, does-the-child, inherit, override, php -
Eclipse, why do you make installing plugins so hard?
Posted on September 10th, 2009 No commentsEclipse PDT and Zend Studio are really nice editors for general use. Once they’re set up the way you want, they work mostly fine
See the article here:
Sphere: Related Content
Eclipse, why do you make installing plugins so hard?
100, 17, 5, Eclipse, General, IDE, James, Java, Manually, OS, Plug, Projects, Top, Zend, ad, amp, base, bug, check, code, coding, collabnet, development, editor, error, exam, extensions, face, fact, feature, fine, get, http, ice, in, install, interface, issue, list, me, mylyn, netbasic, network, no, not, one, pdt, php, plug ins, plug-in, plugin, plugins, project, software, solution, studio, test, to, type, virtual, when, work code, Eclipse, fact, mylyn-bridge, netbasic, plugins, project -
Filling In Forms – Increasing Your Form Conversion
Posted on September 1st, 2009 No commentsThis kind of lazy form creation really annoys me. This company is trying to make users jump through hoops just so their form developers don’t have to bother reformatting the data into an acceptable format to them. It is absolutely critical when developing a form that must convert well to accept pretty much anything in the form.

Excerpt from:
Sphere: Related Content
Filling In Forms – Increasing Your Form Conversion
17, 5, BT, Class, HTML, IDE, James, Java, JavaScript, OS, RDP, Top, Wordpress, box, change, characters, check, code, coding, conversion, convert, custom, data, decimal, developers, error, exam, field, filter, form, format, formatting, forms, help, high, highlight, http, ical, ice, image, in, input, insurance, light, like, live, load, me, message, no, not, number, oop, ping, place, places, post, press, problem, replace, script, solution, sub, term, test, thought, tip, tips, title, to, upload, valid, value, warning, when, word, wp, www box, change, european, formatting, image, JavaScript, load, message, oop, ping, problem, reformatting, script, user, 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 -
Ubuntu: Trac Broken After Ubuntu Upgrade
Posted on May 13th, 2009 No commentsIf you’ve recently done an upgrade or dist-upgrade (as I did) on your Ubuntu server and it broke Trac with 500 errors, then this might be the solution for you… If you’re seeing something like this in your Apache error.log: No module named trac.web.modpython_frontend Then what has probably happened is Python was upgraded to a more recent version.
Go here to see the original:
Sphere: Related Content
Ubuntu: Trac Broken After Ubuntu Upgrade
17, 5, James, Manually, Mod, PC, apache, coding, dist-upgrade, error, fix, howto, http, install, like, me, mod_python, modpython_frontend, module, name, named, no, one, python, server, simple solution, solution, something, to, trac, ubuntu, upgrade, web, work apache, dist-upgrade, fix, James, location, Mod, named, python, recently-done, server, solution, the-solution, upgrade, upgrade-or-dist












































