Windows 2008 Beta 3

Posted by beakersoft | Posted in Microsoft | Posted on 22-07-2007

0


We have installed a copy of Windows 2003 beta 3 to do some testing with, mainly to see if the terminal server side of thing has improved any.

We have a problem using DTP packages over a terminal server connection, when moving pictures around pages it takes about half a second or so to respond, some of the documentation from Microsoft says there have been quite a few improvements, so we decided to check them out.

The first hurdle was installing it! The installer is for DVD, and most of the boxes we could install it on to test didn’t have a DVD drive. We tried installing it as a virtual machine on a VMWare server, but it would not go onto here at all.

In the end we had to pull a DVD reader out of another machine, and load it using this. Does this mean in future servers are going to have to ship with DVD readers as standard if Microsoft is going to be shipping its server OS’s on DVD?

Anyway, we finally managed to load up the server, and after a bit of head scratching managed to join it to our domain. Hunting round the config screens we managed to find how to install it as a terminal server, so we could start doing our testing.

The documentation Mr Gates and Co. said that there was now a feature where a user could run an application on the terminal sever as if it was on there desktop. We weren’t sure how this was going to work, but it sounded like a good idea, we found where it was configured and added wordpad as an application to run in this way. There was a wizard to run that created the connection to the application so I ran that, and it generated me a .rdp file, witch i wasn’t really expecting it to do.

Still full of hope and optimism, I copied the .rdp file to my desktop and ran it, expecting something cool to happen. I logged into the terminal server, and all that happened was wordpad ran up as soon as I logged in. That was it. When I closed wordpad the terminal server connection closed its’ self. Now, maybe I was expecting something a bit special, but I cant see that solving anyone’s problems!

I had a look at how this amazing leap forward in thin client architecture was accomplished, and found in the .rdp file the wizard had created, all it was doing was launching the app on start up, as illustrated here


Windows Server 2008 introduces new functionality in Terminal Services to connect to remote computers and applications. Terminal Services RemoteApp completely integrates applications running on a terminal server with users’ desktops such that they behave as if they were running on an individual user’s local computer; users can run programs from a remote location side-by-side with their local programs

We continued doing some more testing by installing QuarkXpress on the server, and seeing if there were any noticeable improvements to the picture handling, but there appeared to be very little difference between this version and what 2003 does. Maybe its time to start looking at Citrix.

Anything else interesting I find on 2008 server ill blog about here

Open to everyone

Posted by beakersoft | Posted in Programming | Posted on 19-07-2007

0


If you look at the right hand side off my blog now, you’ll will see that you can now translate my blog into different languages. The idea came about when I was looking on FeedBurner at the different places visitors were coming from, and all the different languages they were using.

I had a quick look around the web to see if there were any ‘widgets’ I could steel to accomplish this. The only one I could find was using Babel fish by Alta Vista, you can get it at http://www.altavista.com/help/free/free_searchbox_transl the only thing that put me of using this was the Google translate tool supported more languages.

So I headed over to http://www.google.com/translate_t, and basicly looked at the source code of that page and created a form of my own. Now if you click on one of the flags it will translate the blog page your are looking at to your language. Simple but effective!

If you are in the UK try and get hold of a copy of this weeks IT Week, on page 27 there’s a really interesting article about a company doing some interesting research into the future of power consumption. Unfortunately I can find it on there website so you’ll have to get hold of the magazine.

Navigating XML and Unknown Injurys

Posted by beakersoft | Posted in Programming | Posted on 16-07-2007

0


I learnt something about readingXML file’s today, using VB.net and XPath.
I had an xml file, and some of the data in it were tags similar to this:

<CustomField name =”title” type=”str”>This is a Title</CustomField>
<CustomField name =”titleDate” type=”dte”>01/01/2007</CustomField>

So, couldn’t just navigate to the CustomField tag, as there was more than one of them. I’ve never really gone to much into how to navigate round an XML file, i’ve always just gone straight to the node I was interested in and pulled out the data.

This time, I had to delve more into the XPath navigator. I found out I could use the following in my XPathNodeIterator, to return me only nodes that contained the attribute title:

/Story/StoryData/CustomField[@Name="Title"]

I could then iterate round all the retuned nodes and process the data. Some of the XML processing tools and classes in .Net do take a bit of time to get your head round, but they do seam to work well and are very fast.

On another note, I went over on my ankle playing football (soccer if your in the US) on Sunday, it swelled up pretty bad so I went to the hospital.
They sent me for an x-ray, and it turned out it was just badly sprained this time, but i’ve broken or chipped it before and didn’t notice. How the hell did that happen!
I’m now stuck at home for a couple of boring days to let it heel a bit, they said i shouldn’t even drive for a week. Not bloody likely!

Got another article on aspfree.com its about controlling Windows 2003 fax services through an application, you can read it here

Smoothwall 3 Beta

Posted by beakersoft | Posted in Linux | Posted on 06-07-2007

0


I mentioned a while ago about there being a new version of the Linux firewall OS, Smoothwall. It is currently in beta, but I downloaded it this morning as I needed to put a quick none production use firewall in place.

The current stable release of version 2 wouldn’t install on my test machine (a dell optiplex GX270), but the Beta of version 3 went on no problems. After swapping a network card in the pc that was faulty I could connect to the box.

The new interface is very slick, I like the new navigation system, very easy to find your way round and gives lots of information. All the network usage stats were very cool. You can now also update the snort rules from the browser without an add on. I pointed my browser at its proxy (i’ve never used it as a proxy server before, it runs on port 800) and I could surf no problem.
I couldn’t find out if I could authenticate users on the proxy or not (we have been told we now have to log all internet traffic with a user name against it), but ill pose that question in the forums.

All in all I think the full release should be well worth the wait