http://www.chrispearson.org/pages/pagelist.asp
10h04
Saturday, 5. July 2008

SITE MAP

This is an alphabetical index of page on the site - There is a graphical site map and a text-based map as well

Page title Page Synopsis    
About www.chrispearson.org thesite.asp Some background on the site: How it has evolved, its focus  
ActiveX Controls default.asp Some background on ActiveX Controls followed by how to create them in VB and using ActiveX Controls in web pages (Includes an example project)  
Chris Pearson aboutcp.asp About me and what I do  
CMS: How does it work? cms.asp A first glance at what CMS systems must do, how they do it and why the process must support the systems used  
CMS: What now? Where next? whatwhere.asp What does CMS have to offer? And where is it going next?  
Consolidating change change01.asp Making business changes that work - and last  
Consolidating change: Part 2
The change manager's quiz
change02.asp A light-hearted review of your change management skillset: The basis for a VBScript-based multiple choice questionnaire application  
Contact contact.asp How to get in touch and a request for feedback from visitors to this site  
Content Management Systems default.asp Managing web site content: The opportunities to use technology to enable the content management process  
Content Management systems: What's available? systems.asp A review of the marketplace and some of the CMS packages available  

Creating an autoplay CD: Page 1
Main article

autoplaycd.asp How to create a CD with icon, right-click menu options and autoplay (autorun)  
Creating an autoplay CD: Page 2
Autoplay CDs - Background
CDBG.asp Additional, background material to creating an autoplay CD  
Example of using CSS to control a page's background image PageBG_CSS.htm Example of CSS  
Home page default.asp Welcome and gateway to the site  
HTML table element tabletag.asp Some useful information on using HTML tables, including some examples to demonstrate their flexibility  
Inbound fax processing fax.asp A discussion of options available for the handling of incoming faxes, inclusing their presentation on an intranet site  
Index of articles index.asp A listing of - with links to - the general-interest articles on the site. This doesn't include items in the technical sections  
Installing MySQL and PHP default.aspx

PHP and MySQL are an asset to any Windows system and every developer should be familiar with them!

