Cruachan

6,895
reputation
441 views

Registered User

name Cruachan
member for 1 year
seen 6 hours ago
website
location Scotland
age 49
IT Consultant and Developer. Currently working mainly on web applications, but ongoing strong interest in spatial data systems, graphics and 3D visualization of all types. Real name if you want to talk to me is Kevin Woolley, but I've been using Cruachan as a handle since helping to run the #Delphi channel on IRC back in the mid-90's so it's the first thing I reach for when registering anywhere - and it's a great mountain too.

20 years IT experience in numerous business sectors. I've acquired a large cupboard of old technologies - from Cobol to Delphi and OS/360 to HP-UX with considerable experience as as DBA and Systems Analyst mixed in there too. Obsessive neophile always on the look out for new shiny to play with and still in love with coding. Most recently obsessing over how Python is a really neat language and playing with possible iPhone developments.
Dec
11
answered Getting a VB6 Application to Work in Windows 7 If You Can’t Recompile
Dec
11
comment Delphi: Why can I link this function statically but not dynamically?
Hmm, another thought and one that's tripped me up before. Make sure your data types are consistent. For example the Delphi realvariable type is not the same as double or float (floats are usually 4 bytes, doubles 8, and real 6)
Dec
10
comment Delphi: Why can I link this function statically but not dynamically?
That's OR, not XOR I hope? (like you did try both at once?)
Dec
10
answered modern windowless popups
Dec
10
answered Delphi: Why can I link this function statically but not dynamically?
Dec
9
comment Why isn’t LISP more widely used?
Upvoting for the comment about 9-5 programmers - which will be a large set overlap with those who don't get recursion. Likewise I've never found recursion hard, but in practise I find I rarely use it, and where there's a conventional loop of about or even slightly more complexity I go for the loop, principally because recursion always gives me that slight concern over stackoverflows
Dec
8
answered Single vs Double datatypes
Dec
7
comment Lightbox not working in Ajax.Updater div (prototype)
Thanks for this, it just solved the exact same problem for me. Also in my case I needed to remove the existing events as if not the lightbox was called twice
Dec
6
awarded  Mortarboard
Dec
6
accepted Curving from one point to another
Dec
6
revised Curving from one point to another
spelling
Dec
6
comment How Do I Find Good Graphic Designers for my Web Application Projects?
Please, DO NOT CLOSE THIS. I'm aware it's subjective, but I've run across the exact same problem on countless occasions.
Dec
6
answered Curving from one point to another
Dec
6
answered Determine font color based on background color
Dec
4
answered What’s the easiest way to import a new table into MySQL v5 from CSV?
Dec
3
asked exclude files from rewrite rule in .htaccess
Dec
2
answered PHP and MySQL warning question Help?
Dec
1
answered Random Decision Algorithm
Nov
26
comment Weird SQL Server behavior
Why do you think it's weird?
Nov
23
revised Access and classic ASP error 80004005 System resource exceeded.
added 174 characters in body
Nov
22
comment Access and classic ASP error 80004005 System resource exceeded.
Oh absolutely and amen to that. I didn't write this and in fact I'm working on a replacement system, but we need to fix the current issue in the meantime
Nov
22
revised Access and classic ASP error 80004005 System resource exceeded.
added 47 characters in body
Nov
22
comment Access and classic ASP error 80004005 System resource exceeded.
Set objCon = objCommand.Execute
Nov
22
comment How can I connect a Snow Leopard computer to a Windows 7 homegroup?
Defiantly Superuser
Nov
22
asked Access and classic ASP error 80004005 System resource exceeded.
Nov
22
answered C unsigned int array and bit shifts
Nov
21
comment What was trickiest code you’ve ever written?
Actually you know, if this was the first ever code you wrote there would be an argument for saying it's the trickiest 'cause you've got to grasp the concept of a programming language to get this far
Nov
19
answered MYSQL DATE function running insanely slow in LEFT JOIN
Nov
19
comment MYSQL DATE function running insanely slow in LEFT JOIN
How many rows in each table and which columns are indexed?
Nov
17
answered How do you specify table padding in CSS? ( table, not cell padding )
Nov
17
comment Can I use JS encryption instead of SSL for credit card payments?
If this doesn't make the Podcast I'll be very surprised - question of the week please Joel/Jeff!!
Nov
17
revised Access against MySQL or Postgres?
added 266 characters in body
Nov
17
asked Access against MySQL or Postgres?
Nov
12
accepted Templated HTML Editor
Nov
12
awarded  Popular Question
Nov
11
answered Specific programming text editor for simple open/close editing
Nov
11
comment What is the state of non-Objective-C programming for iPhone?
I replied to @minguel but heard nothing back
Nov
10
answered Database design - exposing Primary Key
Nov
10
comment How do you become a programmer?
This is true, to some extent. However it's a fact that not everyone can be taught to code. It's not a superior/inferior thing it's just a that some people have minds which work the right way to code, but most don't.
Nov
10
revised Small footprint php framework suggestions
added 496 characters in body
Nov
10
answered Small footprint php framework suggestions
Nov
10
comment Templated HTML Editor
I don't know, because I work almost exclusively in the code editor part of Dreamweaver using the wysiwyg panel for previewing. I find it's just a lot faster and more integrated than using Aptana or whatever then previewing in a browser window. The latest version is pretty neat for editing css in a similar wysiwyg manner to html
Nov
9
comment Wrestling with SQL
heh, I posted my original answer before he added the rider about created. But I still think using this as a view and joining back is simpler to understand for ongoing maintenance purposes
Nov
9
comment Wrestling with SQL
Unless there are tens of thousands of rows involved then there's not going to be a big efficiency hit and having a view of distinct ids available for use elsewhere is nicely modular and easy to understand
Nov
9
comment Wrestling with SQL
Myself I'd just make a view then use that to join back to the tables for any additional fields
Nov
9
revised Wrestling with SQL
added 233 characters in body
Nov
9
answered Wrestling with SQL
Nov
9
comment What is the state of non-Objective-C programming for iPhone?
Could be, I just downloaded the evaluation version - which just supports the emulator - and it really was pretty horrible to work with. I would put up with it to compile up a library I would like to use on the iPhone for a project, but that failed anyway because the mono implementation is missing a fair bit at the moment.
Nov
9
answered Templated HTML Editor
Nov
9
answered What is the state of non-Objective-C programming for iPhone?