The Well House Newsletter - Friday, 1st May 2009
About us and this newsletter [link] ...
Previous editions: March 2009January 2009November 2008September 2008July 2008May 2008March 2008January 2008November 2007 • or current edition

Public Transport Training from Well House Consultants And also ... Tcl, Tcl/Tk and Expect Programming in Lua Python Programming Well House Manor - Hotel and Training Centre Apache HTTP and Tomcat Servers The Perl Programming Language and its use Ruby and Ruby on Rails PHP - the language and its application C and C++ Programming Linux and Shell Programming Melksham SQL and MySQL For the Webmaster, Postmaster and moderator Java and the Java Environment Fun and Flames Running a training and hotel company Around, about and nearby to Wiltshire Client Side Languages (HTML, CSS, Javascript) Keynote Articles General Programming Topics
Keynote article ...

Looking for a career change - Physician to Web Site Designer

A change of career mid-life has always been popular, and something more sedentary has often been the choice of people who have started off in something that's predominantly active such the military or sport. I have trained an Olympic Judo Champion ... in programming. And with the current economic changes around the world, there are far more people exploring this sort of option at present. For some it will work, and will work well but for others it will be a frustrating road if they're lacking in the commitment or aptitude. So - should you take this route / this new career path is you're thinking about it?

It's worth looking at. It's worth considering the options, it's worth seeing if you enjoy the challenge. And it can be done. I headed this article "Physician to web Site Designer" as I have just completed an email response to someone who's considering that route, and asked if I could write him a series of tutorials so that he could learn at "nominal cost" and save himself course and travel fees; I had to write back and say "no" as it doesn't make sense for me to invest all my time (and time = money) into him when he's not prepared to invest his own money and - I suspect not enough of his time. But at the same time, I have given training - and just a very little training - to a surgeon who has gone on to do really great things in IT. There was an aptitude, a clear thought process, and a focused mind there and I was very much the facilitator rather than the ogre pushing him along, or the encourager who kept picking him up when a code issue or other frustration arose.

A change from xxxxx to IT / Web design / PHP is a huge change. There's a lot to learn and there are a lot of good people out there ahead of you.

Still reading?

Then let me share the second tranche of my answer to "Craig", who wrote 'I expect you'll know what this issue is and sort it quickly' as he wrote about something I didn't actually know, but read up on within a couple of minutes and could offer some direction on.

I wrote:

I've been in IT for the best part of 40 years - you talk about me being quick sorting these these things out and, yes, I probably am, simply because I've seen so many things happen. An aptitude for it is just one small element - it's the experience of saying " yes - I've seen that sort of pattern before and the type of thing to look for is xxxxx".

I used to say that I could often do in a day what a newcomer would take a week to do, but I have changed that to "I can often do in a morning". And that's simply the time saved by experience of being able to code quickly (near automatically), to reuse my own and other's code, and to spot errors very quickly indeed - and again there's an experience factor there. There are probably eight to 12 really common errors in PHP, for example, and some of them are not obvious from the error messages to the newcomer. The newcomer often blames PHP (or the other language he's using) for this obtuseness, but in my view is wrong to do so. For every time you run a script and get an error message, you'll run that same script thousands of times after correcting the error, and the last thing you want is a performance hit added to the language because it's spending time making the messages really useful for 1 case in a thousand. (If you're concerned with this, go for the Java model where code is not compiled every time - but that's another story!)

Why am I writing this ... even in an answer like this - for efficiency / re-use. This is not the first time I've been asked a question like this, it won't be the last, and it's going be added to my resource kit ;-) .... a.k.a. my blog. Then I can refer back to it easily. And even in that statement there's something of the philosophy of coding coming through.

