Overlapping BSS/NAV Issue

Hi All,
Just a theoretical question here. Both networks in clear with no encryption or authentication.
If I had an AP that was on my location and it was for corporate data traffic for my employees - on Channel 6 - SSID Corporate
Then
There is a coffee shop AP next door again on channel 6 and both APs are very close together - SSID Coffeeshop
The medium is shared, so all my wireless employees would receive the coffee shop traffic and the coffee shop devices would receive my corporate data traffic. Is that correct?
Also, if a coffee shop packet is transmitted into the RF, and I receive it, my corporate data traffic would receive the packet, set the NAV on my corporate client and defer sending until the medium is free again, is this correct?
Many thx indeed,
Ken

Hi Elliott,
Im kinda confused, so please bear with me mate please
The RF cells are overlapping (co-channel interference).  (Please see jpeg image)
Question 1a
I was under the impression that the RF medium was the same as ethernet medium.  All traffic is flooded out to the medium, then every STA in that medium receices that frame, then inspects the mac layer address and if it does not contain a destination MAC layer address of itself, the STA simply drops it.
Question 1b
So with the situation of two networks operating in the same frequency, the coffee shop user sends a frame into the air (lets just say is is simply browsing the web and does a HTTP request and sends it to his default gateway),  all STAs and APs on corporate network and coffee shop network receive this packet,  the coffe shop AP is the default gateway so accepts it, all other devices drop the frame.
Question 2
So if both parts to question 1 are correct,  when the coffee shop user sends that frame, I would assume all STAs and APs on coffee shop network and corporate network, that operate in that frequency, will receive that frame, look at the duration field in the frame and set their NAV field to defer sending for the NAV.
Could we please clarify this point.
Many thx indeed for the great help,
Ken

