Skip to navigation
   
Dave F's Blog
Past its sell by?

By Dave F in Reader

Posted in the company, the web, Microsoft on May 18, 2010 at 8:31 am

Permalink | Author Profile

http://www.itpro.co.uk/623338/microsoft-calls-ie6-spoiled-milk

Well that’s the only browser my company allows…

12345
Not yet rated
Loading ... Loading ...

 
Fat behaviour of Thin Clients with RemoteFX

By Dave F in Reader

Posted in In the news, virtualization, thin clients, Microsoft on March 19, 2010 at 4:01 pm

Permalink | Author Profile

http://www.microsoft.com/Presspass/press/2010/mar10/03-18DesktopVirtPR.mspx

Or just google microsoft virtualization for reports like http://www.serverwatch.com/news/article.php/3871741/Microsoft-Citrix-Partner-in-Virtualization-Technology-Blitz.htm

Seem to say MS is giving some new push into virtualization.

RemoteFX  is supposed to deliver serious graphics like You Tube (did I say serious? well serious in client / server graphics) remotely. My understanding is that currently whilst simple graphics run on the host and the GDI commands are pushed to the client to draw locally, video requires the client to run the graphics processing, not what a thin client is built for. This new technology is what MS bought Calista for and could be good stuff if it does what it says on the press release.

MS servers will also be allocating VM memory dynamically - der, is that hard? I had assumed that was one of the benefits of client server computing but apparently servers apportioned the max memory a client could have and reserved it from start up. So if you had 1000 clients who all might need 2G of memory for 10% of the time you needed 2000G most of which wasn’t in use most of the time!

Dynamic allocation could make a real difference to server requirements - 900 clients are using 1G only 100 are using 2G you just saved 900G .  Imagine all the PC’s in your office / organistaion could swap memory at need:
“Can I just borrow a Gigabyte for an hour? I need to run the coffee-rota spreadsheet, you can have it back when I go back to ebaying later.”

Of course this is assuming all the clients don’t need there max memory at the same time - like when a really amusing You Tube video is released.

12345
Not yet rated
Loading ... Loading ...

 
Bonjour M. Outlook

By Dave F in Reader

Posted in Office, Microsoft on November 24, 2009 at 4:36 pm

Permalink | Author Profile

So I installed everything OK, even Office 2007 however I have a bit of a problem
or as Outlook Express would say:

So I installe everything Ok, évent Office 2007 how I have a bit of a problème