If you are looking at a career change to web sites / computing (and this change, which has always been a popular aspiration, is even more prevalent at the moment) then you need to be prepared to invest heavily in doing so, and know that there's a lot of competition out there and you will need the aptitude for it to work for you, or enjoy it so much that you can put in long, long hours which will often be frustrating. The investment I talk about will certainly be an investment in time - on projects that take you five times longer than they would take me, and at the end of which you say "if only I had known when I started" so you may end up redoing them. And it may be a financial investment too. Training courses such as the ones we offer can seriously short-cut some elements of the time taken, and can save you an awful lot of experimenting by helping you learn how to read code and fix code errors, how to code for re-use, and how to avoid blind alleys - and the gains carry on for years and years after the course.

Naturally, as a training provider I recommend the use of such courses but if you choose to say "they're not for me" then you can still get there. Your road will be a longer one, and if you value your time even at 25c per hour, you'll probably end up spending more in the long term, finishing up with code that's not going to be as clean / robust / maintainable. Ah - but I did say "probably". It's possible that you could be a budding Rasmus Lerdorf, Larry Wall or Guido van Rossum and produce something that's quite extraordinary, very quickly, and takes the world by storm. But come to think of it, I don't know what courses if any they attended!

Enough of my writing ... good luck however you choose to go. And do look us up if you happen to be in the UK and passing near to our area at any stage in the future.
(this article written on 2009-04-28)

Other articles ...

Apache HTTP and Tomcat Servers
[2120] Java on the Web Server - course for delegates with some prior Java experience - (new - 2009-04-06)
[2096] Where is my new Apache httpd installed - (new - 2009-03-22)
[2094] If you have a spelling mistake in your URL / page name - (new - 2009-03-21)
[2088] Changing the 404 - file not found - page in Tomcat - (new - 2009-03-18)
[2082] Jmeter - a first test case - (new - 2009-03-14)
[2081] Connecting jconsole remotely - the principles - (new - 2009-03-14)
[2080] Using ApacheBench and jconsole to test and monitor Tomcat - (new - 2009-03-14)
[2079] Java - Memory Allocation and garbage collection - (new - 2009-03-14)
[2077] Why put Apache httpd in front of Apache Tomcat - (new - 2009-03-12)
[2072] Copyright, Portability and other nontechnical web site issues - (new - 2009-03-09)
[2063] Internal Dummy Connections on Apache httpd - (new - 2009-03-02)
[2062] Virtual hosting and mod_proxy forwarding of different domains (httpd) - (new - 2009-03-01)
[2061] Tomcat 6 - Annotated Sample Configuration Files - (new - 2009-03-01)
[2060] Database connection Pooling, SSL, and command line deployment - httpd and Tomcat - (new - 2009-03-01)
[2059] Sharing the load between servers - httpd and Tomcat - (new - 2009-02-28)
Top or Show all for Apache HTTP and Tomcat Servers

C and C++ Programming
[2086] C Programming v Learning to Program in C. Which course? - (new - 2009-03-17)
[2005] Variables and pointers and references - C and C++
[2004] Variable Scope in C++
[2002] New C Examples - pointers, realloc, structs and more
[1675] Comparing Objects in C++
Top or Show all for C and C++ Programming

Melksham
[2128] Wiltshire - where everybody matters - (new - 2009-04-13)
[2119] Make your business a DESTINATION business - (new - 2009-04-05)
[2111] Business Networking for Melksham - 23rd April - (new - 2009-04-01)
[2095] Blue Ridge and Melksham Chambers of Commerce - (new - 2009-03-21)
[2066] Melksham Industrial - (new - 2009-03-04)
Top or Show all for Melksham

Training from Well House Consultants
[2041] httpd, Tomcat and PHP course enhancements
[2032] Mobile Internet - an alternative to hotel WiFi
[1996] Advise before my Apache / Tomcat course
[1989] So sad to see you go
[1933] Learning to Program in C
Top or Show all for Training from Well House Consultants

