Monday, December 19, 2011
I was having very annoying wireless connection issues with Virgin's Netgear VMDG280. Most devices would be fine, but the odd one would connect and have wireless access for a few seconds, but then the wireless connection would die, though the device would still report that it was connected. Restartin
...
Monday, December 5, 2011
Because I do it too infrequently to remember, here's how to put together time lapse/stop motion/animation with ffmpeg.Firstly renumber you images. Make sure that this script won't overwrite anything.x=1; for i in *.JPG; do counter=$(printf %04d $x); mv "$i" img"$counter".JPG; x=$(($x+1)); doneThen p
...
Wednesday, November 23, 2011
hi there would you accept 260 cash? bearing in mind i can pay cash on collection you wouldnt have to pay ebay and paypal fees(ebay 10% final value fee, paypal 4% service charge). put that ontop of my offer comes to over £300 on ebay which obviously if you look at completed listing they dont get. le
...
Friday, November 18, 2011
It took me ages to find this:Cache-control: no-cacheCache-control: no-storePragma: no-cacheExpires: 0To alter headers in the IIS7 GUI go HTTP Response Headers. It won't allow you to add two headers of the same name so either add no-cache,no-store or you can set no-cache by expiring web content immed
...
Tuesday, November 15, 2011
Note that the following error can be caused by a missing internet connection stopping installation files downloading necessary installation files:Error: Setup has detected that the file 'C:\Users\...\AppData\Local\Temp\VSD5056.tmp\VSTOR30\VSTOR30.exe' has changed since it was initially published.The
...