The Well House Newsletter - Thursday, 1st May 2008
About us and this newsletter [link] ...
Previous editions: March 2008January 2008November 2007September 2007July 2007May 2007March 2007January 2007November 2006 • 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 ...

What we teach - expained for the non-technical

"Explain each of the subjects that we teach in a short paragraph written for mangers and booking / administrative people who aren't into the technology themselves" ... a challenge from Lisa which I have spend some time on today. And as I'm giving a Perl course tomorrow, what better way to get back into the Perl mood by using a piece of Perl to extract all those new descriptions from the markup that I've included them in!

Technology for PHP
PHP binds together HTML (used for web page design), databases (such as MySQL) which are used for data storage, management and analysis, and programming. The combined facilities allows the PHP-knowledgeable web site author to provide sites which combine all the technologies into complete web based applications.



PHP Programming
PHP is a programming language that was developed and designed for use on the web, and it's now so popular that you'll find it available on more domains than any other language. That's not because it's free - it's because it's a very flexible and efficient tool. PHP can be used for applications as easy as color and font control to handle accessibility issues, through to complex on line ordering and stock and order tracking systems.



Object Oriented programming with PHP
Object Oriented programming techniques enable larger applications and systems to be written and maintained in a controlled manner without ongoing programming work getting out of hand. System life cycles can be extended, with increased code re-usability, maintainability and robustness.



The MySQL Relational database
MySQL is a relational database engine. It lets you enter, store and search tables of information. Those tables can "relate" to each other, allowing a complex data set to be stored, and complex searches made. The database engine does all the hard work of storing and formatting the data for you - all you have to do is program the engine using the SQL language.



Deploying Apache and Tomcat
Apache httpd and Apache Tomcat are two web servers which, when used together, provide a flexible, stable and configurable platform for organisations to deploy web based applications written in Java. You'll find the two servers in use together on many large scale services - commercial, educational, voluntary sector, research and governmental.



Python Programming
Python is powerful, portable, object-oriented open source programming language for writing stand alone programs, quick scripts, and prototypes for large applications.



Ruby Programming
Ruby is an object oriented scripting language that has rapidly grown in use and favor across a wide variety of applications in the past two years. Perhaps THE biggest use or Ruby is within the Rails framework, where it is used to provide the programming power behind web based applications that can be quickly and efficiently written.



Learning to program in Perl / Perl Programming
Perl is a very widely used programming language indeed, but it's name isn't well know outside the programming community as it's an open source language that lack the marketing "hype" - it's just a superb technical tool in a very wide variety of applications. It's name - PERL - stands for the "Practical Extraction and Reporting language" which is a pretty good sound-bite to tell you what it does.

A new release of Perl - Perl 6 - has been undergoing development for a considerable time. Our course covers Perl 5, and will continue to do so while it is dominant, but also includes a short look ahead to Perl 6 so that new code developers will be able to take advantage of it once it's available to them.



Using Perl on the Web
When internet applications took off, Perl was especially suitable as the language in which they should be written. It interfaces well to web applications and servers, has a quick development cycle, and it's open source so that are no complex licensing issues. Many web applications are written in Perl to this day, although languages such as PHP (which was designed specifically for the web use) and Ruby are strong and often used alternatives.



Perl for Larger Projects
Perl is a scripting language which allows knowledgeable staff to achieve a very great deal in areas as diverse as data analysis, system management, and web interaction very quickly indeed. For larger and more complex requirements, Perl includes an object oriented interface which is the subject of this course, which also covers other topics associated with handling significantly large amounts of data, such as code efficiency and data that overflows the space available during processing.



Tcl Programming
Tcl is a programming language that's used in a wide variety of niche applications - ranging from Numerical Control Machines to Integrated Cirsuit design. It's also very strong as an Engineer's language in system testing, where the with the additional Expect extension provides a tool that would be hard to better.



Tcl - the Tk Toolkit
The TK Gui (Graphic User Interface) provides an extension to the Tcl language which allows the programmer to construct an application that the user can easily control through buttons, sliders and other graphic elements. Programmers need a thorough understanding of Tcl before they learn the extras of Tk.



Regular Expressions
Regular Expressions provide a powerful tool for matching strings - for example, if you wanted to look at some text in your program and work out whether it was in the correct format for a postcode, you would use a regular expression. But ... regular expressions are so terse and yet flexible that they're very hard for the newcomer to self-teach, which is why we offer this one day course.



