Article archive
Html Components(htc) Information
29/07/2009 10:30
HTML Components
Componentizing Web Applications
This version: https://www.w3.org/TR/1998/NOTE-HTMLComponents-19981023Latest version: https://www.w3.org/TR/NOTE-HTMLComponentsEditor: Chris Wilson (Microsoft) Additional contributors: Dave Massy (Microsoft) Sara Williams (Microsoft) Rebecca Norlander...
———
Html Application - HTA
29/07/2009 10:01
An HTML Application (HTA) is a Microsoft Windows application written with HTML and Dynamic HTML. The ability to write HTAs was introduced with Microsoft Internet Explorer 5.0.
HTAs can be made from regular HTML files by simply changing the file extension to .hta. To customize...
———
Batch Administrator Commands
29/07/2009 09:46
Useful commands
for Windows administrators
Managing a Windows 2000 Active Directory with about 100 servers, over 1500 computers and 35 sites, the following commands often helped me answer questions or solve problems.
Most commands are "one-liners", but for some I had to make an exception and go to...
———
Batch Shutdown Commands
29/07/2009 09:41
Shutdown, Reboot and Logoff
A collection of shutdown commands for most DOS and Windows versions and scripting languages.
OS (1)
Command line
Effect
Remarks
XP Pro
WMIC OS...
———
Batch Howtos
29/07/2009 09:26
Batch HowTos
On this page you'll find a shorthand list of common tasks in batch files, and the command(s) that can be used to perform those tasks.
Notes:
Many, if not most, of the commands listed here require Windows 2000 and later, some require...
———
Introduction1
28/07/2009 10:44
J.E.D.I
Introduction to
Programming I
Student's Manual
Version 1.3
June 2006
Introduction to Programming I 1
J.E.D.I
Author
Florence Tiu Balagtas
Team
Joyce Avestro
Florence Balagtas
Rommel Feria
Reginald Hutcherson
Rebecca Ong
John Paul Petines
Sang Shin
Raghavan Srinivas
Matthew...
———
Batch File Information
28/07/2009 10:33
Information on batch files
Quick links
Batch file ABCs
Creating a batch file
Batch commands
Batch file examples
Technical support
Debug Routines
Batch fle ABCs
Batch files...
———
Most Popular Programming Languages
28/07/2009 10:21
Debate over the most popular programming language can become an emotional, almost religious battle. And sometimes there’s no debate at all, such as when a developer is assigned to repair legacy software. “It was written in COBOL?” is a popular refrain.
A programming language is just one tool in a...
———
Most Popular Programming Languages
28/07/2009 10:16———
Exercise 3 w/ Solution
25/07/2009 14:41
Creating a Simple Bank Package
In this exercise, you create a simple version of the Account class. You place this source file in the banking package. A test program, TestBanking, has been written in the default package that creates a single account. It initializes the baance of that account...