PocketHTML.Net is designed to make HTML editing simple and easy, with an emphasis on eliminating the repetitive hassles of tag entry.
It's ideal for website editing, creating lists, creating richly-formatted documents, and more.
Features:
Customizable QuickTag buttons put your most frequently used tags just a tap away.
Comprehensive tag insertion menu allows insertion of nearly any standard HTML tag with only a few taps
Integrated HTML viewer means you can check your design's appearance instantly
Full Find/Replace abilities help PocketHTML.Net excel at text manipulation
Auto indentation helps you lay out your markup more clearly
Supports Tillanosoft's tGetFile.dll, Tillanosoft's free enhanced version of the standard PocketPC Open and Save As... dialogs. Unlike the standard file dialogs on the PocketPC, which restrict you to only the "My Documents" folder and one level of directories under it, Tillanosoft's tGetFile.dll lets you open and save files anywhere on your PocketPC. PocketHTML.Net automatically detects if tGetFile.dll is installed and will use it if available. If tGetFile.dll isn't installed, PocketHTML.Net will use the standard PocketPC dialogs instead.
Tag definitions and custom text chunks can be edited by hand, or with the included Tag Editor program. (new in 1.2)
VGA and Landscape compatible (new in 1.2)
And best of all... it's free! Well, okay. It's donationware. If you really like it, please donate the author at his homepage ($5 or so). But there are no nag screens, no registration codes, and no crippled functions to worry about.
So, if you're a web designer who needs to edit pages while on the go, an executive who'd like to have the flexibility and power of HTML in your documents, or just someone who's looking for a better editor - check out PocketHTML.Net. The premier HTML editor for the PocketPC.
Update Description:
v1.2.2
* ADD: Including a filename in the PocketHTML commandline will load the file on startup.
Example: PocketHTML.Net.exe "\My Documents\Sample file.html"
* CHG: Added extra error handling code to deal with bad tag entries.
* BUG: A typo in the tags.xml file caused a crash when adding a table row
v1.2.1
* BUG: Fixed a long-standing crash caused when using the system file dialogs.
v1.2 Release Candidate
* ADD: Portrait / Landscape compatibility!
* ADD: Tag editor
* CHG: Reworked the Find/Replace dialog architecture
* BUG: Fixed doctype tags, tag, and comment tag
* BUG: Fixed bug in file filters used by the standard OpenFileDialog
* BUG: Now uses a UTF8Encoding that doesn't print a BOM
v1.2 Beta 7
* ADD: VGA compatibility!
* ADD: HTML preview now loads images
* ADD: Option to set the default text encoding
* CHG: Modified options dialog
v1.2 Beta 6:
* BUG: PocketHTML would crash on startup.
v1.2 betas 4 and 5: not released publicly
v1.2 beta 3:
* BUG: Files with a charset other than the default were not being interpreted properly
* CHG: Additional check code added to aid in debugging.
v1.2 beta 2:
* BUG: Opening a file while the current file was unsaved would replace the current file without a warning
* BUG: Tags with default attributes were being inserted with extra quotation marks
* BUG: Indenting text while scrolled down caused a jump to the top of the textbox
* BUG: File > Close wasn't working
* BUG: Comment tag was broken
v1.2 beta 1:
* ADD: Tag context menu can be bound to a hardware button
* ADD: Copy/Cut/Paste added to context menu
* ADD: Recent files list added to File menu
* ADD: Indent / Unindent selected text functions
* ADD: User-added HTML templates - just save your template file to the PocketHTML\Templates directory
* CHG: Tags file is now XML-based, for easier modification
* CHG: Tag context menu is now generated from menu.xml (which means new items can be added to the menu just by editing menu.xml)
* CHG: File dialogs start with last used directory
* CHG: Additional file types added to the dialogs (.asp, .php, etc)
* CHG: Save dialog defaults to current file's type
* CHG: TAB key now sent to textbox instead of changing focus
* CHG: TAB / SHIFT-TAB keys now indent/unindent text
* CHG: Find/Replace dialogs are shown with selected text
* CHG: Tag insertion now uses tabs instead of spaces for indentation
* BUG: Warn when possibly overwriting a saved file
* BUG: Replacing text doesn't set modified flag
* BUG: Saving a saved file brings up the "Save As" dialog again
* BUG: Text wrapping not doing anything
* BUG: Find and replace dialogs should be exclusive
* BUG: "XHTML tags" option was broken
v1.1
* Added support for Tillanosoft's tGetFile.dll
v1.02
* Additional bugfixes relating to directory issues (DirectoryNotFoundException, etc). Should now run no matter what directory it's installed to.
v1.01
* Fixed a hardcoded directory string, which caused PHN to crash while loading if it wasn't installed to "\Program Files\PocketHTML.Net". Mostly an issue with non-English PocketPCs
v1.0
* Initial release