Available for a limited time only - £10 off a £20 spend at eXpansys! For more details visit this topic!

Please Log In or Register - it's FREE!

 
Reply to this topicStart new topic
 MAKING A SITE ACESSABLE 4 SMARTPHONES
kingdom master
post Mar 2 2003, 22:52
Post #1


Diehard
Group Icon

Group: Posters
Posts: 453
Joined: 20th December 2002
From: london
Member No.: 1,295



Pocket IE on the Smartphone
please take in mind, some of what if written in here is for newer smartphones like jvm build, however this is meant to cover all smartphones to some changes will be needed for certain phones.

If someone browsed your website on the Microsoft Smartphone, what do you think it would look like?




Suitable for Smartphones And this isn't!



The Microsoft Smartphone comes with Pocket Internet Explorer 2002 which in Microsoft's words allows access to rich internet content. Looking at the 176x220 pixel screen probably tells you that viewing 99.999% of the internet is going to be difficult / annoying / impossible. There are two reasons. Firstly, the screen is small. Scrolling over a page intended for a PC or even a Pocket PC is like looking at pictures in an art gallery through a toilet roll tube. Secondly, Pocket Internet Explorer 2002 (pIE) is cut-down to have the following specification -
An HTML engine conforming to W3C HTML 3.2, as found in IE3.02.
JScript 1.1 support as found in IE4.0.
An XML engine - MSXML 2.5 as found in IE5.0.
SSL 2.0 & 3.0 - 128bit, cookies, forms, ActiveX components (user-installed only and no Authenticode) support.
NO client side VBScript.
NO DHTML (except for InnerText & InnerHTML).
NO Java Virtual Machine - so no Java Applet support by Microsoft. Third Party JVM's are available.
NO Cascading Style Sheets (CSS) or Frames (TARGET will not function).
NO multiple windows. window.open() will open in existing window, if user initiated. Automatic pop-up windows will not function.
HTML tags need to be well-formed and paired, pIE performs less auto-correction.
This guide is to help you design pages for Smartphone users to browse. Perhaps you want to create online content or just want your existing pages to be accessible. This needn't be a long tiresome task, involving complete re-writes of pages and as you will see, simple HTML is actually favoured.


Images and Screen Widths

An image is worth a thousand words and also several thousand bytes. Careful consideration will have to be taken on the necessity of any images. The bandwidth available on Smartphones is reduced and large images would require a lot of scrolling. In fact pIE automatically reduces large images to try and fit them if you choose this option, look at the 'Sophonix.com' banner on the top right picture, it's been resized.

The message is to avoid unneccesary images. If you want images, then it's best to create small gif versions and at this point it's time to talk about screen widths. Microsoft talk about the Smartphone having a 176x220 screen throughout their SDK. In fact, in a table of specifications they also mention 160x240 and 208x240. You may want to ensure that any fixed width elements (images, tables...) are set to be less than 160. If it's too large, the dreaded 'horizontal scrollbar' will appear. Never design a page with horizontal scrolling above the minimum screen width, ever. And that goes for PC viewed websites too. The diagram below shows the dimensions of typical page elements. It's fair to say that these dimensions will apply to most MS Smartphones.

It's worth mentioning at this point that pIE has a 'Fit To Screen' option which is turned on by default. When it's off, it renders everything to a 640 pixel width virtual screen. This tends to mess up tables, by ignoring the width= attribute. Users will have the feature turned on permanently probably as it introduces a horizontal scrollbar and is only of use when items must be viewed full size like large images. The
tags are ignored when 'Fit To Screen' is on and Microsoft suggest using a transparent 1x1 gif and setting width and height attributes to get the spacing you want.



The important thing to note is the content area size and the scrollbar width - 5 pixels. The largest fixed width element visible without a horizontal scrollbar appearing would be 5 pixels less than the screen width, i.e. 155 or 171.

The Smartphone is designed to have 65,000 colours, but this doesn't mean you have to use all of them. For simple graphics a good saving can be made by converting to 256 colours and saving as a gif. Use an error diffused, optimised palette and you'll probably not notice much change. Small images in gif format are often smaller than jpgs, and tend not to lose anything to compression artifacts. Try both and see how much file size you save. By the way, animated gifs won't work, only the first image will be displayed. pIE does however allow a decent range of image formats: png, jpg, gif, wbmp, 2bp and bmp.

Design Considerations

