|
|
 |
Analog Clock
When it was time to teach our daughter how to tell time we ran into a little problem. There wasn't a single old fashioned clock with hands in the entire house. This little clock is great for teaching youngsters how to tell time. There is a digital display as well.
clock analog learn little clock great teaching youngsters how tell time |
 |
TIFF Page Counter COM Component
The com component will quickly tell you how many pages are in a tiff file, ideal for web sites that serve tiff content.
Example .asp code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("TIFFPAGECOUNTCOM.CTIFFPageCount.1")
dim pages
pages = Obj.GetPages("C:\yourtif.tif" )
tiff com component tif pages com component will quickly tell how pages tiff file |
 |
PDF Page Counter COM Component
The com component will quickly tell you how many pages are in a pdf file without the need for acrobat, ideal for web sites that serve pdf content.
Example .asp, vb & vc++ code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("PDFPAGECOUNT.PDFPages.1")
dim pages
pages = Obj.GetPages("C:\yourpdf.pdf" )
pdf page count com component com component will quickly tell how pages pdf file |
 |
Folder Size COM Component
The com component will quickly tell you how much disk space a folder is taking up, this also includes subfolders under the root folder, ideal for web sites that serve document/image content.
Example .asp code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("GETFOLDERSIZE.GetSize.1")
dim sz, files, folders
sz = Obj.GetSize("c:\inetpub\" )
files = Obj.files
folders = Obj.folders
folder size com component com component will quickly tell how disk space folder taking |
 |
Time Tracker
Time Tracker teaches young children how to tell time using an analog clock. There are ten educational levels ranging from simple hour hand manipulation to complex double-digit subtraction. Upper level equations show a deactivated clock representing the "current" time in conjunction with the main active play clock representing the "configurable" time. Time Tracker uses dynamic leveling algorithm to adjust to the child's ability.
education time telling addition subtraction counting pocket pc time tracker teaches young children how tell time using analog clock |
 |
Animated Clock
A program for children from pre-school through third grade that teaches them to tell time in a variety of ways. This life skill program helps them convert digital time to analog time and vice-versa. Difficulty levels can be selected to provide practice in increments of hours, half-hours, 15 minutes, 5 minutes and one minute. Animated rewards "pop out" of the cuckoo clock's doors for each correct answer, 10 correct answers get a silly cartoon.
clock time math counting telling time tell time variety ways pre-k 3rd grade |