The Well House Newsletter - Saturday, 1st March 2008
About us and this newsletter [link] ...
Previous editions: January 2008November 2007September 2007July 2007May 2007March 2007January 2007November 2006September 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
[1554] Online hotel reservations - Melksham, Wiltshire (near Bath) - (new - 2008-02-24)
[1553] Automatic startup and shutdown of Tomcat - (new - 2008-02-24)
[1552] Extra public classes in deploying Apache httpd and Tomcat - (new - 2008-02-24)
[1551] Which modules are loaded in my Apache httpd - (new - 2008-02-23)
[1503] Web page (http) error status 405 - (new - 2008-01-12)
Top or Show all for Apache HTTP and Tomcat Servers

C and C++ Programming
[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?
Top or Show all for C and C++ Programming

Melksham
[1559] Calling on Melksham / Trowbridge / Devizes / Chippenham businesses - (new - 2008-02-29)
[1544] FSB, EGM, AGM. - (new - 2008-02-18)
[1515] Keeping staff up to date on hotel room status - (new - 2008-01-22)
[1512] Summer Ball at Bowood - Saturday 12th July 2008 - (new - 2008-01-19)
[1507] Comments on proposed Asda Superstore for Melksham - (new - 2008-01-14)
[1504] Flooding by Asda-s proposed new supermarket - (new - 2008-01-12)
[1479] FSB leaves its members feeling like mushrooms
[1476] Shopping for Christmas and looking forward
[1451] More PHP sample and demonstration programs
[1447] Refa Tandoori Indian Restaurant, Melksham
[1436] A little touring help during a business trip to England
[1432] Wiltshire County Council - Budget Consultation
[1429] Remembrance day - inside a church and inside the day
[1394] Business to Business Networking - North and West Wilts / Melksham
[1368] Getting the local voice heard
[1360] Asda in Melksham - Welcome or not?
[1359] Little Gems but not Lettuce
[1350] FSB (Federation of Small Businesses) Western Region
[1343] Melksham Laundrette
[1341] Moving to Melksham? Househunting map.
[1332] Melksham Hotel - Five Star Kitchen!
[1330] While waiting for Melksham Post Office
[1329] Subway Restaurant in Melksham, Wiltshire
[1286] A wasted evening?
[1284] An update on the West Wilts show ...
[1280] West Wilts - no longer Wet Wilts - show
[1278] West Wilts Show
[1271] Till the cows come home
[1266] Party in the Park
[1258] A day looking ahead for Well House Consultants
[1257] Data cabling (Cat 5e), Melksham, Wiltshire
[1253] Key new contacts
[1250] Business speed networking - a place tonight!
[1249] Is this how to run a business for businesses?
[1246] An oddball day. Strange experiences!
[1226] Melksham Art Cafe
[1223] Asda opening large new store in Melksham
[1208] Meet other local businesses in Melksham
[1206] Where and When - can you place the picture?
[1177] Sorting out for a site map
[1157] Speed Networking - a great evening and how we arranged it
[1137] Wiltshire Circles
[1133] B-2-B Networking, 20th April. Useful for YOUR business?
[1117] Newport Male Voice Choir
[1078] Wiltshire - multicultural community
[989] Melksham Quiz
[981] Finalist reception - Wiltshire Business of the Year
[977] Melksham and Norwich
[957] Improving the historic town of Melksham
[879] Tuesday night is party night
[866] A lazy programmer is a good programmer
[856] The train returns for a few weeks
[851] Emergency First Aid Training
[830] Butterflies in a Wiltshire garden
[811] Melksham in Bloom
[805] Melksham Carnival Parade
[796] Busy day in Melksham
[717] A customer service company
[715] First way to get rid of customers
[676] Melksham, Wiltshire
[606] Train service from December
[538] A company we can work with
[529] Halal in Melksham
[500] Bowerhill, Melksham, 2006 Calendar
[475] Where to stay in and near Melksham
[472] Are you free on 29th October - Charity ball
[437] Outside of the box
[413] Save the train
[354] Ballooning from Bath
[344] Walk in Bath
[329] the Stately Homes of England
[315] Supporting local business
[312] Maud Heath
[307] Farming yesterday
[305] Within about an hour
[291] Why are we no. 404
[269] Free parking for short errands in Melksham
[266] A beautiful place to live and learn
[176] Extra chips
[58] Call Centres, selling, and a pause for thought
[51] Gym and swimming - Melksham Blue Pool
[47] Effective fundraising
[40] Take the train to training
[5] Driving in the UK for new arrivals from the USA
Top or Show all for Melksham

Training from Well House Consultants
[1465] Perl, PHP, Python, Tcl, Linux, MySQL, Ruby courses ...
[1459] Interactive training, and advancing techniques further
[1443] Christmas is coming very early
[1420] The Learning Perl crew, October 2007
[1419] National Speaker - now to get the talk ready
Top or Show all for Training from Well House Consultants

Running a training and hotel company
[1548] Hotelympia - show report - the lighter side - (new - 2008-02-21)
[1547] New bathing idea for hotels from Hotelympia - (new - 2008-02-20)
[1525] Just one thing let the service down - but that is my memory - (new - 2008-01-31)
[1520] Terms and Conditions - Hotel, England - plain English - (new - 2008-01-26)
[1516] Pictures you can use - for free - from our library - (new - 2008-01-23)
[1490] Software to record day to day events and keep an action list - (new - 2007-12-31)
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 - (new - 2008-01-09)
[1492] Well House Consultants Training and Hotel - 2008 news - (new - 2008-01-01)
[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
[1545] Letting new visitors know we provide training courses - (new - 2008-02-19)
[1541] Colour, Composition or Content - (new - 2008-02-16)
[1539] A forum is not always the best vehicle - (new - 2008-02-14)
[1534] Where in the world / country is my visitor from? - (new - 2008-02-07)
[1532] Comment spam blocked. Please comment via Forums - (new - 2008-02-05)
[1523] Ive just received an email from myself. Should I be worried? - (new - 2008-01-29)
[1494] A time to update pictures - (new - 2008-01-03)
[1491] Apple Mac Operating System OS X - code names and version numbers - (new - 2008-01-01)
[1488] New trainee laptop fleet for our Open Source courses - (new - 2007-12-30)
Top or Show all for For the Webmaster, Postmaster and moderator

General Programming Topics
[1543] Learning Object Oriented Principles (and perhaps Java) - (new - 2008-02-17)
[1538] Teaching Object Oriented Java with Students and Ice Cream - (new - 2008-02-12)
[1513] Perl, PHP or Python? No - Perl AND PHP AND Python! - (new - 2008-01-20)
[1480] Next course - 7th January 2008, Regular Expressions
[1435] Object Oriented Programming in Perl - Course
Top or Show all for General Programming Topics

PHP - the language and its application
[1549] http, https and ajp - comparison and choice - (new - 2008-02-22)
[1542] Are nasty programs looking for security holes on your server? - (new - 2008-02-17)
[1535] OO PHP demonstration - comparing objects and more - (new - 2008-02-08)
[1533] Short and sweet and sticky - PHP form input - (new - 2008-02-06)
[1506] Ongoing Image Copyright Issues, PHP and MySQL solutions - (new - 2008-01-14)
[1505] Script to present commonly used images - PHP - (new - 2008-01-13)
[1496] PHP / Web 2 logging - (new - 2008-01-06)
Top or Show all for PHP - the language and its application

Java and the Java Environment
[1557] Trying out our Java examples on our web site - (new - 2008-02-27)
[1556] Java - a demonstration of inheritance on just one page - (new - 2008-02-26)
[1550] Java (JSP and Servlet examples) live on our server - (new - 2008-02-23)
[1502] Java, sorting, ArrayList example, generics - (new - 2008-01-11)
[1501] Java - using super to call a method in the parent class - (new - 2008-01-10)
[1500] First Class Java. First step and moving forward. - (new - 2008-01-10)
[1498] Java is a dynamic language .... (and comparison) - (new - 2008-01-08)
[1497] Training Season Starts again! - (new - 2008-01-07)
[1495] Single login and single threaded models - Java and PHP - (new - 2008-01-04)
Top or Show all for Java and the Java Environment

Around, about and nearby to Wiltshire
[1521] Evening drive across the roof of Wiltshire - (new - 2008-01-27)
[1399] Pictures Framed
[1346] Evening, Devizes and Sells Green
[1252] Westbury Bypass - how it would effect Melksham
[1218] Sunday afternoon
Top or Show all for Around, about and nearby to Wiltshire

The Perl Programming Language and its use
[1514] Autovivification - the magic appearance of variables in Perl - (new - 2008-01-21)
[1510] Handling Binary data (.gif file example) in Perl - (new - 2008-01-17)
[1509] Extracting information from a file of records - (new - 2008-01-16)
[1508] How not to write Perl? - (new - 2008-01-15)
[1468] Lexical v Arithemetic testing, Bash and Perl
Top or Show all for The Perl Programming Language and its use

Client Side Languages (HTML, CSS, Javascript)
[1519] Flipping images on your web page - (new - 2008-01-26)
[1493] Comparison - cellpadding versus cellspacing - (new - 2008-01-02)
[1463] All the special characters in HTML ...
[1431] Getting the community on line - some basics
[1352] Actionscript / Flash / Flex (IAQ/FAQ)
Top or Show all for Client Side Languages (HTML, CSS, Javascript)

Ruby and Ruby on Rails
[1302] Ruby, Ruby, Ruby. Rails, Rails, Rails.
[1050] The HTML++ Metalanguage
[1041] Learnt in London - Ruby, Martini, Coral and the Core
[1027] Cue the music, I'm happy.
[995] Ruby's case - no break
Top or Show all for Ruby and Ruby on Rails

SQL and MySQL
[1518] Downloading data for use in Excel (from PHP / MySQL) - (new - 2008-01-25)
[1455] Connecting to MySQL 5 from PHP on Mac OSX Leopard
[1450] Easy selection of multiple SQL conditions from PHP
[1423] MySQL - table design and initial testing example
[1417] What software version do we teach?
Top or Show all for SQL and MySQL

Tcl, Tcl/Tk and Expect
[1531] Expecting a item from a list of possibles - (new - 2008-02-04)
[1529] Tcl - learning how to use namespaces, packages and libraries together - (new - 2008-02-02)
[1528] Object Oriented Tcl - (new - 2008-02-02)
[1475] Tcl/Tk - updating your display while tasks are running
[1474] Using Tcl/Tk resource files for flexible applications
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
[1555] Advanced Python, Perl, PHP and Tcl training courses / classes - (new - 2008-02-25)
[1517] Python - formatting objects - (new - 2008-01-24)
[1477] Decisions - small ones, or big ones?
[1464] Python Script - easy examples of lots of basics
[1461] Python - input v raw input
Top or Show all for Python Programming

And also ...
[1546] The geometry of East London - (new - 2008-02-19)
[1540] Chinese New Year - (new - 2008-02-15)
[1537] To Wales - where theres still a toll on the bridge - (new - 2008-02-11)
[1536] A Weekend in Liverpool - (new - 2008-02-10)
[1526] Carers at work - court case changes - (new - 2008-02-01)
[1524] Nottingham - just text! - (new - 2008-01-30)
[1522] Paging Martin Noke, who petitions for more trains from Trowbridge to Swindon - (new - 2008-01-28)
[1489] Pictures of December - (new - 2007-12-30)
Top or Show all for And also ...

Public Transport
[1558] Getting somewhere with the train service - (new - 2008-02-28)
[1530] Railway Acronyms and Abbreviations - (new - 2008-02-03)
[1511] Buses from Well House Manor, Melksham, to Bath - (new - 2008-01-18)
[1452] Santa on the train to Melksham
[1428] Travel Across Wiltshire - the game
Top or Show all for Public Transport

Fun and Flames
[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?
[1171] Traffic light control for horses
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
[1527] Selecting file names in a shell - one word or another - (new - 2008-02-02)
[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
[1367] korn tips - some useful korn shell techniques
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 January 2008November 2007September 2007July 2007May 2007March 2007January 2007November 2006September 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