It seems to be a well known problem, Office 2007 messes up Outlook Express’s spell checker. And when I say messes up I mean removes all the spell checkers except French.
A Google recommended installing a 3rd party spell checker or re-installing my old Office as MS have no intention of fixing things. I tried to install Word from Office 97 but that didn’t help. I tried spell oe (http://www.snapfiles.com/get/spelloe.html) but kept saying the installer wasn’t a valid program
I finally found Spell Checker For OE 2.1. I’m not sure if it is the same thing - I can’t get an author / copyright / about. I just hope it isn’t virusing my PC. AVG says it isn’t so lets hope!
I assume this is MS’s way of getting people away from OE…

12345
Not yet rated
Loading ... Loading ...

 
Don’t Install Tired

By Dave F in Reader

Posted in Blogs, Security, Microsoft on November 3, 2009 at 3:44 pm

Permalink | Author Profile

Don’t drive drunk, don’t shop hungry and don’t install tired. As I said in my last post my main PC is reduced to safe mode only and after a very long and tiring Saturday I vegetated most of Sunday but in a fit of “I must do something” I installed XP on a second disk in my knackered machine.

I meant to fit a new drive and install the old one as a slave but I was too weary and just slipped a removable drive in. I now get a choice of Win 2k or XP now but the 2K won’t boot at all, in safe mode it says the SYSTEM is missing, a R from the old 2k CD didn’t help so it looks like I’ve truly knackered it this time.

Arrg, I have so many apps installed I can’t remember them all, I just wanted a look through all programs - I guess I just have to explore it from XP.

How do I get my favourites though? MS help explains it from IE 7 or 8 - I’m still on 6! I expect firefox can do it.

It took me ages to navigate my way into this blog entry page without them - one reason it’s been so long (did you miss me?).

Then I’ve got to drag all my Outlook express mails across - I seem to remember that is a pain. Do I have to recreate the folder structure by hand?

I do have back ups - just not simple restore the whole system ones. Now that external HD’s are cheap(ish) maybe I should look at something like the Mac time machine - any recommendations?

12345
Not yet rated
Loading ... Loading ...

 
Was it ever this clunky?

By Dave F in Reader

Posted in Microsoft on October 22, 2009 at 7:07 pm

Permalink | Author Profile

I’ve managed to bust my Windows installation. Continual reboot time even in safe mode :-(. I tried a fast repair from the install disks but it still kept rebooting. Like a fool I didn’t try safe mode at this point but tried to manually recover a load of files now it’s a blue screen of death BUT I can get safe mode after a fashion. It keeps looking for an install for some package but if I ignore that I’m up and running - in 640×400 16 colours. Please excuse any typos it’s a job to see what I’m typing!!!
I’m looking for the package it thinks I should install, failing that I’ll try and rename the directory the (half?) package is in.
Wish me luck!

12345
Not yet rated
Loading ... Loading ...

 
Exactly the same - only different

By Dave F in Reader

Posted in QT, Coding, Microsoft on August 21, 2009 at 11:47 am

Permalink | Author Profile

I built a snapshot the other day. That is I created separate copy of all the current source code and built it to give a stable image to some testers. It crashed, just didn’t want to run.

OK, I thought, double check the sources are identical to my development area. Yes & it runs.
OK, I normally build a debug version - the snapshot will be a release build. Build a release build in my development area - it runs.
OK, I build with MSVS work bench but the snapshot is built from the command line so build it from the same command but in my development are. It runs.
Compare the binaries - different sizes, different contents… ?
Clean all objects etc and rebuild everything from scratch in both areas - same results one runs one doesn’t. Do it again in case I got it wrong, check the sources are the same (in case I got it wrong). Do it all over, and again. Phone a friend, search the web, bang head on desk, …

Finally I did what any novice would tell me to do. I switched the PC on and off, then cleaned and re-built the snapshot - it runs.

But why would a build from one command line differ from one in another DOS box (both started from the same Visual Studio command)??? And why didn’t I just try a reset earlier?

12345
Not yet rated
Loading ... Loading ...

 
Re-inventing the wheel, argv / argc in windows

By Dave F in Reader

Posted in Coding, Microsoft on August 10, 2009 at 3:48 pm

Permalink | Author Profile

I had to write a quick utility today - just passing a few options in on the command line.  I used MSVC to create a console app and Robert was my parental sibling. However, when I ran it a MSDOS box popped up and disappeared - a bit messy. So I started a new app as a simple windows app & pasted the code in, but whoops, a windows app doesn’t start from main(argv, argc) it starts from

int APIENTRY WinMain(HINSTANCE hInstance,
                     HINSTANCE hPrevInstance,
                     LPSTR     lpCmdLine,
                     int       nCmdShow)

So I spent half the day writing a parser to convert a command line into argv argc - easy enough until you allow for “this is just one param because it’s in quotes” etc.

I finally switched to unicode just so that I could use

    argv = CommandLineToArgvW(GetCommandLineW(), &argc);

but why isn’t there an ascii version? The argv / argc convention has been in use since the dawn of C, it is intrinsic to most C programs, not having it is a right pain.  Yes, I know the project was C++ not C but that is only because good old MSVC doesn’t even have a C project type.

Whilst I hate re-inventing the wheel and coding what has been coded a thousand times before I guess in these hard economic times it’s good to know there will always be work even if in a perfect world it would be pointless.

12345
Not yet rated
Loading ... Loading ...

 
Ashes to Ashes, DOS to DOS

By Dave F in Reader

Posted in In the news, media, Microsoft on May 20, 2009 at 9:59 am

Permalink | Author Profile

What is more irritating than young people talking about the “your” old times? Over at http://tech.uk.msn.com/features/gallery.aspx?cp-documentid=147411818

someone seems to be out of there pension zone.

 Actually it’s not too bad an article but monochrome monitors were different to colour monitors and you can’t get them any more. You may get colour monitors that only display in two colours but they aren’t the same thing! The old mono monitors had a separate interface. I know because I used to write  a twin headed DOS application and the only way to do it was using a standard colour monitor and a mono monitor as they used different address spaces. For the mono you wrote ASCII directly into the adaptors memory and it rendered it into a very nice sharp font. The fact you couldn’t get them any more was part of the death of the product.

As for DOS - don’t most of us use a command line windows prompt everyday? OK, maybe not most of us but plenty of us do. And Windows 95 sat on top of DOS, everyone knows that (well quite few people claimed it did).

Is it coincidence that yesterday I was trashing floppies, looking at ZIP drives, using my PDA, typing at a “DOS” prompt and discussing dial up modems with my neighbour?

I expect the author was one of the consultants to Ashes to Ashes - in my 1980’s we didn’t have trendy concealed lighting, bay trees, constatntly visible bra straps, …

12345
Not yet rated
Loading ... Loading ...

 
Hang on to your PS2 Keyboards

By Dave F in Reader

Posted in thin clients, Security, Microsoft on May 8, 2009 at 3:26 pm

Permalink | Author Profile

No not play stations, the old PC keyboards with din plugs (PS2 connectors). I’ve just had all kinds of fun with a thin client running WES (windows embedded standard) which is a sort of XPe (XP embedded). The unit is locked down tighter than (insert your own analogy, mine might be to vulgar) so doing anything much with it is tricky. I mean, you can’t even see drive C - ”My Computer” consists of RAM Drive Z.

That is if you are a user, as an Administrator you can access drive C, and can type commands to “run” from the Start button - ma-ha-ha tomorrow the world etc etc.

So how do you get to be an administrator? The same as any windows system, log in as administrator with Administrator as the password obviously.

But it never shows a login prompt - to get a login prompt you must hold down the shift key as windows loads. After some hours, days weeks, … OK a couple of goes, it occurred to me it seemed to load all the USB devices AFTER windows had booted and this was a USB keyboard (as supplied with the unit). I plug in my old PS2 keyboard and I’m in - tomorrow the world etc.

Once I could see drive C I could copy stuff onto it off a USB key, did I forget to click the little green padlock and “commit” my changes to the flash drive? Of course not (well only the once and that doesn’t really count does it?).

So there we are - one WES Thin Client neatly configured. Pretty soon you’ll be able to spot the administrators, they’ll be the ones walking round with an old keyboard under their arm - and muttering “don’t forget the commit, don’t forget the commit, ….”

12345
Not yet rated
Loading ... Loading ...

 
Web Mail - Orange Cookies?

By Dave F in Reader

Posted in the web, Blogs, Security, Microsoft on May 5, 2009 at 1:01 pm

Permalink | Author Profile

I have a an old freeserve email account which is useful as I can pop3 to it and also access it via webmail. It is of course Orange web mail these days & it has only been since it has been Orange that I have intermittent problems logging in. This occurs sometimes with pop3 but mainly with web mail.

I have discovered the cause of the most recent problems, I don’t have “enable all cookies” set in my privacy settings (http://support.microsoft.com/kb/299331). Now I have done this I can access the web mail & delete some of the 1800 spams filtered off for me. Unfortunately as I have not received some mail I was expecting I will have to trawl through at least some of them :-(

So, “enable all cookies” is that a wise option? Am I leave my (increasingly creaky) IE6 vulnerable to some attack I don’t know about?

12345
Not yet rated
Loading ... Loading ...

 
Advertisement