Notes on downloading installers and installing the software on Windows workstation and server

 
Memory techniques default.asp Mnemonics: Memory techniques and how to use them to improve your memory  
Mix JavaScript with VBScript in an ASP page
vb_java_mix.asp Use JavaScript to resolve VBScript issues, mixing scripting languages: Uses example of getting server's UTC offset in JavaScript and using the value in VB  
Page listing pagelist.asp This page: An alphabetical listing of the pages on this site  
PHP Arrays array.asp An introduction to arrays followed by pages on creating arrays in PHP, how to access their contents and using them in web applications  
PHP Plays Noughts and Crosses phpoxo.asp A web application that plays noughts and crosses (OXO), coded in PHP. This article describes how the code works, looking at some pf PHP's features - Or just play the game!  
Play noughts and crosses against the web server default.php PHP application plays noughts and crosses (OXO)  
Programming - HTML:
Using rollover techniques for dynamic graphics
furtherrollovers.asp Using HotSpots to create a more dynamic rollover  
Programming - Index:
An index to software development articles
programming.asp A listing of the items in JavaScript, VBScript and HTML programming sections  
Programming - JavaScript:
About the Wine Shop
wineshop.asp The Wine Shop is a sample web site, demonstrating the use of cookies to manage a shopping basket. Examples of coding to write, read, update and delete cookies  
Programming - JavaScript:
Add to favourites
addfavourite.asp Use JavaScript to add the current page to the IE Favorites list  
Programming - JavaScript:
Enhanced buttons
buttons.asp Using JavaScript to add functionality to buttons on a web page  
Programming - JavaScript:
Scrolling text tooltip
scrolltip.asp How to add a scrolling, pop-up tip to a web page element  
Programming - JavaScript:
The Wine Shop: How it works
wineshop02.asp Technical review of how The Wine Shop site works and what the JavaScript code does.  
Programming - JavaScript:
The Wine Shop: Web site
default.htm Home page of The Wine Shop, sample e-commerce off-licence, as discussed in the accompanying articles - Contains the links to other pages on the Wine Shop site  
Programming - JavaScript:
Using recursive JavaScript
perms.asp Using recursive function calls in JavaScript to determine and display permutations of digits on a web page  
Programming - VBScript:
Collating files
renamescript.asp Using VBScript in Windows to rename and collate files - An example of using VBScript's File System Object (fso) to read, write, move and delete files  
Resources default.asp A page where tools, utilities and other useful resources are placed for review and/or downloading. The content and links on this page are added and removed for convenience: It's a lucky dip!  
The Role of the Team Facilitator default.asp Using a facilitator in creating and supporting teams  
Self-managed teams smt_01.asp What's special about a SMT? Why is it better than another team? How to support a SMT through technology: A team web site  
Sending email: Creating email using CDONTS sendmail.asp A sample project to demonstrate how email can be created from a user's input to a HTML form  
Sending email: Creating email using CDONTS aspemail.asp Using the server-side collaboration data object library to send email from a web site  
Sending email: The CDONTS NewMail object newmail.asp Review of the NewMail object used to send email from a web site  
Simple control of a page's background image PageBG_IE.htm Example of scroll control for IE-compatible browsers using <BODY> tag attributes  
Site map textmap.asp A text-based map of the main sections on the site  
Site map sitemap.asp A graphical map of the site with links to the main section heading pages  
Someone said . . . quotes.asp Some quotable quotes  
Techniques: Index bpindex.asp Index to the business process area - including articles on techniques  
Techniques: Mind mapping mindmap.asp An introductory item on the mind map and the process and uses of mind mapping  
Techniques: Mind mapping - Software for MindMappers software.asp A review of some software applications for MindMappers  
Techniques: Structured problem solving sevenstep.asp A review of structured problem solving and an introduction to the seven step probelm solving methodology  
The CV thecv.asp A review of my experience: My cv  
The Gallery gallery.asp Pictures from my past (and present) and an example of content management in action!  
Using CSS to control a page's background image PageBG.asp Using CSS and other techniques to control a page's background's tiling and scrolling - Example of development in Dreamweaver MX  
Using HTML tables to lay out web page designs default.asp How to use HTML tables to lay out web pages that will render in browsers old and new: Using tables in place of style sheets  
VB Script dates dates.asp First page of an article on using dates in ASP pages, including examples of date functions and a dynamic calendar using VB Scriptin  
VB Script dates - A simpler way to get days in a month easydays.asp Showing how using next month's day zero can return the last day of this month, simplifying the calculation of days in a month  
VB Script dates - An ASP calendar ASPcalendar.asp Looking at the logic and coding required to generate a dynamic calendar on an ASP page - This material is used in the dynamic calendar pages, see makecalendar.asp and the ASP it calls  
VB Script dates - Days in a month daysinamonth.asp An investigation of how VBScript can be used to calculate the number of days in a month  
VB Script dates - Dynamic calendar makecalendar.asp A HTML page which posts a month and a year to an ASP page which renders a calendar for the specified month - The coding used is discussed in calendarcode.asp  
VB Script dates - Dynamic calendar coding calendarcode.asp A review of the code used to call and ASP which renders a dynamic calendar  
VB Script dates - Some background dates02.asp Background material and examples supporting the article on date processsing in VBScript  
VB Script dates - Weekday() function weekday.asp A discussion of the VBScript WeekDay() function and associated topics  
XML - Some background xml_BG.asp Some background on XML - Where the technology came from, when and where it might be going: A collection of notes  
     

 

 
P a g e l i s t : I n d e x o f p a g e s
Link to Sitemap
E n d o f p a g e
Back to the top of this page

xxx,xxx

copyright ©2000 - 2008 Chris Pearson