Operating Systems    HOME    Electronics

Programming

I have tried to provide you with some links to Programming Tutorials. Most of these sites will provide you with enought knowlege to do basic programming. Much more information can be obtained by searching the web.    Sam


Screen Colors (RGB format)
Color code valuse for setting the screen colors.

HTML.XHTML Reference
Reference A HTML 4 XHTML 1 reference with links to Tags and Attributes. Examples are give for each tag. Depreciated attributes have been removed.

CSS Properties
Properties A quick refference to CSS Properties

W3 Schools
W3 Schools is has become the standard for Web programming. You can also get certification in some of the different languages.

Web Programming HTML Tutorials

HTML Hyper Text Markup Language
XHTML EXtensible HyperText Markup Language
CSS Cascading Style Sheets

Web Programming XML Tutorials

XML EXtensible Markup Language
XSL EXtensible Stylesheet Language
XSLT Extensible Stylesheet Language Transformations
XSL FO Extensible Stylesheet Language Formatting Objects
XPath Syntax for defining parts of an XML document
XQuery XQuery was designed to query XML data.
XLink A standard way of creating hyperlinks in XML documents
XPointer Allows the hyperlinks to point to more specific parts (fragments) in the XML document
DTD Document Type Definition
Schema XML Schema is an XML-based alternative to DTD
XML DOM Document Object Model
XForms The next generation of HTML forms
SOAP Simple Object Access Protocol
WSDL Web Services Description Language
RDF Resource Description Framework
RSS Really Simple Syndication
WAP Wireless Application Protocol
Web Services Your application can publish its function or message to the rest of the world

Perl

How To Some things I have found helpful
What is Perl
Perl Tutorial School of Computing University of Leeds
Perl Tutorial by Tizag Tutorials
Perl Documentation man page Manual pages for perldoc
Perl Documentation manuals What is contained in the perl documentaion manuals.
Perl Escape Sequence Commands
Perl Numeric and String Operations and Functions
Perl Relational Operators
Perl Special Variables
Pattern Matching
Regular Expressions
Scalar Operations

Demonstration Programs
catnumb A nice little program to list a program with line numbers.
localtime Program to demonstrate the use of the "localtime" function.
filetest Program to determine information about a file with opening the file.
freq Program to determine unique words and the number of times it occures in a file.
Customer
   customers.txt The text file for the next two programs.
   customer Program that uses hashes to determine customer information indexing on the phone number or email address.
   customer2 Same program as above but have added an index on the last name not using hashes.

VI editor

VI editor commands with a quick refference sheet