gmPageReport
ANN: gmPageReport ver: 1.2(see the Revision History for details Download (from chamisplace.com): gmPageReport ver: 1.2ScreenShot: The Main Report
gmPageReport is mostly a collection of demo's already available from chami.com What is does is bring back statistics about any file residing on your computer including a:
- File report
- Download Speed Report
- hkWordCountExt Report:
- Directory Report
- Document Links Report
- File Content Report
File Report:
The File Report retrieves common file information including file size, File long and short name, created, last modified, and last accessed dates as well as the number of characters and lines in the document.
Download Speed Report
There is an Html-Kit command called "MToolsFileWeight" that displays the download speeds of a file on different modem rates I couldn't hack into it so I wrote my own hkscript that mimicked it, right now this report is limited to the transfer speed of the actual file selected in the gmPageReport open dialog and does not factor in images or other linked files included in the document.
hkWordCountExt Report
This one is available at Chami.com and is probably the most useful of the reports. It retrieves (you guessed it!) the number of words contained in the document as well as line, character, and space counts etc;.
Directory Report
Brings back a tabled list of all files in the directory of the document you selected to generate a report on . The first column of this table lists clickable file names so you can preview them in the Kit's internal browser window, the background color of these cells are color coded to distinguish file types easily.(certain file types not normally viewed in a browser will not open unless you have an external program associated with that file type already.) The second column lists the size of the file in Kb's while the third through fifth columns list the create, last modified, and last accessed dates respectively.If any of the dates in these last 3 columns are more than 30 days old, the background color of that dates cell will appear silver in color. Just a way to quickly determine files that you may have forgotten about. Looking at the example below (generated Jul-20-2003) for instance its only easy to see that "index1.html" and "transition5.gif" were both created, modified and accessed in the last thirty days while "image_rotate.js" hasn't been touched in over a month and though "New2.gif" wasn't created or modified in the last month it has been accessed so the chances are good that it is serving a useful purpose somewhere.
| Filename | Size | Created | Last Modified | Accessed |
|---|---|---|---|---|
| index1.html | 9(Kb) | 14-Jul-2003 | 14-Jul-2003 | 17-Jul-2003 |
| transition5.gif | 131(Kb) | 16-Jul-2003 | 16-Jul-2003 | 17-Jul-2003 |
| image_rotate.js | 0(Kb) | 09-Feb-2003 | 24-Feb-2003 | 26-Feb-2003 |
| New-2.gif | 3(Kb) | 09-Feb-2003 | 24-Feb-2003 | 20-Jul-2003 |
| Directory Report: | ||||
|---|---|---|---|---|
| Filename | File Size | Created on | Last Modified | Last Access |
| 2(Kb) | 24-Feb-2003 | 10-Feb-2003 | 30-Aug-2003 | |
| <1(Kb) | 24-Aug-2003 | 26-Aug-2003 | 29-Aug-2003 | |
| 1(Kb) | 20-Sep-2003 | 20-Sep-2003 | 21-Sep-2003 | |
| <1(Kb) | 22-Mar-2003 | 22-Mar-2003 | 21-Sep-2003 | |
| 4 object(s) | 4832 bytes, 4 Kb(s), <1Mb(s) | |||
Document Links Report
Nothing fancy it just lists the links in your document about the only use I can think of for it off the top is if you forget to include text within your "anchor" tag you notice it here right away :)
File Content Report
Shows you the content of your file as it appears in the editor window. I'm working on making functions in various coding languages clickable links but I still have a loooong way to go. Right now php and hkscript are both supported.
gmPageReport Revision History
| Sept. 29, 2003 | Ver: 1.2 |
|
|
| Sept.26, 2003 | Ver:1.15 beta |
| -Fixed some typos -The open dialog now contains the path to the file focused in the editor window -Added Deprecated and Obsolete Report -Added image/icon support for the "Directory" Report (colors are gone!) -"Directory" Report now totals the number of objects in the reported directory and returns the total combined size of all files in that directory. -As well as dimming last modified, accessed and create dates that are older than 30 days the "Directory" Report now "greenlights" files that were modified, created, or accessed in the last 24 to 48 hours. -Added "Author Profile" which returns info stored under "Edit | Preferences | Author (tab)" in Html-Kit -File Content Report now has "Code Reminder" support for Deprecated and Obsolete tags clicking the tags(links) will land you at the appropriate W3C page for the appropriate tag -File Content Report now has LIMITED "Code Reminder" support for javascript higher level functions clicking will now land you at Netscape.com's Devedge on the appropriate help page. -I'm in the midst of converting gmPageReport to style sheets! I'm standing at approximately 90% complete right now there may be a few minor glitches I'm counting on feedback to work them out. | |
| July 27, 2003 | Initial release |
