I have noticed a couple hits to my blog using the search term ‘How to replace the fuel line on a VW bus’. I have mentioned fuel lines a couple times, which is why I assume the traffic is coming here, but I do not have info on changing them at all. Since people seem
PHP: __call Magic
Lastnight as I was researching how to build a plugin system for a cms I am working on I ran across several implementations using the __call method. I had not used it before myself, but after doing a little googling I devised a test. It really is quite simple and can be a powerhouse in
Website Redesign: Enchanted with Nature
I hadn’t intended on redoing any websites tonight, but while I was talking with maddslacker of my Linux group he mentioned that he did not like how his mother-in-law’s site looked. He sent me a link and I made a couple suggestions, then I saved the page with Firefox and did a little editing to
VW Bus: Gas Tank FAIL
A more in depth post is to follow when the entire procedure is done, but I feel so silly about this I just have to post it for all the world to share in laughing at me as I am laughing right now. My Bus has been having issues running, and a family friend who
MySQL: Create a Unique Composite Key
I have a lookup table where I am using a composite key which must be unique. I was not sure if MySQL was able to do this or not, but I very quickly found out. It is quite a simple operation actually. I already had a table in existence so I simply altered it. ALTER