Running a training and hotel company
[2126] Weeding out old phone numbers - (new - 2009-04-11)
[2125] We have lost a regular business guest - (new - 2009-04-10)
[2124] Building down expectations - (new - 2009-04-09)
[2109] Why most training fails ... - (new - 2009-03-30)
[2102] What do people think of our Apache httpd / Tomcat course? - (new - 2009-03-24)
[2084] Books and distance learning from Well House Consultants? - (new - 2009-03-15)
[2074] Weekday or Weekend PHP, Python and Perl classes? - (new - 2009-03-10)
[2049] Why Choose Well House Consultants for your course?
[2044] Please Trouble me
[2021] Short health and safety course
[2010] How long should a training module be?
[2007] Launch of Melksham Food and Drink Festival
[2003] Discount Training Courses - PHP, Perl, Python
[1991] Rules for a King
[1975] Well House Manor Hotel - on plan for 2009 business guests
[1973] Required Request
[1957] Why are cooks bad tempered?
[1950] Copyright of Training Notes and Web Site
[1948] Blame Culture
[1927] Team changes at Well House - looking forward
[1915] Quietly putting prices up
[1913] Alastair Darling helps make paperwork and confusion
[1900] Table Topics
[1884] Recession? Depression?
[1877] Guests doing a bunk?
[1835] 23:30 bookings and midnight checkins
[1805] Carlisle High School - Class of 1973 Reunion
[1760] An opportunity for something new
[1758] Lindors Hotel, near St. Briavels, Wye Valley
[1713] Ways to accept credit cards - or not!
[1698] Dealing with The Press
[1673] Spam Filters ... are working!
[1672] The Composting Cone Challenge
[1637] Providing exceptional service - and carrying on doing so.
[1626] Early May - a short chance to regroup and improve
[1622] An extra step - victory from defeat
[1606] Sheep Shearers, Marathon Runners and Ocean Sailors
[1597] Comparing hotels - as a guest and from the proprietors view
[1585] Well House Consultants / Manor - Staff
[1580] Congratulations, Martin and Marta
[1571] Await guests in the early hours
[1548] Hotelympia - show report - the lighter side
[1547] New bathing idea for hotels from Hotelympia
[1525] Just one thing let the service down - but that is my memory
[1520] Terms and Conditions - Hotel, England - plain English
[1516] Pictures you can use - for free - from our library
[1490] Software to record day to day events and keep an action list
[1458] The wrong way to put up prices
[1453] What makes our courses special?
[1445] Looking after you Christmas Customer Crowds
[1441] On cancellations, rebooking, and pricing schemes
[1434] Market survey - to learn, to prove a point, or to sell your product?
[1433] Linux, PHP, Tcl, Ruby, C, C++ - last minute training course availability
[1422] Wiltshire - speaker / after dinner talker offer
[1421] Castle Lodge Hotel, Ely, Cambridgeshire
[1413] The little gestures that can really count
[1406] Away or home - which do I prefer?
[1393] First Alternative / what has happened there?
[1374] Maidenhead Coffee Challenge
[1373] New Month, New Quarter, New Laws
[1371] Hotel in Melksham at Christmas
[1369] One business, four different angles!
[1356] Crystal Ball - How long do I need to be online?
[1354] Match the Bedroom to the Hotel
[1347] Wireless Internet Access at hotels - an update and some pitfalls
[1333] Kasteel Elsloo - Michelin rated hotel.
[1324] Well House Manor appoints a General Manager
[1319] Customer feedback - lifeblood of a business
[1311] What do people look for on a hotel web site?
[1301] Plastic or China
[1287] Work and play at Well House Manor - Football and Shell Shortcuts
[1285] In the army, or in civvie street?
[1262] Keep in touch with PHP, Perl, Python and old friends too
[1248] How NOT to oversell a hotel
[1243] Heavy duty hole punch
[1211] A lot has happened in a year
[1205] Arrival and Departure experiences - another hotel
[1180] Conjugation
[1179] Sizing sheets and other domestic issues
[1165] Extended Credit request - train in June and be paid in September
[1161] A contrast in room rates and facilities
[1159] It can take more that one plus one to get two.
[1122] Hotel - online feedback forms compared
[1108] Express service
[1105] A week is a long time in the life of a conference centre
[1098] Three big events - TWSW, Business of the year and the police
[1091] The Psyche is all wrong.
[1090] Too many instructions, too much detail
[1087] Telling a story in different ways
[1084] Writing terms and conditions for conferences and other events
[1083] Behind the scenes
[1048] Getting rid of people - hotel techniques
[1046] Bounce, bounce, bounce
[1026] The Wheatsheaf 2, The Bell 0
[1022] No courses. No hotel guests. Rushed off our feet!
[1011] Well House Manor and Beechfield House, Hotels, Melksham
[1007] Friends and family
[1002] Meet the neighbours
[1000] One Thousand Posts and still going strong
[988] You should think you're first in a hotel room
[982] Notes from the white board
[979] Empty seats, Nodding Donkeys and buses
[972] Both one team and two
[966] CSL, KISS and RTFM
[961] Products that our customers want more of
[951] What happened at Geekmas
[944] Just ******* Google it
[941] Snagging
[939] Swipe cards for hotel rooms - Security issues
[932] A tale of a wee wall
[931] Before and After - Well House Manor
[927] Hotel door furniture
[922] Staying at your own hotel
[906] A commitment we won't be making
[902] Brand new hotel and training centre, Melksham
[895] Welcome, Martin
[894] Where quality costs less
[890] Open
[884] Drive time
[883] Age discrimination law
[881] Coming together.
[869] UNABLE TO ATTEND
[868] Smoking, or no
[862] 4 weeks to go
[858] From the Manor written
[855] Fitting our bathrooms
[852] Eventful evening - a lesson in looking after contacts
[849] Staff Meeting
[844] Hotel, Melksham, Wiltshire
[838] Talking about other training companies.
[816] Above the parapit, Well House Manor
[813] Monday Morning at Well House Consultants Melksham
[808] Sales call
[797] Writing up new C / C++ notes.
[774] Bed and Breakfast, or Hotel?
[769] King Edward VII - days of empire
[766] Discounts and approved supplier lists
[759] Watch your Google profile
[756] Seeing the bricks for the trees
[751] Want to be a technical trainer in the UK?
[742] A visit from the solicitor
[739] The eye
[736] New Tape Librarian
[734] Keeping customers informed by email
[729] Career development advice
[725] Better communication
[722] I'm answering a job applicant
[721] Residential
[720] Planning a hotel refurb - an example of a Gant chart in PHP
[714] Room for Octopuses
[699] Extremes costs of getting on line
[693] The on line booking experience
[677] Sympathetic development
[652] Morning Post
[628] Active Learning
[627] JIT or JAU
[621] And the staff put the icing on the cake
[619] If its Sunday, it must be the Norland
[609] Been on a course, but still not got it?
[587] Job vacancy - double agent wanted
[585] Looking for Python staff
[571] Well House Manor
[569] Instructions for bright people
[566] May all your screw-ups be big ones
[555] Hotel novelties
[552] Keeping Customers Informed
[545] Is training seasonal?
[536] Cancellations and penalties
[514] Crazy Day-sies
[503] 10 years C# knowledge please
[491] Being atypical is typical
[487] On line course booking - credit card protection
[482] Different ways of selling
[480] New look to website
[470] I wanna be a Python trainer
[467] Tell them three times
[458] Final courses of '05 coming up ....
[457] Do the work and take the risk - a PHP contract to avoid
[440] Upgrade!
[438] Fair system for travel and accommodation expenses
[408] Can an older person learn a programming language
[407] Theft of training material
[402] Netless
[399] simplicity hides real size
[398] Training course material - why we write our own
[393] Trainer answers phone
[389] Tough Love
[385] Feast or famine
[350] Want to be one better
[327] How far should our support go
[321] Sales - the alternative close
[297] A reminder that the customer is King
[285] What career opportunities for web designers
[281] What they are saying about our OF COURSE newsletter
[265] Business practise, 2005 style
[253] Finding the right holes
[251] WIBNIF
[233] Giving customers best value
[226] Growing our systems
[217] Use of time
[211] Look after your staff and they'll look after you. AOL.
[203] Holes in on line information
[200] Tips for the top
[198] A new skill may not be quick and easy
[195] Customer service - examples to warn us
[189] Tuesdays and Fridays
[188] Pink elephant and appreciation
[180] Skunk works
[171] Skills and techniques of being a successful trainer
[157] Automatic service upgrades
[150] Confession
[137] Certification schemes
[129] Trawling our site to prevent student copying
[126] Feedback shows the tip of an iceberg
[125] Staff theft
[121] Fair and Simple
[108] A typical morning
[95] Five red flags
[91] On line every 24 hours
[88] Getting the right level of trainer
[77] Telephone systems
[72] On Customer Service
[68] Get the strategy worked out and the tactics just fall into place.
[57] Posting 1000 letters!
[27] Sales technique
[17] Differing tastes
[15] 90 to 10 or 80 to 20 rule
[9] Study room - the Oxford train
[7] Writing on a Sunday
[4] Seeing the wood for the trees.
Top or Show all for Running a training and hotel company

