The Well House Newsletter - Tuesday, 1st January 2008
About us and this newsletter [link] ...
Previous editions: November 2007September 2007July 2007May 2007March 2007January 2007November 2006September 2006July 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
[1486] Does anyone understand Lithuanian? - (new - 2007-12-27)
[1449] Upgrade Mac OSX to Leopard, Web Server Apache httpd config lost - (new - 2007-11-29)
[1383] Monitoring mod_jk and how it is load balancing
[1378] Etag in http headers - what is it?
[1377] Load Balancing with Apache mod_jk (httpd/Tomcat)
Top or Show all for Apache HTTP and Tomcat Servers

C and C++ Programming
[1478] Some new C programming examples - files, structs, unions etc - (new - 2007-12-19)
[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
[1479] FSB leaves its members feeling like mushrooms - (new - 2007-12-20)
[1476] Shopping for Christmas and looking forward - (new - 2007-12-17)
[1451] More PHP sample and demonstration programs - (new - 2007-12-01)
[1447] Refa Tandoori Indian Restaurant, Melksham - (new - 2007-11-28)
[1436] A little touring help during a business trip to England - (new - 2007-11-18)
[1432] Wiltshire County Council - Budget Consultation - (new - 2007-11-15)
[1429] Remembrance day - inside a church and inside the day - (new - 2007-11-11)
Top or Show all for Melksham

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

Running a training and hotel company
[1490] Software to record day to day events and keep an action list - (new - 2007-12-31)
[1458] The wrong way to put up prices - (new - 2007-12-05)
[1453] What makes our courses special? - (new - 2007-12-02)
[1445] Looking after you Christmas Customer Crowds - (new - 2007-11-26)
[1441] On cancellations, rebooking, and pricing schemes - (new - 2007-11-22)
[1434] Market survey - to learn, to prove a point, or to sell your product? - (new - 2007-11-17)
[1433] Linux, PHP, Tcl, Ruby, C, C++ - last minute training course availability - (new - 2007-11-16)
[1422] Wiltshire - speaker / after dinner talker offer - (new - 2007-11-05)
[1421] Castle Lodge Hotel, Ely, Cambridgeshire - (new - 2007-11-04)
Top or Show all for Running a training and hotel company

Well House Manor - Hotel and Training Centre
[1388] Well House Manor - a year on
[1384] An email update for past guests and delegates
[1328] Oliver says ....
[1318] Well House Manor - feature comparison against the old place!
[1290] Badges, Breakfasts and Trigger
Top or Show all for Well House Manor - Hotel and Training Centre

For the Webmaster, Postmaster and moderator
[1488] New trainee laptop fleet for our Open Source courses - (new - 2007-12-30)
[1472] The Horse goes on and on - (new - 2007-12-15)
[1437] Above the fold with First Great Western - (new - 2007-11-19)
[1362] No Thank You
[1353] Mood shots
Top or Show all for For the Webmaster, Postmaster and moderator

General Programming Topics
[1480] Next course - 7th January 2008, Regular Expressions - (new - 2007-12-21)
[1435] Object Oriented Programming in Perl - Course - (new - 2007-11-18)
[1391] Ordnance Survey Grid Reference to Latitude / Longitude
[1372] A taster PHP expression ...
[1345] Perl and Shell coding standards / costs of an IT project
Top or Show all for General Programming Topics

PHP - the language and its application
[1487] Efficient PHP applications - framework and example - (new - 2007-12-28)
[1485] Copyright and theft of images, bandwidth and members. - (new - 2007-12-26)
[1482] A story about benchmarking PHP - (new - 2007-12-23)
[1396] Using PHP to upload images / Store on MySQL database - security questions
[1390] Converting from postal address to latitude / longitude
Top or Show all for PHP - the language and its application

Java and the Java Environment
[1466] Effective Java training - the bootcamp approach - (new - 2007-12-09)
[1446] An answer to a student asking 'Help' - (new - 2007-11-27)
[1418] A Golf Club Decision - Perl to Java - (new - 2007-11-01)
[1326] GUI design - Sketch it out first! (Java / Swing example)
[1325] Java - Client side applet applications as well as server side
Top or Show all for Java and the Java Environment

Around, about and nearby to Wiltshire
[1399] Pictures Framed
[1346] Evening, Devizes and Sells Green
[1252] Westbury Bypass - how it would effect Melksham
[1218] Sunday afternoon
[1156] Two by One by Wiltshire
Top or Show all for Around, about and nearby to Wiltshire

The Perl Programming Language and its use
[1468] Lexical v Arithemetic testing, Bash and Perl - (new - 2007-12-11)
[1444] Using English can slow you right down! - (new - 2007-11-25)
[1416] Good, steady, simple example - Perl file handling - (new - 2007-10-30)
[1397] Perl - progress bar, supressing ^C and coping with huge data flows
[1395] Dont just convert to Perl - re-engineer!
Top or Show all for The Perl Programming Language and its use

Client Side Languages (HTML, CSS, Javascript)
[1463] All the special characters in HTML ... - (new - 2007-12-07)
[1431] Getting the community on line - some basics - (new - 2007-11-13)
[1352] Actionscript / Flash / Flex (IAQ/FAQ)
[1322] Flash - is it available to your web page?
[1160] HTML - example of a simple web page
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
[991] Adding a member to a Hash in Ruby
[990] Ruby - Totally Topical
[987] Ruby v Perl - interpollating variables
[986] puts - opposite of chomp in Ruby
[985] Equality in Ruby - == eql? and equal?
[983] Blessing in Perl / Member variable in Ruby
[962] Breaking a loop - Ruby and other languages
[960] 1st, 2nd, 3rd revisited in Ruby
[664] Ruby course - oops - it's not happening
[550] 2006 - Making business a pleasure
[184] MTBF of coffee machines
Top or Show all for Ruby and Ruby on Rails

SQL and MySQL
[1455] Connecting to MySQL 5 from PHP on Mac OSX Leopard - (new - 2007-12-03)
[1450] Easy selection of multiple SQL conditions from PHP - (new - 2007-11-30)
[1423] MySQL - table design and initial testing example - (new - 2007-11-06)
[1417] What software version do we teach? - (new - 2007-10-31)
[1381] Using a MySQL database to control mod_rewrite via PHP
Top or Show all for SQL and MySQL

Tcl, Tcl/Tk and Expect
[1475] Tcl/Tk - updating your display while tasks are running - (new - 2007-12-16)
[1474] Using Tcl/Tk resource files for flexible applications - (new - 2007-12-16)
[1473] Making a variable dynamically visible in a Tcl/Tk GUI - (new - 2007-12-15)
[1471] Cliff Lift simulator- Lynton to Lynmouth - in Tcl/Tk - (new - 2007-12-14)
[1470] fill and expand on Tcl/Tk pack command - (new - 2007-12-13)
[1469] Curley brackets v double quotes - Tcl, Tk, Expect - (new - 2007-12-12)
[1467] stdout v stderr (Tcl, Perl, Shell) - (new - 2007-12-10)
[1427] Arrays in Tcl - a demonstration - (new - 2007-11-10)
[1426] Buffering up in Tcl - the empty coke can comparison - (new - 2007-11-10)
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
[1477] Decisions - small ones, or big ones? - (new - 2007-12-18)
[1464] Python Script - easy examples of lots of basics - (new - 2007-12-08)
[1461] Python - input v raw input - (new - 2007-12-06)
[1448] Question on division (Java) - Also Perl, PHP, Python ... - (new - 2007-11-28)
[1442] Reading a file multiple times - file pointers - (new - 2007-11-23)
[1430] Integer v float - Python - (new - 2007-11-12)
Top or Show all for Python Programming

And also ...
[1489] Pictures of December - (new - 2007-12-30)
[1484] A christmas message - (new - 2007-12-25)
[1483] What have hotels and bananas got in common? - (new - 2007-12-24)
[1481] The Christmas Letter - (new - 2007-12-22)
[1462] 10 training days to Christmas. - (new - 2007-12-07)
[1460] Christmas fare in Ljubljana - (new - 2007-12-05)
[1457] A day in Ljubljana - (new - 2007-12-04)
[1456] Right up to the top of the City - (new - 2007-12-03)
[1454] From Sunday to Monday, from Melksham to the Balkans - (new - 2007-12-03)
[1425] Melksham v Ely - (new - 2007-11-09)
Top or Show all for And also ...

Public Transport
[1452] Santa on the train to Melksham - (new - 2007-12-01)
[1428] Travel Across Wiltshire - the game - (new - 2007-11-11)
[1424] Closer than you think - the next step - (new - 2007-11-08)
[1382] First Great Western - information for customers
[1358] Look forward with a new broom - Wiltshire Train Service
Top or Show all for Public Transport

Fun and Flames
[1440] Useful command or messy screen? - (new - 2007-11-21)
[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
[1439] Linux / Unix - layout of operating system files - (new - 2007-11-20)
[1438] Copy and paste / cut and paste and other vi techniques - (new - 2007-11-20)
[1408] Wireless hotel tips - FTP and Skype connections failing
[1367] korn tips - some useful korn shell techniques
[1366] awk - a powerful data extraction and manipulation tool
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 November 2007September 2007July 2007May 2007March 2007January 2007November 2006September 2006July 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