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...
James McDonald
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...
Resolve Relative to Absolute Paths with readlink
Just wanted to resolve a relative file path so that I can pass it as an absolute path to a program. #!/bin/sh QCAD_DIR=/opt/qcad-2.2.2.0-1-prof.linux.x86 ABS_PATH=$(readlink -f "$1") cd $QCAD_DIR && ./qcad $ABS_PATH Credits: Andy
Cisco 877 Continual Reload
I used Cisco's SDM to configure the stateful firewall component on a Cisco 877 but I let it add all the automatic Instant Messenger rules. That's when things started going wrong. The Cisco crashed and reloaded... probably 10 times a day. Deleting the IM stateful...
Shock! Horror! Shock! No wait I said that already — Youtube Unavailable
OK so it happens so rarely that I had to post about it. On Wed 14 Jul 2010 06:38:24 PM AEST I got this when attempting to put on some tunes to shower by:
Cisco Network Topology Icons
If you use Dia or another open source diagramming package you may need some network infrastructure icons. Cisco publishes some here http://www.cisco.com/web/about/ac50/ac47/2.html Note: Dia already includes most of these which were converted several years ago when the...
