Mobile/Small Devices version of KBs is ready (SEO Ready)

And finally it's done...I am sorry for the delay but on Sept it was XHTML ready but now its ready with HTML5. (You can validate some KBs against http://validator.w3.org and see that most of the pages conform to Web Standards)
Please check your personal message Rick, The URL is disclosed there.
I have to tweak the search. The search has been tweaked
The subject of my personal message is "Mobile friendly VMWare KBs"
The current mobile and Search Engine Optimized-ready version of VMWare is not yet open to public and search engines since it's not upto date
This version has around 14,000 articles as on July 28th, this can be updated but I wanted to know what you folks feel about this and then go ahead updating to the most recent one.
I need only english articles in the sitemap so I that I can go with the English version alone!
Enjoy viewing it on all most mobile types --- android, cupcake, iphone etc, Rick.
I'll also document what has been done so far. Update: A comprehensive documentation will be released on this weekend.
Update:
I removed the "See also" section and related the posts found within the database. You can see that there is a section called Recommended Reading at the end of each KB Article

Hello Rick,
I think I launched the demo during vacation time. The site is hosted on a dedicated server, originally set for one month. Do you want me to extend the demo for another month? The next month billing cycle starts on Jan 7th so that I can extend the hosting of the site.
Kurt

Similar Messages

  • Everytime i go to watch a video on youtube, weather it be the mobile site, desktop version or the app, it always says 'video unavailable on this device' this only started happening in the last few weeks! Can someone help???

    Everytime i go to watch a video on youtube, weather it be the mobile site, desktop version or the app, it always says 'video unavailable on this device' this only started happening in the last few weeks! Can someone help???

    Most YouTube content requires the Flash plugin. Sometimes it's necessary to uninstall then reinstall that plugin.
    Uninstall the Flash plugin then reinstall new >  Troubleshoot Flash Player | Mac OS
    Very important to uninstall the currently installed plugin first.
    Now launch Safari and try a video.
    If you have the ClickToFlash extension installed, that can prevent Flash based video from streaming. It can also be installed as a plugin in /Library/Internet-Plug-Ins.
    And check to see if Safari is running in 32 bit mode. Right or control click the Safari icon in your Applications folder then click Get Info. If the box next to:  Open in 32 bit mode  is selected, deselect, quit then relaunch Safari.
    You may also need to delete the cache associated with Safari .
    Open the Finder. From the Finder menu bar click Go > Go to Folder
    Type or copy/paste:   ~/Library/Caches/com.apple.Safari
    Click Go the move the Cache.db file from the com.apple.Safari folder to the Trash.
    Quit and relaunch Safari. Try a video.

  • Layout problem for small devices

    I have created a site using a three column liquid header and a template using it for almost all my pages.  The sit is www.ituna.ca  - views fine for me now but when I try to view on an ipaad or ipod, the page does not display correclty at all.  Where did I go wrong and how can I fix it.
    Thanks,
    Pat
    The css is below:
    @charset "utf-8";
    body {
    background: #4E5869;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    line-height: 1.4;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
    padding: 0;
    margin: 0;
    h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;  /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px;
    font-size: medium;
    text-align: left;
    h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.2em;
    .container .content #maincontentleft {
    float: left;
    width: 50%;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
    color:#F60;
    text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
    color: #090;
    text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
    text-decoration: none;
    color: #F90;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
    width: 90%;
    max-width: 1260px; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    float: none;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
    background-image: url(PNG%20and%20PSD/layout5.jpg);
    background-repeat: no-repeat;
    background-color: #FFF;
    .headerdiv {
    padding-left: 15%;
    background-image: url(PNG%20and%20PSD/greengrass.jpg);
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
    float: left;
    width: 15%;
    padding-bottom: 10px;
    text-align: center;
    background-color: #FC0;
    background-repeat: repeat-x;
    .content {
    width: 50%;
    float: left;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    background-color: #FFF;
    .nocolumncontent {
    float: left;
    width: 80%;
    margin-left: 40px;
    .container .contentnocolums {
    width: 80%;
    margin-left: 40px;
    .sidebar2 {
    float: right;
    width: 33%;
    padding: 10px 0;
    background-color: #FFF;
    text-align: center;
    .container .sidebar2narrow {
    width: 10%;
    float: left;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
    padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    font-size: 1em;
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
    list-style: none; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
    margin-bottom: 15px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 3px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #FFF;
    text-align: center;
    ul.nav li {
    border: 2px solid #FFF;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
    padding: 5px 5px 5px 15px;
    display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
    text-decoration: none;
    color: #000;
    background-color: #FFF;
    font-weight: bold;
    border: 4px outset #FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
    color: #FFF;
    background-color: #FC0;
    /* ~~The footer ~~ */
    .footer {
    padding: 10px 0;
    position: relative;/* this gives IE6 hasLayout to properly clear */
    clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    background-color: #FFF;
    /* ~~miscellaneous float/clear classes~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    .container .content #maincontentleft {
    width: 45%;
    h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #F60;
    h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #333;
    font-weight: normal;
    .floatrightrecreation {
    float: right;
    width: 400px;
    .realestateheadings {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FC0;
    background-color: #333;
    .REALESTATECONTACT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
    color: #666;
    text-align: center;
    .center {
    text-align: center;
    font-size: small;
    .container .sidebar1 div {
    background-color: #FFF;
    text-align: center;
    .listitems {
    list-style-position: inside;
    list-style-type: square;
    .container .sidebar2 h2 em no bold {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333;
    font-size: .8em;

    Using Adobe's CSS templates put you behind the eight-ball from the
    start. The tutorial linked to might have been a fairly good and reliable
    tactic last year, but I'm afraid it might be a bit obsolete. If you
    decide to deploy media queries, please read all of the comments
    thoroughly and not just the tutorial.
    If you'd like to use a more bulletproof method to support small devices,
    we do have a product that will help you:
    http://www.projectseven.com/products/templates/pagepacks/cssbuilder/index.htm
    Here are the example pages (do view the code):
    http://www.projectseven.com/products/templates/pagepacks/cssbuilder/csspbm_11.htm
    You can read the user guide first, if you like:
    http://www.projectseven.com/products/templates/pagepacks/cssbuilder/help/guide.htm
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    Since 1998

  • Connect Mobile Broadband device to Airport Extreme?

    Hi,
    I'm thinking about changing broadband service providers.  I'm considering getting a mobile broadband device from either Virgin mobile or Netzero.  Both of these devices will allow me to connect up to 5 devices but when I start thinking about computers, phones, printers, iPad...we have more than 5 devices in the house that would want to connect to the wireless network.  I am corrently using an airport extreme (which I love).  Does anyone know if it's possible to connect one of these mobile broadband devices to the airport for a larger network?  If so, how?
    Thanks in advance,

    Hello,
    I guess that it would be correct to assume that you have looked at hotspot devices (small access points or routers with Wi-Fi capabilities). The following discussion concerned a similar problem, where Bob Timmons suggested to use Ethernet between routers. Unfortunately, a hotspot may not have an Ethernet (LAN) port at all.
    https://discussions.apple.com/thread/4033477
    One solution could possibly be a slightly different approach. There are several dedicated mobile broadband routers available (from Dovado, Netgear, Cradlepoint, and others). These typically accept a USB mobile broadband modem (check that the router has support for the exact model and the phone network in question). These routers do usually have at least one LAN port (which may allow a wired connection to another router, if merely the Wi-Fi capacity would not be adequate).
    Jan

  • How to run an application on windows mobile 6 device ?

    Hi everybody,
    How can you run an application on a windows mobile 6 device with the new SDK 3.0 ?
    Can you launch a MIDLET like any other program ? or running your MIDLET on windows mobile 6 is only for testing while you are developing.
    When you finished your MIDLET, can you copy the jar file to the mobile device with windows mobile 6 and to run it anytime ?
    Thank you.

    Its simply a matter of opinion, but I'm 3-months-in, developing for WM5 + WM6 and the only usable solution I've found that has the correct look and feel on Windows Mobile as well as JSR support is IBM's J9.
    It's not free, but I searched high and low, and it's the only product that I was happy with.
    Here's a [screenshot of it running my application on WM6 emulator|http://3.bp.blogspot.com/_9hmP3Ho0t14/S7eDTXfkE9I/AAAAAAAAAa0/ISZ-HohZQDs/s1600/wm6.png] .
    Here's a [quick article I wrote for it.|http://fatbuttlarry.blogspot.com/search?updated-max=2010-02-16T11%3A34%3A00-08%3A00&max-results=7] Remember, it's NOT free. Pricing is very fair, but you'll have to license it to use and distribute it.
    -Tres

  • Cannot connect to mobile bluetooth device in my car

    I have an iPhone 4 and cannot connect zu the mobile bluetooth device in my car. My iPhone doesn't find it. Can anybody help?

    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=ob-84194-1&lc=en&dlc=en&cc=us&...
    if you don't have it , download and install hp wireless assistant and when your driver installation tells you to turn on bluetooth, open hp wireless assistant and turn it on.  
    Did someone help you? Pay it forward. Help someone else.
    NC4400, TC4400 Win 7 Ultimate, xp pro, both dual boot
    a bunch of thinkpads

  • How to force Windows Mobile Professional device to use only Wi-fi network provisioned through Afaria 7 SP4

    Hi
    We are deploying Windows Mobile Professional devices on our environments. All the devices connects only to internal network through Wi-fi.  Our security policy do not allow these devices to be connected to any other network (Other Wi-fi, Cellular etc).  Is there any way to force the devices to use only the Wi-fi network provisioned through Afaria.
    Tags edited by: Michael Appleby

    I have the same problem with an early 2013 macbook pro. gfxCardStatus ( http://gfx.io/ ) will allow you to force integrated and not do dynamic switching, however the external display still doesn't work.

  • Can you connect a mobile broadband device to a time capsule?

    Can you connect a mobile broadband device to a time capsule?

    Only if it has ethernet.. and offers the ip direct to the device ie you need a 3G router not a USB stick..

  • Can I use my Office 365 for small business version of Sharepoint to develop a type of Business Database Management System?

    We have an excel sheet that job enquiries are logged into, estimates and a quote are produced, upon receipt of an order a job is started and once completed gets invoiced. Standard business workflow stuff, can I get 365 to automate this?
    I would like to be able to upon a new enquiry being entered and an order received, a set of job folders are automatically created using a unique number from the excel sheet as its job number. These folders would have certain document templates within
    them for use on the related job.
    I have been experimenting with Zoho Creator to develop a system to do this, but as we have adopted 365 (small business version) it would be preferable to be able to do this all in one place.
    Any help or advice greatly appreciated.
    Chris

    Hi Chris,
    As I understand, you would like to create a management system to create folders via number in Excel sheet.
    In my view, we could import the Excel sheet to a list, then use workflow to get number and create folders.
    Here is a forum specific for Office 365 SharePoint for your reference, please confirm the plan with support engineer there just in case:
    http://community.office365.com/en-us/f/154.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Forbide - Mobile Removable Devices / Media Removable Devices

    Hi everyone!
    I have a problem about IT-security.
    In our company we are using Windows 7 Professional/Enterprise Edition.
    We could easily block/forbid using of Storage Devices such as Pen Drives, USB-Flash Drives, SD-Cards via USB port on a Software Level, but we couldn't block/forbid using of
    Mobile Removable Devices / Media Removable Devices such as Mobile Phones, SmartPhones, Tablets, MP3 Plyaers!
    When you connect SmartPhone to PC via USB cable, it is detected as Removable Device (NOT as a Storage Device!) and can be easily used for copying Information from PC.
    The question is : "Is it possible to block/forbid Mobile Removable Devices / Media Removable Devices via USB on a Software level, without disable USB ports in BIOS?" Any solution(personal PC configuration or Group Policy) would be
    great.
    Hope for your help!
    Thanks a lot in advance!

    Hi Aziz,
    Before going further, sorry for the late response. I was on holiday on those days.
    >>Is it possible to deny Mobile Removable Devices / Media Removable Devices by a group policy?
    Yes, it is.
    On a DC, create a new GPO or find an existing GPO. Then edit the setting in the GPO, and link the GPO to the target scope (site, domain, OU).
    Note: if we configure the setting under Computer Configuration, it applies to computers,
    regardless of who logs on to the computers. While if we configure the setting under User Configuration, it applies to users, regardless of which computer they log on to.
    In addition, regarding how to create, edit, and link a GPO, the following articles can be referred to for more information.
    Create and Edit a Group Policy Object
    http://technet.microsoft.com/en-us/library/cc754740.aspx
    Link a Group Policy Object
    http://technet.microsoft.com/en-us/library/cc732979.aspx
    Best regards,
    Frank Shen

  • Can I merge database of multisim analog device version in multisim?

    Can I merge database of multisim analog device version in multisim?
    If yes, please tell me how. Thx!
    I saw the file named "MSCOMP_S.prd" in the folder:
    C:\Program Files\National Instruments\Multisim Analog Devices Edition 10.0\database

    Hi Zenith,
    The databases between the two products are not compatible and therefore cannot be merged. This database was created specifically for the Analog Devices Edition. Merging two "Master" databases is also not possible since the merge utility will only allow merging two "User" or "Corporate" databases.
    Message Edited by M.I. on 12-03-2007 09:34 AM
    M.I.
    National Instruments
    EWB Group.

  • TS5376 Unistalling Appl Mobile Support Device

    I've had to unistall iTunes due to an error message I was receiving regarding an updated and can't uninstall the Apple Mobile Support Device.  The error message coming up now while trying to unnstall this programme is 'verifiy you have sufficient privileges to start system services'.  I've tried to repair it and get the same message.  I now can't re-install the iTunes until this has been removed.  Any advise would be gratefully received.

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Can a Mac Update disable a USB mobile broadband device?

    Hi all,
    Last night, my Clear internet went down on me, both home WiFi modem and plug-in USB mobile broaband device. One minute I was on the net and the next, not.   After wasting 2 hours with Clear customer service, I gave up and started Googling and found some lovely folks here on Apple Support communities that suggested uninstalling Intego Virus Barrier X6.  Well that worked to get my home WiFie modem up and running.  But my MacBookPro (10.5.8) doesn't still see the USB device plugged in. It's not my USB port, as other devices work fine plugged into the same port.  
    I called Clear customer service back and they suggested that there is some phantom Mac Update that has disabled my USB device.  I know they're bs-ing me.  I think the device is broken.   But I thought I"d see if any other Mac people have had a problems with a mobile Broadband device in connection with either Virus Barrier or Mac updates?  I've googled lots of search terms and can find no one else with this complaint

    No.
    It is possible for the Mac (or another computer) to update the firmware of a device, but you would know if you did that. Likewise it is possible for the Mac to be unable to detect the device through its own fault - such as the Mac's USB ports or wifi failing. But the Mac's updates are only for the Apple hardware and software. Also, updates take effect immediately. Were you installing an update when your connection went down?
    I think their tech support people are trying to get you off the line. If such a thing happened people would be reporting it all over the place, not just here. Ask them to point you to some reports. Ask which update did it.
    Best of luck.

  • Can i use iPhone T-mobile contract free version outside USA with any carrier?

    Hello everyone,
    I am planning to purchase the iPhone 6 via Apple online store, on or after september 19th.
    I am living in Sri Lanka and obviously we do not have AT&T or any other service providers listed, here. My only option would be to buy the T-mobile 'contract-free' version if I am not willing to wait till Apple releases an unlocked 'sim-free' version within next few months. Therefor, I want to confirm and make sure that I can use the iPhone T-Mobile version with any carrier of my choice and is not locked only for T-mobile and can be used here in Sri Lanka.
    Hoping for your kind support
    Regards,
    Nimasha

    Hey Nicolas,
    I had the same question, so I went to the Apple chat, and I asked the same, 'cause I need an iPhone to works in South America and Europe as well.
    so what the person on the chat  answered me was that the T-mobile cellphone comes Unlocked, so you can use it anywhere.
    I Guess I can get it and now.

  • WRT54GXv2 Won't Allow Windows Mobile 5 Device to Connect

    Using the WRT54GX as a WAP with DHCP and NAT turned off.  Installed latest firmware earlier today.  DHCP is being supplied by a SonicWall SOHO 3.  Both PC's and MAC's can connect wirelessly (WEP 128 bit key) but my new T-Mobile MDA phone tries to connect but then drops.  I verified the WIFI on the phone works by connecing to a T-Mobile WIFI Zone at Borders books earlier today.
    Is there an issue with Windows Mobile 5 devices and the WRT54GXv2?  Is there a workaround?
    Thanks!

    Try to configure the router this way:
    Connecting a Wireless Linksys router to a regular Ethernet Linksys Router
    Now since you are issuing DHCP on a Sonicwall SOHO3, make sure your router is on that range instead of the router IP on the directions on that link. Goodluck! Remember it's from a regular port from Sonic wall to a regular port on the WRT54GX..
    "The war between heaven and hell depends on the choices we make, and those choices require sacrifice. That's the test"

Maybe you are looking for

  • Using Multiple I-pods on one computer

    Hi. I have had my 4th Gen i-pod for about a year now and I love it but im upgrading to the video one now. The thing is, im going to give my old one to my younger brother and my little sister is also getting an i-pod nano for Christmas. Will we all be

  • Z22 and 6.2 software issues

    I have a Z22 and downloaded the latest software update - 6.2. I am using Windows Vista. At first it wouldn't download, after several tries, it completed the download. I was initially able to sync my Z22 and the computer, then it would lock up the com

  • Iphoto not opening!!! Please HELP!

    WHEN I TRY TO START IPHOTO, THE ICON JUST BOUNCES FOR A MINUTE. STOPS BOUNCING. AND THIS MESSAGE COMES UP! I CAN'T ACCESS ANY OF MY PHOTOS! PLEASE HELP ME! Process: iPhoto [302] Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto Identifier: com.app

  • Apps fail to install during iPad restore from backup

    I made a clean backup of my iPad2/iOS6, rebooted everything, then tried to restore from backup and there's a bunch of apps that failed to install. I've repeated this process 3x; every time it seems to be a different # of failed to install apps (3-80!

  • E Sourcing 6.0 - Status

    Hi All, When is the anticipated next release of E Sourcing Version 6.0 is going to be released? What will be the major improvements in this over the previous version 5.1. Please guide. Regards Tripti