Well House Manor - Hotel and Training Centre
[2076] A New Advert for Well House Manor - (new - 2009-03-11)
[2014] First Class
[1968] Review of 2008
[1929] 2009 - Hotel, Meeting, Training Course prices
[1907] Melksham Hotel Rates
Top or Show all for Well House Manor - Hotel and Training Centre

For the Webmaster, Postmaster and moderator
[2145] Using the internet to remotely check for power failure at home (PHP) - (new - 2009-04-29)
[2116] Why do we delay new forum members through authorisation? - (new - 2009-04-03)
[2103] Ask the Tutor - Open Source forum - (new - 2009-03-25)
[2065] Static mirroring through HTTrack, wget and others - (new - 2009-03-03)
[2056] Web Site Loading - experiences and some solutions shared
Top or Show all for For the Webmaster, Postmaster and moderator

General Programming Topics
[2099] Should I maintain the programming code on my own website? - (new - 2009-03-23)
[2092] Tracking difficult bugs, the programmer / customer relationship - (new - 2009-03-20)
[2048] Learning to program in PHP, Python, Java or Lua ...
[2022] Pre and post increment - the ++ operator
[2001] I have not programmed before, and need to learn
Top or Show all for General Programming Topics

PHP - the language and its application
[2137] Reaching the right people with your web site - (new - 2009-04-23)
[2107] How to tweet automatically from a blog - (new - 2009-03-28)
[2097] PHP Course - for hobby / club / charity users. - (new - 2009-03-22)
[2073] Extra PHP Examples - (new - 2009-03-09)
[2071] Setting up a MySQL database from PHP - (new - 2009-03-08)
Top or Show all for PHP - the language and its application