Deploying Java applications on Linux and Unix
For each Web Server you run, you'll have hundreds of thousands of visitors browsing your site. The software that these visitors browse through is kept simple - but that's at the cost of a complex array of technologies on the Web Server. If you are responsible for installing or looking after such a web server - running Linux, Apache httpd, Apache Tomcat and perhaps MySQL or another database to handle applications written as Java Servlets or JSPs, using HTML, CSS and perhaps CGI too, this is the course for you - it takes you through the steps of deploying and hen looking after the various technologies.



Deploying LAMP - Linux, Apache, MySQL Perl / PHP / Python
More Internet domains are run using LAMP (Linux, Apache, MySQL, PHP) servers that any other technology. And if you have staff who are responsible for looking after these servers, or helping configure them, then this course provides an ideal knowledge level without turning them into knowledgeable programmers. It's ideal if they're going to be installing software written by others - for example using some of the wide range of Open Source applications which are available.



Linux Basics
Linux is the operating system that's now used on the majority of web servers. Even if your organisation uses Microsoft Windows at the Desktop, you may find Linux behind the scenes.



Linux Administration
The Linux operating system is commonly used on Web servers - and many other server too - to provide the background services on that computer. We offer a Linux basics day for staff who are going to be involved in uploading and configuring web applications, a Linux Admin day for staff who are going to take some responsibility for server configuration and maintainence too, and a selection of courses on installation and administration of the web server software. This course covers the administration necessary to look after a web server within an existing network, but does not cover general Linux administration in great depth - please ask us if you need training which includes subject such as name services, network configuration, firewall setup, mail servers, etc.



Linux Web Server
The Apache httpd web server, installed on Linux, is perhaps the most often used web server / operating system combination in the world. This course covers the installation, configuration and maintainance of an Apache httpd web server within the Linux environment. Regular tasks include analyzing server usage, taking backups, configuring extra domains, and dealing with security issues and management reports.



Java Bootcamp
The Java language is now firmly established in a wide variety of applications, with an incredible range of facilities and options available to go with it. One of the most common uses of Java programs is on a web server, where "Servelets" or "JSP"s provide the logic behind web based applications from banking to weather forecasting, and from government sites through scientific research.


Programming in C
The C language is the bedrock of modern computing - it underlies your operating system, and it's the language in which other languages are written. However, only a small proportion of programmers actually need to develop and maintain code in C these days, as for the majority of applications the higher level languages that are themselves written in C are going to be more efficient.



C++ for C Programmers
The C++ programming language adds syntax to the C language on which it is based, allowing C to be easily and efficiently expanded into much larger applications. Because C++ maintains C compatibility, the resultant language has some quite complex features, making C++ courses especially valuable in getting staff new to the language up to speed.



C and C++ Programming
C++ is a programming language used for major systems, based on the fundamental C language but with additional features such as Object Orientation which make it very suitable for bigger uses. To some extent, C++ has been displaced by other more modern languages, but there's still a number of application areas where it's the ideal choice, and many others where heritage code needs to be maintained.


(this article written on 2007-10-28)

Other articles ...

Apache HTTP and Tomcat Servers
[1619] User and Group settings for Apache httpd web server - (new - 2008-04-22)
[1615] PHP training courses every month - (new - 2008-04-18)
[1593] Keep the client experience easy - single server contact point - (new - 2008-03-27)
[1566] Strange behaviour of web directory requests without a trailing slash - (new - 2008-03-06)
[1564] Default file (MiMe types) for Apache httpd and Apache Tomcat - (new - 2008-03-04)
Top or Show all for Apache HTTP and Tomcat Servers

C and C++ Programming
[1589] Dynamic Memory Allocation in C - calloc, realloc - (new - 2008-03-22)
[1584] Using Structs and Unions together effectively in C - (new - 2008-03-21)
[1572] C - structs and unions, C++ classes and polymorphism - (new - 2008-03-13)
[1478] Some new C programming examples - files, structs, unions etc
[1155] Pointers in C
Top or Show all for C and C++ Programming

