-
Twitter- New blog posting: Age Of Empires 2 in VMWare - http://tinyurl.com/yjrvbqx
- New blog posting: Grand Theft Auto 4 - http://tinyurl.com/yen2r37
- Ben: Server broken, even more now after trying to restart Apache, will give a reboot if it doesn't come good.
- New blog posting: Downgrade D-Link DIR-655 1.3x Firmware - http://tinyurl.com/y8jhkqm
- New blog posting: D-Link DIR-655 1.33NA Firmware final released - http://tinyurl.com/yh232yn
- New blog posting: D-Link DIR-655 Firmware 1.33b01NA - http://tinyurl.com/yjrhsga
- New blog posting: Nginx and HTML5 Video in Firefox - http://tinyurl.com/ygbwbgf
- Ben: Not off to a good start, the server is down for now due to an issue at the datacenter
-
Recent Comments-
Rey: Just curious John, why would SIP VoIP calls suffer if DNS relay is enabled? How and in what way?
What I know is that SIP VoIP calls will suffer if the Stateful Packet Inspection (SPI) and SIP-ALG are enabled on Firewall settings, but not if the DNS Relay is enabled.
Thanks!
-
John Chow: Unchecked should be the default. A lot of issues occur with having DNS relay enabled on D-Link routers. Especially SIP VoIP calls suffer when DNS relay is enabled.
-
Ben: The safe mode version of the game was running, it's only needed for that game.
-
anthony: you ran the vmware xp in safemode or the computer you were running the vmware on was in safemode?
-
Ben: You must install printer drivers on all computers, if there aren't any for your operating system then you're out of luck.
-
Pelle: Do i need to install printer drivers on all my computers using the shareport printer? Seems like there are no working printer drivers (Canon LBP 2900) on my laptop running under Win 7 64-bit version. Are there any solutions?
-
Rob: Question - rather than have one device operate from 3 computers, can you operate 3 devices (laser, inkjet and storage) from one computer using a usb 2.0 4 point hub (for example) on the router?
-
Rey: K! Thanks Ben! I still wonder why it is showing unchecked after upgrading the F/W to 1.33NA.
-
Rey: Just curious John, why would SIP VoIP calls suffer if DNS relay is enabled? How and in what way?
What I know is that SIP VoIP calls will suffer if the Stateful Packet Inspection (SPI) and SIP-ALG are enabled on Firewall settings, but not if the DNS Relay is enabled.
Thanks!
-
Random Posts
New Theme! – Light Curves
WordPress 2.7 very soon
It appears WordPress 2.7 will be coming out in 2 days time, 9am Western Australia Daylight Savings time on Friday. I’m quite interested as I haven’t been keeping up to date with it’s development as much as I would have liked, I will be able to finish my new theme once I know there will be no major changes in the foreseeable future after this release.
Site Issues
Starting this afternoon I’ve been experiencing a few issues between some WordPress code and using PHP5. It seems when I use PHP5, my default version for some time, I experience a rather large error that according to WordPress.org seems to be possibly related to Magic Quotes or a rogue plugin, however it is occurring on my theme test site as well so I’m not so sure about plugins being the cause. So in an effort to get some stability I have reverted to PHP4 and I’m about to upgrade WordPress and see if I can sort out this problem.
Problem Solvered
As I have been noticing it appears to be related to magic quotes, I attempted to turn it off in .htaccess but this appeared to just make it angry, however adding
ini_set('magic_quotes_runtime','off');
to my wp-config.php file fixed the problem.
By the way if you have this problem do not copy my code listed above as the quotes will turn into invalid characters, you’ll have to type it out yourself.
First WordPress Theme
I decided that I would give a go at writing an ambitious WordPress theme that hopefully will be much different from most WordPress themes, the general layout is familiar, but with little twists so I hope to bring something different to the WordPress community.
I have hit many snags along the way but so far it is W3C compliant and works in IE 7 and 8, FF and Safari/Chrome, however it looks shocking in IE6 using IE NetRenderer
I started writing this post 3 days ago and forgot what else to write about.
The site design is a bit over the place still, it’ll be cleaned up over the next few days after it has been finished.
Changing Domains
Tuesday night I set about purchasing a new domain name for the blog, firstly it was tough simply finding one that could serve the purpose. .com domains that actually mean anything are starting to be in very short supply and even though many interesting companies have come up with words that at the time didn’t mean anything, a blog is suited to words that make sense from day 1.
After choosing my domain and delegating the name servers (surprisingly fast nowadays) I was able to start the difficult task of moving an establishing blog to a new domain while the previous one was still running.
To move a WordPress blog, you must have the contents of the site’s folder (ie public_html) and saved sql file, once you’ve done that, upload the wordpress files to the new site, upload the sql files to the new database and change the details in wp-config.php file, once you’ve done that you must change the domain listed in the sql table wp_options from your old one to your new one. Then run this sql command:
UPDATE wp_posts SET guid = REPLACE (guid, 'http://exampleoldsiteurl.com', 'http://examplenewsiteurl.com');
This is assuming you have the default names for wp_posts and guid, change the first url to your old domain, change the second url to your new domain.
This was fairly straight forward, however it seems that every link in every post and page’s links are hard coded with the url of the old domain, so I went through using a similar command to the previous one to change every instance in every post to the new address
There were also some references to the absolute address for the site, which changed completely, they didn’t seem to be causing problems, but I changed them just to be sure.
Once I had done that the site was active, I just needed to change a few minor things and it was almost ready.
Firstly I redirected beejay.perthmatrix.com/* to www.techgremlin.com/*, this is to ensure that anywhere that I haven’t updated my address and anywhere that has a link to beejay.perthmatrix.com is still able to access the area requested as the server automatically redirects, for example if you go to http://beejay.perthmatrix.com/2008/09/17/the-digital-downloads-delusion/ you’ll find that you have just arrived at http://www.techgremlin.com/2008/09/17/the-digital-downloads-delusion/ without having to update the link, it also works for image links.
If you are running cpanel this is quite easy, on the redirection page add your old address to the first field and add your new domain to the field underneath titled ‘redirect to’ and check the box labelled wild card redirect, then click add.
This also helps me as my site works well for it’s SEO abilities and considering I don’t know what I’m doing in that area half the time. Allowing the old domain to stay open, while redirecting people who have found the old site through a search engine allows the new domain time to be indexed by the same search engines.
WordPress.com accounts are tricky, it seems that if you create a username for use with the WordPress Stats Plugin for a site, it is linked to it forever, further more you can’t add any more, so I instead created a new account for this domain.
Wordpress 2.6.1 and 2.6.2 are out
A little late on the news here but I have upgraded to 2.6.2. Grab it here. View their blogs here for 2.6.1 and here for 2.6.2.
Both upgrades are not too necessary, but don’t break anything if you do intend to get them, it’s always good to check to see if you really need any upgrades anyway, just in case something does break.
2.6.1:
The admin styling has been improved for people with right-to-left writing languages.
A gettext pug with certain PHP configurations was fixed.
Fixed a few issues with permalinks for IIS hosted blogs.
Image insertion problems for IE users using ‘Press This’ were fixed.
Small performance improvements with blogs that have many plugins in the admin section.
There’s over 60 more, check them out here.
2.6.2:
The main fix in this one is due to a vulnerability in MySQL that can allow someone to reset passwords on websites (Wordpress based websites included) and reset passwords provided they have an open registration system.
There’s a few more fixes, check them out here.






























