Toggen Blog
Tech tips
Articles
Latest
Separate Websites should be run under separate User Accounts
If you have an account with a webhost which allows you to run multiple domains (or even `unlimited' domains ala Dreamhost). You may be tempted to run multiple websites under the default account that is provided by the hosting company. But while convenient, this has a...
jQuery .find() on a namespaced XML node fails on Google Chrome
Ran into a problem with a jQuery AJAX script that parses returned XML. It wouldn't work on Google Chrome when looking for a namespaced xml node using jQuery.find(). Apparently this (xml namespaces) can cause jQuery some minor heartburn but it's not a show stopper. A...
Fanboy Post Alert – Why can I run a secure modern operating system on a P4?
My home computer is a P4. P4's are like 6+ years old. However it's still suitable for what I use it for. In fact it's performance has been improving of late. Why? Linux is maturing and the people who are designing the entire GNU/Linux eco-system are optimizing. Here...
Dia — Joining Lines where they Cross over Each Other
Dia is a great Open Source diagramming program that has extensive `shape' libraries for a lot of different applications (I use it for drawing network diagrams and flow-charts). When using Dia one of the questions that arises fairly regularly is: Is it possible to...
XML POST Proxy Script using PHP and libcurl
This is the simplest answer I could find for a client needing to POST an XML SOAP message to a server in another domain. Not sure on the security because the POST isn't validated so it just passes on whatever the client sends. libcurl has a lot of options
jQuery — It begins
So most day's I'm an infrastructure and apps guy. Which means a bit of: Cisco Windows ERP And a heap of general IT So then comes a long a project which requires coding... And because my ERP spits out and receives XML and Internet browsers are very friendly with the...