Java and the Java Environment
[2115] Finding your java program - the CLASSPATH variable - (new - 2009-04-02)
[2114] Which Version of Java am I running? - (new - 2009-04-02)
[2091] C, C++ and C# ... Java and JavaScript - (new - 2009-03-20)
[2087] Comparing Java Courses - what can we do? - (new - 2009-03-17)
[2058] Invoker and cgi servlets on Tomcat 6 - (new - 2009-02-27)
Top or Show all for Java and the Java Environment

Around, about and nearby to Wiltshire
[2142] Riverside Development - (new - 2009-04-26)
[1930] Bath Christmas Market
[1859] Wiltshire at dawn - the tourist trail
[1851] Pictures from a delegate
[1846] Old Piles of the South West
Top or Show all for Around, about and nearby to Wiltshire

The Perl Programming Language and its use
[2129] Nothing beats Perl to solve a data manipulation requirement quickly - (new - 2009-04-14)
[2070] Converting to Perl - the sort of programs you will write - (new - 2009-03-08)
[2069] Efficient calls to subs in Perl - avoid duplication, gain speed - (new - 2009-03-07)
[2067] Perl - lists do so much more than arrays - (new - 2009-03-05)
[2047] Small Web Server in Perl
Top or Show all for The Perl Programming Language and its use

