Melksham has a wonderful array of retailers in the town ... but many of them are not obviously located and not well known. The three local bodies are putting together a map showing the town, and where all the businesses are located ... and I have spend several hours each day this week walking round ....
Should I shout, or whisper? An excellent product, but a dreadful company to deal with. I ordered a mobile broadband connection and router to go with it on 11th April and here we are - 21st May - with it just working. Not exactly technical problems - I knew exactly what I wanted as it was a repea ....
Act 1 is boring, and sets the scene. Act 2 fills in the plot. In act 3, all the pieces come together and the show was a rising climactic conclusion. And the audience leaves the theatre in a buzz, thrilled and remembering a great evening.
The model works well for training courses and presentation ....
So I'm new(ish) on Twitter ... what do those @ symbols and things like RT and OT mean? Brent Ozar explains in his blog, and also tells us why people follow and why people don't follow. OK - I'm learning here; I know I'm doing some things that may discourage a proportion of followers. But then, I'm ....
I congratulate Trowbridge Chamber of Commerce on their Business to Business event ... which I attended this morning. The Trowbridge Civic Centre packed with booths - a chance to re-make old acquaintances, network, and meet some new faces. And also a chance to look at how others present themselves, ....
Yes, we are Well House CONSULTANTS and do a bit of specialist coding ...
I have a requirement on my plate at present to write a piece of code for a customer that recognises cross reference codes within a document and turns them into links. And what makes the task quite difficult is that the refere ....
Have you ever looked around your picture libraries for a picture of a particular place? I've just been doing so, and suggested to a delegate that cameras should have GPS systems on them. Apparently some do, so it's now just a question of getting the camera to use the latitude and longitude in the ....
I'm a great believer in "Raising the standards of professionalism in training" - that's the byline of the Institute of IT Training - so when they approached us about becoming a certified member, I listened carefully.
Cynics will say that you "get nowt for nowt in this life" ... and indeed that see ....
Both Apache httpd and Apache Tomcat are popular web servers - and most people who use Tomcat 'front' it with httpd. We run an Apache httpd course (under Linux / Unix) and also a combined httpd and Tomcat course so we're very familiar with those "Frequently Asked Questions" that everyone wants to ha ....
In Java you can write a class from scratch, or you can write one class based on another, using the 'extends' keyword and providing only the methods that change in the new class from the base class, plus any extras.
Let's say we're writing an accounts system, for example ... we have a base class tha ....