Similar Messages

  • Overlapping images link issue

    I seem to to be having an issue right now with a page that i'm developing. I have multiple images and elements overlapping, but the order in which they are loaded is not right.
    http://www.rwsd.net/other_sites/ourvinyl/index.html
    When I try to hover over the logo it only works around the audio image, but I want that to be behind the logo, as well as the search box.
    Hope that made some sense, any help is appreciated, thank you.

    Ok, first things first.  Two errors need correcting.  Your <title> tag is missing the ">" at the end of it.  Next, your "header" div never appears to close anywhere on your document.  Everything else is commented nicely and it appears that is a mismatch which could be causing some errors.
    With regards to the link, it appears to work for me on the OV logo and for some reason just above and below the OurVinyl.com text.  I looked at the "audio_banner.png" file and it appears to be utilizing its full width, so I'm not sure how you want that OV logo to end up behind the banner.  If you have that image in Photoshop/Fireworks etc and could show us what your goal is that might help a little.
    If the files are PNG, are you saving them with transparency?  It might be better just to utilize the image as an image with a link and alternate text as opposed to the H1 with text and multiple background images.  Or if you truly need to stack images you should be using absolute positioning with the z-index ( http://www.w3schools.com/Css/pr_pos_z-index.asp ) as opposed to layered background images because they you will be able to control the z-axis to properly layer images.

  • Responsive Nav Issue

    I've asked a lot of questions on here about the responsive nav on my site and I have 2 last issues with it.
    1. I want the nav bar to behave as it does, but be centered on the screen.  Can't seem to get it off of the left.
    2. The drop down menu under Media uses images instead of text.  The images are stretching/shrinking to fit the space but I want them to fit at their actual size.
    How can I achieve these two things?  Here's a link for example, and my code.
    http://www.jradrocks.com/indexnew2
    HTML
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>J.Rad</title>
    <link type="text/css" rel="stylesheet" href="main.css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
    <header><img src="Background-Images/Sick-Fantasy-Banner.png" alt="Banner Image"></header>
    <div>
    <nav id="nav" role="navigation">
        <a href="#nav" title="Show navigation"><img src="Background-Images/Menu.png" alt="Menu"></a>
        <a href="#" title="Hide navigation"><img src="Background-Images/Menu.png" alt="Menu"></a>
        <ul>
            <li><a href="/"><img src="Background-Images/News.png" alt="News"></a></li>
            <li><a href="/"><img src="Background-Images/Bio.png" alt="Bio"></a></li>
            <li><a href="/"><img src="Background-Images/Tour.png" alt="Tour"></a></li>
            <li><a href="/"><img src="Background-Images/Store.png" alt="Store"></a></li>
            <li>
                <a href="/" aria-haspopup="true"><img src="Background-Images/Media.png" alt="Media"></a>
                <ul>
                    <li><a href="/"><img src="Background-Images/Music.png" alt="Music"></a></li>
                    <li><a href="/"><img src="Background-Images/Photos.png" alt="Photos"></a></li>
                    <li><a href="/"><img src="Background-Images/Videos.png" alt="Videos"></a></li>
                </ul>
            </li>
            <li><a href="/"><img src="Background-Images/Contact.png" alt="Contact"></a></li>
        </ul>
    </nav>
    <nav id="social" role="navigation">
        <ul>
            <li><a href="/"><img src="Background-Images/Instagram.png" alt="Instagram"></a></li>
            <li><a href="/"><img src="Background-Images/YouTube.png" alt="YouTube"></a></li>
            <li><a href="/"><img src="Background-Images/Twitter.png" alt="Twitter"></a></li>
            <li><a href="/"><img src="Background-Images/Facebook.png" alt="Facebook"></a></li>
        </ul>
    </nav>
    </div>
    <div class="clearfix"></div>
    <div id="container">
    <section id="left-column">
      This is the left column.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
    </section>
    <aside id="right-column">
      This is the right column.<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
    </aside> 
    </div>
    <footer>
    </footer>
    </body>
    </html>
    CSS
    @charset "UTF-8";
    /* CSS Document */
        margin: 0; 
        padding: 0; 
    body {
      height:100%;
      background-attachment: fixed;
      background-image: url(Background-Images/Sick-Fantasy-Background.png);
      background-position: center top;
      background-size:cover;
    header {
      overflow:hidden;
      background-size:cover;
      background-image: url(Background-Images/Rust-and-Foamy-Blood-Texture.png);
      background-position: center center;
    header img { 
        display: block; 
        margin: auto; 
    img {
      max-width:100%;
    div {
      width:100%;
      max-width:960px;
      background-color:#000000;
      background-size:cover;
    #nav
      width: 100%; /* 1000 */
      position: absolute;
      background-color:#000000;
      background-size:cover;
      #nav > a
      display: none;
      #nav li
      position: relative;
      #nav li a
      display: block;
      #nav li a:active
      background-color: #996600 !important;
      #nav span:after
      display: inline-block;
      position: relative;
      /* first level */
      #nav > ul
      background-color: #000000;
      margin-left:25px;
      #nav > ul > li
      float: left;
      list-style:none;
      #nav > ul > li > a
      height: 100%;
      #nav > ul > li:hover > a,
      #nav > ul:not( :hover ) > li.active > a
      background-color: #996600;
      /* second level */
      #nav li ul
      background-color: #e15a1f;
      display: none;
      position: absolute;
      list-style:none;
      #nav li:hover ul
      display: block;
      #nav li:not( :first-child ):hover ul
      left: 0px;
      #nav li ul a
      #nav li ul li a:hover,
      #nav li ul:not( :hover ) li.active a
      background-color: #996600;
    #social
      float:right;
      background-color:#000000;
      background-size:cover;
      #social > a
      display: none;
      #social li
      position: relative;
      #social li a
      display: block;
      #social li a:active
      background-color: #996600 !important;
      #social span:after
      display: inline-block;
      position: relative;
      /* first level */
      #social > ul
      background-color: #000000;
      margin-right:25px;
      #social > ul > li
      float: right;
      list-style:none;
      #social > ul > li > a
      height: 100%;
      #social > ul > li:hover > a,
      #social > ul:not( :hover ) > li.active > a
      background-color: #996600;
    .clearfix {
        clear:both;
        display:block;
    #container {
      width:960px;
      margin-top:10px;
      margin-left:auto;
      margin-right:auto;
      margin-bottom:auto;
    #left-column {
      width:63%;
      float:left;
      background:url(Background-Images/Transparent-Black-Background.png);
      padding:5px;
      margin-right:2%;
      margin-bottom:2%;
    #right-column {
      width:33%;
      float:left;
      background:#FF0000;
      padding:5px;
      margin-bottom:2%;
    .clearfix {
        clear:both;
        display:block;
    footer {
      background-color: #000;
      background-size:cover;
    @media screen and (max-width:1024px) {
      #body {
         width:100%;
      #header {
         width:100%;
      #container {
      width:100%;
      #left-column {
      width:62%;
      margin-left:1%;
      #right-column {
      width:31%;
      float:right;
      margin-right:1%;
      img {
      width:100%;
    @media screen and (max-width:670px) {
      #nav
            width:100%;
      position: absolute;
            #nav > a
            #nav:not( :target ) > a:first-of-type,
            #nav:target > a:last-of-type
                display: block;
        /* first level */
        #nav > ul
            display: none;
            position: absolute;
            #nav:target > ul
                display: block;
            #nav > ul > li
      float: none;
      list-style:none;
        /* second level */
        #nav li ul
            position: static;
      #nav img {
        width:inherit;
      #social > ul
      margin-right:0px;
      #container {
      width:100%;
      #left-column {
      width:100%;
      margin-left:0px;
      #right-column {
      width:100%;
    @media screen and (max-width:300px) {
      #header {
         width:100%;
      background-size:cover;
      #container {
      width:100%;

    Do you really need to support IE8?  Very few people still use it. 
    If you must support IE8, create an IE-only stylesheet with your desktop layout styles.  Insert it inside  a conditional comment for pre-IE9 browsers. 
    Make sure to insert this after all other styles and stylesheets, just before your closing </head> tag.
    <!--[if lt IE 9]>
    <link href="IE-only.css" rel="stylesheet" type="text/css">
    <![endif]-->
    </head>
    Nancy O.

  • Navs Issue

    Dear Gurus,
                            am configuring CST using MM pricing procedure.In purchase order the material price is 1500 rs. I gave CST 5% amount manually.but this amount not showing in the net amount.
                            in pricing i use VST as account key for NAVS.
                           My question is wer should i check the tax amount gng??
    plz explain...........
    thx in adv.........

    Dear Nisha,
                               thanks for ur reply.My client wants to calculate tax by tax code and they wants to give octroi manually.
    but this scenario not possible.
                               so that am configuring tax procedure and octroi manually using mm pricing procedure.
                              Now everything working fine.
                               but i want where the amount of NAVS gng?where to check that??
    plz reply.............
    thx in advance.........

  • Button overlapping & nested button issues

    Hi ppl
    First up, here's my tiny sample project that i'm having issues with.
    Issue #1: i plan to have an entire wall of the symbols that i created, so users can click on our mugshots to enlarge the image and see some contact details. Is there a way to always make the active(clicked) symbol appear on top of the rest? Right now it's locked in the default layer order in Edge.
    Issue #2: Each symbol has its own mailto button nested in it which toggles on/off when its parent symbol is clicked. It works, BUT I cannot find a way to click that mailto button without activating the parent symbol's click event too.
    Spaghetti code aside (i'm not a developer), i'd really appreciate any help with the above!
    (Man it seems like i've been working on this forever *hysterical laughter*)

    Hi,
    Fix for Issue#1:
         a. Add sym.setVariable("count", 200); to compositionReady event handler.
         b. Then add the below code for click event handler for each symbol:
              var count = sym.getVariable("count");
              //console.log(count);
              sym.getSymbol("btn1").getSymbolElement().css({"z-index":count});   //use btn1 or btn2 accordingly for respective symbol
              sym.setVariable("count", count+1);
    Fix for Issue#2:
         Add e.stopPropagation(); to click event handler for both symbol mailTo buttons which will prevent the event propagation from mailTo btn to its parent.
    hope that helps,
    Vivekuma

  • Major iWeb issues

    I have a few issues maybe someone can help, I have created a website to be published to an FTP server. iWeb asked if it should replace the old website. First issue the upload took ages only to come up with the error cannot resume publishing, near the end of the upload. On the web it still showed the old website but only the home page. Then I downloaded Transmit, logged on the the ftp server, only to find the old website and the new iWeb site on there. I then proceeded to delete the whole lot, published the website to a local folder then uploaded the contents to the ftp server. This seemed to work, but the following happened, instead of the site being www.theafricahouse-zanzibar.com it is www.theafricahouse-zanzibar.com/www.africahouse-zanzibar.com/ . This is a problem, cause what I know of html is that the site is not in the home directory.... but there was no home directory for the previous web site.etc. and does iWeb not do this himself. This is issue No1 can some one help with this?
    Issue No. 2, I've created a slideshow in iPhoto exported it to Quicktime converted it for web, sized it, then placed it on the website, in iWeb under the Quicktime I tab in inspector, I removed the movie controller, I ticked loop and autoplay, this does not appear to happen on the website. But it does work when I view the site in Safari from the local published folder on my HD. Can someone help?
    Issue No. 3 The navbar does not work at all period not in iWeb also not on the web nor in the local folder... can someone help?
    Issue No. 4 The lovely fonts that came with iWeb seem to go missing, and replaced on the web with some horrible font and the color changed, this is just ridiculous actually, in the local folder the font stays in some places and some not and color changes etc. Should iWeb not rasterize the font and convert it to smart objects or something, or embed it into the code and send it with the media files ? Can some one help?
    Then issue No. 5 The logo's I've placed on the site have transparent backgrounds these are fine in iWeb but on the web, and after publishing then to a local folder and viewing with Safari the backgrounds appears black, which in this case looks horrid! Can some one help?
    I seems like what you get in iWeb you don't get on the web?
    Please help!!! I don't know much about web developement/html but I think there might be something wrong with the source codes, and that there is problems in the CSS, and that they don't load correctly there might be
    spaces in the code, I don't have the time and patience to check, when Apple should know better. Also are the sites created in iWeb compatible with IE, Firefox, etc.
    Because the following java scripting (quoted from the site iWeb coded) source code is not compatible with all browsers...
    <script type="text/javascript" src="Scripts/iWebSite.js"></script>
       <script type="text/javascript" src="Scripts/Widgets/SharedResources/WidgetCommon.js"></script>
       <script type="text/javascript" src="Scripts/Widgets/Navbar/navbar.js"></script>
       <script type="text/javascript" src="Welcome_files/Welcome.js"></script>

    Hi
    This might be a conclusion to issue 3. Make sure that nothing is overlapping the nav bar as this then will hide it and you cannot see it. If you go to arrange/show layout you should be able to see what is overlapping what. The other thing you mentioned is items moving, this could also be an overlapping problem. You might have to set up wraparounds on some on your pics or text etc. With regards to fonts you must use web safe fonts. The fonts that you are using do not come with iweb they are supplied with your mac. If you want to use a certain font and it is not web safe you must convert it to a picture by adding a shadow then turn transparency down to zero. Web safe fonts are Arial, Georgia, Geneva etc if you type in web safe fonts on this forum you will find a list somewhere. Hope this gets you started.
    Annelies

  • Issues fixed in FM 7.1 release

    Adobe FrameMaker 7.1 for English, French and German was released on January 10, 2004. The following is a list of issues fixed in this release.
    250374
    FDK: FA_Note_PreSetAttrValue notification not sent for new elements. If a client subscribes to FA_Note_PreSetAttrValue events, it will get a notification when one changes an attribute by double clicking it in the Structure view. However, on creation of a new element through the element catalog, if an attribute is set, no notification is sent.
    This issue has been resolved.
    277554
    FDK: F_ApiUnStraddleCells() does not work as expected.
    When unstraddling cells through the API, all the cells except the leading cell have no paragraph end marks (they are completely empty). Clicking into such cells takes the text cursor to the location of the table anchor. Inserting a character into the paragraph with the table anchor seems to correct the table.
    This issue has been resolved.
    310049
    FDK: F_ApiImport shows a dialog upon import of SGML entities.
    When importing an SGML fragment by reference using F_ApiImport, FrameMaker displays a dialog asking whether the text inset should be updated automatic or manually. This setting should be controlled from import-parameters.
    Currently there is no way of creating a client that imports a large number of SGML text-insets without having a user sitting by the keyboard and clicking OK for each imported entity.
    This issue has been resolved.
    314764
    FDK: F_ApiDelete does not work properly on elements inside a TextInset. When you try to delete an element that is part of a TextInset, the whole TextInset is removed.
    The work around for this is to unlock the text before calling F_ApiDelete and to lock the text after this call. The calls to unlock and lock the text are given below:
    To unlock - F_ApiSetInt(docId, insetId, FP_TiLocked, False);
    To lock - F_ApiSetInt(docId, insetId, FP_TiLocked, True);
    387821
    Microsoft Intellimouse Scroll wheel locks up FrameMaker when it's pressed or scrolled.
    This issue has been resolved.
    408675
    Rotated PDF files do not appear on 24-bit or 32-bit displays.
    This issue has been resolved.
    463533
    Non-unique ID tags cause inconsistent hypertext links due to multiple entries in the HTML export. If there are conflicting IDs in different documents of a book, non-unique ID tags are generated which cause this behavior.
    This issue has been resolved.
    507486
    If you edit the MAKER.INI file by adding the line SplashScreen=Off, in the [Preferences] section, then the Help->About command crashes FrameMaker with Internal Error: 7004, 6048898, 7639747, 0
    This issue has been resolved.
    529757
    (don't include) Marker element gets included and merged in PDF bookmarks with previous heading. In FrameMaker 6.0, the document prints to PDF as expected--the bookmarks in Acrobat PDF contain the Section2/Heading as expected, such as:
    Spark Plug Threads
    and Lamp Base and Electrical Fixture Threads
    In FrameMaker 7.0, the document prints to PDF with the Section2/Heading merged with the Run.head marker element, even though Run.head is in the ''Don't include'' list of elements in the PDF Setup dialog box.
    This issue has been resolved.
    534856
    The value of DPDFOpenBookmarkLevel is ignored when read in a MIF file.
    This issue has been resolved.
    534865
    The values Default, All, and None of the ''Bookmarks expanded through level'' field (in Format > Document >PDF setup) are not retained when a FrameMaker document is saved and opened again.
    This issue has been resolved.
    535630
    Windows Metafile (wmf) graphic (created from Microsoft VISIO 2002) causes "an error occurred while printing" but partially prints.
    This issue has been resolved.
    537955
    ISOdraw CGM graphics and tables on the same page cause CGM stroke lines to be printed in White.
    This issue has been resolved.
    540408
    Inconsistent dialog behavior between FrameMaker 6.0 and FrameMaker 7.0 when opening filename.sgm. Unlike FrameMaker 6.0, FrameMaker 7.0 displays the Unknown Filetype dialog.
    This issue has been resolved.
    540417
    Inconsistent dialog behavior between opening filename.sgm and filename.sgml.
    This issue has been resolved.
    541912
    TaggedPDF:fmpdfreflow plug-in - display of PDF file not good for shaded table cells. When table cells have shading in them, the PDF file does not show all the content of the shaded cells. This happens on Windows only.
    This issue has been resolved.
    565678
    PDF generation on UNIX translates CMYK colors to RGB.
    This issue has been resolved.
    567784
    FP_InsetFile has a value of "BadFileName" when SGML importing misses a graphic data file. If you import an SGML file that would read external graphic files and these data files are missing, then skipping or ignoring them results in "BadFileName" pathname for each object property. This makes FDK API Client not get FP_InsetFile property value for the FO_Inset object.
    This issue has been resolved.
    569092
    FrameMaker7 server can't find default printer when launched as a service.
    This issue has been resolved. To suppress the errors during initialization e.g.. No Default printer, invoke FrameMaker with the -silent option.
    569969
    When the Paragraph Designer is open, you can't switch to open documents using the book window.
    This issue has been resolved.
    581376
    FrameMaker works very slowly or returns an internal error. When processing a document that includes many EPS image files, FrameMaker creates many FRMxxxx.tmp files in the C:\Documents and Settings\Account Name\Local Settings\temp\ folder. The xxxx is a hexadecimal number. Even after quitting FrameMaker, the FRMxxxx.tmp files are NOT deleted, and the same document creates different FRMxxxx.tmp files after being opened again. The template files pile up in the hard disk for the Account/user, until the xxxx reaches ffff, the maximum number for the 4 digits of a hexadecimal number. At or near this time, FrameMaker works very slowly or stops with internal error:7004,6643018,6765315,6712018.
    This issue has been resolved.
    581522
    Imported PDF document with transparencies does not print correctly.
    This issue has been resolved.
    584633
    Internal Error: 7004, 6055410, 7657059, 0 when saving/printing to PDF includes Bookmarks that include index elements. The crash occurs only on Windows. The problem occurs when you attempt File > Print to PDF, when you want to Generate PDF Bookmarks based on structure elements, and have the ''Sectlevel1'' element in the ''Include Elements'' pane, and that particular ''Sectlevel1'' element plus the length of the text in the index marker entries exceeds 256 characters.
    This issue has been resolved.
    589859
    Post installation of Distiller 6.0, .tps file gets retained along with PDF and log file.
    This issue has been resolved.
    592974
    Opening a large XML file in FrameMaker generates error 'Internal Error 7004, 6052770, 0....
    When an XML file contained more than 65520(FFF0) children elements, FrameMaker crashed.
    This issue has been resolved.
    595875
    Spell check skips elements, loops around elements, or gets completely stuck.
    This issue has been resolved.
    597276
    The Save as PDF command does not create a PDF file (for certain files) when Generate Tagged PDF is ON
    This issue has been resolved.
    598056
    Group4 fax encoded TIFF files imported in FrameMaker 7.0 don't display nor print--does not occur in previous versions.
    This issue has been resolved.
    600053
    Display/Scrolling performance is very slow with documents having TIFF images imported by copy.
    This issue has been resolved.
    600497
    Scrolling a document in FrameMaker using Page Up/Down button goes to previous/next page respectively. Scrolling a document using Page Up and Page Down button goes to the previous and next page respectively. User would expect to scroll to the previous/next screen instead of going to previous/next page using these buttons, as seen in other Windows applications like MS Word, etc.
    This issue has been resolved.
    601470
    Links being dropped in SVG filter. Import an SVG file by reference (and the imported file has a link to another SVG file). Save this and reopen; the referenced SVG file is missing.
    This issue has been resolved.
    603668
    The text in the markers gets included in the PDF Bookmarks. Do not include textual content of marker elements, such as Index markers. This is because if you do, the Acrobat bookmarks can appear created if the element has:
    where Indexterm contains the marker text:
    <$startrange>PDF Creation;<$endrange>PDF:Good;How To:Create Good PDF
    ... You will end up with an Acrobat Bookmark containing:
    How To Create <$startrange>PDF Creation;<$endrange>PDF:Good;How To:Create Good PDFGood PDF ... which is not desirable.
    This issue has been resolved.
    606704
    In Server Setup dialog box, user name of the form "domain\username" does not allow names starting with b, r, etc. While trying to get FrameMaker to talk to the WebDAV server, which is using Windows authentication, when we specify a user name of the form "domain\username" in the "Server Setup" dialog box (File | Workgroup | Workgroup Servers ...). For some user names this works; for others it doesn't.
    This issue has been resolved.
    607610
    Framemaker crashes when Print is selected twice from the context menu for a book.
    This issue has been resolved.
    610099
    Drop Caps are not imported as TextFrames (RTFImport).
    This issue has been resolved.
    610600
    Words on which cross references are created are getting dropped while importing doc file (Word2000Import). Create a cross reference on some word in MS Word, and import the doc file into FrameMaker. The word on which the cross reference is created is getting dropped.
    This issue has been resolved.
    611165
    Words on which cross references are created are getting dropped while importing rtf file (RTFImport). Create a cross reference on some word in MS Word, and import the rtf file into FrameMaker. The word on which the cross reference is created is getting dropped.
    This issue has been resolved.
    611802
    Text which is rotated is lost when exporting to RTF.
    This issue has been resolved.
    611900
    FrameMaker locks referenced files until the application closes.
    This issue has been resolved.
    613546
    The filter name in the unknown file type for import is Microsoft RTF whereas for Export it is Microsoft RTF 1.6.
    This issue has been resolved.
    616153
    Contents of anchored frames not visible after save as PDF with Tags. After saving a document with anchored frames as PDF with Tags enabled, the contents of the frame are not visible in the PDF generated.
    This issue has been resolved.
    624470
    footnote element mapping to Frame Footnote is commented in Rules defined for XDocBook. In application definition of XDocBook in $FMHOME/structure/xml/xdocbook/app, footnote element mapping is to FM Footnote element. However, this rule is commented since past few releases. As a result, any (xdocbook) XML document with footnote is shown as invalid in FrameMaker.
    This issue has been resolved.
    624472
    Revision remark (revremark) element is mapped to different element names in EDD and rules. Rules for XDocBook in $FMHOME/structure/xml/xdocbook/app translate revremark to RevRemark. However, EDD (ECM) defines Revremark as mapping for revremark element. Hence a valid xdocbook XML document with revremark is shown as invalid (with unknown RevRemark element) in FrameMaker.
    This issue has been resolved.
    624517
    Unable to open FrameMaker 7.0-created fm file, which is created by importing a Word document.
    This issue has been resolved.
    625306
    Office documents don't open in FrameMaker in absence of write permissions (UNIX).
    This issue has been resolved.
    626431
    For line spacing, values that are beyond range are not mapped correctly (RTFExport). For line spacing in frame document which are beyond the max or min range of RTF, the mapping is not correct and same value of line space I mapped to three different values in RTF.
    This issue has been resolved.
    626434
    For stretch, values that are more than 600 are not mapped correctly in RTF (RTFExport). For stretching in frame doc that are beyond max value in RTF (600), the mapping is not correct. There is no stretching (scaling in RTF) in effect in exported RTF for values greater than 600 specified in frame.
    This issue has been resolved.
    626450
    Current date and time are not getting exported properly and are coming as 0's and XXX (RTFExport).
    This issue has been resolved.
    627855
    After saving as PDF, headings are centered in reflow mode. After a particular file is saved as a PDF file and is viewed in reflow mode in Acrobat, the headings are centered.
    This issue has been resolved.
    631967
    Installer does not recognize existing installation.
    This issue has been resolved.
    633133
    Right indents are not mapped while importing Excel
    This issue has been resolved.
    633137
    Data in the Custom formatted cell is lost while importing excel sheet.
    This issue has been resolved.
    633462
    FrameMaker terminates while exporting to RTF.
    This issue has been resolved.
    633710
    You have to give a filename with extension, while saving a file to RTF.
    This issue has been resolved.
    638750
    A PS file generated from FrameMaker with Tagged PDF on and hypertext marker in the file, cannot be distilled to PDF
    This issue has been resolved.
    638824
    Dialog Box indicating Unsaved changes made to file is not displayed on closing a document after importing an image using drag and drop.
    This issue has been resolved.
    639220
    If you select a Master Page or a Reference Page and select Save as PDF, PDF generation fails without giving appropriate error message.
    This issue has been resolved.
    641918
    When converting a FrameMaker book to PDF: default opening page in PS/PDF may be incorrectly set to be the first page of last chapter in a book.
    This issue has been resolved.
    642765
    On drag and drop of a SVG file into FrameMaker, if you click on the cancel button on the Import SVG dialog, the cancel is ignored and the file is imported.
    This issue has been resolved.
    643092
    If United Kingdom is chosen as the country of purchase, the EULA contains the string "FrameMakerDesktop _USEnglish_1.21.02_17:29".
    This issue has been resolved.
    644158
    Following alerts can not be suppressed via command line option:
    . Register now/later/never
    . Adobe Online
    These can be now suppressed using the -noaol command line option or by using the DisableAdobeOnline=On option in the maker.ini file.
    644904
    An empty merged cell(256 columns) created in Excel imports as a blank file.
    This issue has been resolved.
    645230
    If you import a Word document having large number of footnotes in FrameMaker, the footnotes are overlapped.
    This issue has been resolved.
    645538
    Cross reference text when exported to RTF has an additional space after the cross reference text.
    This issue has been resolved.
    645863
    When an excel file containing cells applied with custom formatting is imported in FrameMaker, the font and color of these cells is different in FrameMaker.
    This issue has been resolved.
    646609
    When a specific excel file is being imported the data in the first cell is lost.
    This issue has been resolved.
    646676
    When saving a MIF file, then opening it in FrameMaker, the DPDFZoom settings are lost.
    This issue has been resolved.
    647770
    User defined variables with _ in their name when saved to xml and opened again in Frame, round-trip as fmv1, fmv2 ...
    This issue has been resolved.
    648043
    When you try to open/import a file with a name containing more than two % signs and at least 1 non-% character between the second and third % sign then FM gives an error saying the file is non-existent
    This issue has been resolved.
    648114
    Info>Copyright>More crashes FrameMaker
    This issue has been resolved.
    648434
    When you import an RTF file with a cropped image in FrameMaker, it is imported in its original uncropped form.
    This issue has been resolved.
    649640
    When a word document having text with decimal numbering is imported, the sub points (1.1,1.2,...) are imported as (0.1,0.2,..)
    This issue has been resolved.
    650631
    When you import a word document having numbering points with comment on each numbered point, the font size of the numbering point is reduced.
    This issue has been resolved.
    650962
    FrameMaker crashes on scaling any anchored frame on reference pages.
    This issue has been resolved.
    652229
    When you import a word file with ascending raised/lowered baselines then they are not imported correctly.
    This issue has been resolved.
    652433
    When you import an excel file containing date formatting having mm format, FrameMaker inserts an extra zero before the date.
    This issue has been resolved.
    652752
    If you install FrameMaker from network, the short cut to readme file opens it in notepad.
    This issue has been resolved.
    652794
    The alert Inconsistent settings in Book" during F_ApiSilentPrintDoc() can not be suppressed.
    This issue has been resolved.
    654309
    When you import a word document having numbering (1.1,1.2,..) placed after some non-decimal numbering(1,2,3), FrameMaker imports it as (3.1, 3.2,..).
    This issue has been resolved.
    654348
    When you save an inline image as .doc in Acrobat6 and import this word file in FrameMaker, FrameMaker enlarges the graphics on import.
    This issue has been resolved.
    655072
    When you have an user defined variable in the frame document as well as the template, you save this document as XML and open the XML file again in frame, the template definition overrides that of the document.
    This issue has been resolved.
    655726
    Full license number is displayed in the Help>About FrameMaker 7.0 screen.
    This issue has been resolved.
    656171
    Full license number is displayed in the FrameMaker 7.0 Splash screen.
    This issue has been resolved.
    656820
    If you zoom or move frames after importing a graphic in FrameMaker, Framemaker logs out the user from Unix machine.
    This issue has been resolved.
    657053
    If a frame document displays images from the reference page and you simultaneously open multiple such documents, then the images from the document opened first can replace the images in the other documents
    This issue has been resolved.
    658744
    If you open an XML file locked by some other application, FrameMaker shows a Validation Error dialog box. For this to work, the XML locking feature should not be switched off.
    This issue has been resolved.
    658749
    The German version of Online manual xmlcss.pdf has comments in it.
    This issue has been resolved.
    Known Issues
    The printed user guide, on-line help and QRCs will not change between the FrameMaker 7.0 release and FrameMaker 7.1. Certain online manuals will be updated, and a new online supplement will be added to cover user documentation of the new release.
    [Original message from Forrest_F accidentally deleted when Forum re-organized]

    Read this SAP Note - Note 1487853 - SAP NetWeaver MDM 7.1 SP07 Release
    or refer the link
    http://help.sap.com/saphelp_mdm71/helpdata/en/4d/885f32b97d14aee10000000a42189c/content.htm
    Similaryly read for SP06 fixes at - http://help.sap.com/saphelp_mdm71/helpdata/en/be/e0048b426b4c20957078b61ec71e46/content.htm
    These links gives you an idea of what all changes are going to come into your new system. So unless you upgrade to SP07 i.e. the latest version and test it in DEV/Sandbox environment you should not plan to move ahead in Production. This is always recommended but there is very less chance that the already working solution will not work as expected after the upgrade.
    Thanks,
    Shambhu.

  • [SOLVED: HW ISSUE] WLAN no longer works (Zotac IQ01 / r8169 / iwlwifi)

    After recent (since 9.7.2014) updates, the WLAN link stopped working for me - and I don't seem to be find a way to restore it. Thus, your wisdom is appreciated:
    Setup/Background
    - Device: Zotac ZBox IQ (http://www.zotac.com/products/mini-pcs/ … nt/10.html)
    - Network device (2xGLAN): Realtek  RTL8111/8168/8411 (kernel module r8169 loads)
    - Wifi (device missing, used to work as enp3s0 ??), should be intel chipset
    - Wired connection works
    - NetworkManager is in use
    - Dmesg error: enp3s0 link is not ready
    Tried so far
    - Tested with older kernel 3.14.x -- no change
    - Tested with kernel-lts -- no change
    - Tested with older networkmanager -- no change
    - Tested with fresh Arch media (latest.iso) -- device cannot be found
    - Tested with older Arch media (1.4.2014.iso) -- device cannot be found
    - Tried bringing up the link with command: ip link set dev enp3s0 up -- no change, no error
    - Unloading r8169 removes the wired connection in networkmanager but not wireless, is that normal?
    - Noticed also this link (https://wiki.archlinux.org/index.php/Ne … OL_problem), but setup has no Windows
    Any pointers? Had a similar problem sometime in the past (https://bbs.archlinux.org/viewtopic.php?id=177793 -- different device), and then after some time and upgrades it just started working again.
    Thanks in advance,
    Juha
    [EDIT 14.7]
    Removed misleading reference: Noticed this post (https://bbs.archlinux.org/viewtopic.php?id=183601) and changed name in udev rules: enp03s0 -> wlp03s0 -- no change
    [EDIT 16.7]
    Added some details seen also later in thread
    Last edited by jmu (2014-07-18 16:08:45)

    jmu wrote:
    Sorry for missing your guidance ewaller, but you mean this?
    Let's try again:
    sudo iw wlp3s0 scan
    (iw help output)
    Apparently it requires dev parameter?
    sudo iw dev wlp3s0 scan
    command failed: No such device (-19)
    ewaller$@$odin ~ 1012 %sudo iw wlan0 scan
    [sudo] password for ewaller:
    BSS c4:3d:c7:5d:eb:8f(on wlan0) -- associated
    TSF: 142129421052 usec (1d, 15:28:49)
    freq: 2412
    beacon interval: 100 TUs
    capability: ESS Privacy ShortSlotTime (0x0411)
    signal: -42.00 dBm
    last seen: 260 ms ago
    Information elements from Probe Response frame:
    SSID: Woodlyn
    Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0
    DS Parameter set: channel 1
    ERP: <no flags>
    ERP D4.0: <no flags>
    RSN: * Version: 1
    * Group cipher: CCMP
    * Pairwise ciphers: CCMP
    * Authentication suites: PSK
    * Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c)
    Extended supported rates: 6.0 9.0 12.0 48.0
    HT capabilities:
    Capabilities: 0x187c
    HT20
    SM Power Save disabled
    RX Greenfield
    RX HT20 SGI
    RX HT40 SGI
    No RX STBC
    Max AMSDU length: 7935 bytes
    DSSS/CCK HT40
    Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
    Minimum RX AMPDU time spacing: 8 usec (0x06)
    HT RX MCS rate indexes supported: 0-15
    HT TX MCS rate indexes are undefined
    HT operation:
    * primary channel: 1
    * secondary channel offset: no secondary
    * STA channel width: 20 MHz
    * RIFS: 0
    * HT protection: non-HT mixed
    * non-GF present: 1
    * OBSS non-GF present: 1
    * dual beacon: 0
    * dual CTS protection: 0
    * STBC beacon: 0
    * L-SIG TXOP Prot: 0
    * PCO active: 0
    * PCO phase: 0
    WMM: * Parameter version 1
    * u-APSD
    * BE: CW 15-1023, AIFSN 3
    * BK: CW 15-1023, AIFSN 7
    * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
    * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
    BSS 78:54:2e:17:d3:ee(on wlan0)
    TSF: 18945414335000 usec (219d, 06:36:54)
    freq: 2412
    beacon interval: 100 TUs
    capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
    signal: -84.00 dBm
    last seen: 193 ms ago
    Information elements from Probe Response frame:
    SSID: mcfab
    Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
    DS Parameter set: channel 1
    Country: US Environment: Indoor/Outdoor
    Channels [1 - 11] @ 30 dBm
    ERP: Use_Protection Barker_Preamble_Mode
    Extended supported rates: 24.0 36.0 48.0 54.0
    HT capabilities:
    Capabilities: 0x1ad
    RX LDPC
    HT20
    SM Power Save disabled
    RX HT20 SGI
    TX STBC
    RX STBC 1-stream
    Max AMSDU length: 3839 bytes
    No DSSS/CCK HT40
    Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
    Minimum RX AMPDU time spacing: No restriction (0x00)
    HT RX MCS rate indexes supported: 0-15
    HT TX MCS rate indexes are undefined
    HT operation:
    * primary channel: 1
    * secondary channel offset: no secondary
    * STA channel width: 20 MHz
    * RIFS: 0
    * HT protection: non-HT mixed
    * non-GF present: 0
    * OBSS non-GF present: 1
    * dual beacon: 0
    * dual CTS protection: 0
    * STBC beacon: 0
    * L-SIG TXOP Prot: 0
    * PCO active: 0
    * PCO phase: 0
    Overlapping BSS scan params:
    * passive dwell: 20 TUs
    * active dwell: 10 TUs
    * channel width trigger scan interval: 300 s
    * scan passive total per channel: 200 TUs
    * scan active total per channel: 20 TUs
    * BSS width channel transition delay factor: 5
    * OBSS Scan Activity Threshold: 0.25 %
    Extended capabilities: HT Information Exchange Supported
    WMM: * Parameter version 1
    * u-APSD
    * BE: CW 15-1023, AIFSN 3
    * BK: CW 15-1023, AIFSN 7
    * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
    * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
    RSN: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
    WPA: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    WPS: * Version: 1.0
    * Wi-Fi Protected Setup State: 2 (Configured)
    * Response Type: 3 (AP)
    * UUID: 13c0b07c-1dd2-11b2-8c69-91034a198fdd
    * Manufacturer: D-Link
    * Model: D-Link Repeater
    * Model Number: DAP-1320
    * Serial Number: none
    * Primary Device Type: 6-0050f204-1
    * Device name: DAP-1320
    * Config methods: PBC
    * RF Bands: 0x1
    * Unknown TLV (0x1049, 6 bytes): 00 37 2a 00 01 20
    BSS 58:6d:8f:1c:7f:f5(on wlan0)
    TSF: 369471980976 usec (4d, 06:37:51)
    freq: 2422
    beacon interval: 100 TUs
    capability: ESS Privacy ShortSlotTime (0x0411)
    signal: -82.00 dBm
    last seen: 3106 ms ago
    Information elements from Probe Response frame:
    SSID: Merlin
    Supported rates: 1.0* 2.0* 5.5* 11.0* 18.0 24.0 36.0 54.0
    DS Parameter set: channel 3
    ERP: <no flags>
    ERP D4.0: <no flags>
    RSN: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
    Extended supported rates: 6.0 9.0 12.0 48.0
    HT capabilities:
    Capabilities: 0x18fc
    HT20
    SM Power Save disabled
    RX Greenfield
    RX HT20 SGI
    RX HT40 SGI
    TX STBC
    No RX STBC
    Max AMSDU length: 7935 bytes
    DSSS/CCK HT40
    Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
    Minimum RX AMPDU time spacing: 8 usec (0x06)
    HT RX MCS rate indexes supported: 0-15
    HT TX MCS rate indexes are undefined
    HT operation:
    * primary channel: 3
    * secondary channel offset: no secondary
    * STA channel width: 20 MHz
    * RIFS: 0
    * HT protection: non-HT mixed
    * non-GF present: 1
    * OBSS non-GF present: 1
    * dual beacon: 0
    * dual CTS protection: 0
    * STBC beacon: 0
    * L-SIG TXOP Prot: 0
    * PCO active: 0
    * PCO phase: 0
    WPS: * Version: 1.0
    * Wi-Fi Protected Setup State: 2 (Configured)
    * Response Type: 3 (AP)
    * UUID: c18a4b3e-6832-34c7-2859-7ccb974a11a7
    * Manufacturer: Cisco
    * Model: Linksys E3200
    * Model Number: v1.0.04
    * Serial Number: 42
    * Primary Device Type: 6-0050f204-1
    * Device name: Linksys E3200
    * Config methods: Display, PBC
    * RF Bands: 0x3
    * Unknown TLV (0x1049, 6 bytes): 00 37 2a 00 01 20
    WPA: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
    BSS b8:e6:25:f7:1d:29(on wlan0)
    TSF: 1088585492128 usec (12d, 14:23:05)
    freq: 2462
    beacon interval: 100 TUs
    capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
    signal: -79.00 dBm
    last seen: 30 ms ago
    Information elements from Probe Response frame:
    SSID: 2WIRE883
    Supported rates: 1.0* 2.0* 5.5* 6.0 9.0 11.0* 12.0 18.0
    DS Parameter set: channel 11
    Country: US Environment: Indoor/Outdoor
    Channels [1 - 11] @ 27 dBm
    RSN: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
    WPA: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    ERP: <no flags>
    Extended supported rates: 24.0 36.0 48.0 54.0
    BSS c4:04:15:8f:29:a0(on wlan0)
    TSF: 1092012544384 usec (12d, 15:20:12)
    freq: 2447
    beacon interval: 100 TUs
    capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
    signal: -84.00 dBm
    last seen: 1170 ms ago
    Information elements from Probe Response frame:
    SSID: MyCharterWiFia0-2G
    Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
    DS Parameter set: channel 8
    TIM: DTIM Count 0 DTIM Period 2 Bitmap Control 0x0 Bitmap[0] 0x4
    ERP: <no flags>
    RSN: * Version: 1
    * Group cipher: CCMP
    * Pairwise ciphers: CCMP
    * Authentication suites: PSK
    * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
    Extended supported rates: 24.0 36.0 48.0 54.0
    WMM: * Parameter version 1
    * u-APSD
    * BE: CW 15-1023, AIFSN 3
    * BK: CW 15-1023, AIFSN 7
    * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
    * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
    HT capabilities:
    Capabilities: 0x11cc
    HT20
    SM Power Save disabled
    RX HT40 SGI
    TX STBC
    RX STBC 1-stream
    Max AMSDU length: 3839 bytes
    DSSS/CCK HT40
    Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
    Minimum RX AMPDU time spacing: 8 usec (0x06)
    HT RX MCS rate indexes supported: 0-15
    HT TX MCS rate indexes are undefined
    HT operation:
    * primary channel: 8
    * secondary channel offset: no secondary
    * STA channel width: 20 MHz
    * RIFS: 1
    * HT protection: no
    * non-GF present: 0
    * OBSS non-GF present: 0
    * dual beacon: 0
    * dual CTS protection: 0
    * STBC beacon: 0
    * L-SIG TXOP Prot: 0
    * PCO active: 0
    * PCO phase: 0
    Overlapping BSS scan params:
    * passive dwell: 20 TUs
    * active dwell: 10 TUs
    * channel width trigger scan interval: 300 s
    * scan passive total per channel: 200 TUs
    * scan active total per channel: 20 TUs
    * BSS width channel transition delay factor: 5
    * OBSS Scan Activity Threshold: 0.25 %
    Extended capabilities: HT Information Exchange Supported
    BSS 00:1a:ef:0a:1f:1c(on wlan0)
    TSF: 1456596480215 usec (16d, 20:36:36)
    freq: 2412
    beacon interval: 100 TUs
    capability: ESS Privacy ShortSlotTime (0x0411)
    signal: -90.00 dBm
    last seen: 1503 ms ago
    Information elements from Probe Response frame:
    SSID: MEJ
    Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
    DS Parameter set: channel 1
    TIM: DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x20
    ERP: Barker_Preamble_Mode
    Extended supported rates: 24.0 36.0 48.0 54.0
    HT capabilities:
    Capabilities: 0x186e
    HT20/HT40
    SM Power Save disabled
    RX HT20 SGI
    RX HT40 SGI
    No RX STBC
    Max AMSDU length: 7935 bytes
    DSSS/CCK HT40
    Maximum RX AMPDU length 32767 bytes (exponent: 0x002)
    Minimum RX AMPDU time spacing: 16 usec (0x07)
    HT RX MCS rate indexes supported: 0-15
    HT TX MCS rate indexes are undefined
    HT operation:
    * primary channel: 1
    * secondary channel offset: above
    * STA channel width: any
    * RIFS: 0
    * HT protection: non-HT mixed
    * non-GF present: 0
    * OBSS non-GF present: 0
    * dual beacon: 0
    * dual CTS protection: 0
    * STBC beacon: 0
    * L-SIG TXOP Prot: 0
    * PCO active: 0
    * PCO phase: 0
    WMM: * Parameter version 1
    * BE: CW 15-1023, AIFSN 3
    * BK: CW 15-1023, AIFSN 7
    * VI: CW 7-15, AIFSN 2, TXOP 3008 usec
    * VO: CW 3-7, AIFSN 2, TXOP 1504 usec
    WPS: * Version: 1.0
    * Wi-Fi Protected Setup State: 2 (Configured)
    BSS e4:f4:c6:0a:52:e0(on wlan0)
    TSF: 105656013203 usec (1d, 05:20:56)
    freq: 2412
    beacon interval: 100 TUs
    capability: ESS Privacy ShortSlotTime RadioMeasure (0x1411)
    signal: -85.00 dBm
    last seen: 236 ms ago
    Information elements from Probe Response frame:
    SSID: NETGEAR98
    Supported rates: 1.0* 2.0* 5.5 11.0 18.0 24.0 36.0 54.0
    DS Parameter set: channel 1
    TIM: DTIM Count 1 DTIM Period 2 Bitmap Control 0x0 Bitmap[0] 0x0
    ERP: <no flags>
    ERP D4.0: <no flags>
    RSN: * Version: 1
    * Group cipher: CCMP
    * Pairwise ciphers: CCMP
    * Authentication suites: PSK
    * Capabilities: 16-PTKSA-RC 1-GTKSA-RC (0x000c)
    Extended supported rates: 6.0 9.0 12.0 48.0
    BSS Load:
    * station count: 6
    * channel utilisation: 27/255
    * available admission capacity: 0 [*32us]
    HT capabilities:
    Capabilities: 0x19ad
    RX LDPC
    HT20
    SM Power Save disabled
    RX HT20 SGI
    TX STBC
    RX STBC 1-stream
    Max AMSDU length: 7935 bytes
    DSSS/CCK HT40
    Maximum RX AMPDU length 65535 bytes (exponent: 0x003)
    Minimum RX AMPDU time spacing: 4 usec (0x05)
    HT RX MCS rate indexes supported: 0-23
    HT TX MCS rate indexes are undefined
    HT operation:
    * primary channel: 1
    * secondary channel offset: no secondary
    * STA channel width: 20 MHz
    * RIFS: 1
    * HT protection: nonmember
    * non-GF present: 1
    * OBSS non-GF present: 1
    * dual beacon: 0
    * dual CTS protection: 0
    * STBC beacon: 0
    * L-SIG TXOP Prot: 0
    * PCO active: 0
    * PCO phase: 0
    Overlapping BSS scan params:
    * passive dwell: 20 TUs
    * active dwell: 10 TUs
    * channel width trigger scan interval: 300 s
    * scan passive total per channel: 200 TUs
    * scan active total per channel: 20 TUs
    * BSS width channel transition delay factor: 5
    * OBSS Scan Activity Threshold: 0.25 %
    Extended capabilities: HT Information Exchange Supported, Extended Channel Switching, BSS Transition, 6
    WPS: * Version: 1.0
    * Wi-Fi Protected Setup State: 2 (Configured)
    * UUID: 14ac5004-9685-bde7-cca3-7f46f9cc6964
    * RF Bands: 0x3
    * Unknown TLV (0x1049, 6 bytes): 00 37 2a 00 01 20
    WMM: * Parameter version 1
    * u-APSD
    * BE: CW 15-1023, AIFSN 3
    * BK: CW 15-1023, AIFSN 7
    * VI: CW 7-15, AIFSN 2, TXOP 6016 usec
    * VO: CW 3-7, AIFSN 2, TXOP 3264 usec
    BSS ac:5d:10:66:64:e9(on wlan0)
    TSF: 568059494785 usec (6d, 13:47:39)
    freq: 2432
    beacon interval: 100 TUs
    capability: ESS Privacy ShortPreamble ShortSlotTime (0x0431)
    signal: -84.00 dBm
    last seen: 2350 ms ago
    Information elements from Probe Response frame:
    SSID: 2WIRE929
    Supported rates: 1.0* 2.0* 5.5* 11.0* 6.0 9.0 12.0 18.0
    DS Parameter set: channel 5
    TIM: DTIM Count 0 DTIM Period 1 Bitmap Control 0x0 Bitmap[0] 0x0
    Country: US Environment: Indoor/Outdoor
    Channels [1 - 11] @ 27 dBm
    ERP: <no flags>
    RSN: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    * Capabilities: 1-PTKSA-RC 1-GTKSA-RC (0x0000)
    WPA: * Version: 1
    * Group cipher: TKIP
    * Pairwise ciphers: CCMP TKIP
    * Authentication suites: PSK
    Extended supported rates: 24.0 36.0 48.0 54.0
    ewaller$@$odin ~ 1013 %
    Nope.

  • CSS height property use in Fluid grid layout

    Hi, I'm totally new to fluid grid layout and just got started in it. I have a div tag that has 5px height and I sucessfully applied that and seem fine only on Tablet landscape (1024x768) and Small tablet landscape (800x600), nevertheless it isn't even displaying on Mobile portrait (320x480), Mobile landscape (480x320), Small tablet portrait (600x800) and Tablet portrait (768x1024).
    My coding is below
    index.html
    <!doctype html>
    <!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
    <!--[if IE 7]>    <html class="ie7 oldie"> <![endif]-->
    <!--[if IE 8]>    <html class="ie8 oldie"> <![endif]-->
    <!--[if gt IE 8]><!-->
    <html class="">
    <!--<![endif]-->
    <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Untitled Document</title>
    <link href="fluid.grid.layout/boilerplate.css" rel="stylesheet" type="text/css">
    <link href="fluid.grid.layout/style.css" rel="stylesheet" type="text/css">
    <!--
    To learn more about the conditional comments around the html tags at the top of the file:
    paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
    Do the following if you're using your customized build of modernizr (http://www.modernizr.com/):
    * insert the link to your js here
    * remove the link below to the html5shiv
    * add the "no-js" class to the html tags at the top
    * you can also remove the link to respond.min.js if you included the MQ Polyfill in your modernizr build
    -->
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    <script src="fluid.grid.layout/respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="LayoutDiv1"></div>
    </div>
    </body>
    </html>
    boilerplate.css
    @charset "utf-8";
    * HTML5 ✰ Boilerplate
    * What follows is the result of much research on cross-browser styling.
    * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
    * Kroc Camen, and the H5BP dev community and team.
    * Detailed information about this CSS: h5bp.com/css
    * Dreamweaver modifications:
    * 1. Commented out selection highlight
    * 2. Removed media queries section (we add our own in a separate file)
    * ==|== normalize ==========================================================
    /* =============================================================================
       HTML5 display definitions
       ========================================================================== */
    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
    audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
    audio:not([controls]) { display: none; }
    [hidden] { display: none; }
    /* =============================================================================
       Base
       ========================================================================== */
    * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
    * 2. Force vertical scrollbar in non-IE
    * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
    html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
    body { margin: 0; font-size: 13px; line-height: 1.231; }
    body, button, input, select, textarea { font-family: sans-serif; color: #222; }
    * Remove text-shadow in selection highlight: h5bp.com/i
    * These selection declarations have to be separate
    * Also: hot pink! (or customize the background color to match your design)
    /* Dreamweaver: uncomment these if you do want to customize the selection highlight
    *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
    /* =============================================================================
       Links
       ========================================================================== */
    a { color: #00e; }
    a:visited { color: #551a8b; }
    a:hover { color: #06e; }
    a:focus { outline: thin dotted; }
    /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
    a:hover, a:active { outline: 0; }
    /* =============================================================================
       Typography
       ========================================================================== */
    abbr[title] { border-bottom: 1px dotted; }
    b, strong { font-weight: bold; }
    blockquote { margin: 1em 40px; }
    dfn { font-style: italic; }
    hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
    ins { background: #ff9; color: #000; text-decoration: none; }
    mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
    /* Redeclare monospace font family: h5bp.com/j */
    pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
    /* Improve readability of pre-formatted text in all browsers */
    pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
    q { quotes: none; }
    q:before, q:after { content: ""; content: none; }
    small { font-size: 85%; }
    /* Position subscript and superscript content without affecting line-height: h5bp.com/k */
    sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
    /* =============================================================================
       Lists
       ========================================================================== */
    ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
    dd { margin: 0 0 0 40px; }
    nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
    /* =============================================================================
       Embedded content
       ========================================================================== */
    * 1. Improve image quality when scaled in IE7: h5bp.com/d
    * 2. Remove the gap between images and borders on image containers: h5bp.com/e
    img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
    * Correct overflow not hidden in IE9
    svg:not(:root) { overflow: hidden; }
    /* =============================================================================
       Figures
       ========================================================================== */
    figure { margin: 0; }
    /* =============================================================================
       Forms
       ========================================================================== */
    form { margin: 0; }
    fieldset { border: 0; margin: 0; padding: 0; }
    /* Indicate that 'label' will shift focus to the associated form element */
    label { cursor: pointer; }
    * 1. Correct color not inheriting in IE6/7/8/9
    * 2. Correct alignment displayed oddly in IE6/7
    legend { border: 0; *margin-left: -7px; padding: 0; }
    * 1. Correct font-size not inheriting in all browsers
    * 2. Remove margins in FF3/4 S5 Chrome
    * 3. Define consistent vertical alignment display in all browsers
    button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
    * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
    * 2. Correct inner spacing displayed oddly in IE6/7
    button, input { line-height: normal; *overflow: visible; }
    * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
    table button, table input { *overflow: auto; }
    * 1. Display hand cursor for clickable form elements
    * 2. Allow styling of clickable form elements in iOS
    button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
    * Consistent box sizing and appearance
    input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
    input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
    input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
    * Remove inner padding and border in FF3/4: h5bp.com/l
    button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
    * 1. Remove default vertical scrollbar in IE6/7/8/9
    * 2. Allow only vertical resizing
    textarea { overflow: auto; vertical-align: top; resize: vertical; }
    /* Colors for form validity */
    input:valid, textarea:valid {  }
    input:invalid, textarea:invalid { background-color: #f0dddd; }
    /* =============================================================================
       Tables
       ========================================================================== */
    table { border-collapse: collapse; border-spacing: 0; }
    td { vertical-align: top; }
    /* ==|== primary styles =====================================================
       Author:
       ========================================================================== */
    /* ==|== non-semantic helper classes ========================================
       Please define your styles before this section.
       ========================================================================== */
    /* For image replacement */
    .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
    .ir br { display: none; }
    /* Hide from both screenreaders and browsers: h5bp.com/u */
    .hidden { display: none !important; visibility: hidden; }
    /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    /* Hide visually and from screenreaders, but maintain layout */
    .invisible { visibility: hidden; }
    /* Contain floats: h5bp.com/q */
    .clearfix:before, .clearfix:after { content: ""; display: table; }
    .clearfix:after { clear: both; }
    .clearfix { zoom: 1; }
    /* ==|== print styles =======================================================
       Print styles.
       Inlined to avoid required HTTP connection: h5bp.com/r
       ========================================================================== */
    @media print {
      * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
      a, a:visited { text-decoration: underline; }
      a[href]:after { content: " (" attr(href) ")"; }
      abbr[title]:after { content: " (" attr(title) ")"; }
      .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
      pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
      thead { display: table-header-group; } /* h5bp.com/t */
      tr, img { page-break-inside: avoid; }
      img { max-width: 100% !important; }
      @page { margin: 0.5cm; }
      p, h2, h3 { orphans: 3; widows: 3; }
      h2, h3 { page-break-after: avoid; }
    style.css
    @charset "utf-8";
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
              max-width: 100%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
              width:100%;
              Dreamweaver Fluid Grid Properties
              dw-num-cols-mobile:                    4;
              dw-num-cols-tablet:                    8;
              dw-num-cols-desktop:          10;
              dw-gutter-percentage:          25;
              Inspiration from "Responsive Web Design" by Ethan Marcotte
              http://www.alistapart.com/articles/responsive-web-design
              and Golden Grid System by Joni Korpi
              http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    .gridContainer {
              margin-left: auto;
              margin-right: auto;
              width: 85.5%;
              padding-left: 2.25%;
              padding-right: 2.25%;
    #LayoutDiv1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              height:5px;
              display: block;
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    .gridContainer {
              width: 97.5%;
              padding-left: 1.25%;
              padding-right: 1.25%;
    #LayoutDiv1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              height:5px;
              display: block;
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 769px) {
    .gridContainer {
              width: 98%;
              max-width: 1232px;
              padding-left: 1%;
              padding-right: 1%;
              margin: auto;
    #LayoutDiv1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
              height:5px;
              background-color:#FBB829;
    respond.min.js
    /*! Respond.js v1.0.1pre: min/max-width media query polyfill. (c) Scott Jehl. MIT/GPLv2 Lic. j.mp/respondjs  */
    (function(e,h){e.respond={};respond.update=function(){};respond.mediaQueriesSupported=h;if(h){return}var u=e.document,r=u.documentElement,i=[],k=[],p=[],o={},g=30,f=u.getElementsByTagName("head")[0]||r,b=f.getElementsByTagName("link"),d=[],a=function(){var B=b,w=B.length,z=0,y,x,A,v;for(;z<w;z++){y=B[z],x=y.href,A=y.media,v=y.rel&&y.rel.toLowerCase()==="stylesheet";if(!!x&&v&&!o[x]){if(y.styleSheet&&y.styleSheet.rawCssText){m(y.styleSheet.rawCssText,x,A);o[x]=true}else{if(!/^([a-zA-Z]+?:(\/\/)?)/.test(x)||x.replace(RegExp.$1,"").split("/")[0]===e.location.host){d.push({href:x,media:A})}}}}t()},t=function(){if(d.length){var v=d.shift();n(v.href,function(w){m(w,v.href,v.media);o[v.href]=true;t()})}},m=function(G,v,x){var E=G.match(/@media[^\{]+\{([^\{\}]+\{[^\}\{]+\})+/gi),H=E&&E.length||0,v=v.substring(0,v.lastIndexOf("/")),w=function(I){return I.replace(/(url\()['"]?([^\/\)'"][^:\)'"]+)['"]?(\))/g,"$1"+v+"$2$3")},y=!H&&x,B=0,A,C,D,z,F;if(v.length){v+="/"}if(y){H=1}for(;B<H;B++){A=0;if(y){C=x;k.push(w(G))}else{C=E[B].match(/@media ([^\{]+)\{([\S\s]+?)$/)&&RegExp.$1;k.push(RegExp.$2&&w(RegExp.$2))}z=C.split(",");F=z.length;for(;A<F;A++){D=z[A];i.push({media:D.match(/(only\s+)?([a-zA-Z]+)(\sand)?/)&&RegExp.$2,rules:k.length-1,minw:D.match(/\(min\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/)&&parseFloat(RegExp.$1),maxw:D.match(/\(max\-width:[\s]*([\s]*[0-9]+)px[\s]*\)/)&&parseFloat(RegExp.$1)})}}j()},l,q,j=function(E){var v="clientWidth",x=r[v],D=u.compatMode==="CSS1Compat"&&x||u.body[v]||x,z={},C=u.createDocumentFragment(),B=b[b.length-1],w=(new Date()).getTime();if(E&&l&&w-l<g){clearTimeout(q);q=setTimeout(j,g);return}else{l=w}for(var y in i){var F=i[y];if(!F.minw&&!F.maxw||(!F.minw||F.minw&&D>=F.minw)&&(!F.maxw||F.maxw&&D<=F.maxw)){if(!z[F.media]){z[F.media]=[]}z[F.media].push(k[F.rules])}}for(var y in p){if(p[y]&&p[y].parentNode===f){f.removeChild(p[y])}}for(var y in z){var G=u.createElement("style"),A=z[y].join("\n");G.type="text/css";G.media=y;if(G.styleSheet){G.styleSheet.cssText=A}else{G.appendChild(u.createTextNode(A))}C.appendChild(G);p.push(G)}f.insertBefore(C,B.nextSibling)},n=function(v,x){var w=c();if(!w){return}w.open("GET",v,true);w.onreadystatechange=function(){if(w.readyState!=4||w.status!=200&&w.status!=304){return}x(w.responseText)};if(w.readyState==4){return}w.send(null)},c=(function(){var v=false;try{v=new XMLHttpRequest()}catch(w){v=new ActiveXObject("Microsoft.XMLHTTP")}return function(){return v}})();a();respond.update=a;function s(){j(true)}if(e.addEventListener){e.addEventListener("resize",s,false)}else{if(e.attachEvent){e.attachEvent("onresize",s)}}})(this,(function(f){if(f.matchMedia){return true}var e,i=document,c=i.documentElement,g=c.firstElementChild||c.firstChild,h=!i.body,d=i.body||i.createElement("body"),b=i.createElement("div"),a="only all";b.id="mq-test-1";b.style.cssText="position:absolute;top:-99em";d.appendChild(b);b.innerHTML='_<style media="'+a+'"> #mq-test-1 { width: 9px; }</style>';if(h){c.insertBefore(d,g)}b.removeChild(b.firstChild);e=b.offsetWidth==9;if(h){c.removeChild(d)}else{d.removeChild(b)}return e})(this));
    I really do appreciate your efforts to help me solve this problem... Thank you in advance

    Height is determined by content.  I can't think of a single reason to have a div height of 5px because almost nothing will fit inside that small a space without problems. 
    As to why it doesn't show up in other devices, you must have put that style into the Tablet CSS code instead of the default Mobile CSS code.
    Fluid Grids build up from Mobile (applied to everything) with specific rules for Tablets, then Desktops.
    Best advice, use Fluid Grids for layout only.  Use a separate CSS file for content styles.
    Hope this helps,
    Nancy O.

  • Adding template break box model and font

    I have been working on this one for a few hours now and I can't figure it out. I am working with the HTML5 Boilerplate and recreating the home page for our company. When I do not include the template, the file works fine in IE. But the second I apply a template the whole page becomes broken and the IE box model applies and my font sizing gets messed up.
    I have included a link to the files on a testing server, if this is not allowed, let me know and I can put up the code.
    Excuse the cupcakes from FlexSlider, I have not yet finished that piece.
    Working (no template): http://www.qa.mpay.com/index.asp
    Not working (template): http://www.qa.mpay.com/copy.asp
    Do I just need to rework my entire code so that it is more compliant with the IE Box Model qualifications, ie. div inside of a div with width on one and padding/margin on the other?

    Alright here's the code for the one that's not working. After posting last night, I realized the links were probably only viewable internally.
    UPDATE: Just added <html> after <!doctype html> like I've seen you post about in another forum discussion. That seems to have fixed it. Why is that needed? Isn't it the html tag being opened in the line <html class="no-js" lang="en"> What I mean by this, is why does it work fine in other browsers when that is missing, but it messes up with IE?
    P.S. I'm starting to blame H5BP for poor documentation, but I'm learning a lot in the process.
    TEMPLATE: (without <html>)
    templates>template_page_home_new.dwt
    <!doctype html>
    <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->
    <!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
    <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
    <head>
      <meta charset="utf-8">
      <!-- Use the .htaccess and remove these lines to avoid edge case issues.
           More info: h5bp.com/b/378 -->
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>MPAY Inc.</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="tags" -->
    <meta name='description' content='Payroll Software/Services- Business Process Outsourcing, Reseller and Referral Programs for Payroll Providers, Brokers, CPAs, and more offered by MPAY Inc'/>
    <meta name='keywords' content='MPAY, payroll, payentry.com, millennium, millennium payroll, payroll processing, payroll software, online payroll, outsourcing, business process outsourcing,  timekeeping, Boston, MA, Charlotte, NC, work comp, workers comp, SecureView, online tax forms'/>
    <!-- TemplateEndEditable -->
      <!-- Mobile viewport optimized: j.mp/bplateviewport -->
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
      <!-- CSS: implied media=all -->
      <!-- CSS concatenated and minified via ant build script-->
      <link rel="stylesheet" href="../css/style.css">
      <link rel="stylesheet" href="../css/flexslider.css" type="text/css" media="screen" />
      <!-- end CSS-->
        <!-- FlexSlider pieces -->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
        <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
      <!-- All JavaScript at the bottom, except for Modernizr / Respond.
           Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries
           For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ -->
      <script src="../js/libs/modernizr-2.0.6.min.js"></script>
    </head>
    <body>
    <div id="container">
        <!-- Header Start -->
      <div id="navigation">
        <div id="logoregion">
              <div id="logo">
                  <a href="default.asp"><img src="../images/logo.gif" alt="mpay_logo" /></a>
              </div>
              <div id="headerlink">
                  <ul>
                          <li><a href="../client-login.asp"><p class="new">NEW!</p>  <img src="../images/blue_bullet_line.gif" alt=""> Client Login  </a></li>
                          <li><a href="contact_us.asp"><img src="../images/blue_bullet_line.gif" alt=""> Contact Us  </a></li>
                          <li><a href="careers.asp"><img src="../images/blue_bullet_line.gif" alt=""> Careers  </a></li>
                          <li><a href="about_us.asp"><img src="../images/blue_bullet_line.gif" alt=""> About Us</a></li></ul>
              </div>
              <div id="contact">
              (781) 810-9000<br />
              <a href="mailto:[email protected]">[email protected]</a>
              </div>
          </div>
          <div id="mainnav">
              <ul class="navigation-controls">
                      <li><a href="../index.html"><p class="navigation-text">Home</p></a></li>
                      <li><a href="../services.html"><p class="navigation-text">Services</p></a></li>
                      <li><a href="../products.html"><p class="navigation-text">Products</p></a></li>
                      <li><a href="../solutions.html"><p class="navigation-text">Solutions</p></a></li>
                      <li><a href="../support.html"><p class="navigation-text">Client Support</p></a></li>
                      <li class="nav-border-right"><a href="../resources.html"><p class="navigation-text">Resources</p></a></li>
               </ul>
          </div>
        </div> 
        <!-- Header End -->
      <!-- TemplateBeginEditable name="EditRegionContent" --><!-- TemplateEndEditable -->
        <!-- Footer Start -->
            <div id="footer">
              <div id="footercontent">
                  <div id="legal">
                  <a href="../index.html">MPAY Inc.</a>  |  
                  <a href="../legal.html">Legal Notices</a>  |  
                  <a href="../privacy.html">Your Privacy</a>
                  </div>
                  <div id="copyright">
                   <script type="text/javascript">
          now=new Date();
          year=now.getFullYear();
              </script>
                   &copy; Copyright
                   <script type="text/javascript">
          document.write (year);
                   </script>
                   MPAY, Inc. All Rights Reserved.</div>
             </div>
           </div>
      <!-- Footer End -->
       </div>
    <!-- JavaScript at the bottom for fast page loading -->
      <!-- TemplateBeginEditable name="JavaCode" --><!-- TemplateEndEditable -->
      <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    <script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.2.min.js"><\/script>')</script>
      <!-- scripts concatenated and minified via ant build script-->
      <script defer src="../js/plugins.js"></script>
      <script defer src="../js/script.js"></script>
      <!-- end scripts-->
        <!-- Act-On Analytics Code -->
         <script type="text/javascript">
           /* <![CDATA[ */
           document.write (
              '<img src="http://marketing.mpay.com/acton/bn/1170/visitor.gif?ts='+
              new Date().getTime()+
              '&ref='+escape(document.referrer) + '">'
           /* ]]> */
           </script>
      <!-- Google Analytics Code -->
      <script>
        window._gaq = [['_setAccount','UA-12607129-1'],['_trackPageview'],['_trackPageLoadTime']];
        Modernizr.load({
          load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
      </script>
    </body>
    </html>
    File it's being applied to:
    copy.asp
    <!-- InstanceBegin template="/Templates/template_page_home_new.dwt" codeOutsideHTMLIsLocked="false" --><!doctype html>
    <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
    <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
    <!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->
    <!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->
    <!-- Consider adding an manifest.appcache: h5bp.com/d/Offline -->
    <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
    <head>
      <meta charset="utf-8">
      <!-- Use the .htaccess and remove these lines to avoid edge case issues.
           More info: h5bp.com/b/378 -->
      <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>MPAY Inc.</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="tags" -->
    <meta name='description' content='Payroll Software/Services- Business Process Outsourcing, Reseller and Referral Programs for Payroll Providers, Brokers, CPAs, and more offered by MPAY Inc'/>
    <meta name='keywords' content='MPAY, payroll, payentry.com, millennium, millennium payroll, payroll processing, payroll software, online payroll, outsourcing, business process outsourcing,  timekeeping, Boston, MA, Charlotte, NC, work comp, workers comp, SecureView, online tax forms'/>
    <style type="text/css">
    <!--
    .style1 {color: #00274c}
    -->
    </style>
    <!-- InstanceEndEditable -->
      <!-- Mobile viewport optimized: j.mp/bplateviewport -->
      <meta name="viewport" content="width=device-width,initial-scale=1">
      <!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
      <!-- CSS: implied media=all -->
      <!-- CSS concatenated and minified via ant build script-->
      <link rel="stylesheet" href="css/style.css">
      <link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
      <!-- end CSS-->
        <!-- FlexSlider pieces -->
        <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
        <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
      <!-- All JavaScript at the bottom, except for Modernizr / Respond.
           Modernizr enables HTML5 elements & feature detects; Respond is a polyfill for min/max-width CSS3 Media Queries
           For optimal performance, use a custom Modernizr build: www.modernizr.com/download/ -->
      <script src="js/libs/modernizr-2.0.6.min.js"></script>
    </head>
    <body>
    <div id="container">
        <!-- Header Start -->
      <div id="navigation">
        <div id="logoregion">
              <div id="logo">
                  <a href="default.asp"><img src="images/logo.gif" alt="mpay_logo" /></a>
              </div>
              <div id="headerlink">
                  <ul>
                          <li><a href="client-login.asp"><p class="new">NEW!</p>  <img src="images/blue_bullet_line.gif" alt=""> Client Login  </a></li>
                          <li><a href="contact_us.asp"><img src="images/blue_bullet_line.gif" alt=""> Contact Us  </a></li>
                          <li><a href="careers.asp"><img src="images/blue_bullet_line.gif" alt=""> Careers  </a></li>
                          <li><a href="about_us.asp"><img src="images/blue_bullet_line.gif" alt=""> About Us</a></li></ul>
              </div>
              <div id="contact">
              (781) 810-9000<br />
              <a href="mailto:[email protected]">[email protected]</a>
              </div>
          </div>
          <div id="mainnav">
              <ul class="navigation-controls">
                      <li><a href="index.html"><p class="navigation-text">Home</p></a></li>
                      <li><a href="services.html"><p class="navigation-text">Services</p></a></li>
                      <li><a href="products.html"><p class="navigation-text">Products</p></a></li>
                      <li><a href="solutions.html"><p class="navigation-text">Solutions</p></a></li>
                      <li><a href="support.html"><p class="navigation-text">Client Support</p></a></li>
                      <li class="nav-border-right"><a href="resources.html"><p class="navigation-text">Resources</p></a></li>
               </ul>
          </div>
        </div> 
        <!-- Header End -->
      <!-- InstanceBeginEditable name="EditRegionContent" --><!--! start of #container -->
        <div id="slideshow">
            <!--=============================
            Markup for FADE animation
            =================================-->
            <div class="flexslider">
            <ul class="slides">
                <li>
                    <a href="#"><img src="img/planet_hollywood.jpg" />
                    <div class="flex-caption">
                        <div id="slideone">
                            <h2 class="gold" >MPAY Sales &amp; Product <br />Roadmap Workshop</h2><br />
                            <h3 class="white">
                            March 2, 2012 / Las Vegas
                            <br />
                            </h3>
                             <br /> <br /> <br />
                            <p class="gold underline">
                            Learn more about IPPA Event
                            </p>
                        </div>
                    </div></a>
                </li>
                <li>
                    <a href="#"><img src="img/inacup_samoa.jpg" />
                    <div class="flex-caption">
                        <h2 >Our Products</h2><br />
                        <h3 >Payentry.com
                        <br />Secure and reliable online solution for payroll and human resource management
                        Millennium
                        <br />User-friendly PC solution provides a flexible system with robust functionality
                        </h3>
                    </div></a>
                </li>
                <li>
                    <a href="#"><img src="img/inacup_donut.jpg" />
                    <div class="flex-caption">
                        <h2 >Our Solutions</h2><br />
                        <h3 >Business Process Outsourcing<br />
                    Reseller Program<br />
                    Referral Program<br />
                    Direct Services
                        </h3>
                    </div></a>
                </li>
                <li>
                    <a href="#"><img src="img/inacup_pumpkin.jpg" />
                    <div class="flex-caption">
                        <h2 >Compliance &amp; Security</h2><br />
                        <h3 >Payroll Processing and Tax Management<br />
                    Employee Management<br />
                    New Hire Reporting<br />
                    Workers’ Compensation<br />
                    Wage Garnishment<br />
                    COBRA Administration
                        </h3>
                    </div></a>
                </li>
                <li>
                    <a href="#"><img src="img/inacup_donut.jpg" />
                    <div class="flex-caption">
                        <h2 >Paperless Solutions</h2><br />
                        <h3 >Secure Document Delivery via SecureView<br />
                    Employee Self Service with Online Tax Forms<br />
                    Money Network Payroll Distribution Service
                        </h3>
                    </div></a>
                </li>
            </ul>
            <div >
            <ul class="custom-controls">
                    <li><a href="#">Upcoming Events</a></li>
                    <li><a href="#">Our Products</a></li>
                    <li><a href="#">Our Solutions</a></li>
                    <li><a href="#">Compliance & Security</a></li>
                    <li><a href="#">Paperless Solutions</a></li>
             </ul>
             </div>           
          </div>
        </div>
        <div id="main" role="main">
            <div id="banner">
              <div id="leftbanner" class="bluedropshadow">Learn how MPAY can find a <br />solution that’s right for you.</div>
              <div id="bannerdivision">
              <img src="img/banner_division.png" alt="" />
              </div>
              <div id="rightbanner">
                <div id="emailbutton">
                <a href="#"><img src="img/email_us_button.png" alt="Email Us!" /></a></div>
                <div id="or" class="bluedropshadow">or</div>
                <div id="callus">
                Call us today at<br />
                781-810-9000</div>
              </div>
            </div>
          <div id="bannerbottom">
              </div>
            <div id="leftcol">
              <div id="introduction">
              <p>MPAY Inc. is a <a href="#">payroll software</a> and <a href="#">services</a> company providing strategic <a href="#">business solutions</a> to employers and business partners nationwide. MPAY presents a variety of programs, including <a href="#">business process outsourcing</a>, to a wide range of <a href="#">industries</a>. MPAY’s offerings streamline processes, improve productivity, and simplify administration, allowing clients to get the most out of their workday.</p>
              </div>
              <div id="twitterfeed">
                  <div id="twitterlogo">
                  <h4>Twitter<br />Feed</h4>
                  </div>
                  <div id="twitter">  
                  </div>
                <p class="viewall"><a href="#">View All</a></p>
              </div>
            </div>
            <div id="rightcol">
              <div id="mediacenter">
                <div>
                <h4>Media Center</h4>
                </div>
                <div id="medialinks">
                <p class="medialinks"><a href="#"><img class="mediaicons" src="img/news_icon.png" alt="News Icon" />News</a></p>
                <p class="medialinks"><a href="#"><img class="mediaicons" src="img/press_icon.png" alt="Press Release Icon" />Press Releases</a></p>
                <p class="medialinks"><a href="#"><img class="mediaicons" src="img/calendar_icon.png" alt="Calendar Icon" />Calendar</a></p>
                <p class="medialinks"><a href="#"><img class="mediaicons" src="img/client_icon.png" alt="Client Testimonials Icon" />Client Testimonials</a></p>
                </div>
              </div>
              <div id="affandawards">
                <div id="affandawardstitle">
                <h4>Affiliates &amp; Awards</h4>
                </div>
                <div id="affandawardsframe">
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="200" height="150" title="sponsors_small">
                    <param name="movie" value="sponsors_small.swf">
                    <param name="quality" value="high">
                    <embed src="sponsors_small.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="200" height="150"></embed>
                  </object>
                </div>
              </div>
              <div id="socialmedia">
                <div id="reachout">
                Reach <br />Out To Us!
                </div>
                <div id="socialarrow">
                <img src="img/social_arrow.gif">
                </div>
                <div id="socialicons">
                <a href="#"><img class="socialmediaicons" src="img/facebook_30px.gif" alt="Facebook Icon" /></a>
                <a href="#"><img class="socialmediaicons" src="img/twitter_30px.gif" alt="Twitter Icon" /></a>
                <a href="#"><img class="socialmediaicons" src="img/linkedin_30px.gif" alt="LinkedIn Icon" /></a>
                </div>
              </div>
            </div>
        </div>
    <!--! end of #container -->
    <!-- InstanceEndEditable -->
        <!-- Footer Start -->
            <div id="footer">
              <div id="footercontent">
                  <div id="legal">
                  <a href="index.html">MPAY Inc.</a>  |  
                  <a href="legal.html">Legal Notices</a>  |  
                  <a href="privacy.html">Your Privacy</a>
                  </div>
                  <div id="copyright">
                   <script type="text/javascript">
          now=new Date();
          year=now.getFullYear();
              </script>
                   &copy; Copyright
                   <script type="text/javascript">
          document.write (year);
                   </script>
                   MPAY, Inc. All Rights Reserved.</div>
             </div>
           </div>
      <!-- Footer End -->
       </div>
    <!-- JavaScript at the bottom for fast page loading -->
      <!-- InstanceBeginEditable name="JavaCode" -->
            <!-- Hook up the FlexSlider -->
        <script type="text/javascript">
            $(window).load(function() {
                $('.flexslider').flexslider({
                    manualControls: '.custom-controls li a'
        </script>
        <!-- Twitter Feed -->
    <script type="text/javascript">
    $(document).ready(function(){
        $.getJSON('http://twitter.com/status/user_timeline/MPAYInc.json?count=3&callback=?', function(data){
            $.each(data, function(index, item){
                $('#twitter').append('<div class="tweet"><p>' + item.text.linkify() + '</p><p class="timestamp">' + relative_time(item.created_at) + '</p></div>');
        function relative_time(time_value) {
          var values = time_value.split(" ");
          time_value = values[1] + " " + values[2] + ", " + values[5] + " " + values[3];
          var parsed_date = Date.parse(time_value);
          var relative_to = (arguments.length > 1) ? arguments[1] : new Date();
          var delta = parseInt((relative_to.getTime() - parsed_date) / 1000);
          delta = delta + (relative_to.getTimezoneOffset() * 60);
          var r = '';
          if (delta < 60) {
            r = 'a minute ago';
          } else if(delta < 120) {
            r = 'couple of minutes ago';
          } else if(delta < (45*60)) {
            r = (parseInt(delta / 60)).toString() + ' minutes ago';
          } else if(delta < (90*60)) {
            r = 'an hour ago';
          } else if(delta < (24*60*60)) {
            r = '' + (parseInt(delta / 3600)).toString() + ' hours ago';
          } else if(delta < (48*60*60)) {
            r = '1 day ago';
          } else {
            r = (parseInt(delta / 86400)).toString() + ' days ago';
          return r;
        String.prototype.linkify = function() {
            return this.replace(/[A-Za-z]+:\/\/[A-Za-z0-9-_]+\.[A-Za-z0-9-_:%&\?\/.=]+/, function(m) {
                return m.link(m);
    </script><!-- InstanceEndEditable -->
      <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if offline -->
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    <script>window.jQuery || document.write('<script src="../js/libs/jquery-1.6.2.min.js"><\/script>')</script>
      <!-- scripts concatenated and minified via ant build script-->
      <script defer src="js/plugins.js"></script>
      <script defer src="js/script.js"></script>
      <!-- end scripts-->
        <!-- Act-On Analytics Code -->
         <script type="text/javascript">
           /* <![CDATA[ */
           document.write (
              '<img src="http://marketing.mpay.com/acton/bn/1170/visitor.gif?ts='+
              new Date().getTime()+
              '&ref='+escape(document.referrer) + '">'
           /* ]]> */
           </script>
      <!-- Google Analytics Code -->
      <script>
        window._gaq = [['_setAccount','UA-12607129-1'],['_trackPageview'],['_trackPageLoadTime']];
        Modernizr.load({
          load: ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'
      </script>
    </body>
    <!-- InstanceEnd --></html>
    CSS
    css>style.css
    * HTML5 ✰ Boilerplate
    * What follows is the result of much research on cross-browser styling.
    * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
    * Kroc Camen, and the H5BP dev community and team.
    * Detailed information about this CSS: h5bp.com/css
    * ==|== normalize ==========================================================
    /* =============================================================================
       HTML5 display definitions
       ========================================================================== */
    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
    audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
    audio:not([controls]) { display: none; }
    [hidden] { display: none; }
    /* =============================================================================
       Base
       ========================================================================== */
    * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
    * 2. Force vertical scrollbar in non-IE
    * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
    html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
    body { margin: 0; font-size: 100%; line-height: 150%; }
    body, button, input, select, textarea { font-family: sans-serif; color: #222; }
    * Remove text-shadow in selection highlight: h5bp.com/i
    * These selection declarations have to be separate
    * Also: hot pink! (or customize the background color to match your design)
    ::-moz-selection { background: #496793; color: #fff; text-shadow: none; }
    ::selection { background: #496793; color: #fff; text-shadow: none; }
    /* =============================================================================
       Links
       ========================================================================== */
    a { color: #00e; }
    a:visited { color: #551a8b; }
    a:hover { color: #06e; }
    a:focus { outline: thin dotted; }
    /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
    a:hover, a:active { outline: 0; }
    /* =============================================================================
       Typography
       ========================================================================== */
    abbr[title] { border-bottom: 1px dotted; }
    b, strong { font-weight: bold; }
    blockquote { margin: 1em 40px; }
    dfn { font-style: italic; }
    hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
    ins { background: #ff9; color: #000; text-decoration: none; }
    mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
    /* Redeclare monospace font family: h5bp.com/j */
    pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
    /* Improve readability of pre-formatted text in all browsers */
    pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
    q { quotes: none; }
    q:before, q:after { content: ""; content: none; }
    small { font-size: 85%; }
    /* Position subscript and superscript content without affecting line-height: h5bp.com/k */
    sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
    /* =============================================================================
       Lists
       ========================================================================== */
    ul, ol { margin: 0em 0; padding: 0 0 0 0px; }
    dd { margin: 0 0 0 40px; }
    nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
    /* =============================================================================
       Embedded content
       ========================================================================== */
    * 1. Improve image quality when scaled in IE7: h5bp.com/d
    * 2. Remove the gap between images and borders on image containers: h5bp.com/e
    img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
    * Correct overflow not hidden in IE9
    svg:not(:root) { overflow: hidden; }
    /* =============================================================================
       Figures
       ========================================================================== */
    figure { margin: 0; }
    /* =============================================================================
       Forms
       ========================================================================== */
    form { margin: 0; }
    fieldset { border: 0; margin: 0; padding: 0; }
    /* Indicate that 'label' will shift focus to the associated form element */
    label { cursor: pointer; }
    * 1. Correct color not inheriting in IE6/7/8/9
    * 2. Correct alignment displayed oddly in IE6/7
    legend { border: 0; *margin-left: -7px; padding: 0; }
    * 1. Correct font-size not inheriting in all browsers
    * 2. Remove margins in FF3/4 S5 Chrome
    * 3. Define consistent vertical alignment display in all browsers
    button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
    * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
    * 2. Correct inner spacing displayed oddly in IE6/7
    button, input { line-height: normal; *overflow: visible; }
    * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
    table button, table input { *overflow: auto; }
    * 1. Display hand cursor for clickable form elements
    * 2. Allow styling of clickable form elements in iOS
    button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
    * Consistent box sizing and appearance
    input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
    input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
    input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
    * Remove inner padding and border in FF3/4: h5bp.com/l
    button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
    * 1. Remove default vertical scrollbar in IE6/7/8/9
    * 2. Allow only vertical resizing
    textarea { overflow: auto; vertical-align: top; resize: vertical; }
    /* Colors for form validity */
    input:valid, textarea:valid {  }
    input:invalid, textarea:invalid { background-color: #f0dddd; }
    /* =============================================================================
       Tables
       ========================================================================== */
    table { border-collapse: collapse; border-spacing: 0; }
    td { vertical-align: top; }
    /* =============================================================================
       Eric Meyer Reset Snippet
       ========================================================================== */
    /* http://meyerweb.com/eric/tools/css/reset/ */
    /* v1.0 | 20080212 */
    html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;   
    /* ==|== primary styles =====================================================
       Author:
       ========================================================================== */
    body {
        max-width: 49.6875em;
        text-align: center;
        margin: auto;
        #container{
        text-align: left;
        margin: auto;
    a {
            color: #6699CC;
            text-align:left;
            text-decoration:underline;
            border: none;   
        a:link { color: #6699CC;}
        a:visited { color: #6699CC;}   
        a:hover { color: #496793;}   
        a:active { color: #496793;}
    /* ==|== text styles ====================================================== */
    p{
        color:#444444;
        font-family:Verdana, sans-serif;
    h2{
        font-size:2.5em;
        line-height:1.25em;
        letter-spacing:.02em;
        color:#00274c;
        font-weight:bold;
        font-family:Avant Garde Gothic, ITC Avant Garde Gothic, AvantGarde Md BT, AvantGarde Bk BT, Avant Garde, Century Gothic, Arial, sans-serif;   
    h3{
        font-size:1.5em;
        line-height:1.25em;
        letter-spacing:.02em;
        color:#00274c;
        font-weight:bold;
        font-family:Avant Garde Gothic, ITC Avant Garde Gothic, AvantGarde Md BT, AvantGarde Bk BT, Avant Garde, Century Gothic, Arial, sans-serif;   
    h4{
        font-size:1.3125em;
        line-height:1.25em;
        letter-spacing:.02em;
        color:#00274c;
        font-weight:normal;
        font-family:Verdana, sans-serif;   
    h5{
        font-size:1.3125em;
        line-height:1.25em;
        letter-spacing:.02em;
        color:#00274c;
        font-weight: bold;
        font-family:Avant Garde Gothic, ITC Avant Garde Gothic, AvantGarde Md BT, AvantGarde Bk BT, Avant Garde, Century Gothic, Arial, sans-serif;   
    /* ==|== navigation styles ====================================================== */
    /* Custom Nav */
    #navigation{
        margin:10px 20px 5px 20px;
        width:775px;
    #headerlink a:link { color: #666;}
    #headerlink a:visited { color: #666;}   
    #headerlink a:hover { color: #00274C;}   
    #headerlink a:active { color: #00274C;}   
    #headerlink li{
        font: .625em "Arial Narrow", sans-serif;
        display: inline;
        text-decoration: none;
        list-style-image:url(../images/blue_bullet.gif);
        letter-spacing:.08em;
    #headerlink a{
        text-decoration: none;
    #headerlink {
        padding: 2px 135px 0px 0px;
        float: right;
    .new {
        text-align:right;
        font: bold 1.175em "Arial Narrow", sans-serif;
        color:#8f9d4e;
        display:inline;
    #header {
        margin: 15px auto 0 auto;
        width:775px;
    #logoregion {
        width:775px;
        height: 91px;
        background:url(../images/header_small.gif) no-repeat 0 0;
    #contact{
        font: bold .75em/1.35em sans-serif;
        color: #919194;
        padding: 10px 135px 0 0px;
        float: right;
        text-align:right;
    .nav-border-right{
        border-right: 1px solid #6699cc;
    #logo {
        padding: 32px 0 0px 8px;
        float: left;
    #mainnav {
        width: 100%; width: 775px;
        height: 28px;
    .navigation-text{
        text-align: center;
        font-weight:bold;
        font-size:.75em;
        font-family: sans-serif;
        letter-spacing:.01em;
        padding-top:2px;}
    .navigation-controls {width: 100%;}
    .navigation-controls li {margin: 0 0 0 0px; float:left; display: inline-block; zoom: 1; *display: inline; list-style:none;}
    .navigation-controls li:first-child {margin: 0;}
    .navigation-controls li a {color: #00274c; text-align:center; width: 129px; height: 28px; display: block; background: url(../img/main_navigation_tab.gif) no-repeat 0 0; cursor: pointer; text-decoration:none;}
    .navigation-controls li a:hover {background-position: 0 -28px; color: #00274c; }
    .navigation-controls li a.active {background-position: 0 -28px; color: #00274c;  cursor: default; }
    #nav a:link { color: #000000;}
    #nav a:visited { color: #00274C;}   
    #nav a:hover { color: #919194;}   
    #nav a:active { color: #919194;}   
    #nav li{
        list-style-type: none;
        display: inline;
    div#nav a{
    float: left;
    text-decoration:none;
    padding-top: 2px;
    padding-right: 15px;
    /* ==|== slideshow styles ====================================================== */
    #slideshow {width: 100%; width: 775px; margin: 0 16px; }
    #slideone{
        width:60%;}
    .gold{
        color:#d79b00;}
    .white{
        color:#fff;}
    .underline{
        text-decoration:underline;}
    /* ==|== main styles =========================================================== */
    /* ==|== main content column styles ======================================================= */
    #main{
        background:url(../img/body_bg.jpg) no-repeat 0 0;
        width: 775px;
        height: 885px;
        display:inline-block;
        margin-top: 90px;
        padding: 30px 20px 0px 20px;
        background:url(../img/body_bg.jpg) no-repeat 0 0;
        width: 795px;
        display:inline-block;
        margin-top: 90px;
        padding: 30px 0px 0px 0px;
    #maincontent{
        height: 885px;
        padding: 0px 20px;
    /* ==|== banner styles ====================================================== */
    #banner{
        font-size:1.3125em;
        line-height:1.25em;
        letter-spacing:.02em;
        font-weight: bold;
        font-family:Avant Garde Gothic, ITC Avant Garde Gothic, AvantGarde Md BT, AvantGarde Bk BT, Avant Garde, Century Gothic, Arial, sans-serif;
        height: 70px;
        width: 755px;
        margin: 0px 0px 0px -10px;
        padding: 0px 20px 20px 20px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        -khtml-border-top-left-radius: 2px;
        -khtml-border-top-right-radius: 2px;
        background-color: #496793;
        background-image: url(../img/banner_bg.gif);
        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#496793), to(#2c5079));
        background-image: -webkit-linear-gradient(top, #496793, #2c5079);
        background-image:    -moz-linear-gradient(top, #496793, #2c5079);
        background-image:     -ms-linear-gradient(top, #496793, #2c5079);
        background-image:      -o-linear-gradient(top, #496793, #2c5079);
    #leftbanner{
        float: left;
        padding-top:20px;}
    .bluedropshadow {
        color:#00274c;
        text-align:left;
        text-shadow: 1px 1px 1px #6882a4;}
    #bannerdivision{
        float: left;
        padding: 16px 20px 0 30px;}
    #rightbanner{
        float: right;
        padding-top:20px;
    #emailbutton{
        float: left;
        padding: 5px 0px 0px 0px;
    #or{
        float: left;
        padding: 13px 25px 10px 20px;}
    #callus{
        color:#ffffff;
        width: 180px;
        text-align:right;
        text-shadow: 1px 1px 1px #00274c;
        float: right;}
    #bannerbottom{
        height: 20px;
        background:url(../img/banner_bottom.jpg) no-repeat 0 0;
        width: 795px;
        margin: 0px 0px 0px -10px;
    /* ==|== left column styles ======================================================= */
    #leftcol{
        float: left;
        width: 485px;
    #introduction{
        padding: 15px;
        margin: 10px 30px 30px 30px;
        width: 390px;
        background-color:#FFFFFF;
        border: 1px solid #ededed;}
    #twitterfeed{
        text-align:right;
        margin: 30px;
        width: 415px;
    #twitterlogo{
        text-align:left;
        padding:37px 0 0 160px;
        height: 78px;
        background:url(../img/mpay_twitter_bird.png) no-repeat 0 0;
    .tweet {
        padding: 1px 0px 1px 0px;
        margin: 7px 0;
        text-align:left;
        font-family: Verdana, sans-serif;
        font-size:.75em;
        line-height:1.75em;
    .timestamp {
        text-align:right;
        font-weight: normal;
        color:#8f9d4e;
    .viewall {
        padding: 12px 0 0 0;
    /* ==|== right column styles ====================================================== */
    #rightcol{
        float: right;
        width: 290px;
    #mediacenter{
        margin: 10px 30px 50px 30px;
    #medialinks{
        padding: 10px 0 0 0;
    .mediaicons{
        vertical-align:middle;
        padding: 0px 10px 0 0;
    .medialinks{
        vertical-align:middle;
        padding: 10px 0 0 0;
    #viewall {
        padding: 12px 0 0 0;
    #affandawards{
        margin: 50px 5px 23px 14px;
    #affandawardstitle{
        margin: 0px 25px 0px 16px;
    #affandawardsframe{
        margin: 20px 0 0 0;
        padding: 27px 40px 50px 29px;
        background:url(../img/flash_bg.png) no-repeat 0 0;
    #socialmedia{
        margin: 23px 30px 30px 30px;
    #reachout{
        float:left;
        font-size:1.875em;
        line-height:1.25em;
        color:#8f9d4e;
        font-weight:bold;
        font-family:Avant Garde Gothic, ITC Avant Garde Gothic, AvantGarde Md BT, AvantGarde Bk BT, Avant Garde, Century Gothic, Arial, sans-serif;   
    #socialarrow{
        float: right;
        padding: 20px 0 0 0;
    #socialicons{
        float: left;
        padding: 15px 0 0 0;
    .socialmediaicons{
        padding: 0 5px 0 0;
    /* ==|== footer styles =

  • Dreamweaver cs6 problems

    Hi.
    I am making a login form inside a float right div,
    now wen i am on split or design view it displays normal as you can see on thsi image link
    :http://prntscr.com/1w8wh4
    but wen i preview on browser or live view its uge like this omage links:
    http://prntscr.com/1w8vpz
    can anyone tell me what the problem could be?

    html:
    <div id="log_in">
            <form action="Web_site_Back_End/dashboard.html" method="POST">
            <table>
            <tr><td><label>Admin. Login</label></td> <td><input name="user" type="text" size="50px" value="User name" maxlength="50" id="user" width="50px"></td><td><label>Password</label></td> <td><input name="password" type="password" value="password" size="50px" maxlength="8" id="password" width="50px"></td></tr>
      <tr><td></td><td></td><td></td><td><input type="submit" name="log_in_button" value="Login" ></td></tr>    
            </table
         </form>
    css(fluid grid layout and boilerplate:
    boilerplate.css:
    @charset "utf-8";
    @import url("../../webfonts/Magenta_BBT/stylesheet.css");
    * HTML5 ✰ Boilerplate
    * What follows is the result of much research on cross-browser styling.
    * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
    * Kroc Camen, and the H5BP dev community and team.
    * Detailed information about this CSS: h5bp.com/css
    * Dreamweaver modifications:
    * 1. Commented out selection highlight
    * 2. Removed media queries section (we add our own in a separate file)
    * ==|== normalize ==========================================================
    /* ===================================================================== ========
       HTML5 display definitions
       ===================================================================== ===== */
    article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
    audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
    audio:not([controls]) { display: none; }
    [hidden] { display: none; }
    /* ===================================================================== ========
       Base
       ===================================================================== ===== */
    * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
    * 2. Force vertical scrollbar in non-IE
    * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
    html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
    body { margin: 0; font-size: 13px; line-height: 1.231; }
    body, button, input, select, textarea {
              font-family: Tahoma, Geneva, sans-serif;
              color: #003;
              font-size: 18px;
              font-weight: normal;
              margin-top: 2%;
              margin-left: 3px;
              height: 30px;
              width: 50px;
    * Remove text-shadow in selection highlight: h5bp.com/i
    * These selection declarations have to be separate
    * Also: hot pink! (or customize the background color to match your design)
    /* Dreamweaver: uncomment these if you do want to customize the selection highlight
    *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
    *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
    /* ===================================================================== ========
       Links
       ===================================================================== ===== */
    a { color: #00e; }
    a:visited { color: #551a8b; }
    a:hover { color: #06e; }
    a:focus { outline: thin dotted; }
    /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
    a:hover, a:active { outline: 0; }
    /* ===================================================================== ========
       Typography
       ===================================================================== ===== */
    abbr[title] { border-bottom: 1px dotted; }
    b, strong { font-weight: bold; }
    blockquote { margin: 1em 40px; }
    dfn { font-style: italic; }
    hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
    ins { background: #ff9; color: #000; text-decoration: none; }
    mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
    /* Redeclare monospace font family: h5bp.com/j */
    pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
    /* Improve readability of pre-formatted text in all browsers */
    pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
    q { quotes: none; }
    q:before, q:after { content: ""; content: none; }
    small { font-size: 85%; }
    /* Position subscript and superscript content without affecting line-height: h5bp.com/k */
    sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
    sup { top: -0.5em; }
    sub { bottom: -0.25em; }
    /* ===================================================================== ========
       Lists
       ===================================================================== ===== */
    ul, ol {
              height: auto;
              width: auto;
              margin-top: 1em;
              margin-right: 0;
              margin-bottom: 1em;
              margin-left: 0;
              padding-top: 0;
              padding-right: 0;
              padding-bottom: 0;
              padding-left: 40px;
    dd { margin: 0 0 0 40px; }
    nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
    /* ===================================================================== ========
       Embedded content
       ===================================================================== ===== */
    * 1. Improve image quality when scaled in IE7: h5bp.com/d
    * 2. Remove the gap between images and borders on image containers: h5bp.com/e
    img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
    * Correct overflow not hidden in IE9
    svg:not(:root) { overflow: hidden; }
    /* ===================================================================== ========
       Figures
       ===================================================================== ===== */
    figure { margin: 0; }
    /* ===================================================================== ========
       Forms
       ===================================================================== ===== */
    form {
              margin: 0;
              height: auto;
              width: auto;
    fieldset { border: 0; margin: 0; padding: 0; }
    /* Indicate that 'label' will shift focus to the associated form element */
    label { cursor: pointer; }
    * 1. Correct color not inheriting in IE6/7/8/9
    * 2. Correct alignment displayed oddly in IE6/7
    legend { border: 0; *margin-left: -7px; padding: 0; }
    * 1. Correct font-size not inheriting in all browsers
    * 2. Remove margins in FF3/4 S5 Chrome
    * 3. Define consistent vertical alignment display in all browsers
    button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
    * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
    * 2. Correct inner spacing displayed oddly in IE6/7
    button, input { line-height: normal; *overflow: visible; }
    * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
    table button, table input { *overflow: auto; }
    * 1. Display hand cursor for clickable form elements
    * 2. Allow styling of clickable form elements in iOS
    button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
    * Consistent box sizing and appearance
    input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
    input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
    input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
    * Remove inner padding and border in FF3/4: h5bp.com/l
    button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
    * 1. Remove default vertical scrollbar in IE6/7/8/9
    * 2. Allow only vertical resizing
    textarea { overflow: auto; vertical-align: top; resize: vertical; }
    /* Colors for form validity */
    input:valid, textarea:valid {  }
    input:invalid, textarea:invalid { background-color: #f0dddd; }
    /* ===================================================================== ========
       Tables
       ===================================================================== ===== */
    table {
              border-collapse: collapse;
              border-spacing: 0;
              float: right;
              height: auto;
              width: auto;
    td { vertical-align: top; }
    /* ==|== primary styles =====================================================
       Author:
       ===================================================================== ===== */
    /* ==|== non-semantic helper classes ========================================
       Please define your styles before this section.
       ===================================================================== ===== */
    /* For image replacement */
    .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
    .ir br { display: none; }
    /* Hide from both screenreaders and browsers: h5bp.com/u */
    .hidden { display: none !important; visibility: hidden; }
    /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
    .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
    /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
    /* Hide visually and from screenreaders, but maintain layout */
    .invisible { visibility: hidden; }
    /* Contain floats: h5bp.com/q */
    .clearfix:before, .clearfix:after { content: ""; display: table; }
    .clearfix:after { clear: both; }
    .clearfix { zoom: 1; }
    /* ==|== print styles =======================================================
       Print styles.
       Inlined to avoid required HTTP connection: h5bp.com/r
       ===================================================================== ===== */
    @media print {
      * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
      a, a:visited { text-decoration: underline; }
      a[href]:after { content: " (" attr(href) ")"; }
      abbr[title]:after { content: " (" attr(title) ")"; }
      .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
      pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
      thead { display: table-header-group; } /* h5bp.com/t */
      tr, img { page-break-inside: avoid; }
      img { max-width: 100% !important; }
      @page { margin: 0.5cm; }
      p, h2, h3 { orphans: 3; widows: 3; }
      h2, h3 { page-break-after: avoid; }
    style.css:
    @charset "utf-8";
    @import url("../../webfonts/Magenta_BBT/stylesheet.css");
    /* Simple fluid media
       Note: Fluid media requires that you remove the media's height and width attributes from the HTML
       http://www.alistapart.com/articles/fluid-images/
    img, object, embed, video {
              /* [disabled]max-width: 100%; */
              width: 90%;
    /* IE 6 does not support max-width so default to width 100% */
    .ie6 img {
              width:100%;
              Dreamweaver Fluid Grid Properties
              dw-num-cols-mobile:                    4;
              dw-num-cols-tablet:                    9;
              dw-num-cols-desktop:          12;
              dw-gutter-percentage:          25;
              Inspiration from "Responsive Web Design" by Ethan Marcotte
              http://www.alistapart.com/articles/responsive-web-design
              and Golden Grid System by Joni Korpi
              http://goldengridsystem.com/
    /* Mobile Layout: 480px and below. */
    body{
              width:inherit;
              min-width:480px;
              height:auto;
              margin-left:auto;
              margin-right:auto;
              margin-top: 0px;
              margin-bottom: 0px;
        padding:0px;
              background:#FFF;
    .gridContainer {
              width:inherit;
              height:auto;
              min-width:480px;
              padding:0px;
              margin-left:auto;
              margin-right:auto;
              margin-bottom: 0px;
              margin-top: 0px;
              border:0px thin #FFF;
              background:#FFF;
              color: #006;
              clear: none;
              float:none;
              background-color:#FFC;
    #header {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #nav {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: none;
    #slideshow {
              clear: both;
              float: left;
              margin-left: auto;
              margin-right: auto;
              width: 100%;
              height: auto;
              display: block;
              border-top-width: 2px;
              border-right-width: 2px;
              border-bottom-width: 2px;
              border-left-width: 2px;
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              border-top-color: #999;
              border-right-color: #999;
              border-bottom-color: #999;
              border-left-color: #999;
              background-color:#FFF;
    #content {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #footer {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
              min-height:200px;
              height:auto;
    #logo {
              clear: none;
              float: left;
              margin-left: 5.2631%;
              width: 100%;
              display: block;
    #log_in {
              clear: none;
              float:right;
              margin-left: 5.2631%;
              width:auto;
              height:auto;
              display: block;
    #row1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    .row1style{
              width:auto;
              text-align:left;
    #span1 {
              clear: none;
              float: left;
              margin-left: 5.2631%;
              width: 100%;
              display: block;
    #span2 {
              clear: none;
              float: left;
              margin-left: 5.2631%;
              width: 100%;
              display: block;
    #span3 {
              clear: none;
              float: left;
              margin-left: 5.2631%;
              width: 100%;
              display: block;
    #row2 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              min-height:600px;
              display: block;
    #f1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              min-height:155px;
              height:auto;
              display: block;
    #f2 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              min-height:60px;
              height:auto;
              display: block;
    #copyright {
              clear: none;
              float: left;
              margin-left: 5.2631%;
              width: 73.6842%;
              display: block;
              margin-top: 1%;
              margin-right: 1%;
              margin-bottom: 1%;
    #privacy_terms {
              clear: none;
              float: left;
              margin-left: 5.2631%;
              width: 73.6842%;
              display: block;
              margin-top: 1%;
              margin-right: 1%;
              margin-bottom: 1%;
    #bottom_logo {
              clear: none;
              float: left;
              margin-left: 5.2631%;
              width:25%;
              display: block;
              margin-top: 1%;
              margin-right: 1%;
              margin-bottom: 1%;
    #mobilenav {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    .minimal_biz_admin_link{
              text-decoration: none;
              font-family: "Magenta BBT";
              color: #666;
              font-size: 28px;
              display:inline;
    .row1_h2{
              font-family: "Times New Roman", Times, serif;
              color: #006;
              font-size: 28px;
              text-align: left;
              text-decoration: none;
              display: inline;
              margin-left:auto;
              margin-right:auto;
              width:90%;
    hr {
              display: block;
              height: 3px;
              border: 0;
              border-top:2px solid #F93;
              margin-left: auto;
              margin-right: auto;
              padding: 0;
              color: #F93;
              clear: none;
              float: left;
              width: 80%;
              margin-top: 1%;
              margin-bottom: 1%;
    #description {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #LayoutDiv1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #follow_us_social {
              clear: none;
              float: left;
              margin-left: 5.2631%;
              width: 100%;
              display: block;
    /* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
    @media only screen and (min-width: 481px) {
    body{
              width:inherit;
              min-width:481px;
              height:auto;
              margin-left:auto;
              margin-right:auto;
              margin-top: 0px;
              margin-bottom: 0px;
              padding:0px;
              background:#FFF;
    .gridContainer {
              width:inherit;
              height:auto;
              min-width:481px;
              padding:0px;
              margin-left:auto;
              margin-right:auto;
              margin-bottom: 0px;
              margin-top: 0px;
              border: 0px none #FFF;
              background:#FFF;
              color: #006;
              clear: none;
              float:none;
              background-color:#FFC;
    #header {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #nav {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: none;
    #slideshow {
              clear: both;
              float: left;
              margin-left: auto;
              margin-right: auto;
              width: 100%;
              height: auto;
              display: block;
              border-top-width: 2px;
              border-right-width: 2px;
              border-bottom-width: 2px;
              border-left-width: 2px;
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              border-top-color: #999;
              border-right-color: #999;
              border-bottom-color: #999;
              border-left-color: #999;
              background-color:#FFF;
    #content {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #footer {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
              min-height:400px;
              height:auto;
    #logo {
              clear: none;
              float: left;
              margin-left: 2.2727%;
              width: 100%;
              display: block;
    #log_in {
              clear: none;
              float: right;
              margin-left: 2.2727%;
              width:auto;
              height:auto;
              display: block;
    #row1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    .row1style{
              width:auto;
              text-align:left;
    #span1 {
              clear: none;
              float: left;
              margin-left: 2.2727%;
              width: 100%;
              display: block;
    #span2 {
              clear: none;
              float: left;
              margin-left: 2.2727%;
              width: 100%;
              display: block;
    #span3 {
              clear: none;
              float: left;
              margin-left: 2.2727%;
              width: 100%;
              display: block;
    #row2 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              min-height:600px;
              display: block;
    #f1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              min-height:355px;
              height:auto;
              display: block;
    #f2 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              min-height:40px;
              height:auto;
              display: block;
    #copyright {
              clear: none;
              float: left;
              margin-left: 2.2727%;
              width: 43.1818%;
              display: block;
    #privacy_terms {
              clear: both;
              float: left;
              margin-left: auto;
              width: 100%;
              display: block;
              margin-right: auto;
    #bottom_logo {
              clear: both;
              float: left;
              margin-left: 0;
              width: 25%;
              display: block;
    #mobilenav {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    .row1_h2{
              font-family:"Times New Roman", Times, serif;
              color:#006;
              font-size:30px;
              text-align:left;
              text-decoration:none;
              margin-left:auto;
              margin-right:auto;
              width:90%;
    .minimal_biz_admin_link{
              text-decoration: none;
              font-family: "Magenta BBT";
              color: #666;
              font-size: 30px;
    hr {
              display: block;
              height: 3px;
              border: 0;
              border-top:2px solid #F93;
              margin-left: auto;
              margin-right: auto;
              padding: 0;
              color: #F93;
              clear: none;
              float: left;
              width: 80%;
              margin-top: 1%;
              margin-bottom: 1%;
    #description {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #LayoutDiv1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #follow_us_social {
              clear: none;
              float: left;
              margin-left: 2.2727%;
              width: 100%;
              display: block;
    /* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 769px) {
    body{
              width:inherit;
              min-width:769px;
              height:auto;
              margin-left:auto;
              margin-right:auto;
              margin-top: 0px;
              margin-bottom: 0px;
              padding:0px;
              background:#FFF;
    .gridContainer {
              width: 92%;
              min-width: 769px;
              max-width: 1232px;
              padding: 1%;
              border: 0px none #FFF;
              color: #006;
              background-color: #FFF;
              height: auto;
              clear: none;
              float: none;
              margin-bottom: 0px;
              margin-top: 0px;
              background-color:#FFC;
    #header {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #nav {
              clear: both;
              float: left;
              margin-left: auto;
              width: 100%;
              display: block;
              padding: 0%;
              background-color: #FFF;
              height: auto;
              margin-right: auto;
              margin-top: 1%;
              margin-bottom: 2%;
    #slideshow {
              clear: both;
              float: left;
              margin-left: auto;
              margin-right: auto;
              width: 100%;
              height: auto;
              display: block;
              border-top-width: 2px;
              border-right-width: 2px;
              border-bottom-width: 2px;
              border-left-width: 2px;
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              border-top-color: #999;
              border-right-color: #999;
              border-bottom-color: #999;
              border-left-color: #999;
              background-color:#FFF;
    #content {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #footer {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
              min-height:500px;
              height:auto;
    #logo {
              clear: none;
              float: left;
              margin-left: 1.6949%;
              width: 32.2033%;
              display: block;
              margin-top: 20px;
              margin-right: auto;
              margin-bottom: 10px;
    #log_in {
              clear: none;
              float:right;
              margin-left: 1.6949%;
              width: auto;
              display: block;
              margin-right: 1%;
    #row1 {
              clear: both;
              float: left;
              width: 100%;
              display: block;
              margin: 1%;
              height: auto;
    .row1style{
              width:auto;
              text-align:left;
    #span1 {
              clear: none;
              float: left;
              margin-left: 1%;
              width: 30%;
              display: block;
              margin-top: 0px;
              margin-right: 0px;
              margin-bottom: 0px;
    #span2 {
              clear: none;
              float: left;
              margin-left: 1.6949%;
              width: 32.2033%;
              display: block;
              margin:1%;
    #span3 {
              clear: none;
              float: left;
              margin-left: 1.6949%;
              width: 32%;
              display: block;
              margin:1%;
    #row2 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              min-height:600px;
              display: block;
    #f1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              min-height:455px;
              height:auto;
              display: block;
    #f2 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              min-height:40px;
              height:auto;
              display: block;
    #copyright {
              clear: none;
              float: left;
              margin-left: 1.6949%;
              width: 32.2033%;
              display: block;
    #privacy_terms {
              clear: none;
              float: left;
              margin-left: 1.6949%;
              width: 100%;
              display: block;
    #bottom_logo {
              clear: none;
              float: left;
              margin-left: 1.6949%;
              width: 25%;
              display: block;
    #mobilenav {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    .minimal_biz_admin_link{
              text-decoration: none;
              font-family: "Magenta BBT";
              color: #666;
              font-size: 36px;
    .row1_h2{
              font-family:"Times New Roman", Times, serif;
              color:#006;
              font-size:36px;
              text-align:left;
              text-decoration:none;
              margin-left:auto;
              margin-right:auto;
              width:90%;
    hr {
              display: block;
              height: 3px;
              border: 0;
              border-top:2px solid #F93;
              margin-left: auto;
              margin-right: auto;
              padding: 0;
              color: #F93;
              clear: none;
              float: left;
              width: 80%;
              margin-top: 1%;
              margin-bottom: 1%;
    #description {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #LayoutDiv1 {
              clear: both;
              float: left;
              margin-left: 0;
              width: 100%;
              display: block;
    #follow_us_social {
              clear: none;
              float: left;
              margin-left: 1.6949%;
              width: 100%;
              display: block;
    /* Desktop Layout: min of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
    @media only screen and (min-width: 1232px) {
    body{
              width:inherit;
              min-width:1232px;
              height:auto;
              margin-left:auto;
              margin-right:auto;
              margin-top: 0px;
              margin-bottom: 0px;
              padding:0px;
              background:#FFF;
    .gridContainer {
              float:none;
              width:92%;
              height: auto;
              max-width: 1232px;
              padding: 0px;
              margin-left:auto;
              margin-right:auto;
              border: 0px none #FFF;
              color: #006;
              margin-bottom: 0px;
              margin-top: 0px;
              background-color:#FFF;
              background-color:#FFC;
    #header {
              clear: none;
              float: none;
              margin-left: 0;
              width: 100%;
              display: block;
              height: auto;
    #nav {
              clear: both;
              float: left;
              margin-left: auto;
              width: 100%;
              display: block;
              padding: 0%;
              background-color: #FFF;
              height: auto;
              margin-right: auto;
              margin-top: 1%;
              margin-bottom: 2%;
    #slideshow {
              clear: both;
              float: left;
              margin-left: auto;
              margin-right: auto;
              width: 100%;
              height: auto;
              display: block;
              border-top-width: 2px;
              border-right-width: 2px;
              border-bottom-width: 2px;
              border-left-width: 2px;
              border-top-style: solid;
              border-right-style: solid;
              border-bottom-style: solid;
              border-left-style: solid;
              border-top-color:#999;
              border-right-color: #999;
              border-bottom-

  • A page on a website which opens fine in Internet Explorer does not display accurately in Firfox...how can I fix this?

    I usually only use Firefox and don't compare screens between Internet Explorer and Firefox. However I was working on a website I am developing with a friend in Seattle and she sent me a trial and the pages don't fit on the screen right, for instance there is a return mail form that runs out of its box and leaves off the bottom of the page. She was having no trouble opening it on her computer (even in Firefox). It opens easily and correctly on my wife's computer in Internet Explorer, as it does on my computer. It is only in Firefox on my computer that it opens wrong. Also, and perhaps it is not related, opening videos in Firefox on my computer takes a long time when they open isntantly on my wife's computer in IE. I have more ready memory, more RAM and more graphics software on my computer than she does. Why should this be happening only in Firefox? I was so happy not using Internet Explorer any longer.
    I have attached a link to a page that I am having trouble with. It is not the only one. My screen does not show me the bottom of the response form where I can submit the form. It only shows half of the image verification code and no place to submit. I bet when you open it up you will see the whole screen.

    I am also having problems with a site I am building. No matter what websafe font I use it displays as New Times Roman in FireFox. The correct fonts show in both IE9 and Chrome.
    In addition, text shifts in FireFox. I have to position other text objects farther and farther apart as I go down the page or they start to overlap. Nav buttons and other images also have to be positioned in the wrong place for them to be in the correct place when the page is opened in FireFox. FireFox should display pages correctly by default. I can't expect th average user to have to tweek his/her settings to display my site.
    I have been recommending FireFox on my website as the best browser. I might have to change that and abandon FireFox myself.

  • Audio/Video Chat not working

    Okay, this is the question to end all questions. The one that stumps everyone, but I would really like an answer.
    Okay, so here is the problem. On iChat, I am unable to do Audio and video chats. Whether it be from a .Mac account or from an AIM account, it doesn't work.
    Here is what I have done to narrow down the possibilities a lot. I am running the newest iChat.
    1. I have tried without a router (Even though it is an Apple Router)
    2. I have tried without software firewalls in addition to router.
    3. I have done hardwired and WiFi.
    4. I recently noticed this when I switched ISPs. It says insufficient bandwidth despite the fact that my new ISP is 2x faster.
    5. I have tried multiple machines and cameras.
    6. Skype video and audio chat work fine.
    7. I have changed the ports so I know that the ports aren't being blocked.
    8. I have contacted my ISP and they said that iChat should work fine.
    9. I have deleted the .plist file so that I can restore to factory defaults.
    10. I have created guest account to use iChat to lower the chance of conflicting software.
    11. I have set Quicktime's streaming limit to "no limit" or what ever was the highest.
    I probably have tried a million other things, but under the above circumstances, it still doesn't work.
    Here is the report I get when trying to connect on a MacBook over WiFI. I can also get the PowerMac G5 one if necessary.
    Date/Time: 2007-08-21 14:50:59.828 -0700
    OS Version: 10.4.9 (Build 8P2137)
    Report Version: 4
    iChat Connection Log:
    AVChat started with ID 2156401904.
    [email protected]: State change from AVChatNoState to AVChatStateWaiting.
    0x15d292a0: State change from AVChatNoState to AVChatStateInvited.
    0x15d292a0: State change from AVChatStateInvited to AVChatStateConnecting.
    [email protected]: State change from AVChatStateWaiting to AVChatStateConnecting.
    0x15d292a0: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -22
    [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    Chat ended with error -22
    Video Conference Error Report:
    @SIP/Transport.c:121 type=4 (00000000/0)
    [BYE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP u0exte.0;branch=z9hG4bK1e2cf615640b3b39
    Max-Forwards: 70
    To: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    From: "u0" <sip:[email protected]>;tag=998616497
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 2 BYE
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.0.1.194:5061;branch=z9hG4bK5a7310015d3a79a0;received=208.127.4.208
    To: "u0" <sip:[email protected]>;tag=998616497
    From: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 3 NOTIFY
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @:0 type=4 (00000000/0)
    [VCBANDWIDTH_DETECTIONFAILURE]
    [20]
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.0.1.194:5061;branch=z9hG4bK5494ebe44e932dc8;received=208.127.4.208
    To: "u0" <sip:[email protected]>;tag=998616497
    From: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 2 NOTIFY
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SUBSCRIBE sip:[email protected]:5061 SIP/2.0
    Via: SIP/2.0/UDP u0exte.0;branch=z9hG4bK4afacf2129fb514b
    Max-Forwards: 70
    To: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    From: "u0" <sip:[email protected]>;tag=998616497
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 1 SUBSCRIBE
    Contact: <sip:[email protected]>
    Event: conference
    Expires: 3600
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP 10.0.1.194:5061;branch=z9hG4bK2cbfec0a5bd0e39c;received=208.127.4.208
    To: "u0" <sip:[email protected]>;tag=998616497
    From: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 426
    [v=0
    o=bradleymuro 0 0 IN IP4 u0exte.0
    [email protected]
    c=IN IP4 u0exte.0
    b=AS:2147483647
    t=0 0
    a=hwi:1056:2:2160
    a=bandwidthDetection:YES
    a=iChatEncryption:NO
    m=audio 16386 RTP/AVP 12
    a=rtcp:16387
    a=rtpID:1882716275
    m=video 16384 RTP/AVP 126
    a=rtcp:16385
    a=rtpmap:126 X-H264
    a=RTCP:AUDIO 16387 VIDEO 16385
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=framerate:20
    a=rtpID:-1055247342
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 180 Ringing
    Via: SIP/2.0/UDP 10.0.1.194:5061;branch=z9hG4bK2cbfec0a5bd0e39c;received=208.127.4.208
    To: "u0" <sip:[email protected]>;tag=998616497
    From: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]>
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:121 type=4 (00000000/0)
    [SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.0.1.194:5061;branch=z9hG4bK2cbfec0a5bd0e39c;received=208.127.4.208
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 1 INVITE
    User-Agent: Viceroy 1.2
    Content-Length: 0
    Video Conference Support Report:
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [SIP/2.0 481 Call Leg/Transaction Does Not Exist
    Via: SIP/2.0/UDP u0exte.0;branch=z9hG4bK1e2cf615640b3b39
    To: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    From: "u0" <sip:[email protected]>;tag=998616497
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 2 BYE
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [NOTIFY sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 10.0.1.194:5061;branch=z9hG4bK5a7310015d3a79a0
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>;tag=998616497
    From: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 3 NOTIFY
    Contact: <sip:[email protected]:5061>;isfocus
    Event: conference
    Subscription-State: terminated;reason=noresource
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [NOTIFY sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 10.0.1.194:5061;branch=z9hG4bK5494ebe44e932dc8
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>;tag=998616497
    From: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 2 NOTIFY
    Contact: <sip:[email protected]:5061>;isfocus
    Event: conference
    Subscription-State: active;expires=3600
    User-Agent: Viceroy 1.2
    Content-Type: application/conference-info+xml
    Content-Length: 220
    <c-i v="0" st="f" en="sip:[email protected]:5061">
    c<h>i</h><m t="a"/><m t="v"/>
    c<h>o</h><m t="a"/><m t="v"/>
    </c-i>
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [SIP/2.0 200 OK
    Via: SIP/2.0/UDP u0exte.0;branch=z9hG4bK4afacf2129fb514b
    To: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    From: "u0" <sip:[email protected]>;tag=998616497
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 1 SUBSCRIBE
    Contact: <sip:[email protected]:5061>;isfocus
    Expires: 3600
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [ACK sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 10.0.1.194:5061;branch=z9hG4bK6ab720341e388f7b
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>;tag=998616497
    From: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 1 ACK
    User-Agent: Viceroy 1.2
    Content-Length: 0
    @SIP/Transport.c:1218 type=1 (00000000/0)
    [INVITE sip:[email protected] SIP/2.0
    Via: SIP/2.0/UDP 10.0.1.194:5061;branch=z9hG4bK2cbfec0a5bd0e39c
    Max-Forwards: 70
    To: "u0" <sip:[email protected]>
    From: "[email protected]" <sip:[email protected]:5061>;tag=913373313
    Call-ID: 910cc3d6-5030-11dc-90d2-809940ac13c5@lip
    CSeq: 1 INVITE
    Contact: <sip:[email protected]:5061>;isfocus
    User-Agent: Viceroy 1.2
    Content-Type: application/sdp
    Content-Length: 490
    v=0
    o=Debbie 0 0 IN IP4 m.0
    [email protected]
    c=IN IP4 m.0
    b=AS:2147483647
    t=0 0
    a=hwi:1028:2:2000
    a=bandwidthDetection:YES
    a=iChatEncryption:YES
    m=audio 0 RTP/AVP 12 3 0
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpID:-871711246
    m=video 0 RTP/AVP 126 34
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:20
    a=RTCP:AUDIO 0 VIDEO 0
    a=pogo
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480
    a=rtpID:650540419
    @:0 type=2 (00000000/48)
    [VCVIDEO_OUTGOINGATTEMPT]
    [4]
    Video Conference User Report:
    Binary Images Description for "iChat":
    0x1000 - 0x17dfff com.apple.iChat 3.1.8 (445) /Applications/iChat.app/Contents/MacOS/iChat
    0x14d89000 - 0x14d92fff com.apple.IOFWDVComponents 1.9.0 /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x14f21000 - 0x14f5dfff com.apple.QuickTimeFireWireDV.component 7.1.5 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x14f69000 - 0x14f99fff com.apple.QuickTimeIIDCDigitizer 7.1.5 /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x14fa3000 - 0x14fdffff com.apple.QuickTimeUSBVDCDigitizer 1.7.5 /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x15003000 - 0x15008fff com.apple.audio.AppleHDAHALPlugIn 1.2.9 (1.2.9a4) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x15017000 - 0x15170fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1519c000 - 0x151f5fff com.apple.driver.AppleIntelGMA950GLDriver 1.4.52 (4.5.2) /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x151fc000 - 0x15218fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0x1521f000 - 0x15243fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x15494000 - 0x15497fff com.apple.audio.AudioIPCPlugIn 1.0.2 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x154b3000 - 0x154ddfff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x15856000 - 0x15868fff com.apple.security.dotmacdl 1.1.1 (25435) /System/Library/Security/dotmacdl.bundle/Contents/MacOS/dotmacdl
    0x158bd000 - 0x158d4fff com.apple.security.dotmac_tp 1.1.1 (25085) /System/Library/Security/dotmactp.bundle/Contents/MacOS/dotmactp
    0x16630000 - 0x16633fff com.apple.iokit.IOQTComponents 1.4 /System/Library/Components/IOQTComponents.component/Contents/MacOS/IOQTComponen ts
    0x8fe00000 - 0x8fe4afff dyld /usr/lib/dyld
    0x90000000 - 0x90172fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x901c2000 - 0x901c4fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x901c6000 - 0x90203fff com.apple.CoreText 1.1.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9022a000 - 0x90300fff com.apple.ApplicationServices.ATS 2.0.6 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90320000 - 0x90775fff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9080c000 - 0x908d4fff com.apple.CoreFoundation 6.4.7 (368.28) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90912000 - 0x90912fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90914000 - 0x90a07fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a57000 - 0x90ad6fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90aff000 - 0x90b63fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bd2000 - 0x90bd9fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bde000 - 0x90c51fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c66000 - 0x90c78fff libauto.dylib /usr/lib/libauto.dylib
    0x90c7e000 - 0x90f24fff com.apple.CoreServices.CarbonCore 682.18 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f67000 - 0x90fcffff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91008000 - 0x91046fff com.apple.CFNetwork 129.20 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x91059000 - 0x91069fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x91074000 - 0x910f3fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9112d000 - 0x9114bfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x91157000 - 0x91165fff libz.1.dylib /usr/lib/libz.1.dylib
    0x91168000 - 0x91307fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91405000 - 0x9140dfff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91414000 - 0x9143afff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9144c000 - 0x91453fff libbsm.dylib /usr/lib/libbsm.dylib
    0x91457000 - 0x914cdfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9151e000 - 0x9151efff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x91520000 - 0x9154cfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x9155f000 - 0x91633fff com.apple.ColorSync 4.4.9 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9166e000 - 0x916e1fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9170f000 - 0x917b8fff com.apple.QD 3.10.24 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x917de000 - 0x91829fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91848000 - 0x9185efff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9186a000 - 0x91885fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91890000 - 0x918cdfff com.apple.LaunchServices 182 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x918e1000 - 0x918edfff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x918f4000 - 0x91933fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91946000 - 0x919f8fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91a3e000 - 0x91a54fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91a59000 - 0x91a77fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91a7c000 - 0x91adbfff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91aed000 - 0x91af1fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91af3000 - 0x91b77fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91b7b000 - 0x91bb8fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91bbe000 - 0x91bd8fff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91bdd000 - 0x91bdffff com.apple.ImageIO.framework 1.5.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91be1000 - 0x91cbffff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x91cdc000 - 0x91cdcfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91cde000 - 0x91d6cfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d73000 - 0x91d73fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91d75000 - 0x91dcefff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91dd7000 - 0x91dfbfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91e03000 - 0x9220cfff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92246000 - 0x925fafff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92627000 - 0x92714fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92716000 - 0x92793fff com.apple.DesktopServices 1.3.6 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x927d4000 - 0x92a04fff com.apple.Foundation 6.4.8 (567.29) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92b1e000 - 0x92b35fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92b40000 - 0x92b98fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92bac000 - 0x92bacfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92bae000 - 0x92bbefff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92bcd000 - 0x92bd5fff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92bdb000 - 0x92be1fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92be7000 - 0x92c78fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92c8c000 - 0x92c90fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x92c93000 - 0x92cb1fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x92cc3000 - 0x92cc9fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x92ccf000 - 0x92d32fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92d59000 - 0x92d9afff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x92dc1000 - 0x92dcffff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x92dd6000 - 0x92ddbfff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92de0000 - 0x930d5fff com.apple.HIToolbox 1.4.9 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x931db000 - 0x931e6fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x931eb000 - 0x93206fff com.apple.DirectoryService.Framework 3.2 /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93256000 - 0x93256fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93258000 - 0x9390efff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x93c8f000 - 0x93d0afff com.apple.CoreData 91 (92.1) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x93d43000 - 0x93dfdfff com.apple.audio.toolbox.AudioToolbox 1.4.5 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x93e40000 - 0x93e40fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93e42000 - 0x94003fff com.apple.QuartzCore 1.4.12 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94049000 - 0x9408afff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94092000 - 0x940ccfff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x940d1000 - 0x940e2fff com.apple.CoreVideo 1.4 /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94126000 - 0x9416efff com.apple.bom 8.5 (86.3) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94178000 - 0x941b6fff com.apple.vmutils 4.0.2 (93.1) /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x941fa000 - 0x9420bfff com.apple.securityfoundation 2.2.1 (28150) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94219000 - 0x94257fff com.apple.securityinterface 2.2.1 (27695) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x94273000 - 0x94282fff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x94289000 - 0x94294fff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942e0000 - 0x942fafff com.apple.CoreGraphics 1.258.61 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94300000 - 0x945befff com.apple.QuickTime 7.1.5 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94723000 - 0x94869fff com.apple.AddressBook.framework 4.0.4 (485.1) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x948f5000 - 0x94904fff com.apple.DSObjCWrappers.Framework 1.1 /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x9490b000 - 0x94934fff com.apple.LDAPFramework 1.4.2 (69.1.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9493a000 - 0x94949fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x9494d000 - 0x94972fff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
    0x9497e000 - 0x9499bfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x949a2000 - 0x94a08fff com.apple.Bluetooth 1.7.14 (1.7.14f14) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x94cc7000 - 0x94d59fff com.apple.WebKit 419 /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94db3000 - 0x94e35fff com.apple.JavaScriptCore 418.3 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/JavaScriptCor e.framework/Versions/A/JavaScriptCore
    0x94e6e000 - 0x9514dfff com.apple.WebCore 418.21 /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x952cc000 - 0x952effff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x96476000 - 0x96476fff com.apple.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9695d000 - 0x9697ffff com.apple.speech.LatentSemanticMappingFramework 2.5 /System/Library/PrivateFrameworks/LatentSemanticMapping.framework/Versions/A/La tentSemanticMapping
    0x969f0000 - 0x96ac7fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x96ae2000 - 0x96ae3fff com.apple.opengl 1.4.16 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x96ae5000 - 0x96aeafff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96c41000 - 0x96c41fff com.apple.MonitorPanelFramework 1.1.1 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x973a2000 - 0x9748bfff com.apple.viceroy.framework 278.2 /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x97bcf000 - 0x97bd1fff com.apple.DisplayServicesFW 1.8.2 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x97dfe000 - 0x98accfff com.apple.QuickTimeComponents.component 7.1.5 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9948f000 - 0x9949afff com.apple.IMFramework 3.1.4 (429) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x994a4000 - 0x99610fff com.apple.MessageFramework 2.1.1 (752.3) /System/Library/Frameworks/Message.framework/Versions/B/Message
    If anyone has any suggestions, I would greatly appreciate it as I have been working on this for a long time.
    Or, if anyone knows of another chat program that can do video chat with iChat for the Mac, as Adium will not do it.
    Message was edited by: Mitchell Friedlaender

    Hi stevesol,
    It is not so much a problem with iChat as a problem with the vast options there are in Networking.
    In your case your Audio connection points to the fact that the ports needed for iChat are open. Video and Audio chats use the same ports.
    He may have a good connection speed but the the other people on his Network at his end will divide that up into Bandwidth.
    Think of it like a Highway with three lanes. When it is empty you can go as fast as you want. When there are more people it all slows down, sometimes to a crawl.
    Audio chats will work at Dial-up speeds. (upto about 50kbps)
    Video chats need 100kbps minimum.
    Now in some Universities/Colleges in the States as Students effectively pay to go, they get regarded as customers and if the Internet access is part of the service then the IT dept sometimes allocates an separate IP address giving the student all the bandwidth he wants.
    There can be issues with the number or routers on a large campus and how they keep all the subnets separate. This is normally done using NAT (Network Address Translation)
    This makes sure data for one computer is passed through each device correctly.
    Now the router and modem manufacturers don't all do NAT the same way so sometimes you get devices that "don't seem to Like each other"
    Using UPnP (Universal Plug and Play) can help get around this.
    If your son is in a shared room with a router for a room-mate then suing this may help.
    If you can use UPnP then that may help.
    I would guess this is something that is effecting your wife's contact.
    NAT needs ports to be opened in your router.
    Doing it with Port Forwarding or DMZ opens the ports to just one IP (Computer) on your home network which might also explain why your wife can not Chat if she is on the same LAN/network you are.
    Apple have decided that iChat is an VoIP application.
    VoIP has international Standards about how connections are made and one which ports.
    IT uses a internet Protocol called SIP (Session Initiation Protocol) that uses set ports (5060-5063). It uses one of these to make the call and uses the others as fall backs.
    Now bigger firms and campuses can be using VoIP for their phone service.
    Because some ISPs are or were telcom companies these sometime block the SIP ports to "make" people pay extra for the service (you can call anywhere in the world within the cost of your internet service).
    They will normally unblock this if you day that have started to block an application you were using.
    As you can see the problems can begin to overlap and cause issues that can be difficult to solve with a Once Only Fix.
    Can you tell us if you and your wife are on the same home network ?
    If so how many routers and modems do you have ?
    What makes and models are they ?
    What have you done so far to set them up for multiple computer to use the iChat ports ? (or otherwise)
    Of course this is all before we get into Universities doing things at their end for "security" or limiting Bandwidth to students to protect their network from potential outages
    11:49 AM Thursday; August 23, 2007

  • After upgrading my iPhone 4S to iOS6, my Find My Friends app no longer links to my Contacts and does not show contact names. It only shows e-mail addresses and does not link up to the corresponding email address in my Contacts. How can I fix this?

    After upgrading my iPhone 4S to iOS6, my Find My Friends app no longer links to my Contacts and does not show contact names. It only shows e-mail addresses and does not link up to the corresponding email address in my Contacts. How can I fix this?

    I am also having problems with a site I am building. No matter what websafe font I use it displays as New Times Roman in FireFox. The correct fonts show in both IE9 and Chrome.
    In addition, text shifts in FireFox. I have to position other text objects farther and farther apart as I go down the page or they start to overlap. Nav buttons and other images also have to be positioned in the wrong place for them to be in the correct place when the page is opened in FireFox. FireFox should display pages correctly by default. I can't expect th average user to have to tweek his/her settings to display my site.
    I have been recommending FireFox on my website as the best browser. I might have to change that and abandon FireFox myself.

  • Links don't work after publishing

    Hi! I'm new to using IWeb and I have recently encountered a problem:
    When I publish the content to a folder, the pages that I initially designed, don't appear exactly the same in the new folder. The links in the navigation menu don't work in the new folder (except the ones in the "home page") and some of the text is not displayed the way I designed it...
    I'd appreciate if you could take a look at my website and try the navigation bar out to see that some of the navigation bar's links don't work. Why they work in the main page and 2 other and not in all of them?
    Website: www.procosmin.com
    Thank you!
      Mac OS X (10.4.7)  

    I've got my fingers crossed! I think I've got it fixed! Thanks so much to you and everyone who's posted here. I DID have a text box within a text box and it was in the back(ground). This has just been so frustrating. This was my first shot at doing a web page....not to mention being new to the Apple arena. (I've had PCs, literally, for years). I appreciate your patience with someone learning the ins/outs of YOUR world.
    Anna
    Somehow your whole page text images etc has been
    rendered as one big image, which overlaps the nav
    bar
    http://web.mac.com/anna4374/iWeb/OrrinBolton/News_file
    s/shapeimage_1.png
    Check to see if the text box overlaps the nav
    bar/header and move it down to fix it.
    iMac (Intel core duo)   Mac OS X (10.4.7)  

Maybe you are looking for

  • Unable to view data in ADF calendar.

    Hi, I am working on an adf application that uses the ADF calendar component. I have created view object(with Entity Object) and have dragged and dropped the associated component from the data controls as an adf calendar on a jsf page. But 'm unable t

  • Need help. importing pictures to timeline with various length.

    Need help cant find old toturial I am trying to make a template for a picture movie where i have everything ready so i just need to add 250 pictures and then it will automaticly shift the pictures to the beat of the music. I once saw a toturial how t

  • Iphoto won't open ??what i do wrong

    Iphoto opened when I connected iphone right away .Now all I get is a question mark over iphoto icon . Have I erased something ?

  • Urgent:Issue of Product Search

    Hi All, In customer Product Search , it return only 100 items. but in profile option value set IBE: No of Results in Search -->200(default) but I am able to view only 100 records in customer UI. please advise me how can i fix it ASAP Thanks

  • I cannot get the followed links colors to work in 24 for some reason.

    I have just downloaded to v24, and now I cannot get the colors to work for the followed links on a web page. I have checked the settings on my other computers running windows 7, but those settings will not work on my laptop running windows 8. In my p