<%@ Language=VBScript %> MobileViews Pocket PC 2002 Themes - Data powered by HanDBase <% '010901 - Todd Ogasawara '011223 - Converted from client-side Javascript to ASP 'Source code Copyright 2001 Todd Ogasawara Dim DoubleQuotes DoubleQuotes = chr(34) 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 function buildLocalAnchor (anchorName) Response.Write "" writeBold anchorName Response.WRite "" End Function function buildThemeLink (recWeblink, recURL) if recURL <> "" then Response.Write "" if recWeblink <> "" then Response.Write recWeblink else Response.Write recURL end if Response.Write "" else Response.Write recWeblink end if writebr end function 'buildURLlink() function buildImageLink (imageFile, themeURL) if themeURL <> "" then Response.Write "" Response.Write "" Response.Write "" else Response.Write imageText end if end function 'buildImageLink 'Main function function loadXML() Const nWebLinks = 3 ' Max number of web links in commentary Dim xmlDoc, objRootElement, numRecords, i Dim recTitle, recDescription, recSnapshot, recDownloadFile, recDate, recFileSize DIM URL ' 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("themes.XML")) ' Set the document element Set objRootElement = xmlDoc.documentElement ' Force the file to load synchronously (all at once) xmlDoc.async = false Response.Write "" Response.Write "Number of Themes = " Response.Write objRootElement.childnodes.length Response.Write "" Response.Write "
" For i = 0 to objRootElement.childNodes.length - 1 'get Theme files info from XML file recTitle = objRootElement.childNodes(i).firstChild.text recDescription = objRootElement.childNodes(i).childNodes(1).text recSnapshot = objRootElement.childNodes(i).childNodes(2).text recDownloadFile = objRootElement.childNodes(i).childNodes(3).text recDate = objRootElement.childNodes(i).childNodes(4).text recFilesize = objRootElement.childNodes(i).lastChild.text URL = "ThemeFiles/" & recDownloadFile 'TSK files in folder named ThemeFiles ' display the image & associated caption in a left justified table ' assume all images in a folder named "images/" if recSnapshot <> "" then Response.Write "
" buildImageLink recSnapshot, URL end if ' display Theme info if recDate <> "" then writeBold recDate Response.Write " " end if if recTitle <> "" then buildThemeLink recTitle, URL Response.Write "" Response.Write " (" Response.Write recFileSize Response.Write "bytes)" Response.Write "" writeBR end if if recDescription <> "" then Response.Write recDescription Response.Write "
" end if Response.Write "
" Next 'i loop ' destroy the COM object when finished Set xmlDoc = nothing end function 'loadXML() %>

HOME

News

   

ABOUT

Todd Ogasawara's MobileViews Pocket PC 2002 Themes (Free!)
Powered by HanDBase & XML
Copyright 2001 Todd Ogasawara
These Pocket PC 2002 Themes can be downloaded and used without any charge by individual users. Permission for distribution by other means must be obtained from the Author (Todd Ogasawara).

Applications

Articles

Cases

Commentary

FAQ

MSN E-Mail

Themes

 

Themes Sites

Themes FAQ

<% loadXML %>
Other Theme/Skins Sites

Anthony's Pocket PC 2002 Themes

ce-mobile.de Heute-Themes für den Pocket PC 2002

Dallas Fort Worth Pocket PC Users Group Pocket PC 2002 Themes

Depressed Press of Boston

FlashEnabled Comdex Pocket PC 2002 Themes Also check out Phillip's Thanksgiving Day Themes

Fred Block's Pocket PC 2002 Themes Page

infoSync : Resources : Skins

Iomind Skins

Jumping Cholla Enterperises, Inc.

PDAtweaks

pocketnow Skins

PocketPCPassion Today Screen Themes

PocketPCThemes.com

PocketThemes.com

SemperAptus PPC2002 Skins

Sitepoint.NET Pocket PC 2002 Themes

Stellarmetrics Theme Manager This application helps you manage Themes on your Pocket PC. It lets you visually browse available themes. It can also schedule automatic Theme changes.


Themes/Skins FAQ

Q: How can I build my own Themes/Skins?
A: Download the Microsoft Theme Generator.
SPECIAL NOTE: The Microsoft Theme Generator only works on PCs running Windows 2000 or Windows XP. It will not operate on a PC running Windows 95, 98, Me, or NT.

Q: What if I don't want to upgrade to Windows 2000 or XP just to use the Theme generator?
A: Tim Warner of PDALife discovered this cool trick. Tap-and-Hold any GIF file stored on your Pocket PC. Select Set as Today Wallpaper. This lets you create a partial Theme without any special tools.

Q: Where do I place the TSK (Theme Skin) file?
A: The files can be placed under \Windows in System RAM or \My Documents in either System RAM or a storage card. It cannot be placed in a subfolder under \My Documents.

Q: What are Themes/Skins?
A: This feature lets you modify the graphical look of the Today screen, Start menu, and the menu bars.

Q: How do I use these TSK Theme/Skin files on a Pocket PC 2000 (Rapier) device?
A: You cannot. The Theme/Skin feature is new and unique to Pocket PC 2002 (Merlin) devices.

Q: Can I use a desktop Windows Theme on as a Pocket PC 2002 Theme?
A: No. At least not directly. However, it is conceivable that you could use the images from the desktop Theme to build your own Pocket PC 2002 Theme using the Microsoft Theme Generator.

Q: [1]My Today screen or Start menu images look distorted. (OR) [2] My image only shows part of what I wanted. What happened?
A: The Today screen dimensions are 240-wide by 268-high. The Start menu dimensions are (generally) 150-wide by 290-high. Your image was probably not a multiple of these X by Y ratios. You then probably chose to Stretch or Crop the image. If you want to size an image ratio that matches the Today screen or Start menu, you are welcome to try my UNSUPPORTED ThemeCalc utility. It can help you determine the ratio of a larger (or smaller) image that can be resized to exactly fit the Today screen or Start menu.

Q: What are the legal implications of using the image of a famous person or copyrighted fictional character, image, or logo?
A: I do not know. You should consult with an attorney familiar with laws concerning intellectual proprety. NOTE: All the Themes/Skins made available on this web site (MobileViews.com) use photographs that I took myself.

Q: Can I download and use the Themes/Skins here on my Pocket PC 2002 device?
A: Yes, you can use them free of charge and without express written permission as long as the download is for personal use. You may also freely share the Themes here with friends who also intend them for only personal use. Please contact Todd Ogasawara if you wish to distribute these themes in any way connected with a commercial venture.