I have just noticed an odd bug when viewing a H1 tag with a background colour under IE6 – There is no background colour until the H1 is taken out of view by scrolling it out of the viewport and then bringing it back again. Highlighting the text partially brings in some colour.
One solution for this issue is add relative positioning to the tags CSS class.
I consider my understanding of MySQL around the intermediate level, but when writing table joins in the past I have always used the ‘equi-join’ method:
SELECT t1.*, t2.`name` FROM t1, t2 WHERE t1.n = t2.n;
Now, when a record for t2.n doesn’t exist, a row will not be returned. To solve this problem in the past, I would have executed two separate queries and process the output with PHP – Not the most efficient solution.
I’ve had my MPC 500 for a couple of weeks and in my limited experience using it, I appear to be having an issue. I’m not sure if it’s a setting that needs changing, if the 500 is faulty, my limited RAM (I have 128MB on order) or if it’s purely a limitation of the 500 model.
In a nutshell, I have created a sequence and have it looping while I play with some samples over the top. When playing patterns over the top, it appears to be affecting the playback of other samples in the sequence. Read the rest of this entry »
Dension, the guys that released the Gateway 500 interface that allows one to listen to their iPod (or other source) through the OEM head unit have now brought out an accessory, that when hooked up inline between the iPod and Gateway 500 gives Bluetooth functionality. The BTA1000 supports both A2DP/AVRCP and HSP profiles which are generally used for hands-free calling and streaming audio from media players or navigation devices. I got my hands on one, so on to the install… Read the rest of this entry »
About a year ago I was working on a project where one of its features allowed the user to upload an image, select a colour on the image with a colour picker tool, then select from a group of colours to replace the picked colour with. I had a somewhat stable build running where it simply replaced the hue of the picked colour – Introducing saturation and value changes invoked a number of ‘random’ glitches and odd colour effects. This feature was subsequently dropped from the project due to it costing too much to continue developing.
Skip forward about a year and I find this script knocking around on a back-up disc, so I decide to put some more development time in purely for my own satisfaction of enhancing it. I have made it work to a nearly passable level, it works nice on images with isolated high contrasting colours. I created a function to create a tiled pop-arty graphic from an inputted image too just for fun. For example, input this and it will spit out this. There is plenty of room for improvement: You can’t convert colours to or from white/black and it replaces all instances of a colour, not a flood-fill effect. So, on to the code… Read the rest of this entry »
I was looking at adding some extra functionality to a couple of bits in my guitar set-up, in my case this involved buying some footswitches – One for my Vox AD30VT amplifier, and one for my Boss RC-2 Loop Station. Vox offer the VFS-2 and Boss has the FS-6 for a combined cost of around £60, which is quite a bit for what they actually are. Okay, the Boss has a few fancy features like interchangeable latching / momentary functionality, status LEDs and switchable polarity but I don’t need any of that. I was sure I could build something that does exactly what I needed for a lot less than sixty quid, so I did. Read the rest of this entry »
Microsoft released the fall update for the Xbox 360 on the 4th of December which included support for DivX/Xvid playback. A popular choice for encoding video due to its compression to quality ratio. Could this mean I am now able to free up some space on my A/V rack? Currently I’m using a hardware-modified Xbox (original) with the open source Xbox Media Center (XBMC) installed on it, decoding my Divx/Xvid content from a Samba share on my media server.
After a quick poke around I found a package called uShare that serves media over the uPnP protocol that the Xbox 360 utilises. Read the rest of this entry »
Ever since the upgrade from 7.04 to 7.10 I have been experiencing random crashes. The type of crash varied from full-on lock-up where the only way out was to hit the reset button to mild crashes that could be escaped by restarting X (Ctrl-Alt-Backspace). Sometimes the system would just hang for 30 seconds then come back to life.
As you could imagine this was becoming rather irritating, it being my main dev-box and all! I started monitoring my system from another machine on my desk over SSH by running top. It would appear that whenever my machine ‘crashed’ Xorg would be the culprit, consuming 100% of my processors cycles.
It turns out that many people were experiencing this problem over at the Ubuntu forums and there seemed to be a trend developing where a large proportion of us were using 64-bit AMD X2 chips and the Nvidia GeForce 7 series cards, namely the 7300. My fix involved downgrading my video drivers from the proprietary 100.14.19 to the 100.14.09 release, obtainable from the Nvidia website. This fix didn’t work for everyone in the thread at UbuntuForums, but did for some.
After looking at my usage logs, I have noticed quite a number of people have found this website after searching Google for the Gateway 500 firmware. So to help you all out, here are all of the versions released so far:
GW5_MOST_100.ZIP
GW5_MOST_104.ZIP
GW5_MOST_105.ZIP
GW5_MOST_202.ZIP
GW5_MOST_203.ZIP
GW5_MOST_205.ZIP
The above firmwares are for the MOST based version of the Gateway 500, i.e. Porsche, not the D2B version that is used in Mercedes cars. Installation is as follows:
Extract the G5_B_UPD.ROM file from the update package and copy to the root of an USB flash drive, then connect the USB drive to the Gateway 500 while it is powered. If there is an iPod connected to the Gateway you can leave as it is in any playback mode or status, do not need to disconnect or stop playback.
Update procedure will start automatically within few seconds and takes cca. 1.5 minute. Do not disconnect the USB drive within this time.
After a successful update G5_B_UPD.ROM is deleted from the USB drive and GW.EES.BIN file will appear with the new software version. If an iPod is connected during the update the iPod screen will light for the second time when the upgrade is completed and the new firmware version appears on the right upper corner of the screen.
When finished, it is better to restart the Head Unit and the Gateway 500.
What with Porsche not installing iPod support from the factory, and the fact that their stereo systems are all run through a fiber-optic system known as the MOST bus, a company called Dension have released an interface that sits between the iPod and the MOST bus – The Dension Gateway 500.
I purchased two of the above, one for my Porsche Boxster 986 with a CDR23, and the other for my Dads Porsche Boxster 987 with a CDR24 – The installation on the CDR24 went smoothly and is working, though I was having some issues trying to get it working with the CDR23. Read the rest of this entry »