IE and downloading files from www.arden.ie

I’ve noticed that when using IE8 and downloading some files on this site I get presented with the below message

IE Error

Funny enough Firefox doesn’t suffer from this error. Also the ‘Save Target As’ option in IE works! Go figure Microsoft!

Projects Section

Just added a new Projects section that will be getting updated as I get time with a few new and old and still active things I’m messing about with. Kicking it off is my PHP, LDAP and AD project!

NAC Converter Updated

NAC Converter is a program which can convert NAC’s into Longitude and Latitude values and UTM’s or vice versa.

For more information on NAC, head over to here.

For more information on UTM, head over to here.

For more information on Latitude and Longitude, head over to here.

* Orignally released under www.nastypcs.com, it has now been updated and now working with RAD Studio 2010

NAC Converter

Exe

http://www.arden.ie/wp-content/plugins/downloads-manager/img/icons/winrar.gif download: NAC Converter Application (376.66KB)
added: 20/11/2009
description: NAC Converter Application

C++ Class

http://www.arden.ie/wp-content/plugins/downloads-manager/img/icons/winrar.gif download: NAC Converter C++ Class (4.00KB)
added: 20/11/2009
description: NAC Converter C++ Class Source Code

Src

http://www.arden.ie/wp-content/plugins/downloads-manager/img/icons/winrar.gif download: NAC Converter Source Code (13.29KB)
added: 04/12/2009
description: NAC Converter Source Code

Just about setup!

Well, I’ve setup the basic site and need content now so I’m going to slowly move the content from my old site (www.nastypcs.com) to here and then do away with that site as I haven’t updated it since 2004 !!

Multi-Threading queue with Borland/CodeGear/Embarcadero RAD 2010

This is a small program to show a way to queuing threads with Rad Studio 2010. I wrote this program to create a queue thread class that I wanted to use in another program (MyNNTP, more on that later).

It’s nothing fancy, and very basic, and yes, there may still be quite a few bugs/improvements I could add to it but for now it works and I haven’t had any crashes with it yet.

Currently the work is based in a vector list, each element will be processed in it’s own thread. Each thread will process 3 Sleep() functions. You can add more work on the fly, and you can add more working threads on the fly too.

When stopping the threads, all threads will stop their cycle and then exit, meaning a thread may only call Sleep() 1 or 2 times, or even 3 if the thread was stopped after the sleep was called in it. The main thing is that the threads will finish off what they are doing and then exit gracefully.

All the vector items need to have a different value, please remember this if changing the code, as this is what is used to find them in the queue to either remove, add or stop.

Multi-Threading queue

Exe

http://www.arden.ie/wp-content/plugins/downloads-manager/img/icons/winrar.gif download: Multi-Threading Queue Application (376.01KB)
added: 20/11/2009
description: Multi-Threading Queue Application

Src

http://www.arden.ie/wp-content/plugins/downloads-manager/img/icons/winrar.gif download: Multi-Threading Queue Source Code (8.00KB)
added: 20/11/2009
description: Multi-Threading Queue Source Code

arden.ie kickstart

Setting up the new content and hope to get all bugs/settings ironed out. Stay tuned!

Return top

arden.ie

Nasty PC's moved to archive section but still accessible!