What do I do if someone reports a spelling mistake on one of our pages? I check that they're right (OK - I usually know straight away that they ARE as I'm one of the world's worst spellers and often distort one word into another valid word), and fix the page. And drop them a brief "thank you" of c ....
The lines in a photograph lead the eye to the distant point where they converge. Try that out with some recent pictures I have taken
Power lines cross the fields behind our HQ in Melksham - and the eye follows to where they meet the horizon
The hedge, the amphibian barrier, and the fence aroun ....
If you've been programming for a while, you have probably come across one or two of those code bugs that are really really really hard to reproduce, track down and fix. And yet - when you do track them down / fix them from live (production) code, your users / customers just shrug their shoulders an ....
With all the words in the world, and the ability to make more up, isn't it astonishing that we have in our business some confusingly similar names for programming languages!
C v C++ v C#
C is the bedrock language that's used to write all the modern operating systems, device drivers, other language ....
From Melksham at 04:00 to Blue Ridge, Georgia, at 17:30 (or 21:30 if you use the same time zone). Visiting Alyssa and Tyler. 2 cars, 2 buses, 1 railed transit, 1 aircraft. We started counting the number of queues we had to go through when we were at Gatwick, and we gave up counting ... while stil ....
You might have thought that the longest day was 21st June (in England) and 21st December (in Australia), but of course the longest day for a programmer is Wednesday, 28th September. That's the test day that you should use to see weather your text fits or whether your line folds ... the longest day ....
If you're running an Apache Tomcat web server, how do you customise your error documents? Add an <error-page> tag set into your web.xml file
To change this:
into this:
I added the following to by web.xml:
<error-page>
<error-code>404</error-code>
<location>/broken.html< ....
In answer to the question "Graham - what options can you offer me for a course similar to [gave me URL of an advanced server side Java course run by another training company, but not scheduled until late summer]?" from a potential course booker. I replied ...
The description you have referred me ....
We offer two C courses - varying depending on the background of the delegates.
For delegates who have prior programming experience, our two day Programming in C course will help them convert from VB, or Perl or Java or Fortran or Cobol ... the course assumes a knowledge of programming techniques su ....
MySQL is a really good database and it's been available for a very long time under an open source license - indeed this piece of text will be stored in a MySQL database when I've added it to our web site using the Movable Type software , and pulled back from there using both Movable type software (h ....