The Well House Newsletter - Wednesday, 1st July 2009
About us and this newsletter [link] ...
Previous editions: May 2009March 2009January 2009November 2008September 2008July 2008May 2008March 2008January 2008 • 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
[2186] An FAQ on the Apache httpd and Apache Tomcat web servers, and on using them together - (new - 2009-05-17)
[2184] Choosing the right version of Java and Tomcat - (new - 2009-05-16)
[2163] CATALINA_OPTS v JAVA_OPTS - What is the difference? - (new - 2009-05-09)
[2120] Java on the Web Server - course for delegates with some prior Java experience
[2096] Where is my new Apache httpd installed
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?
[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++
[1674] What a lot of files! (C++ / Polymorphism demo)
[1671] Compiling C programs with gcc - an overview
[1670] Dynamic Memory Allocation in C
[1669] What are Unions (C programming)
[1589] Dynamic Memory Allocation in C - calloc, realloc
[1584] Using Structs and Unions together effectively in C
[1572] C - structs and unions, C++ classes and polymorphism
[1478] Some new C programming examples - files, structs, unions etc
[1155] Pointers in C
[925] C++ - just beyond the basics. More you can do
[888] Turning C from source to a running program
[885] Why do we still need C?
[802] undefined reference to typeinfo - C++ error message
[801] Simple polymorphism example - C++
[799] The case for exceptions
[798] References and Pointers in C++
[318] Choosing a theme
[304] Training courses in the C language
Top or Show all for C and C++ Programming

Melksham
[2262] History is not always pretty - (new - 2009-06-30)
[2260] Important - the future of Melksham / Chamber of Commerce - (new - 2009-06-28)
[2239] Cornerstone Cafe, Melksham - (new - 2009-06-14)
[2236] Alumni - revisiting and supporting the old University - (new - 2009-06-13)
[2220] Melksham Traders - where do we go? - (new - 2009-06-05)
[2194] Melksham Business Map - Chamber of Commerce, Tourist Information and Town Council - (new - 2009-05-21)
[2181] You cannot please all of the people all of the time - (new - 2009-05-14)
[2175] Melksham in pictures - (new - 2009-05-11)
Top or Show all for Melksham

Training from Well House Consultants
[2258] Questions I have been asked on answering the phone - (new - 2009-06-26)
[2158] On the roof of a Melksham Spa House - (new - 2009-05-05)
[2041] httpd, Tomcat and PHP course enhancements
[2032] Mobile Internet - an alternative to hotel WiFi
[1996] Advise before my Apache / Tomcat course
Top or Show all for Training from Well House Consultants

Running a training and hotel company
[2255] Past PHP delegates / others - coding help needed for next 3 months - (new - 2009-06-23)
[2247] A day in the life of a hotelier - (new - 2009-06-18)
[2244] What should a web site cost you? - (new - 2009-06-16)
[2190] How you are (re)presented at an exhibition - (new - 2009-05-19)
[2187] Are we IITT (Institute of IT Training) members? - (new - 2009-05-17)
[2161] Get it right ... if it goes wrong, it takes so much effort to sort out! - (new - 2009-05-08)
Top or Show all for Running a training and hotel company

Well House Manor - Hotel and Training Centre
[2249] Public Transport from London to Melksham, Wiltshire - (new - 2009-06-19)
[2248] Getting home from Melksham - (new - 2009-06-19)
[2216] Past Delegate Offer - Summer Holiday / Weekend Break - (new - 2009-06-03)
[2076] A New Advert for Well House Manor
[2014] First Class
Top or Show all for Well House Manor - Hotel and Training Centre

For the Webmaster, Postmaster and moderator
[2254] Forum membership - a privilege not a right - (new - 2009-06-22)
[2246] What difference does using the XHTML standard really make? - (new - 2009-06-18)
[2225] How important is a front page ranking on a search engine? - (new - 2009-06-09)
[2214] Global Index to help you find resources - (new - 2009-06-01)
[2192] Copy writing - allowing for the cut - (new - 2009-05-21)
[2191] RT @brento - a valuable source for the twitter newbie - (new - 2009-05-20)
[2188] Camera to record where a picture was taken - (new - 2009-05-18)
[2179] Offers that I can refuse - (new - 2009-05-12)
[2177] Preventing forum spam - checks at sign up - (new - 2009-05-12)
[2162] Admins thoughts on banning a member from a forum - (new - 2009-05-09)
[2156] Stopping forum spam - control of the signup process - (new - 2009-05-04)
[2145] Using the internet to remotely check for power failure at home (PHP) - (new - 2009-04-29)
Top or Show all for For the Webmaster, Postmaster and moderator

General Programming Topics
[2245] Client side (Applet) and Server side (Servlet) Graphics in Java - (new - 2009-06-17)
[2228] Where do I start when writing a program? - (new - 2009-06-11)
[2199] Improving the structure of your early PHP programs - (new - 2009-05-25)
[2189] Matching disparate referencing systems (MediaWiki, PHP, also Tcl) - (new - 2009-05-19)
[2173] Basic OO principles - (new - 2009-05-11)
[2171] Cleaning up redundant objects - (new - 2009-05-11)
[2170] Designing a heirarcy of classes - getting inheritance right - (new - 2009-05-11)
[2165] Making Regular Expressions easy to read and maintain - (new - 2009-05-10)
Top or Show all for General Programming Topics

PHP - the language and its application
[2222] A (biased?) comparison of PHP courses in the UK - (new - 2009-06-07)
[2221] Adding a newsfeed for your users to a multipage PHP application - (new - 2009-06-06)
[2215] If nothing, make it nothing. - (new - 2009-06-02)
[2196] New Example - cacheing results in PHP for faster loading - (new - 2009-05-24)
[2174] Application design in PHP - multiple step processes - (new - 2009-05-11)
[2166] Crossrefering documents with uniqueness and inconsistency issues - PHP proof of concept demo - (new - 2009-05-10)
[2160] PHP - getclass v instanceof - (new - 2009-05-07)
Top or Show all for PHP - the language and its application

Java and the Java Environment
[2218] Multiple web applications under Tomcat - what are the options? - (new - 2009-06-05)
[2212] Dripping taps, Java threads and the single thread model - (new - 2009-06-01)
[2185] Abstract Classes - Java - (new - 2009-05-16)
[2183] Servlet life cycle, and Java Servlet variable scope - (new - 2009-05-16)
[2155] No subject or title? - (new - 2009-05-03)
[2154] Bean Classes in Java and Java Database Connections - (new - 2009-05-02)
[2153] Class Loading and Variable Conversion in Java - (new - 2009-05-02)
[2151] What is a JSP tag library? - (new - 2009-05-01)
[2148] Variable scope in Java Servlets and other web applications - (new - 2009-05-01)
[2147] A very easy JSP (Java Server Page) - (new - 2009-05-01)
Top or Show all for Java and the Java Environment

Around, about and nearby to Wiltshire
[2237] Taking a pride in the community - (new - 2009-06-14)
[2224] Trowbridge - a missed opportunity? Melksham - into the breach? - (new - 2009-06-08)
[2176] Balloon Journey in Wiltshire - (new - 2009-05-12)
[2142] Riverside Development
[1930] Bath Christmas Market
Top or Show all for Around, about and nearby to Wiltshire

The Perl Programming Language and its use
[2243] Changing a variable behaviour in Perl - tieing - (new - 2009-06-16)
[2242] So what is this thing called Perl that I keep harping on about? - (new - 2009-06-15)
[2241] Perl references - $$var and \$var notations - (new - 2009-06-15)
[2235] Sending awkward characters by email in Perl - (new - 2009-06-12)
[2234] Loading external code into Perl from a nonstandard directory - (new - 2009-06-12)
[2233] Transforming data in Perl using lists of lists and hashes of hashes - (new - 2009-06-12)
[2232] Why sendmail one way, and pop3 the other? - (new - 2009-06-12)
[2231] What is CGI.pm / A dozen new examples - (new - 2009-06-12)
[2230] Running a piece of code is like drinking a pint of beer - (new - 2009-06-11)
[2229] Do not re-invent the wheel - use a Perl module - (new - 2009-06-11)
[2226] Revision / Summary of lists - Perl - (new - 2009-06-10)
[2219] Configuring httpd, or Tomcat, to run CGI scripts in Perl - (new - 2009-06-05)
[2213] Keyboard reading in Perl - character by character not line by line - (new - 2009-06-01)
Top or Show all for The Perl Programming Language and its use

Client Side Languages (HTML, CSS, Javascript)
[2223] CSS Style Diagrams - working out where attributes come from - (new - 2009-06-08)
[2135] What features does this visitors browser support? (PHP)
[1998] Text on a background image
[1926] Flash (client) to PHP (server) - example
[1831] Text formating for HTML, with PHP
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
[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
[2263] Mysqldump fails as a cron job - a work around - (new - 2009-06-30)
[2259] Grouping rows for a summary report - MySQL and PHP - (new - 2009-06-27)
[2240] How do I query a database (MySQL)? - (new - 2009-06-15)
[2210] MySQL server replication - (new - 2009-06-01)
[2209] Monitoring and Tuning your MySQL installation - (new - 2009-05-31)
[2204] Images in a database? How big is a database? (MySQL) - (new - 2009-05-28)
[2172] PHP4 v PHP5 - Object Model Difference - (new - 2009-05-11)
Top or Show all for SQL and MySQL

Tcl, Tcl/Tk and Expect
[2261] Tcl - nice and nasty - (new - 2009-06-29)
[2211] Tcl/Tk - why does the canvas widget use a display list? - (new - 2009-06-01)
[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
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
[2238] Handling nasty characters - Perl, PHP, Python, Tcl, Lua - (new - 2009-06-14)
[2227] Learning PHP, Ruby, Lua and Python - upcoming courses - (new - 2009-06-11)
[2169] When should I use OO techniques? - (new - 2009-05-11)
[2123] Using Python with OpenOffice
[2020] Learning Python - many new example programs
Top or Show all for Python Programming

And also ...
[2264] Learning about others private lives - (new - 2009-06-30)
[2257] Ramblings on church and state linkage in Melksham - (new - 2009-06-25)
[2252] Leaping dog, Leaping horse, copyright of old masters - (new - 2009-06-20)
[2217] Enjoying the summer weather - (new - 2009-06-04)
[2208] A beautiful coastline - (new - 2009-05-30)
[2207] North Antrim Coast - a jewel thats well worth a visit - (new - 2009-05-29)
[2206] Spot the odd one out - (new - 2009-05-29)
[2205] An evening walk in Carrickfergus - (new - 2009-05-29)
[2202] Bright Colours - (new - 2009-05-26)
[2200] England, Scotland, Northern Ireland - (new - 2009-05-26)
[2198] On the road, at a Service area thats a cut above the others - (new - 2009-05-25)
[2195] A two day gap - first time in five years? - (new - 2009-05-24)
[2178] Melksham Candidates for Wiltshire Unitary Election - (new - 2009-05-12)
[2168] In honour of the photograph, I present ... a walk from Reybridge to Lacock - (new - 2009-05-10)
[2167] Watching the tele - (new - 2009-05-10)
[2164] Updating my public profile - Graham Ellis - (new - 2009-05-09)
[2159] A long day to guess where - (new - 2009-05-06)
[2146] An evening excursion to Devizes and Avebury - (new - 2009-04-30)
Top or Show all for And also ...

Public Transport
[2253] Walks in and around Melksham, Wiltshire - (new - 2009-06-21)
[2133] Bigger and better this year!
[2083] Do you support a decent train service? Please sign up!
[2075] Supporting Parkinsons and Trains
[2057] Train and Coach fares from London (and airports) to Melksham
Top or Show all for Public Transport

Fun and Flames
[2256] Is it Python past cheetah already? - (new - 2009-06-24)
[2251] Over a third of numbers start with the digit 1 - (new - 2009-06-19)
[2250] Bluegrass comes to Melksham - (new - 2009-06-19)
[2193] Excellent product, excruciating customer service. 3 Mobile Broadband - (new - 2009-05-21)
[2180] Patterns in numbers - room occupancy - (new - 2009-05-13)
[2157] From the 51773 family - (new - 2009-05-04)
[2152] My four feet! - (new - 2009-05-01)
Top or Show all for Fun and Flames

Keynote Articles
[2144] Looking for a career change - Physician to Web Site Designer
[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
[2203] Always use su with minus. And where do programs come from? - (new - 2009-05-27)
[2201] Running straight from the jar, but not from a tar - (new - 2009-05-26)
[2182] What Linux run level am I in? - (new - 2009-05-15)
[2150] Routers, Firewalls and multilayer servers - (new - 2009-05-01)
[2149] Routing Network Traffic - Proxies, Redirects and DNS - (new - 2009-05-01)
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 May 2009March 2009January 2009November 2008September 2008July 2008May 2008March 2008January 2008 • 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