Melksham
[1594] Please support improvements in our train service - (new - 2008-03-28)
[1560] HST Power Car TravelWatch SouthWest - (new - 2008-03-01)
[1559] Calling on Melksham / Trowbridge / Devizes / Chippenham businesses - (new - 2008-02-29)
[1544] FSB, EGM, AGM.
[1515] Keeping staff up to date on hotel room status
Top or Show all for Melksham

Training from Well House Consultants
[1599] Fresher tutor, better course - (new - 2008-04-03)
[1577] Spring and early summer training courses - (new - 2008-03-15)
[1565] Languages compared - based on developer community size - (new - 2008-03-05)
[1465] Perl, PHP, Python, Tcl, Linux, MySQL, Ruby courses ...
[1459] Interactive training, and advancing techniques further
Top or Show all for Training from Well House Consultants

Running a training and hotel company
[1622] An extra step - victory from defeat - (new - 2008-04-25)
[1606] Sheep Shearers, Marathon Runners and Ocean Sailors - (new - 2008-04-09)
[1597] Comparing hotels - as a guest and from the proprietors view - (new - 2008-04-01)
[1585] Well House Consultants / Manor - Staff - (new - 2008-03-21)
[1580] Congratulations, Martin and Marta - (new - 2008-03-17)
[1571] Await guests in the early hours - (new - 2008-03-12)
[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
[1499] Climate change, renewable resources and paper v plastic
[1492] Well House Consultants Training and Hotel - 2008 news
[1388] Well House Manor - a year on
[1384] An email update for past guests and delegates
[1328] Oliver says ....
Top or Show all for Well House Manor - Hotel and Training Centre

For the Webmaster, Postmaster and moderator
[1621] Linux and Java Course in London - (new - 2008-04-24)
[1610] PHP course dot co, dot uk - (new - 2008-04-13)
[1600] Cambidge - Tcl, Expect and Perl courses - (new - 2008-04-04)
[1598] Every link has two ends - fixing 404s at the recipient - (new - 2008-04-02)
[1595] First Great Western Weekend - (new - 2008-03-30)
[1578] Please don't shout at me! - (new - 2008-03-16)
[1569] I dont care - goodbye - (new - 2008-03-09)
[1568] What colour is the season? - (new - 2008-03-08)
[1563] Guidlines for posting on a forum - (new - 2008-03-04)
Top or Show all for For the Webmaster, Postmaster and moderator

General Programming Topics
[1607] Learning to program in Perl - (new - 2008-04-11)
[1605] Learning and understanding scripting programming techniques - (new - 2008-04-08)
[1596] Selling curry to the chinese takeaway - (new - 2008-03-31)
[1543] Learning Object Oriented Principles (and perhaps Java)
[1538] Teaching Object Oriented Java with Students and Ice Cream
Top or Show all for General Programming Topics

PHP - the language and its application
[1623] PHP Techniques - a workshop - (new - 2008-04-26)
[1603] Do not SHOUT and do not whisper - (new - 2008-04-06)
[1576] Making PHP and MySQL training relevant to the course delegates - (new - 2008-03-15)
[1549] http, https and ajp - comparison and choice
[1542] Are nasty programs looking for security holes on your server?
Top or Show all for PHP - the language and its application

Java and the Java Environment
[1562] Java Compiler - needs all classes, compiles them all too - (new - 2008-03-03)
[1557] Trying out our Java examples on our web site
[1556] Java - a demonstration of inheritance on just one page
[1550] Java (JSP and Servlet examples) live on our server
[1502] Java, sorting, ArrayList example, generics
Top or Show all for Java and the Java Environment

Around, about and nearby to Wiltshire
[1625] Box from end to end - (new - 2008-04-29)
[1612] Comfy Chair - Floating Harbour, Bristol - (new - 2008-04-15)
[1611] Gauging point at entrance to Bristols Floating Harbour - (new - 2008-04-14)
[1609] Chew Valley Lakes - (new - 2008-04-13)
[1583] Businesses in West Wiltshire - networking - (new - 2008-03-20)
Top or Show all for Around, about and nearby to Wiltshire

The Perl Programming Language and its use
[1581] What is an lvalue? (Perl, C) - (new - 2008-03-18)
[1514] Autovivification - the magic appearance of variables in Perl
[1510] Handling Binary data (.gif file example) in Perl
[1509] Extracting information from a file of records
[1508] How not to write Perl?
Top or Show all for The Perl Programming Language and its use

Client Side Languages (HTML, CSS, Javascript)
[1618] A small picture does not always cut it! - (new - 2008-04-21)
[1519] Flipping images on your web page
[1493] Comparison - cellpadding versus cellspacing
[1463] All the special characters in HTML ...
[1431] Getting the community on line - some basics
Top or Show all for Client Side Languages (HTML, CSS, Javascript)

Ruby and Ruby on Rails
[1588] String interpretation in Ruby - (new - 2008-03-21)
[1587] Some Ruby programming examples from our course - (new - 2008-03-21)
[1586] Variable types in Ruby - (new - 2008-03-21)
[1582] Ruby, C, Java and more - getting out of loops - (new - 2008-03-19)
[1302] Ruby, Ruby, Ruby. Rails, Rails, Rails.
Top or Show all for Ruby and Ruby on Rails

SQL and MySQL
[1575] Database design for a shopping application (MySQL) - (new - 2008-03-15)
[1574] Joining MySQL tables revisited - finding nonmatching records, etc - (new - 2008-03-15)
[1561] Uploading to a MySQL database through PHP - examples and common questions - (new - 2008-03-02)
[1518] Downloading data for use in Excel (from PHP / MySQL)
[1455] Connecting to MySQL 5 from PHP on Mac OSX Leopard
Top or Show all for SQL and MySQL

Tcl, Tcl/Tk and Expect
[1614] When an array is not an array - (new - 2008-04-17)
[1613] Regular expression for 6 digits OR 25 digits - (new - 2008-04-16)
[1602] Automating processes through Expect - (new - 2008-04-05)
[1601] Replacing the last comma with an and - (new - 2008-04-04)
[1531] Expecting a item from a list of possibles
Top or Show all for Tcl, Tcl/Tk and Expect

Programming in Lua
[1111] Training in Lua
Top or Show all for Programming in Lua

Python Programming
[1608] Underlining in Perl and Python - the x and * operator in use - (new - 2008-04-12)
[1555] Advanced Python, Perl, PHP and Tcl training courses / classes
[1517] Python - formatting objects
[1477] Decisions - small ones, or big ones?
[1464] Python Script - easy examples of lots of basics
Top or Show all for Python Programming

And also ...
[1624] From Freddie the fallow - (new - 2008-04-27)
[1620] Norwich and London - (new - 2008-04-23)
[1617] Steam Engines at Bressingham - (new - 2008-04-20)
[1591] Easter Sunday at 404, The Spa - (new - 2008-03-24)
[1590] All Change, Portsmouth Harbour - (new - 2008-03-23)
[1579] Rome, and the faith of Rome - (new - 2008-03-17)
[1573] Budget tax increases hit vehicle market - (new - 2008-03-14)
[1570] London Midland ... Merrymaker ... Percy Danks - (new - 2008-03-10)
Top or Show all for And also ...

Public Transport
[1616] Not daring to be an anorak - (new - 2008-04-19)
[1567] Melksham - Swindon. Train v Bus v Car - (new - 2008-03-07)
[1558] Getting somewhere with the train service - (new - 2008-02-28)
[1530] Railway Acronyms and Abbreviations
[1511] Buses from Well House Manor, Melksham, to Bath
Top or Show all for Public Transport

Fun and Flames
[1604] M25 / South Mimms Service Area - (new - 2008-04-07)
[1440] Useful command or messy screen?
[1349] Cash is not an acceptable way of paying
[1337] A series of tyre damages
[1241] If I say 'I am fine', what do I mean?
Top or Show all for Fun and Flames

Keynote Articles
[1414] What we teach - expained for the non-technical
[1317] 2008 course schedule - Perl, Python, PHP, Linux, Java Deployment, Ruby and more
[1245] Ensuring that our tutor answers YOUR questions
[898] Courses at Well House Manor
[845] Course scheduling and Geekmas - are they traditions yet?
Top or Show all for Keynote Articles

Linux and Shell Programming
[1592] Setting up a new user - Linux or Unix - (new - 2008-03-26)
[1527] Selecting file names in a shell - one word or another
[1439] Linux / Unix - layout of operating system files
[1438] Copy and paste / cut and paste and other vi techniques
[1408] Wireless hotel tips - FTP and Skype connections failing
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 2008January 2008November 2007September 2007July 2007May 2007March 2007January 2007November 2006 • 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