IT Werkz Sometimes

Finding bugs in digital stuff, easy




Archive for July, 2009

Sold iPhone on eBay & stereo bluetooth headphones that work

Posted by testcrunch on 20th July 2009


Hot Deals for Hot Destinations.
Eventually sold the iPhone on eBay for a reasonable price. The winner wanted to pick up the iPhone in person, no doubt to check the condition etc. Anyway he was happy.

The previous sale where the purchaser, who on receipt of the iPhone, demanded a $70 refund, was cancelled by myself and I’ve just noticed that eBay/Paypal have billed me 10% of the orginal selling price. When I queried it via email they just pointed me at the terms and conditions. I responded that they hadn’t answered my original email question and again they responded by pointing at their T’s & C’s. I then noticed that they also charged me a further $100 for god knows what else. The only other item I’ve sold on eBay was a 160gb iPod, which sold for $200. No doubt their justification for taking half the sale money is buried in their T’s & C’s. eBay/Payapl are definitely not to be trusted when selling stuff. In fact I’d go so far as to say that Paypal, who has control over my account, is acting just like any other bank, usual trick and trap stuff.

I was trying to measure a room with a laser measure, where you point the laser beam at the other end of the room and the display shows the distance away the wall is. I tried it a few times, with a far wall and all I got were wrong figures. So I tried switching from centimetres to feet and when pointed it at a wall 20 feet away it said it was about 4 feet away. Tried it with much closer walls or objects and it did seem to display correct distances. Tried with longer distances and again it was out by a magnitude. More digital junk that hasn’t been tested very well.

I got some Altec Lansing stereo Bluetooth headphones from the Apple Store the other day and they worked. When I originally asked about them in the store I was, as usual, shown Bluetooth headsets, which were for phone usage only, but when I persevered with someone slightly more senior he did show me those that I eventually bought. When I asked did they actually pair with an iPhone and playback stereo he said they had just come in and no one had bought any yet. Turned out that pairing was no problem, though many people would get confused by how to do it as it is a bit clunky. You have no idea whether the headphones are switched on or off as there is no on light displayed, I assume to preserve battery life. You actually have to press the on/off button for 4 seconds to see whether it switches itself on – blue light is momentarily lit, or it switches itself off – red light is momentarily lit. If you do have to switch it on then you need to connect to it from the iPhone from the Bluetooth software settings and then it’ll play back OK. In fact it plays back really well, but the on/off & connect & pair processes are messy.

Quote from Field Of Dreams “If you build it…they will come”
Moto for new Internet startups “Quick, they’re coming. Build something”.

Posted in Junk I've bought | No Comments »

Local phpMyAdmin gets to load blog MySQL tables & messing with agents

Posted by testcrunch on 9th July 2009

I was trying to find out how I could import this blogs MySQL database into a local copy and found that I didn’t need to FTP to the server as I can get to it via phpMyAdmin on the hosting sites server, perfect.

I exported the data to a CSV file and that worked OK but after I had finished messing around getting that file onto the XP PC, where I am attempting to possibly home host this blog, I tried importing that file into my XAMPP installed version of phpMyAdmin and that didn’t go anywhere. I then tried exporting the data to an SQL file from the server and tried importing that into my local version of phpMyAdmin and that worked fine.

I then applied a password to the root user for MySQL and created another dummy user to see how that worked and then created a 3 line PHP script to see if the user could connect to the database and, eventually, it could. It also proved again that PHP was running OK. So what’s next? Can I get my users, via some very noddy PHP scripts, to read and display some of the data from the database. Then? Just the little job of copying the whole of the downloaded version of this blog to somewhere where XAMPP knows about and seeing if index.php actually displays.

Meanwhile back to the real world. An agent rang about a position that I was just about perfect for and everything appeared to be OK. He did mention the V-model and I quickly explained that to him, though I thought at the time that maybe he checking to see whether I really did know what the V-model was. He sent my resume to the client and about 20 minutes later, after he’d obviously read my resume in a bit more depth, he phoned back and asked where the V-model was mentioned on my resume. It isn’t mentioned at all. In an attempt to get the resume down to 3 pages I removed a whole load of stuff including any reference to the V-model as I figured that it is such an intrinsic part of the test process and that just about anyone worth their salt would know it that it would be taken as read that I knew about the V-model. How could I have avoided the V-model, I’ve been testing software for nearly 20 years ferchrissakes.

I’m not sure the agent was convinced and he did sound a bit worried that reference to the V-model wasn’t on the resume. No doubt the client company have requested someone with V-model experience and not seeing it on my resume will probably cause them some concern, though I feel that may say more about them than me. This could turn into a waste of time as my resume may intimidate them as I have way too much testing experience. They might call me in for an interview and hammer away at V-model questions till they finally trip me up and get their ‘gotcha’ moment. Give me strength.

Posted in IT Agents, any agents up against the wall, V-Model - unit testing from the user requirements, XAMPP - works ok on XP | No Comments »

Trying to host a page from home, IIS fail, Apache pass

Posted by testcrunch on 7th July 2009

Thought I’d have a go at hosting a site from one of my home PC’s, just to see how easy or not it is.

For some reason I decided to try on the XP PC and of course that had XP Home on it, which doesn’t have IIS. Don’t know how that got on there as I was pretty sure that my XP disks are all for the Pro version (No doubt some dubious Windows update from Microsoft. Ed). What was even worse was that it had SP3 on XP Home and all of the XP Pro disks I have only include SP2 so there was no way I could do an upgrade from XP Home SP3 to XP Pro SP2. Eventually got the required XP Pro SP3 disk written from an ISO image courtesy of Nero and installed that over XP Home SP3.

All of that took several hours but eventually I was able to install IIS and start that as a service. Tried to load a loopback page and nada. Hmm.. Messed around for a bit with no success so stopped the IIS service and installed XAMPP. That went on easily enough and the Apache service started and I was able to display the loopback page. Generated a ‘Hello World’ PHP page and that was displayed, so that meant PHP was working. Emboldened by that success I saved an already open Word document as a web page, which has an extension of .mht, in the htdocs folder, where Apache looks for pages and that loaded as well.

Tried to create a database with phpMyAdmin and that failed with a horrible error message. Repeated that and got the same error message. I rebooted and had another go at creating a database and this time the critter was created OK. I then started getting another error which I think had something to do with passwords being out of sync. Stuck with that problem right now. Maybe it’s time to RTFM.

When I have sorted that out and have managed to get, or a copy of, the MySQL database that’s behind this blog then I’ll try and host it from home for a couple of days. This version will still be on the hosting site but a copy will be on the XP Pro PC. I think I might have a problem getting a copy of the database from the hosting company as it’s on a different server to where these pages are stored and I’m not convinced I can FTP to it.

Posted in IIS - page not displayed, again, XAMPP - works ok on XP | No Comments »