Toggen Blog
Tech tips
Articles
Latest
Make sure Google Analytics is seeing all your site
I get between about 100 to (almost) 200 visits a day to this site or so Google Analytics tells me. Recently I blogged about adding non-wordpress parts of your site to the Wordpress tab navigation. And then it hit me... Google Analytics isn't seeing anything about my...
Upgrades the wrong way… Ubuntu 9.04 to 9.10
If you have even a small modicum of knowledge in IT you know the first rule of change management is "Before you do anything make sure you have a good backup". Well I've been using Ubuntu 9.04 since it's release and today the update manager gave me the option to...
Java on Chromium Browser Ubuntu 9.04
Note: This works on Ubuntu 10.10 also This worked for me: # you may need to install the sun/oracle java first me@mybox:~$ sudo apt-get install sun-java6-jre # if you have only just installed then locate won't work use find instead me@mybox:~$ find /usr/lib/jvm -name...
Create a WordPress Page Tab that leads to a non WordPress URL
I have my Wordpress setup to display all the blog posts on the front page and the Wordpress "Pages" as tabs on the navigation at the top of the page. However I also would like the navigation to point to other non Wordpress areas of my domain and go straight there. For...
Symantec Endpoint Protection SyLinkReplacer
Just a note to self. The Symantec Endpoint Protection SyLinkReplacer (a utility used to rehome clients) doesn't seem to work if your target client has a non-standard windows directory. e.g. all my clients with c:\windows as the %WINDIR% worked fine. But anything with...
Use of uninitialized value in concatenation (.) or string at…
I am trying to write Perl code which is warning free, unless there is a real problem. Some of the code I was using to create an XML file using the "XML::DOM" Perl Module was throwing a "Use of uninitialized value in concatenation (.) or string at..." warning. The...
