Posts Tagged ‘windows’

Running Around in Circles with Bill

Thursday, November 5th, 2009

I spent more than an hour and a half the other day doing nothing but problems trying to install Microsoft SQL Server Manager Express with my Windows 7.  If you search for it, and find a package, such as this one, which is aptly titled “Download Microsoft SQL Server Express” – it doesn’t actually DO what it says it’s going to do!  An up to date SQL Server Manager Express isn’t actually part of that package that gets downloaded.

I found a blog post that referred me to someone else’s ratrace with the same problem on a 64-bit system.  64-bit or 32-bit makes no difference – Microsoft’s downloads for the Management Studio just don’t include the actual software you need despite what their website says.

What worked for me, after my own hours of time wasted, was downloading and installing the Microsoft Visual Studio Web Developer Express package, which includes a download / install manager that has built into it MSSQL Manager Express.

I do wish I could bill Microsoft for time wasted!

Google Docs vs. Office? No contest

Tuesday, October 27th, 2009

I keep reading stories of how Google Docs is making inroads against Microsoft Office in the news here and there, and I just don’t see it happening.

Google Docs is great!  I use it every day!  It, and its other online editing counterparts, have a long way to go though to be an editor replacement for a real word processor.  Here are a few GLARING problems with it:

  • You can’t see pagination when editing.  How are you supposed to tell what a printed page will look like while you’re working on your document?  I don’t see how an online app is gonna do this at all.
  • You can’t define paragraph styles. That’s kind of, you know, basic.
  • There’s no template support. Again HELLO!
  • Zoho Writer has an equation editor, GoogleDocs doesn’t – but it’s rather important to be able to edit the equations you have if you do that sort of thing.
  • Insertion of media and / or other elements like spreadsheets and graphs is lacking.  GoogleDocs image support STINKS.  You have very little placement control, you can’t control borders, or spacing around images.
  • Document sections?  HAH.  Address the other issues first!

So in short, so far Zohowriter and GoogleDocs both just don’t measure up to providing even basic printed document editing.  It’s great for collaborative working.  But when it comes time to print, well, it’s time to copy out of Google Docs and paste into Word. Or Pages – I actually like that Mac program.

I really like Zoho in some ways because it has a nicer toolbar, but in general I prefer GoogleDocs.

I do think that OpenOffice is a much more viable alternative for Linux users, but using Linux for normal people still has its own issues.

It seems to me that the people that write these stories haven’t really done their homework in actually thinking about why people use word processors (you know:  Usually to PRINT) or why they want to edit documents collaboratively online (you know:  usually to share information online).  The two ways of communicating are very different.

Operating System Essential Anti-Virus

Tuesday, September 29th, 2009

It’s always amazed me that the anti-virus software market’s been so big.  When you install anti-virus software, modifications are made to the very lowest level parts of the operating system to monitor internet traffic, email applications, scan devices when they are attached, and scan files when they are opened, in addition to monitoring system processes….. all of this sounds like techno-babble for stuff happening under the hood of your computer.

Under the hood of your computer you say?  Isn’t that where an operating system is supposed to exist for the most part?

An operating system should protect itself from viruses.  You shouldn’t need to have to install software on a computer system to guard against unapproved subversion of its operating system.  There are two ways to make this happen:

By Design

The operating system should be designed with application structure and process structure that makes security compromise difficult. I’ve always come down on hard on Microsoft for building too much power into things inappropriately.  Like ActiveX – do you really want some website able to run software on your computer and make changes to your hard drive?  Microsoft’s learned the hard way that exposing  application power and flexibility is unwise.

Not to say that Linux and variants are immune – they’re not.  But in general, applications that you install on these machines never make any changes to system files, and if they do, you have to give them permission.

Active Analysis

Enter: Anti-virus software.  People on Linux and Macs still don’t mess with it much – they just keep their operating systems up to date.  Even so, some degree of active protection should also be built into the operating system itself.  Maybe the OS could provide hooks for third parties to better analyze data as it’s read, too, but at a very basic level, some sort of semi-competent approach to active data scanning should happen right there at the application level as a feature of the OS itself.

I mean: Come on.  Look at all the cool stuff that your computer comes with out of the box that’s part of the operating system:  Media players and web browsers and image viewers and very basic editor capability, etc.

Kudos to Microsoft for adding Microsoft Security Essentials - the first OS-provided anti-virus solution, to their suite.