
I have an iPhone and a couple of iPods all of which have different tunes and are synched with different computers I also have tons of CDs. I'm often finding that I want to play a particular album on one device only to find out that It's on different computer or iPod. I had a search around for a quick solution to get music off of an iPod and came across a number of suggestions - I decided to give a program called Senuti a trial and was impressed at how easy the whole thing was. If you just a want a quick, no nonsense way to grab music off of an iPod complete with playlists, tracklisting etc. then I would thoroughly recommend it.
Santa gave me a PlayStation3 for Christmas, I wanted to try some of my old PlayStation2 games but had to do a system update first. I whizzed through the Internet connection settings and expected to have no problems connecting but instead got the following error:
An error occured during communication with the server this is a
DNS error 80710102
Turns out a quite a few people have had this problem, it's not a new problem and various people have found various solutions that worked so I am just posting the solution that worked for me first time.
I selected manual settings for the DNS/IP address settings and entered the following information into the console (not into my router as others have done):
IP Address: 196.168.1.50
Mask: 255.255.255.0
Router: 192.168.1.1
Primary DNS: 208.67.222.222
Secondary DNS: 208.67.222.220
For the DNS I used OpenDNS's servers.
Now I'm off to see if I can get my RSI to flare up again... :)
Simon Brown will be giving a talk at the next Coding the Architecture London User group helping you to make an informed decision!
I was on the way to work this morning at Bank station and on the wall opposite the platform was a moving advert. Initially I thought it was a screen embedded into the wall. On closer inspection I realised it was being projected from across the platform. It stopped being displayed when my tube arrived. A bit of digging turned up this from CBS. No doubt in the future it will be able to display downloaded content perhaps live, although my understanding is that there are some infrastructure issues to be resolved before this can be possible. Wireless isn't available on the Underground for one, and I don't see Transport for London allowing a third party to utilise whatever infrastructure they already have in place to achieve this.
[update] I found a video on YouTube...
On windows one useful way to boot someone off of a windows server who has logged in via remote desktop (but hasn't yet logged off correctly) is to start the remote desktop client from the command line with the console switch :
-> start ->run mstsc /console
I've been looking for a way to do this for ages with the remote desktop connection client for mac. The latest version allows you to now do this by entering the IP address followed by /console.
UPDATE: In a race to find out who could find out how to do this on Linux - my colleague Mike discovered that if you click on the performance tab - there is an option to 'attach to client' :)
Next Thursday the British Computer Society have organised a talk on modern technology choices. There will be talks from people (not vendors) representing the Java, .Net, Ruby and Flex camps from the respective user groups (I wasn't even aware there was a London Flex usergroup). This is a free event and should be an interesting look over the fence at the various communities surrounding the various technologies.
Following on from Charlie Areharts list of people who had blogged about CFEclipse - I've added a CFEclipse category to my blog. While searching my blog posts from the past four years I found a handful of one line posts on CFEclipse short cut keys which I had blogged but never actually published from June last year. By now there are more comprehensive lists and I'm sure everyone knows these by now but just incase...
TIP1: For a drop down list of all available files currently open: press cntrl-e
TIP2: To create a cfdump with a positioned cursor: shift + cntrl + D
TIP3: To delete a line: cntrl + D
TIP3: To insert opening and closing cfoutput tags, select the code you want to be wrapped up in cfoutput tags and then press cntrl-O
Tomorrow I'm off to celebration Europe which will be attended by Boba Fett and C-3PO! Now if I can only find my purple Light Sabre.
Some of my female friends in the past have commented that they never really understood what all the fuss around Starwars was. To them I say this - to understand men you need to understand Star Wars 
Brian Rinaldi will be doing a cfframeworks workshop on his Illudium code generator. The illudium code generator. ..
"generates ColdFusion components (i.e. bean, DAO, gateway, service), ColdSpring XML, Transfer XML, and ActionScript Value-Objects using the admin api and database introspection. The front-end is built in Flex 2. The code outputted for easily pasting or saving into a project to allow you to get a head-start on some of the grunt work of doing OO in CF."
So if you never have the time to play with it yourself come to the cfframeworks workshop to see it in action. More details on cfframeworks.com
A while back my colleague James mentioned a hidden cfant tag for running ant build files. I finally got around to playing with it. It's still not clear what all the arguments are for despite their seemingly obvious names. The usual disclaimer about using undocumented tags/features applies!
| <cfant buildFile="completePathToBuildFile" defaultDirectory="seemsTobeIgnoredButMustBePresent" anthome="alsoSeemsToBeIgnoredButMayNeedToHaveAnEnvironmentVariableSetup" messages="coldFusionVariableToHoldOutPutMessages" target="defaultTarget" /> |