Client Side Languages (HTML, CSS, Javascript)
[2135] What features does this visitors browser support? (PHP) - (new - 2009-04-22)
[1998] Text on a background image
[1926] Flash (client) to PHP (server) - example
[1831] Text formating for HTML, with PHP
[1814] Javascript/HTML example, dynamic server monitor
Top or Show all for Client Side Languages (HTML, CSS, Javascript)

Ruby and Ruby on Rails
[2104] Ruby Programming and Rails - 4 different courses in one - (new - 2009-03-26)
[1891] Ruby to access web services
[1890] MySQL database from Ruby - an example
[1889] Ruby mixins, modules, require and include
[1887] Ruby Programming Course - Saturday and Sunday
Top or Show all for Ruby and Ruby on Rails

SQL and MySQL
[2134] Oracle take over Sun who had taken over MySQL - (new - 2009-04-21)
[2110] MySQL - looking for records in one table that do NOT correspond to records in another table - (new - 2009-03-31)
[2085] MySQL - licensing issues, even with using the name - (new - 2009-03-16)
[2053] What a difference a MySQL Index made
[1935] Summary of MySQL installation on a Linux system
Top or Show all for SQL and MySQL

Tcl, Tcl/Tk and Expect
[2040] Error: Cant read xxxxx: no such variable (in Tcl Tk)
[1785] What is running on your network? (tcl and expect)
[1782] Calling procs in Tcl and how it compares to Perl
[1614] When an array is not an array
[1613] Regular expression for 6 digits OR 25 digits
Top or Show all for Tcl, Tcl/Tk and Expect

Programming in Lua
[1847] Lua - IAQ (Infrequently Answered Questions)
[1845] Passing a table from Lua into C
[1844] Calling functions in C from your Lua script - a first HowTo
[1842] Lua Course, and the Wiltshire Countryside too
[1841] Formatting with a leading + / Lua and Perl
Top or Show all for Programming in Lua

Python Programming
[2123] Using Python with OpenOffice - (new - 2009-04-09)
[2020] Learning Python - many new example programs
[2018] UnboundLocalError - Python Message
[2017] Python - a truly dynamic language
[2013] wxPython - Introduction and sample
Top or Show all for Python Programming

And also ...
[2146] An evening excursion to Devizes and Avebury - (new - 2009-04-30)
[2141] Town Crier competiton - (new - 2009-04-25)
[2140] Beware - giving copyright away when you upload a picture - Dogs Trust - (new - 2009-04-25)
[2132] Learning about Lurchers - (new - 2009-04-18)
[2121] Out in the Vale of Pewsey - (new - 2009-04-07)
[2118] Spring Sprung - (new - 2009-04-05)
[2113] Answering a question with a question - (new - 2009-04-01)
[2112] Whatever next ... the joys of being an employer - (new - 2009-04-01)
[2106] Learning to Twitter / what is Twitter? - (new - 2009-03-28)
[2105] Hire Car, from Atlanta Airport - (new - 2009-03-27)
[2101] A B C D of GA and TN - (new - 2009-03-23)
[2100] Visiting Family - (new - 2009-03-23)
[2098] A room without a view - (new - 2009-03-22)
[2093] Leading Lines - (new - 2009-03-20)
[2090] Melksham to Georgia - (new - 2009-03-19)
[2078] A lot has changed - but the memory lingers on - (new - 2009-03-12)
[2068] Playing Catchup - (new - 2009-03-06)
[2064] East of Melksham Countryside - (new - 2009-03-02)
Top or Show all for And also ...

