-
Follow me on Twitter
- @MikeMc68 they should be banned, same as the people who stand in the exit rather than stepping off, blocking people from getting offSeptember 3, 2010 12:31
- My hearing is still fecked from riding the Deaf Machine 3 days ago... its a stupid deathtrap of a bike but very very fun...September 3, 2010 8:24
- built a bridge rectifier for my AC generatorSeptember 2, 2010 9:24
- @mike_1727 with a pint of ale in each hand, progressively lightening themSeptember 2, 2010 8:09
- Just ran another 7km - 2 days in a row... will switch routines and exercise down the pub tomorrowSeptember 2, 2010 7:54
XML Archive
-
Adding and changing Mod JK JVM route, URI encoding and thread settings for JBoss
Posted on July 28, 2009 | No CommentsIn your JBoss server there is a file that can be amended to alter the URI encoding and the number of threads used by JBoss. Additionally if you’re using mod_JK to link Apache HTTP and JBoss/Tomcat you can specify a JVM route parameter here that... -
Setting the JDK version and compiler in JBoss for JSP pages
Posted on July 28, 2009 | No CommentsIf you need to run Java 1.5 in your JSP’s in JBoss 4.0.5.GA you can do so by editing a small setting in an XML file in your server directory: jbossserver[SERVER NAME]deployjbossweb-tomcat55.sarconfweb.xml You can then change the compiler version by un-commenting the code below which... -
Running multiple instances of Jboss on one server.
Posted on July 28, 2009 | No CommentsTo run multiple Jboss instances on the one server is pretty easy – but remember that if you’re running something like ATG commerce you’re going to need a few Gb of memory to run just the one JBoss instance let alone multiples. So you may... -
Google Maps API part 1: Accurate Geocoding for UK Postcodes
Posted on July 3, 2009 | 14 CommentsRecently I had to build a system that would take an address, pass it to google and return latitude and longitude values. The result is then stored for later use and display on Google maps. However, firstly I found that the default XML geocoding service... -
Using Javascript/ AJAX to post HTML form data
Posted on June 11, 2009 | No CommentsWhy would you need to do this? Well for instance if you were using 3rd party AJAX APIs and you wanted to capture the data from them perhaps, or maybe you just have a complex form. Or you could use this for form validation to... -
Creating XML from PHP/ MySQL for use with SPRY
Posted on June 3, 2009 | 3 CommentsSo lets say for example you have a table in your database and you want to return some results, pretty easy with PHP/ MySQL and I dare say easy enough with other languages. Now rather than return the results to the page and format them... -
Using SPRY to fetch values from a URL
Posted on June 3, 2009 | No CommentsAnd then filter an XML file based on the values passed from the URL. If you’re not aware, Adobe now has it’s own AJAX/Javascript library called SPRY for you to use and better yet they include this with Dreamweaver CS3. I assume that you already...