The mid-nineties are back! If your designing web pages for the Smartphone that is. Frames are out (good thing too). If your page features a tag, then pIE will read this, otherwise forget them. Image maps won't work either - these like frames, would be difficult to navigate on the phone. The key thing to bear in mind is that users will be viewing your pages by vertically scrolling. Sophonix has the navigation links above each other. They could have been arranged horizontally, but a user will be able to navigate giving them focus whilst vertically scrolling. It's up to you if you arrange links horizontally, there's no big disadvantage. Links are probably best kept to words rather than images and tend to be easier to spot. pIE gives links focus as you can see below. <br /> <br /> <img src="http://www.sophonix.com/images/vertnav.gif" border="0" class="linked-image" /> <br /> <br /> <br />Vertical navigation <br /> <br /> <br /> <br />The title of your pages has a limited amount of room and will vary depending on the icons present. Perhaps just the name of your site or company. If this is present on every page, users will know when their on your site and when they've left. <br /> <br />Background images if used, should be simple and not affect the readability of the page. A dim watermark image that doesn't scroll can be effective. <br /> <br />The loss of cascading style sheets (CSS) is a blow, as they are rather useful and save a lot of coding. The Smartphone comes with one font installed - Nina, available in several sizes including bold. <font size= tags can be used to alter the size of the text - see below. If you want custom fonts - say, for a company name then the obvious choice is an image. Use a gif with a transparent background, if you don't use anti-aliasing it'll look like a regular font, plus the file size will be smaller. Without style sheets, setting particular font sizes and colours must be done wherever it's needed. However, trying to implement too many colours and styles is a bad idea, the Smartphone is about information and content. <br /> <br /><img src="http://www.sophonix.com/images/fonttest.gif" border="0" class="linked-image" /> <br /> <br />The Nina font on the Smartphone, sizes 1 to 7, normal, bold & italic (avoid!). <br /> <br /> <br /> <br />The thing to bear in mind when producing a Smartphone version of your site is not to be tempted into trying to make a smaller version that includes everything, it isn't a technical challenge. Key colours and one or two graphics should be enough to give a familiar feel. Concentrate on the information that your trying to convey. <br /> <br /> <br /> <br />Client Side Script, Java, ActiveX, Forms <br /> <br />VBScript is absent, so all client-side scripting will be j&#097;v&#097;script(ECMA-262) or rather JScript 1.1. JScript on pIE is NOT case sensitive, be aware if you test it on a full scale browser. Scripting errors are turned off by default, if you want them on then it's a trip to the registry : <br /> <br />HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainShowScriptErrors = dword:00000001 <br /> <br /> <br />There is no Java Virtual Machine supplied by Microsoft, third party JVM's are available and some Smartphone manufacturers will include them (Sendo use Intent Tao Java on the Z100). <br /> <br />ActiveX is supported but controls will not be downloaded and installed by pIE. Instead, users will need to choose to download and install them. This could for instance be in the form of a CAB file linked on your web page. There is no Authenticode support for signed ActiveX controls. The only real reason for using ActiveX controls would probably be for a specific application to be used by specific users. They are not affected by 'Fit To Screen' and need to be designed to be the correct width. <br /> <br />Applications for the Smartphone are meant to be designed with vertically stacked controls, so a user can scroll and navigate to each. Forms should therefore be designed in the same manner. Controls such as text boxes are rendered to be no bigger than the width of the page and in the style of controls seen in applications. Note that buttons are only supported in pIE on the Smartphone. The example below shows how this Form appears on a Smartphone: <br /> <br /> <br />How a form is rendered on the Smartphone <br /> <img src="http://www.sophonix.com/images/formtest.gif" border="0" class="linked-image" /> <br /> <br />XML <br />XML support on the Smartphone is similar to IE5 except for the following - <br /> <br />No backward compatibility with IE4 XML DOM. <br />No Data Binding support - due to HTML limitations on the Smartphone. <br />No Cascading Style Sheet (CSS) elements or attributes within Extensible Stylesheet Language (XSL). <br />Microsoft give examples in the Smartphone SDK, of how you can parse XML with applications written in embedded Visual C++ (eVC) and embedded Visual Basic eVB), despite the fact that the eVB apps aren't supported on the Smartphone (that's what happens when you copy and paste from the Pocket PC SDK!). They also give an example of parsing XML using JScript on a web page which isn't particularly appropriate for Smartphone use and doesn't work. <br /> <br /> <br /> Invoking Smartphone Content <br /> <br />So how do you know when someone's browsing your site with pIE on a Smartphone? Everytime a browser requests a page from a server, it sends out HTTP header information. One of the items is User Agent, this is basically the identity and version of the browser your using. All browsers should have their own User Agent information to uniquely identify them. Here is the User Agent string for pIE on the Smartphone: <br /> <br />; Smartphone 2002 (code-name: Stinger) <br />Mozilla/2.0 (compatible; MSIE 3.02; Windows CE; Smartphone; 176x220) <br /> <br />The key piece of information for us is 'Smartphone'. The resolution may also be handy if you need to tailor your content for the screen size. <br /> <br />There are two places where you can deal with the User Agent detection, the server and the client. Some Examples of script that you can use in your pages follows. <br /> <br /> <br /> <br />Server Side Script <br /> <br />Server-side scripting is the best solution as you can decide what HTML to send and therefore avoid sending unnecessary code to the Smartphone. Scripting using active server pages (asp) and PHP4 is shown below. <br /> <br /> <br /><img src="http://www.sophonix.com/images/aspexample.gif" border="0" class="linked-image" /> <br /> <br /><img src="http://www.sophonix.com/images/phpexample.gif" border="0" class="linked-image" /> <br /> <br /> <br /> <br />Client Side Script <br /> <br />Client-side scripting involves sending the entire page including the code for normal browsers, unless you use a redirect and send the browser to the page containing the appropriate content: <br /> <br /><img src="http://www.sophonix.com/images/jsexample.gif" border="0" class="linked-image" /> <br /> <br /> <br /> <br /> <br /> <br />Testing your pages <br /> <br />So now you want to see your pages on a Smartphone browser. You could use IE on a PC, but pIE has been cut-down and you probably want some assurance that features are visible in a manner your expecting. The Microsoft Smartphone SDK is available from the Microsoft Mobile pages. If you do have the SDK you can set-up the emulator to browse the internet. Here is one method that has been found to work: <br /> <br />1. Go to 'Settings' and choose '7 Data Connections'. <br />2. Choose 'Edit Connections' from the menu. <br />3. Choose '3 Proxy Connection'. <br />4. Choose 'Add' from menu. <br />5. Give the connection a description. <br />6. Choose Connects from 'My Corporate Network'. <br />7. Choose Connects to 'The Internet'. <br />8. Leave the other options. <br />9. Click Done until your back at the Data Connections screen. <br />10. Choose Internet Connection - 'Ethernet'. <br />11. Click Done until you get back to the Programs list <br />12. Browse the internet, try www.sophonix.com. <br /> <br />This method works for many people, you may need to already be connected to your ISP if you use a dial-up connection. <br /> <br /> download code here: <br /> <br /> <br /> <br /> <br /> <br /> <br /><a href="http://www.sophonix.com/downloads/Smartphone%20Access%20Guide.zip" target="_blank">code</a> <br /> <br /> <br />KINGDOM<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_30704--> </div> <br /><br />--------------------<br /> <div class="signature">FREE GMAIL EMAIL INVITES, PM OR EMAIL ME 15 AVAILABLE<br />FREE ORKUT INVITES AVAILABLE<br />FREE WRITELY INVITES AVAILABLE<br /><br />Also visit <a href="http://www.blogstuff.co.uk" target="_blank">WWW.BLOGSTUFF.CO.UK</a> for your blogging needs 250,000 people a month cant be wrong visit and register now!!<br /><br />[img]http://qrcode.kaywa.com/img.php?s=8&d=http%3A%2F%2Fwww.blogstuff.co.uk[/img]</div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(30704); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_30704" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=30704" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <script language="JavaScript" src="http://dontblockme.modaco.com/intopicafterfirst.js"></script><!--Begin Msg Number 30714--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry30714"></a> <div id="post-member-30714" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/993//'><span style='color:red'>Monolithix</span></a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-30714_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/content/uploads/photo-993.jpg' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_5_mini.gif" alt='Rating: 5' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-993' alt='' border='0' /> <a href="http://www.modaco.com/user/993//">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/993/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-30714", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'><img src="http://www.modaco.com/style_images/flags/England.jpg" border='0'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> Mar 2 2003, 23:32</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(30714); return false;">#2</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post1"> <span class="postdetails"> <a href="http://www.modaco.com/user/993//" title="View Member Profile"><img src='http://www.modaco.com/content/uploads/av-993.png' border='0' width='90' height='90' alt='' /></a><br /><br /> Moderator - Boing&#33;<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank6.gif" alt="Group Icon" /><br /><br /> Group: <span style='color:red'>Admin Team</span><br /> Posts: 8,557<br /> Joined: 12th December 2002<br /> From: Guildford, UK<br /> Member No.: 993<br /> <br />Device(s): HTC TyTN II<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post1" id='post-main-30714'> <!-- THE POST 30714 --> <div class="postcolor" id='post-30714'> <span id="intelliTxt"><!-- google_ad_section_start -->Nice little guide there. <br /> <br />Moved to the new Articles forum as it seems to be more relevant there than Off Topic.<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_30714--> </div> <br /><br />--------------------<br /> <div class="signature"><div align="center"><!--sizeo:2--><span style="font-size:10pt;line-height:100%"><!--/sizeo--><b> This months MoDaCo WinMo Week device: the <i><a href="http://www.expansys.com/p.aspx?i=161302" target="_blank">MWg Zinc II</a>!</i> Ask your questions <a href="http://www.modaco.com/content/pocket-pc-professional-news/268670/the-offical-mwg-zinc-ii-ask-paul-thread/" target="_blank"><i><u>HERE</u></i></a></b><!--sizec--></span><!--/sizec--><!--sizeo:2--><span style="font-size:10pt;line-height:100%"><!--/sizeo--><b> and download the show </b><i><b> <a href="http://www.modaco.com/index.php?automodule=downloads&showcat=47" target="_blank">here!</a></b></i><!--sizec--></span><!--/sizec--><br /> <br /> 2.25GB of backup storage online for <b>free</b> with Mozy! - <a href="https://mozy.com/?ref=VQ664H" target="_blank">https://mozy.com/?ref=VQ664H</a></div></div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(30714); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_30714" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=30714" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 198700--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry198700"></a> <div id="post-member-198700" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/738//'>HelloDave</a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-198700_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/pp-blank-thumb.png' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_0_mini.gif" alt='Rating: 0' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-738' alt='' border='0' /> <a href="http://www.modaco.com/user/738//">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/738/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-198700", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> Apr 29 2003, 15:05</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(198700); return false;">#3</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post2"> <span class="postdetails"> <a href="http://www.modaco.com/user/738//" title="View Member Profile"><img src='http://www.modaco.com/content/uploads/av-d98647dd3e188255926ab.jpg' border='0' width='90' height='90' alt='' /></a><br /><br /> Addict<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank5.gif" alt="Group Icon" /><br /><br /> Group: Posters<br /> Posts: 752<br /> Joined: 5th December 2002<br /> From: Bournemouth, UK<br /> Member No.: 738<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post2" id='post-main-198700'> <!-- THE POST 198700 --> <div class="postcolor" id='post-198700'> <span id="intelliTxt"><!-- google_ad_section_start -->One small thing... <br /> <br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->Image maps won't work either<!--QuoteEnd--></div><!--QuoteEEnd--><br />AFAIK they do work on the SPV - click on an image map and a crosshair cursor will appear over the image, allowing you to select which part you want to click on.<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_198700--> </div> <br /><br />--------------------<br /> <div class="signature">Andy <br /> <br />Now on spv number 3! <br /> <br />"The good news is i've been promoted. The bad news is, some of you are going to lose your jobs. Still, every cloud..." <br />(David Brent)</div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(198700); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_198700" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=198700" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 204770--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry204770"></a> <div id="post-member-204770" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/5071/view-member-profile/'>axe</a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-204770_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/pp-blank-thumb.png' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_0_mini.gif" alt='Rating: 0' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-5071' alt='' border='0' /> <a href="http://www.modaco.com/user/5071/view-member-profile/">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/5071/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-204770", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> May 5 2003, 15:27</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(204770); return false;">#4</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post1"> <span class="postdetails"> <br /><br /> Enthusiast<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank3.gif" alt="Group Icon" /><br /><br /> Group: Posters<br /> Posts: 175<br /> Joined: 26th April 2003<br /> Member No.: 5,071<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post1" id='post-main-204770'> <!-- THE POST 204770 --> <div class="postcolor" id='post-204770'> <span id="intelliTxt"><!-- google_ad_section_start -->i have a question not answered here ... <br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec-->Instead, users will need to choose to download and install them. This could for instance be in the form of a CAB file linked on your web page.<!--QuoteEnd--></div><!--QuoteEEnd--><br /><br />I tried linking to the tetris.cab on my webpage, but when i click it on my spv browser, I get gibberish on my screen .. i.e. the file is being opened as text !!! .... Is it possible to offer CABs for direct download ?<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_204770--> </div> <br /><br />--------------------<br /> <div class="signature"><a href="http://www.portability.nl" target="_blank">Portability - guides for mobile devices</a><br /></div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(204770); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_204770" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=204770" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 204839--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry204839"></a> <div id="post-member-204839" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/993//'><span style='color:red'>Monolithix</span></a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-204839_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/content/uploads/photo-993.jpg' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_5_mini.gif" alt='Rating: 5' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-993' alt='' border='0' /> <a href="http://www.modaco.com/user/993//">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/993/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-204839", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'><img src="http://www.modaco.com/style_images/flags/England.jpg" border='0'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> May 5 2003, 16:45</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(204839); return false;">#5</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post2"> <span class="postdetails"> <a href="http://www.modaco.com/user/993//" title="View Member Profile"><img src='http://www.modaco.com/content/uploads/av-993.png' border='0' width='90' height='90' alt='' /></a><br /><br /> Moderator - Boing&#33;<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank6.gif" alt="Group Icon" /><br /><br /> Group: <span style='color:red'>Admin Team</span><br /> Posts: 8,557<br /> Joined: 12th December 2002<br /> From: Guildford, UK<br /> Member No.: 993<br /> <br />Device(s): HTC TyTN II<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post2" id='post-main-204839'> <!-- THE POST 204839 --> <div class="postcolor" id='post-204839'> <span id="intelliTxt"><!-- google_ad_section_start -->Only by getting your host to configure their webserver properly...<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_204839--> </div> <br /><br />--------------------<br /> <div class="signature"><div align="center"><!--sizeo:2--><span style="font-size:10pt;line-height:100%"><!--/sizeo--><b> This months MoDaCo WinMo Week device: the <i><a href="http://www.expansys.com/p.aspx?i=161302" target="_blank">MWg Zinc II</a>!</i> Ask your questions <a href="http://www.modaco.com/content/pocket-pc-professional-news/268670/the-offical-mwg-zinc-ii-ask-paul-thread/" target="_blank"><i><u>HERE</u></i></a></b><!--sizec--></span><!--/sizec--><!--sizeo:2--><span style="font-size:10pt;line-height:100%"><!--/sizeo--><b> and download the show </b><i><b> <a href="http://www.modaco.com/index.php?automodule=downloads&showcat=47" target="_blank">here!</a></b></i><!--sizec--></span><!--/sizec--><br /> <br /> 2.25GB of backup storage online for <b>free</b> with Mozy! - <a href="https://mozy.com/?ref=VQ664H" target="_blank">https://mozy.com/?ref=VQ664H</a></div></div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(204839); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_204839" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=204839" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 212225--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry212225"></a> <div id="post-member-212225" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/5071/view-member-profile/'>axe</a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-212225_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/pp-blank-thumb.png' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_0_mini.gif" alt='Rating: 0' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-5071' alt='' border='0' /> <a href="http://www.modaco.com/user/5071/view-member-profile/">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/5071/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-212225", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> May 8 2003, 12:56</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(212225); return false;">#6</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post1"> <span class="postdetails"> <br /><br /> Enthusiast<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank3.gif" alt="Group Icon" /><br /><br /> Group: Posters<br /> Posts: 175<br /> Joined: 26th April 2003<br /> Member No.: 5,071<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post1" id='post-main-212225'> <!-- THE POST 212225 --> <div class="postcolor" id='post-212225'> <span id="intelliTxt"><!-- google_ad_section_start -->well ... i'm the admin of the webserver since its running on my own machine .... <br />so what do I have to change on the server ? <br />actually it could be that it will work fine on my home server... i just remembered that when i was testing this it was on my mates server running apache... so that could be the prob. <br /> <br />(I am now running w2k with IIS and all latest updates.. will that just work out of the box, or should i make adjustments ???)<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_212225--> </div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(212225); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_212225" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=212225" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 212232--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry212232"></a> <div id="post-member-212232" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/993//'><span style='color:red'>Monolithix</span></a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-212232_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/content/uploads/photo-993.jpg' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_5_mini.gif" alt='Rating: 5' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-993' alt='' border='0' /> <a href="http://www.modaco.com/user/993//">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/993/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-212232", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'><img src="http://www.modaco.com/style_images/flags/England.jpg" border='0'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> May 8 2003, 13:00</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(212232); return false;">#7</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post2"> <span class="postdetails"> <a href="http://www.modaco.com/user/993//" title="View Member Profile"><img src='http://www.modaco.com/content/uploads/av-993.png' border='0' width='90' height='90' alt='' /></a><br /><br /> Moderator - Boing&#33;<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank6.gif" alt="Group Icon" /><br /><br /> Group: <span style='color:red'>Admin Team</span><br /> Posts: 8,557<br /> Joined: 12th December 2002<br /> From: Guildford, UK<br /> Member No.: 993<br /> <br />Device(s): HTC TyTN II<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post2" id='post-main-212232'> <!-- THE POST 212232 --> <div class="postcolor" id='post-212232'> <span id="intelliTxt"><!-- google_ad_section_start -->Not sure about IIS, however with Apache you need to add .cab to the appropriate directive in the http.conf as a downloadable file format. I can't remember specifics though sorry...i'll have a play this afternoon if i get time...<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_212232--> </div> <br /><br />--------------------<br /> <div class="signature"><div align="center"><!--sizeo:2--><span style="font-size:10pt;line-height:100%"><!--/sizeo--><b> This months MoDaCo WinMo Week device: the <i><a href="http://www.expansys.com/p.aspx?i=161302" target="_blank">MWg Zinc II</a>!</i> Ask your questions <a href="http://www.modaco.com/content/pocket-pc-professional-news/268670/the-offical-mwg-zinc-ii-ask-paul-thread/" target="_blank"><i><u>HERE</u></i></a></b><!--sizec--></span><!--/sizec--><!--sizeo:2--><span style="font-size:10pt;line-height:100%"><!--/sizeo--><b> and download the show </b><i><b> <a href="http://www.modaco.com/index.php?automodule=downloads&showcat=47" target="_blank">here!</a></b></i><!--sizec--></span><!--/sizec--><br /> <br /> 2.25GB of backup storage online for <b>free</b> with Mozy! - <a href="https://mozy.com/?ref=VQ664H" target="_blank">https://mozy.com/?ref=VQ664H</a></div></div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(212232); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_212232" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=212232" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 224770--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry224770"></a> <div id="post-member-224770" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/5071/view-member-profile/'>axe</a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-224770_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/pp-blank-thumb.png' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_0_mini.gif" alt='Rating: 0' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-5071' alt='' border='0' /> <a href="http://www.modaco.com/user/5071/view-member-profile/">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/5071/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-224770", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> May 23 2003, 08:18</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(224770); return false;">#8</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post1"> <span class="postdetails"> <br /><br /> Enthusiast<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank3.gif" alt="Group Icon" /><br /><br /> Group: Posters<br /> Posts: 175<br /> Joined: 26th April 2003<br /> Member No.: 5,071<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post1" id='post-main-224770'> <!-- THE POST 224770 --> <div class="postcolor" id='post-224770'> <span id="intelliTxt"><!-- google_ad_section_start -->ah .. i think there's something similar in IIS ... where I can configure how it handles certain filetypes .... <br />will also have a look and when my site is done I will post a link ! (will take me a while, I'm a lazy bastard)<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_224770--> </div> <br /><br />--------------------<br /> <div class="signature"><a href="http://www.portability.nl" target="_blank">Portability - guides for mobile devices</a><br /></div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(224770); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_224770" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=224770" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 321103--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry321103"></a> <div id="post-member-321103" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/1295//'>kingdom master</a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-321103_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/pp-blank-thumb.png' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_0_mini.gif" alt='Rating: 0' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-1295' alt='' border='0' /> <a href="http://www.modaco.com/user/1295//">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/1295/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-321103", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> Nov 17 2003, 17:57</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(321103); return false;">#9</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post2"> <span class="postdetails"> <a href="http://www.modaco.com/user/1295//" title="View Member Profile"><img src='http://www.modaco.com/content/uploads/av-1295.jpg' border='0' width='100' height='90' alt='' /></a><br /><br /> Diehard<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank4.gif" alt="Group Icon" /><br /><br /> Group: Posters<br /> Posts: 453<br /> Joined: 20th December 2002<br /> From: london<br /> Member No.: 1,295<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post2" id='post-main-321103'> <!-- THE POST 321103 --> <div class="postcolor" id='post-321103'> <span id="intelliTxt"><!-- google_ad_section_start -->wow, didnt know this topic was stil running,lol<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_321103--> </div> <br /><br />--------------------<br /> <div class="signature">FREE GMAIL EMAIL INVITES, PM OR EMAIL ME 15 AVAILABLE<br />FREE ORKUT INVITES AVAILABLE<br />FREE WRITELY INVITES AVAILABLE<br /><br />Also visit <a href="http://www.blogstuff.co.uk" target="_blank">WWW.BLOGSTUFF.CO.UK</a> for your blogging needs 250,000 people a month cant be wrong visit and register now!!<br /><br />[img]http://qrcode.kaywa.com/img.php?s=8&d=http%3A%2F%2Fwww.blogstuff.co.uk[/img]</div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(321103); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_321103" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=321103" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 321966--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry321966"></a> <div id="post-member-321966" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/18272/view-member-profile/'>burnman</a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-321966_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/pp-blank-thumb.png' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_0_mini.gif" alt='Rating: 0' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-18272' alt='' border='0' /> <a href="http://www.modaco.com/user/18272/view-member-profile/">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/18272/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-321966", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> Nov 19 2003, 11:13</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(321966); return false;">#10</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post1"> <span class="postdetails"> <br /><br /> Newbie<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank1.gif" alt="Group Icon" /><br /><br /> Group: Posters<br /> Posts: 14<br /> Joined: 14th October 2003<br /> Member No.: 18,272<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post1" id='post-main-321966'> <!-- THE POST 321966 --> <div class="postcolor" id='post-321966'> <span id="intelliTxt"><!-- google_ad_section_start -->Do you have an example html code. especialy the pixel ruleDo you have an example html code. especialy the pixel rule<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_321966--> </div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(321966); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_321966" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=321966" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 333567--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry333567"></a> <div id="post-member-333567" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/3417/view-member-profile/'>darant</a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-333567_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/pp-blank-thumb.png' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_0_mini.gif" alt='Rating: 0' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-3417' alt='' border='0' /> <a href="http://www.modaco.com/user/3417/view-member-profile/">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/3417/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-333567", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> Dec 7 2003, 22:53</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(333567); return false;">#11</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post2"> <span class="postdetails"> <br /><br /> Newbie<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank1.gif" alt="Group Icon" /><br /><br /> Group: Posters<br /> Posts: 22<br /> Joined: 12th March 2003<br /> From: uk<br /> Member No.: 3,417<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post2" id='post-main-333567'> <!-- THE POST 333567 --> <div class="postcolor" id='post-333567'> <span id="intelliTxt"><!-- google_ad_section_start -->right, so how is a page or site converted like this forum is on a smartphone from full pc style? <br /> <br />Posted from my SmartPhone!<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_333567--> </div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(333567); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_333567" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=333567" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 361552--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry361552"></a> <div id="post-member-361552" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/10516/view-member-profile/'>NikLP</a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-361552_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/pp-blank-thumb.png' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_0_mini.gif" alt='Rating: 0' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-10516' alt='' border='0' /> <a href="http://www.modaco.com/user/10516/view-member-profile/">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/10516/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-361552", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> Jan 23 2004, 16:11</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(361552); return false;">#12</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post1"> <span class="postdetails"> <br /><br /> Addict<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank5.gif" alt="Group Icon" /><br /><br /> Group: Posters<br /> Posts: 551<br /> Joined: 21st July 2003<br /> From: Nottingham<br /> Member No.: 10,516<br /> <br />Device(s): M3100<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post1" id='post-main-361552'> <!-- THE POST 361552 --> <div class="postcolor" id='post-361552'> <span id="intelliTxt"><!-- google_ad_section_start -->*bump* <br /> <br />as a web developer, I'm very interested in the contents of this thread! <br />Doesn't anyone have any more info than this? - Not that I'm ungrateful, you understand! <img src="http://www.modaco.com/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /> I would be especially interested to know more about how MoDaCo is running phpbb thru two different servers, one for smartphone... <br /> <br />Anyone? <br /> <br />Nik<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_361552--> </div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(361552); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_361552" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=361552" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <!--Begin Msg Number 364837--> <table class='ipbtable' cellspacing="1"> <tr> <td valign="middle" class="row2" width="1%"><table cellspacing="0"><tr><td width='100%' class='nopad'> <a name="entry364837"></a> <div id="post-member-364837" class='popmenubutton-new-out'> <span class="normalname"> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/user-offline.png' alt='' border='0' /><a href='http://www.modaco.com/user/857//'>Will</a></span> </div> <!-- member menu --> <div class='popupmenu-new' id='post-member-364837_menu' style='display:none;width:230px'> <div class='popupmenu-item-last'> <div style='float:right'> <div class='pp-image-thumb-wrap'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/pp-blank-thumb.png' width='50' height='50' alt='' /> </div> <div style='margin-top:5px;margin-left:6px;'> <img src="http://www.modaco.com/style_images/blue/rating_0_mini.gif" alt='Rating: 0' style='vertical-align:middle' border='0' /> </div> </div> <div class='popupmenu-item'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/gender_mystery.png' id='pp-entry-gender-img-857' alt='' border='0' /> <a href="http://www.modaco.com/user/857//">View Member Profile</a> </div> <div class='popupmenu-item-last'> <img src='http://www.modaco.com/style_images/blue/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='http://www.modaco.com/search/get-members-post/857/'>Find Member's Posts</a> </div> </div> </div> <!-- member menu --> <script type="text/javascript"> ipsmenu.register( "post-member-364837", '', 'popmenubutton-new', 'popmenubutton-new-out' ); </script> </td> <td class='nopad'><img src="http://www.modaco.com/style_images/flags/England.jpg" border='0'></td></tr></table></td> <td class="row2" valign="middle" width="99%"> <!-- POSTED DATE DIV --> <div style="float: left;"> <span class="postdetails"> <img src='http://www.modaco.com/style_images/blue/to_post_off.gif' alt='post' border='0' style='padding-bottom:2px' /> Jan 31 2004, 00:33</span> </div> <!-- REPORT / DELETE / EDIT / QUOTE DIV --> <div align="right"> <span class="postdetails"> Post <a title="Show the link to this post" href="#" onclick="link_to_post(364837); return false;">#13</a> </span> </div> </td> </tr> <tr> <td valign="top" class="post2"> <span class="postdetails"> <a href="http://www.modaco.com/user/857//" title="View Member Profile"><img src='http://www.modaco.com/content/uploads/av-857.jpg' border='0' width='90' height='90' alt='' /></a><br /><br /> Retired<br /> <img src="http://www.modaco.com/style_images/blue/folder_team_icons/rank6.gif" alt="Group Icon" /><br /><br /> Group: Members<br /> Posts: 1,709<br /> Joined: 7th December 2002<br /> From: Milton Keynes, England.<br /> Member No.: 857<br /> <br />Device(s): c600<br /> <br /> </span><br /> <img src="http://www.modaco.com/style_images/blue/spacer.gif" alt="" width="160" height="1" /><br /> </td> <td width="100%" valign="top" class="post2" id='post-main-364837'> <!-- THE POST 364837 --> <div class="postcolor" id='post-364837'> <span id="intelliTxt"><!-- google_ad_section_start -->it's a custom phpbb i think, mapped to a subdomain and has redirects etc. <br /> <br />More info.. i'd speak to Paul <br /> <br />Will<!-- google_ad_section_end --></span> <!--IBF.ATTACHMENT_364837--> </div> <br /><br />--------------------<br /> <div class="signature">Phones: <br />SPV-C600 - MoDaCo Special Edition<br />SPV-M5000 - Prize&#33;<br />SPV M-2000 - Ebook Reader<br />3g: Orange MOC</div> <!-- THE POST --> </td> </tr> <tr> <td class="formbuttonrow" nowrap="nowrap"> <div style='text-align:left'><a href="javascript:scroll(0,0);"><img src='http://www.modaco.com/style_images/blue/p_up.gif' border='0' alt='Go to the top of the page' /></a></div> </td> <td class="formbuttonrow" nowrap="nowrap"> <!-- PM / EMAIL / WWW / MSGR --> <div style="float: left;"> &nbsp; </div> <!-- REPORT / UP --> <div align="right"> <a href="#" onclick="multiquote_add(364837); return false;" title="Toggle multiquote addition"><img src="http://www.modaco.com/style_images/blue/p_mq_add.gif" name="mad_364837" alt="+" /></a><a href="http://www.modaco.com/index.php?act=Post&amp;CODE=02&amp;f=9&amp;t=4386&amp;qpid=364837" title="Reply directly to this post"><img src='http://www.modaco.com/style_images/blue/p_quote.gif' border='0' alt='Quote Post' /></a> </div> </td> </tr><tr> <td class="catend" colspan="2"> <!-- no content --> </td> </tr> </table> <script language="JavaScript" src="http://dontblockme.modaco.com/intopicafterfirst.js"></script> <!-- END TABLE --> <!-- TABLE FOOTER --> <div class="barc"> <div style="float: right; padding: 5px 5px 0 0;"><a href="http://www.modaco.com/index.php?showtopic=4386&amp;view=old" style='text-decoration:none'>&laquo; Next Oldest</a> &middot; <a href="http://www.modaco.com/category/9/smartphone-customisation-general-discussion/" style='font-weight: bold;text-decoration:none'>Smartphone Customisation - General Discussion</a> &middot; <a href="http://www.modaco.com/index.php?showtopic=4386&amp;view=new" style='text-decoration:none'>Next Newest &raquo;</a></div> <div> <form action="http://www.modaco.com/index.php?" method="post" name="search"> <input type="hidden" name="forums" value="9" /> <input type="hidden" name="topic" value="4386" /> <input type="hidden" name="act" value="Search" /> <input type="hidden" name="CODE" value="searchtopic" /> <input type="text" size="25" name="keywords" class="searchinput" value="Enter Keywords" onfocus="this.value = '';" />&nbsp; <input type="submit" value="Search Topic" class="button" /> </form> </div> </div> </div> <br /> <!--IBF.MOD_FULL_WRAPPER--> <table class='ipbtable' cellspacing="0"> <tr> <td style='padding-left:0px' width="30%" nowrap="nowrap" valign="middle"><div></div></td> <td class='nopad' style='padding:5px 0px 5px 0px' align="right" width="70%"><!--IBF.QUICK_REPLY_CLOSED--><a href="http://www.modaco.com/index.php?act=post&amp;do=reply_post&amp;f=9&amp;t=4386"><img src='http://www.modaco.com/style_images/blue/t_reply.gif' border='0' alt='Reply to this topic' /></a><a href="http://www.modaco.com/index.php?act=post&amp;do=new_post&amp;f=9" title="Start a new topic"><img src='http://www.modaco.com/style_images/blue/t_new.gif' border='0' alt='Start new topic' /></a></td> </tr> </table> <!--IPBSEO.TAG--> <!--IBF.QUICK_REPLY_OPEN--> <br /><div class='borderwrap' style="display:none" id='fc_stopics'> <div class='maintitlecollapse'> <p class='expand'><a href="javascript:togglecategory('stopics',0);"><img src='http://www.modaco.com/style_images/blue/exp_plus.gif' border='0' alt='Expand' /></a></p> <p> Similar Topics</p> </div> </div> <div class='borderwrap' style="display:show" id='fo_stopics'> <div class='maintitle'> <p class='expand'><a href="javascript:togglecategory('stopics',1);"><img src='http://www.modaco.com/style_images/blue/exp_minus.gif' border='0' alt='Collapse' /></a></p> <p> Similar Topics</p> </div> <table class='ipbtable' cellspacing='1'> <tr> <th width='1%'>&nbsp;</th> <th width='44%'>Topic</td> <th width='5%' style='text-align:center'>Replies</td> <th width='18%' style='text-align:center'>Topic Starter</td> <th width='5%' style='text-align:center'>Views</td> <th width='28%'>Last Action</td> </tr> <tr> <td class='row2' align='center'><img src='http://www.modaco.com/style_images/blue/f_norm_no.gif' border='0' alt='No New Posts' /></td> <td class='row2'> <a href="http://www.modaco.com/content/smartphone-customisation-general-discussion/269687/cannot-find-6-1-on-htc-site-even-after-registering/" title="This topic was started: Jun 27 2008, 14:56">Cannot find 6.1 on HTC Site - Even after registering.</a><div class='desc'></div></td> <td class='row2' align='center'>13</td> <td class='row2' align='center'><a href='http://www.modaco.com/user/11831/sonicr360/'>Sonicr360</a></a></td> <td class='row2' align='center'>3,403</td> <td class='row2'><span class='lastaction'>11th August 2008 - 15:47<br /><a href="http://www.modaco.com/content/forum/269687/last-post-by/getlastpost/">Last post by:</a> <a href='http://www.modaco.com/user/405741/mrc3/'>mrc3</a></span></td> </tr><tr> <td class='row2' align='center'><img src='http://www.modaco.com/style_images/blue/f_norm_no.gif' border='0' alt='No New Posts' /></td> <td class='row2'> <a href="http://www.modaco.com/content/smartphone-customisation-general-discussion/271164/no-sound-via-earpiece-when-making-calls/" title="This topic was started: Aug 10 2008, 20:43">No sound via earpiece when making calls&#33;</a><div class='desc'></div></td> <td class='row2' align='center'>2</td> <td class='row2' align='center'><a href='http://www.modaco.com/user/7545/djleekee/'>djleekee</a></a></td> <td class='row2' align='center'>447</td> <td class='row2'><span class='lastaction'>11th August 2008 - 15:33<br /><a href="http://www.modaco.com/content/forum/271164/last-post-by/getlastpost/">Last post by:</a> <a href='http://www.modaco.com/user/7545/djleekee/'>djleekee</a></span></td> </tr><tr> <td class='row2' align='center'><img src='http://www.modaco.com/style_images/blue/f_norm_no.gif' border='0' alt='No New Posts' /></td> <td class='row2'> <a href="http://www.modaco.com/content/smartphone-customisation-general-discussion/271278/making-the-scroll-wheel-more-sensitive/" title="This topic was started: Aug 15 2008, 08:19">making the scroll wheel more sensitive</a><div class='desc'></div></td> <td class='row2' align='center'>3</td> <td class='row2' align='center'><a href='http://www.modaco.com/user/412176/pk-volt/'>pk_volt</a></a></td> <td class='row2' align='center'>527</td> <td class='row2'><span class='lastaction'>19th August 2008 - 13:29<br /><a href="http://www.modaco.com/content/forum/271278/last-post-by/getlastpost/">Last post by:</a> <a href='http://www.modaco.com/user/365592/mi-99xpl/'>MI 99XPL</a></span></td> </tr><tr> <td class='row2' align='center'><img src='http://www.modaco.com/style_images/blue/f_norm_no.gif' border='0' alt='No New Posts' /></td> <td class='row2'> <a href="http://www.modaco.com/content/smartphone-customisation-general-discussion/271655/vodafone-bus-site-now-says-launch-expected-in-september/" title="This topic was started: Aug 26 2008, 15:41">Vodafone Bus. site now says &quot;Launch expected in September&quot;</a><div class='desc'>it definately used to say &#34;august&#34;</div></td> <td class='row2' align='center'>0</td> <td class='row2' align='center'><a href='http://www.modaco.com/user/22219/wilbur/'>WILBUR</a></a></td> <td class='row2' align='center'>138</td> <td class='row2'><span class='lastaction'>26th August 2008 - 15:41<br /><a href="http://www.modaco.com/content/forum/271655/last-post-by/getlastpost/">Last post by:</a> <a href='http://www.modaco.com/user/22219/wilbur/'>WILBUR</a></span></td> </tr><tr> <td class='row2' align='center'><img src='http://www.modaco.com/style_images/blue/f_norm_no.gif' border='0' alt='No New Posts' /></td> <td class='row2'> <a href="http://www.modaco.com/content/smartphone-customisation-general-discussion/271817/news-and-us-election-site-designed-for-htc-diamond/" title="This topic was started: Aug 31 2008, 00:36">News and US Election site designed for HTC Diamond</a><div class='desc'></div></td> <td class='row2' align='center'>0</td> <td class='row2' align='center'>-Guest_John_*-</a></td> <td class='row2' align='center'>58</td> <td class='row2'><span class='lastaction'>31st August 2008 - 00:36<br /><a href="http://www.modaco.com/content/forum/271817/last-post-by/getlastpost/">Last post by:</a> -Guest_John_*-</span></td> </tr><tr> <td class='row2' align='center'><img src='http://www.modaco.com/style_images/blue/f_norm_no.gif' border='0' alt='No New Posts' /></td> <td class='row2'> <a href="http://www.modaco.com/content/smartphone-customisation-general-discussion/271989/how-do-i-stop-it-locking-the-screen-when-im-making-calls/" title="This topic was started: Sep 4 2008, 07:52">how do I stop it locking the screen when I&#39;m making calls</a><div class='desc'></div></td> <td class='row2' align='center'>1</td> <td class='row2' align='center'><a href='http://www.modaco.com/user/102495/fizz-daz/'>Fizz_daz</a></a></td> <td class='row2' align='center'>179</td> <td class='row2'><span class='lastaction'>4th September 2008 - 11:06<br /><a href="http://www.modaco.com/content/forum/271989/last-post-by/getlastpost/">Last post by:</a> <a href='http://www.modaco.com/user/422057/davman/'>Davman</a></span></td> </tr> </table> </div><br /> <!--SIMILAR_TOPICS--> <div class="borderwrap" style='padding-bottom:1px;'> <div class="formsubtitle" style="padding: 4px;">1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)</div> <div class="row1" style="padding: 4px;">0 Members: </div> </div> <br /> <div class="borderwrap"> <div class="row2" style="padding: 5px;"> <div align="right"><form onsubmit="if(document.jumpmenu.f.value == -1){return false;}" action='http://www.modaco.com/index.php?act=SF' method='get' name='jumpmenu'> <input type='hidden' name='act' value='SF' /> <input type='hidden' name='s' value='7da6fefbdd098c2a7993cf239f8d3f31' /> <select name='f' onchange="if(this.options[this.selectedIndex].value != -1){ document.jumpmenu.submit() }" class='dropdown'> <optgroup label="Site Jump"> <option value='sj_home'>Forum Home</option> <option value='sj_search'>Search</option> <option value='sj_help'>Help</option> </optgroup> <optgroup label="Forum Jump"><option value="303">Start</option> <option value="304">&nbsp;&nbsp;&#0124;-- Absolute Beginners</option> <option value="75">Newsroom</option> <option value="326">&nbsp;&nbsp;&#0124;-- Submit News</option> <option value="35">&nbsp;&nbsp;&#0124;-- Smartphone (Standard) News</option> <option value="89">&nbsp;&nbsp;&#0124;-- Pocket PC (Professional) News</option> <option value="203">&nbsp;&nbsp;&#0124;-- Windows Mobile News</option> <option value="152">Smartphone / Windows Mobile Standard (non Touchscreen)</option> <option value="2">&nbsp;&nbsp;&#0124;-- Smartphone General Discussion</option> <option value="107">&nbsp;&nbsp;&#0124;-- Smartphone Customisation</option> <option value="9" selected="selected">&nbsp;&nbsp;&#0124;---- Smartphone Customisation - General Discussion</option> <option value="135">&nbsp;&nbsp;&#0124;---- Smartphone Customisation - Homescreen Download Discussion</option> <option value="110">&nbsp;&nbsp;&#0124;-- Smartphone Software</option> <option value="3">&nbsp;&nbsp;&#0124;---- Smartphone Software - Applications</option> <option value="38">&nbsp;&nbsp;&#0124;---- Smartphone Software - Games</option> <option value="136">&nbsp;&nbsp;&#0124;---- Smartphone Software - Freeware Download Discussion</option> <option value="153">Pocket PC / Windows Mobile Professional (Touchscreen)</option> <option value="97">&nbsp;&nbsp;&#0124;-- Pocket PC General Discussion</option> <option value="108">&nbsp;&nbsp;&#0124;-- Pocket PC Customisation</option> <option value="111">&nbsp;&nbsp;&#0124;-- Pocket PC Software</option> <option value="151">&nbsp;&nbsp;&#0124;---- PPCProfiles Pro</option> <option value="200">Windows Mobile</option> <option value="49">&nbsp;&nbsp;&#0124;-- Windows Mobile Accessories</option> <option value="113">&nbsp;&nbsp;&#0124;-- Windows Mobile Development</option> <option value="39">&nbsp;&nbsp;&#0124;---- Windows Mobile Development - .net Compact Framework</option> <option value="15">&nbsp;&nbsp;&#0124;---- Windows Mobile Development - Visual C++</option> <option value="344">Device Specific</option> <option value="348">&nbsp;&nbsp;&#0124;-- Asus</option> <option value="290">&nbsp;&nbsp;&#0124;---- All Pocket PC / Professional devices - Asus.MoDaCo.com</option> <option value="298">&nbsp;&nbsp;&#0124;---- Jupiter - Jupiter.MoDaCo.com</option> <option value="349">&nbsp;&nbsp;&#0124;-- Eten / Glofiish</option> <option value="289">&nbsp;&nbsp;&#0124;---- Eten - Eten.MoDaCo.com</option> <option value="345">&nbsp;&nbsp;&#0124;-- HTC</option> <option value="163">&nbsp;&nbsp;&#0124;---- Alpine - Alpine.MoDaCo.com</option> <option value="251">&nbsp;&nbsp;&#0124;---- Artemis / Love - Artemis.MoDaCo.com</option> <option value="299">&nbsp;&nbsp;&#0124;---- Athena - Athena.MoDaCo.com</option> <option value="309">&nbsp;&nbsp;&#0124;---- Atlas - Atlas.MoDaCo.com</option> <option value="99">&nbsp;&nbsp;&#0124;---- Blue Angel - BlueAngel.MoDaCo.com</option> <option value="205">&nbsp;&nbsp;&#0124;---- Breeze - Breeze.MoDaCo.com</option> <option value="4">&nbsp;&nbsp;&#0124;---- Canary / Tanager - Canary.MoDaCo.com</option> <option value="180">&nbsp;&nbsp;&#0124;---- Charmer - Charmer.MoDaCo.com</option> <option value="335">&nbsp;&nbsp;&#0124;---- Diamond - Diamond.MoDaco.com</option> <option value="308">&nbsp;&nbsp;&#0124;---- Elf / Touch - Touch.MoDaCo.com</option> <option value="248">&nbsp;&nbsp;&#0124;---- Excalibur - Excalibur.MoDaCo.com</option> <option value="286">&nbsp;&nbsp;&#0124;---- Herald - Herald.MoDaCo.com</option> <option value="204">&nbsp;&nbsp;&#0124;---- Hermes - Hermes.MoDaCo.com</option> <option value="100">&nbsp;&nbsp;&#0124;---- Himalaya - Himalaya.MoDaCo.com</option> <option value="161">&nbsp;&nbsp;&#0124;---- Hurricane &amp; Variants - Hurricane.MoDaCo.com</option> <option value="320">&nbsp;&nbsp;&#0124;---- Juno / Phoebus - Juno.MoDaCo.com</option> <option value="312">&nbsp;&nbsp;&#0124;---- Kaiser - Kaiser.MoDaCo.com</option> <option value="118">&nbsp;&nbsp;&#0124;---- Magician - Magician.MoDaCo.com</option> <option value="310">&nbsp;&nbsp;&#0124;---- Mogul - Mogul.MoDaCo.com</option> <option value="255">&nbsp;&nbsp;&#0124;---- Monet - Monet.MoDaCo.com</option> <option value="322">&nbsp;&nbsp;&#0124;---- Niki - Niki.MoDaCo.com</option> <option value="249">&nbsp;&nbsp;&#0124;---- Oxygen - Oxygen.MoDaCo.com</option> <option value="328">&nbsp;&nbsp;&#0124;---- Polaris - Polaris.MoDaCo.com</option> <option value="192">&nbsp;&nbsp;&#0124;---- Prophet - Prophet.MoDaCo.com</option> <option value="341">&nbsp;&nbsp;&#0124;---- Raphael - http://Raphael.MoDaCo.com</option> <option value="330">&nbsp;&nbsp;&#0124;---- Shift - Shift.MoDaCo.com</option> <option value="201">&nbsp;&nbsp;&#0124;---- STRTRk - STRTrk.MoDaCo.com</option> <option value="311">&nbsp;&nbsp;&#0124;---- Titan - Titan.MoDaCo.com</option> <option value="169">&nbsp;&nbsp;&#0124;---- Tornado / Faraday &amp; Variants - Tornado.MoDaCo.com</option> <option value="252">&nbsp;&nbsp;&#0124;---- Trinity - Trinity.MoDaCo.com</option> <option value="61">&nbsp;&nbsp;&#0124;---- Typhoon &amp; Variants - Typhoon.MoDaCo.com</option> <option value="164">&nbsp;&nbsp;&#0124;---- Universal - Universal.MoDaCo.com</option> <option value="302">&nbsp;&nbsp;&#0124;---- Vox - Vox.MoDaCo.com</option> <option value="45">&nbsp;&nbsp;&#0124;---- Voyager - Voyager.MoDaCo.com</option> <option value="101">&nbsp;&nbsp;&#0124;---- Wallaby - Wallaby.MoDaCo.com</option> <option value="324">&nbsp;&nbsp;&#0124;---- Wings - Wings.MoDaCo.com</option> <option value="167">&nbsp;&nbsp;&#0124;---- Wizard - Wizard.MoDaCo.com</option> <option value="353">&nbsp;&nbsp;&#0124;-- i-mate</option> <option value="250">&nbsp;&nbsp;&#0124;---- SPL - SPL.MoDaCo.com</option> <option value="346">&nbsp;&nbsp;&#0124;-- Motorola</option> <option value="46">&nbsp;&nbsp;&#0124;---- MPx200 - MPx200.MoDaCo.com</option> <option value="62">&nbsp;&nbsp;&#0124;---- MPx220 - MPx220.MoDaCo.com</option> <option value="199">&nbsp;&nbsp;&#0124;---- Q - Q.MoDaCo.com</option> <option value="325">&nbsp;&nbsp;&#0124;---- Q9H - Q9H.MoDaCo.com</option> <option value="351">&nbsp;&nbsp;&#0124;-- MWg / UBiQUiO</option> <option value="333">&nbsp;&nbsp;&#0124;---- Atom Life - AtomLife.MoDaCo.com</option> <option value="334">&nbsp;&nbsp;&#0124;---- Atom V - AtomV.MoDaCo.com</option> <option value="319">&nbsp;&nbsp;&#0124;---- 503G - 503G.MoDaCo.com</option> <option value="347">&nbsp;&nbsp;&#0124;-- Samsung</option> <option value="179">&nbsp;&nbsp;&#0124;---- i300 - i300.MoDaCo.com</option> <option value="254">&nbsp;&nbsp;&#0124;---- i320 - i320.MoDaCo.com</option> <option value="287">&nbsp;&nbsp;&#0124;---- i60x - i60x.MoDaCo.com</option> <option value="323">&nbsp;&nbsp;&#0124;---- i617 - i617.MoDaCo.com</option> <option value="102">&nbsp;&nbsp;&#0124;---- i700 - i700.MoDaCo.com</option> <option value="331">&nbsp;&nbsp;&#0124;---- i780 - i780.MoDaCo.com</option> <option value="342">&nbsp;&nbsp;&#0124;---- i900 Omnia - http://i900.MoDaCo.com</option> <option value="352">&nbsp;&nbsp;&#0124;-- Toshiba</option> <option value="313">&nbsp;&nbsp;&#0124;---- Toshiba G900 - G900.MoDaCo.com</option> <option value="350">&nbsp;&nbsp;&#0124;-- Other</option> <option value="174">&nbsp;&nbsp;&#0124;---- Dell Axim - Axim.MoDaCo.com</option> <option value="173">&nbsp;&nbsp;&#0124;---- Fujitsu Pocket Loox - Loox.MoDaCo.com</option> <option value="172">&nbsp;&nbsp;&#0124;---- HP iPaq - iPaq.MoDaCo.com</option> <option value="48">&nbsp;&nbsp;&#0124;---- MiTAC Mio 8380 / 8390 - 8380.MoDaCo.com</option> <option value="177">&nbsp;&nbsp;&#0124;---- Other</option> <option value="175">&nbsp;&nbsp;&#0124;---- MiTAC Mio A701 - A701.MoDaCo.com</option> <option value="178">&nbsp;&nbsp;&#0124;---- Palm Treo 700w / 700wx / 750v - Treo.MoDaCo.com</option> <option value="305">Features</option> <option value="143">&nbsp;&nbsp;&#0124;-- Daily</option> <option value="300">&nbsp;&nbsp;&#0124;-- MoDaCo.TV</option> <option value="207">&nbsp;&nbsp;&#0124;-- Reviews</option> <option value="77">MoDaCo</option> <option value="332">&nbsp;&nbsp;&#0124;-- AppToDate</option> <option value="142">&nbsp;&nbsp;&#0124;-- CamerAware</option> <option value="247">&nbsp;&nbsp;&#0124;---- Bug Reports</option> <option value="245">&nbsp;&nbsp;&#0124;---- Connection Troubleshooting</option> <option value="246">&nbsp;&nbsp;&#0124;---- Feature Requests</option> <option value="256">&nbsp;&nbsp;&#0124;---- Beta Testing</option> <option value="27">&nbsp;&nbsp;&#0124;-- Plus</option> <option value="116">&nbsp;&nbsp;&#0124;-- Website</option> <option value="90">&nbsp;&nbsp;&#0124;-- Website News</option> <option value="297">&nbsp;&nbsp;&#0124;-- Wiki</option> <option value="70">Other</option> <option value="181">&nbsp;&nbsp;&#0124;-- Communities</option> <option value="338">&nbsp;&nbsp;&#0124;---- Apple - http://www.ApplePhones.com</option> <option value="321">&nbsp;&nbsp;&#0124;---- Asus Eee PC - http://www.EeEasy.com</option> <option value="182">&nbsp;&nbsp;&#0124;---- XBox 360</option> <option value="337">&nbsp;&nbsp;&#0124;-- International</option> <option value="54">&nbsp;&nbsp;&#0124;---- Algemeen - Nederlands</option> <option value="31">&nbsp;&nbsp;&#0124;---- General - Pinoy</option> <option value="25">&nbsp;&nbsp;&#0124;---- Generelt - Dansk</option> <option value="139">&nbsp;&nbsp;&#0124;---- Obecne - pro ceske a slovenske uzivatele</option> <option value="8">&nbsp;&nbsp;&#0124;-- The Lounge</option> </optgroup> </select>&nbsp;<input type='submit' value='Go' class='button' /></form></div> </div> </div> <!-- NON JS STUFF --> <div id='topicoptionsjs'> <a name='topicdisplay'></a> <div class='borderwrap'> <div class="bar" style="padding: 5px;text-align:center"> <strong>Display Mode:</strong> <strong><em><a href='http://www.modaco.com/index.php?showtopic=4386&amp;mode=linear'>Standard</a></em></strong> &middot; <a href='http://www.modaco.com/index.php?showtopic=4386&amp;mode=linearplus'>Switch to: Linear+</a> &middot; <a href='http://www.modaco.com/index.php?showtopic=4386&amp;mode=threaded'>Switch to: Outline</a> </div> </div> <br /> <a name='topicoptions'></a> <div class='borderwrap'> <div class="bar" style="padding: 5px;text-align:center"> <a href='http://www.modaco.com/index.php?act=usercp&amp;CODE=start_subs&amp;method=topic&amp;tid=4386'>Track this topic</a> &middot; <a href='http://www.modaco.com/index.php?act=Forward&amp;f=9&amp;t=4386'>Email this topic</a> &middot; <a href='http://www.modaco.com/index.php?act=Print&amp;client=printer&amp;f=9&amp;t=4386'>Print this topic</a> &middot; <a href='http://www.modaco.com/index.php?act=usercp&amp;CODE=start_subs&amp;method=forum&amp;fid=9'>Subscribe to this forum</a> </div> </div> <br /> </div> <script type='text/javascript'> //<![CDATA[ document.getElementById('topicoptionsjs').style.display = 'none'; // Scroll to PID? topic_scroll_to_post( parseInt("") ); //]]> </script> <table cellspacing="0" id="gfooter"> <tr> <td width="45%"><img id="rss-syndication" src='http://www.modaco.com/style_images/blue/rss.png' border='0' alt='RSS' class='ipd' /> <script type="text/javascript"> //<![CDATA[ menu_build_menu( "rss-syndication", new Array( "<a href='http://www.modaco.com/index.php?act=rssout&amp;id=1' style='color:black'>MoDaCo News</a>", "<a href='http://www.modaco.com/index.php?act=rssout&amp;id=2' style='color:black'>MoDaCo Topics</a>", "<a href='http://www.modaco.com/index.php?act=rssout&amp;id=4' style='color:black'>Mobiholics Topics</a>", "<a href='http://www.modaco.com/index.php?act=rssout&amp;id=6' style='color:black'>MoDaCo.TV Items</a>", "<a href='http://www.modaco.com/index.php?act=rssout&amp;id=8' style='color:black'>Smartphone News (test)</a>", "<a href='http://www.modaco.com/index.php?act=rssout&amp;id=9' style='color:black'>Pocket PC News (test)</a>", "<a href='http://www.modaco.com/index.php?act=rssout&amp;id=7' style='color:black'>MoDaCo Podcast</a>", "<a href='http://www.modaco.com/index.php?act=rssout&amp;id=10' style='color:black'>Windows Mobile News (test)</a>", "<a href='http://www.modaco.com/index.php?act=rssout&amp;id=11' style='color:black'>Mobiholics News</a>" ) ); //]]> </script><a target="_blank" href="http://whos.amung.us/show/bxa95bkc"><img src="http://whos.amung.us/swidget/bxa95bkc.gif" alt="hit counter" width="80" height="15" border="0" /></a></td> <td width="10%" align="center" nowrap="nowrap"><a href="http://www.modaco.com/lofiversion/index.php/t4386.html" rel="NOFOLLOW"><b>Lo-Fi Version</b></a></td> <td width="45%" align="right" nowrap="nowrap">Time is now: 7th September 2008 - 02:16</td> </tr> </table> <div id="userlinksguest"> <p style="text-align: center;"><br />Please visit our '<b>Plus Partners</b>' - these companies support MoDaCo through 'MoDaCo Plus' - <a href='http://www.modaco.com/index.php?act=announce&id=2'>Click Here</a> for more details!<br /><br /><a href='http://www.VitoTechnology.com' target='_blank'>VITO Technology</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.SlipstreamSolutions.co.uk' target='_blank'>Slipstream Solutions</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.aikosolutions.com' target='_blank'>Aiko Solutions</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.PDAMill.com' target='_blank'>PDAMill</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.inesoft.com' target='_blank'>Inesoft</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.sbsh.net' target='_blank'>SBSH</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.LingvoSoft.com' target='_blank'>LingvoSoft</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.Ruttensoft.com' target='_blank'>Ruttensoft</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.Astraware.com' target='_blank'>Astraware</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.MadBeetle.com' target='_blank'>MadBeetle</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.SpriteSoftware.com' target='_blank'>Sprite Software</a><br /><br /><a href='http://www.Opera.com' target='_blank'>Opera</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.Westtek.com' target='_blank'>Westtek</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.TetraEdge.com' target='_blank'>TetraEdge</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.z4soft.com' target='_blank'>Z4Soft</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.kbmsystems.net' target='_blank'>KBM Systems</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.conduits.com' target='_blank'>Conduits</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.mycnknow.com' target='_blank'>Mini Lyrics Magic</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.Proporta.com' target='_blank'>Proporta</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.Semsons.com' target='_blank'>Semsons</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.SyncData.it' target='_blank'>SyncData</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.activekitten.com'>Active Kitten</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.binaryfish.com'>Binaryfish</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.mykesoft.com/textr/'>Textr</a><br /><br /><a href='http://www.SPBSoftwareHouse.com' target='_blank'>SPB Software House</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.OmegaOne.com' target='_blank'>Omega One</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.OmniSoft.com' target='_blank'>OmniSoft</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.Resco.net' target='_blank'>Resco</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.esoftinteractive.com' target='_blank'>eSoft Interactive</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.TenGo.net' target='_blank'>TenGo</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.ATEKsoft.com' target='_blank'>ATEKsoft</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.imei-check.co.uk' target='_blank'>imei-check</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.gpsgate.com' target='_blank'>GpsGate</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.splashdata.com' target='_blank'>SplashData</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.developerone.com' target='_blank'>DeveloperOne</a>&nbsp;<font color="red">|</font>&nbsp;<a href='http://www.monocube.com' target='_blank'>monocube</a><br /><br /><a href='http://www.webis.net' target='_blank'>WebIS, home of Pocket Informant, FlexMail and Note2Self</a><br /><br /><i>Would your company like to become a 'Plus Partner'? <a href='http://www.modaco.com/index.php?act=Msg&CODE=04&MID=1'>Click Here</a> to contact us!</i><br /></p> </div> <script type='text/javascript'> //<![CDATA[ menu_do_global_init(); show_inline_messages(); // Uncomment this to fix IE png images // causes page slowdown, and some missing images occasionally // if ( is_ie ) // { // ie_fix_png(); // } //]]> </script> <br /><center><div class="copyright">MoDaCo and Mobiholics are part of the <b>MoDaCo.net</b>work, © Paul O'Brien 2002-2007. MoDaCo is managed by <a href="http://www.upsolv.com">Upsolv</a>, LLC.<br /><br />Our Friends - <a href="http://www.CoolSmartphone.com">CoolSmartphone</a> - <a href="http://www.SmartphoneThoughts.com">Smartphone Thoughts</a> - <a href="http://www.MSMobileNews.com">MSMobileNews</a> - <a href="http://MSMobiles.com">MSMobiles</a> - <a href="http://www.dsldevelopments.com">DSL Developments - Brodit Specialists</a> - <a href="http://www.pdahut.com">PDAhut</a>. <span id="intelliTxt">MoDaCo uses <a href='http://www.vibrantmedia.com/site/web_01a.html'>IntelliTxt</a> technology</span>.<br /></div></center> </div> <!-- start Google Analytics script section --> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-4160487-2"); pageTracker._initData(); pageTracker._trackPageview(); </script> <!-- end Google Analytics script section --> <!-- start Vibrant Media IntelliTXT script section --> <script type="text/javascript" src="http://modaco.uk.intellitxt.com/intellitxt/front.asp?ipid=1602&kwpn=10&mk=50&fg=fe6a32"></script> <!-- end Vibrant Media IntelliTXT script section --> </body> </html>