Public Transport
[2133] Bigger and better this year! - (new - 2009-04-20)
[2083] Do you support a decent train service? Please sign up! - (new - 2009-03-15)
[2075] Supporting Parkinsons and Trains - (new - 2009-03-11)
[2057] Train and Coach fares from London (and airports) to Melksham
[2042] Wiltshire Rail Service Update
Top or Show all for Public Transport

Fun and Flames
[2143] Throughout the year, around the world - (new - 2009-04-27)
[2138] Ski bore ... train bore ... dog bore - (new - 2009-04-24)
[2131] Patterns in street names - (new - 2009-04-17)
[2127] Call in the professionals! - (new - 2009-04-12)
[2122] Commission Creep - (new - 2009-04-08)
[2108] Funny Amusing, Funny Amazing and The Smarts - (new - 2009-03-29)
[2089] The Longest Day - Wednesday, 28th September - (new - 2009-03-18)
Top or Show all for Fun and Flames

Keynote Articles
[2144] Looking for a career change - Physician to Web Site Designer - (new - 2009-04-28)
[1955] How to avoid duplicating web page maintainance
[1857] November and December Public Course Schedule
[1773] The Longest Possible Day
[1414] What we teach - expained for the non-technical
Top or Show all for Keynote Articles

Linux and Shell Programming
[2139] OS Commerce install made simple - (new - 2009-04-24)
[2130] Javascript - move cursor over image to change a different image. - (new - 2009-04-16)
[2117] Choosing a railway station fairly in PHP - (new - 2009-04-04)
[2035] 1234567890 ... coming up on Friday 13th
[2023] sw_vers - what version of OSX am I running?
Top or Show all for Linux and Shell Programming

Public Transport Training from Well House Consultants And also ... Tcl, Tcl/Tk and Expect Programming in Lua Python Programming Well House Manor - Hotel and Training Centre Apache HTTP and Tomcat Servers The Perl Programming Language and its use Ruby and Ruby on Rails PHP - the language and its application C and C++ Programming Linux and Shell Programming Melksham SQL and MySQL For the Webmaster, Postmaster and moderator Java and the Java Environment Fun and Flames Running a training and hotel company Around, about and nearby to Wiltshire Client Side Languages (HTML, CSS, Javascript) Keynote Articles General Programming Topics

A little more about this newsletter ...

At Well House Consultants, we run niche IT training courses ... and we run a hotel for delegates on those courses and other visitors to Melksham too. And we make a lot of friends - have a lot of ambassadors with whom we want to keep in touch. So every day Graham (that's me, writing this piece) puts together an article or two which might include the latest sample programs that I've written during the current course, new information about Well House Manor - our business hotel, tips on search engine optimisation, announcements of upcoming public courses, pictures of local places, and even (on occasions) rants and whimsical pieces to keep those friends up to date and in touch. The feeds are available directlt via the Blog - "The Horse's Mouth", they're on our Twitter Feed and you can find me at my LinkedIn profile. But most people just want to look us up occasionally - every month or two, and then to catch up on the latest news just for their particular subjects of interest ... and that's what this newsletter is about

You'll find above the titles of ALL the new articles written in the last two months, listed by major subject area, and showing as (new) with their date of publication. You'll find additional articles in each category too - topping each category up to a minimum of five articles. And you'll find a link at the end of each section which lets you expand that section to show the titles of every article that's been published in that section. After all, "the old ones are often the best ones", aren't they?

go to Top or other editions March 2009January 2009November 2008September 2008July 2008May 2008March 2008January 2008November 2007 • or current edition


Training sample © 2025, WELL HOUSE CONSULTANTS LTD
This is http://www.wellho.net/demo/newsletter.php
Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
Phone: +44 (0) 1225 708 225 • EMAIL: info@wellho.net • WEB: http://www.wellho.net