<%@ Language=VBScript %> Pocket PC Applications List - Data powered by HanDBase <% ' 010324 - Todd Ogasawara ' 020105 - Converted from client-side Javascript to server-side VBScript ' Source code Copyright 2001/2002 Todd Ogasawara Function writeBR() Response.Write("
") End Function Function writeItalics(textString) Response.Write("") Response.Write(textString) Response.Write("") End Function Function writeBold(textString) Response.Write("") Response.Write(textString) Response.Write("") End Function Function writeColor(textColor, textString) Response.Write("") Response.Write(textString) Response.Write("") End Function 'Main function Function loadXML() Dim xmlDoc, objRootElement, numRecords, sRecord, i Dim siteURL, siteName, siteProducts, siteComments, dateEntered ' Instantiate the XML Processor set xmlDoc = Server.CreateObject("Microsoft.XMLDOM") ' Have the processor validate the document xmlDoc.validateOnParse=True ' Load the XML document xmlDoc.load(Server.MapPath("PocketPC.XML")) ' Set the document element Set objRootElement = xmlDoc.documentElement ' Force the file to load synchronously (all at once) xmlDoc.async = false numRecords = objRootElement.childnodes.length Response.Write "" writeBold "Number of Sites = " writeBold numRecords Response.Write "" Response.Write "
" ' Get today's date Today = Date For i = 0 to numRecords - 1 sRecord = objRootElement.childNodes(i).nodeName siteURL = objRootElement.childNodes(i).firstChild.text if instr(sSiteURL, "http://") = 0 then newSiteURL = "http://www." + siteURL else newSiteURL = siteURL end if siteName = objRootElement.childNodes(i).childNodes(1).text siteProducts = objRootElement.childNodes(i).childNodes(2).text siteComments = objRootElement.childNodes(i).childNodes(3).text sDateEntered = objRootElement.childNodes(i).lastChild.text ' Note entries less than a month old with NEW! if sDateEntered <> "NO DATE" then if DateDiff("d", sDateEntered, Today) < 31 then Response.Write "" Response.Write "New! " Response.Write sDateEntered Response.Write " " Response.Write "" end if end if Response.Write "" Response.Write siteName Response.Write "
" if siteProducts <> "" then Response.Write "  " writeBold siteProducts writeBR end if if siteComments <> "" then Response.Write "  " Response.Write siteComments Response.Write "

" else Response.Write "

" end if Next ' For loop End Function 'loadXML() %>

HOME

News

   

ABOUT

 


Pocket PC Applications Providers Powered by HanDBase & XML

List only sites added in the past month
<% loadXML %> Software News, Reviews, & Library Sites
Microsoft Pocket PC Downloads ActiveSync, MSN E-mail for Pocket PC, Pocket Streets, Service Pack 1, and more...

Microsoft Club Pocket PC Reviews & Columns

Microsoft PocketPC.com Step-by-step Guides

CEArchives.com Shareware library

CEWire News

PocketGamer.org Specializes in games for the Pocket PC

PocketPC Freedom List of freeware for the Pocket PC

Pocket PC Thoughts News & previews

Pocket PC Tools News on software releases

Tucows Windows CE Library

ZDNet CE Downloads Shareware library

Zippy's all of the Pocket PCs Software List

 


Microsoft Mobile Devices MVP Software
Microsoft MVPs (Most Valuable Professionals) are people who voluntarily provide assistance via NNTP newsgroups, websites, and other venues to assist users of Microsoft products. Some MVPs also  provide software tools, utilities and applications. The list below provides links to Pocket PC software provided by Mobile Devices MVPs
Chris De Herrera: CEWindows.NET
RegKing registry tweaker (developed by Terence Goggin, Information Appliance Associates)

Philippe Majerus: PHM Applications for Pocket PC
Device Manager
Registry Editor
Task Manager
Data Sources (CEDB)
Today Meters

Todd Ogasawara: MobileViews
ThemeCalc image ratio calculator to assist in designing Pocket PC Themes

Marc Zimmermann's Pocket PC & Handheld PC Software
Attachment Folder Fix (8K) will restore the uniquely named folder on a Pocket PC storage card which is used for storing Inbox attachments. Use this tool to fix the error message that you get when you have accidentally deleted the folder.

Pocket Hosts (27K) allows you to edit the static host name to IP address mappings on a Pocket PC. This is the handheld equivalent of writing a HOSTS file on your desktop PC.