Site Displays horrible in IE 6, What to do?

I created this site in DW CS3 using css. It displays fine in IE 7, Netscape and Firefox Mac and PC version; however, in ie6 the alignment is all off. I have run WC3validator.org, and it does have errors (that I cannot figure out how to fix), but the areas where the errors are aren't the problem areas in IE 6. Is there some kind of coding that I can put at the top for IE 6 that will fix the layout issues? What should I do? If I fix it to display right in IE 6, then it doesn't look right in IE7.
URL: http://www.lotusvalleydesigns.com/meixnerconstruction/home.html
Any help is appreciated...thank you!

You had spacing errors that were causing the confusing messages.  Try this code (it validates) -
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta name="Description" content="Meixner Construction is a general engineering contractor specializing in underground utility construction including Sanitary Sewer, Storm Drain, Domestic Water and Fire Protection."/>
<meta name="Keywords" content="Meixner,Meixner Construction,Construction,Pipeline,Sewer,Storm Drain,Fire Protection,Lotus,Excavation" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Meixner Construction Underground Pipeline Contractor</title>
<link href="cssstyles.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<style type="text/css">
<!--
-->
</style>
<link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
a:link {
    color: #000000;
    text-decoration: none;
a:visited {
    color: #333333;
    text-decoration: none;
a:hover {
    color: #FFFF00;
    text-decoration: underline;
a:active {
    color: #000000;
    text-decoration: none;
    font-family: "Franklin Gothic Medium", Rockwell, Verdana, sans-serif;
    font-size: 12px;
body,td,th {
    color: #333333;
-->
</style>
<style type="text/css">
a#home { color:yellow; }
</style>
<style type="text/css">
a#home1 {color: red; }
.style5 {font-size: 12px}
</style>
</head>
<body>
<div id="wrapper">
  <div id="wrapperinside">
    <div id="header">
      <div id="headerlogo"></div>
      <div id="headercontent">
        <h1>Underground Pipeline Contractor </h1>
        <h2>Serving Northern California<br />
          Since 1988<br />
        CA License # 452294 Class A </h2>
      </div>
    </div>
    <div id="clear"></div>
    <div class="header2" id="content"> Welcome to MeixnerConstruction.com    </div>
    <div id="containermain">
      <div id="containerbackgroundpictures">
      <div id="containerpictures">
       <div id="contentpic1"></div>
        <div id="contentpic2"></div>
        <div id="contentpic3"></div>
        <div id="contentpic4"></div>
        <div id="contentpic5"></div>
      </div>
    </div>
<div id="contentmaininterior">
<div id="headerul">
<div id="headerula">
            <ul id="MenuBar1" class="MenuBarVertical">
  <li><a href ="home.html" id="home1">Home</a></li>
  <li><a href="safety.html" id="safety1">Safety</a></li>
  <li><a href="#" id="ourservices1"> Our Services</a>
    <ul>
      <li><a href="ourservicescommercial.html" id="commercial1" class="MenuBarItemSubmenuHover">Commercial</a></li>
      <li><a href="ourserviceshomeowner.html" id="homeowner1" class="MenuBarItemSubmenuHover">Homeowner</a></li>
    </ul>
  </li>
  <li><a href="team.html" id="team1">Our Team</a></li>
  <li><a href="contact.html" id="contact1">Contact Us</a></li>
  <li><a href="links.html" id="links1">Links</a></li>
            </ul>
          </div>
        </div>
<div class="maincontent" id="contentmain1">
  <p>Meixner Construction is a  general engineering   contractor specializing in underground utility construction including Sanitary   Sewer, Storm Drain, Domestic Water and Fire Protection. We also specialize in Joint Utilities Trenching and   installation of    Gas, Telephone, Cable, and Electric Conduit.</p><p>Having been in business since 1988 Meixner Construction has completed hundreds of projects in   both the public and private sectors. Our guiding principals have always led us   to reach our goals. We have accomplished these goals while paying the utmost   attention to the safety and health of our employees, the general public and   everyone we come in contact with.</p>
        <p>Meixner Construction brings to each   project the highest level of professionalism, experience and quality of work   that should be expected.</p> </div>
        <div class="address" id="contentaddress">Meixner Construction</div>
        <div id="contentbusinessname"> <ul><li class="classol"><span>PO Box 496, Lotus, CA 95651</span></li>
        </ul>
        </div>
        <div id="contentphone"><ul><li class="classol"><span>530-626-8182</span></li></ul>
        </div><div id="containermainlogo"></div>
      </div>
    </div>
    <div class="footer" id="footer"> <a href="home.html" id="home">Home</a>| <a href="safety.html" id="safety">Safety</a> | <a href="ourservicescommercial.html" id="commercial">Our Services Commercial</a> | <a href="ourserviceshomeowner.html" id="homeowner">Our Services Homeowner</a> | <a href="team.html" id="team">Our Team</a> | <a href="contact.html" id="contact">Contact Us</a> | <a href="links.html" id="links">Links</a></div>
  </div>
<div class="bottomcopy" id="footercopy"> &copy;Meixner Construction. All rights reserved. 2009
</div>
</div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>

Similar Messages

  • Dreamweaver site displays horribly different in Browsers

    Hello,
    I'm getting really frustrated and I'm hoping the DW community
    can help me out. I'm trying to set up my first "real" website and I
    finally settle on a layout that I like. The problem is that I'm
    having a really bad time getting Firefox 2 to recognize my table BG
    color. So far, the only browser that displays it perfect is Safari.
    FF takes the page BG color and seems to overwrite the table BG, and
    IE 7 seems to ignore the font color but at least recognizes the
    tables BG should be different from the rest of the page.
    I've tried internal css rules, external css rules, rules for
    the whole table and rules for every single cell and FF 2 seems to
    still ignore them. Also, IE7 seems to magnify my .gif at the top,
    making them look really garbled...
    Any idea how to fix the IE image issue, or how to get FF2 to
    stop ignoring the table BG color?
    www.liberal-latte.com is the site if anyone want to try it
    out in various browsers. I'm currently irked and dumbfounded =/
    Thanks,
    *update* I've been playing more with DW, editing the table,
    adding borders, and for some reason FF2 doesn't seem to understand
    the border that I put around either. Saf and IE7 show it just as I
    see it in DW, but FF2 draws a plain, ugly black border..... Why
    does FF2 have such a hard time understanding what i am doing in
    DW...?

    On Sun, 23 Mar 2008 22:15:54 +0000 (UTC), "ScotchIrishPrince"
    <[email protected]> wrote:
    >Hello,
    >
    > I'm getting really frustrated and I'm hoping the DW
    community can help me out.
    > I'm trying to set up my first "real" website and I
    finally settle on a layout
    >that I like. The problem is that I'm having a really bad
    time getting Firefox
    >2 to recognize my table BG color. So far, the only
    browser that displays it
    >perfect is Safari. FF takes the page BG color and seems
    to overwrite the table
    >BG, and IE 7 seems to ignore the font color but at least
    recognizes the tables
    >BG should be different from the rest of the page.
    >
    > I've tried internal css rules, external css rules, rules
    for the whole table
    >and rules for every single cell and FF 2 seems to still
    ignore them. Also, IE7
    >seems to magnify my .gif at the top, making them look
    really garbled...
    >
    > Any idea how to fix the IE image issue, or how to get
    FF2 to stop ignoring the
    >table BG color?
    > www.liberal-latte.com is the site if anyone want to try
    it out in various
    >browsers. I'm currently irked and dumbfounded =/
    >
    > Thanks,
    Colors need the # sign. For example,
    bgcolor="f1f5eb"
    should be
    bgcolor="#f1f5eb"
    Win
    Win Day, Wild Rose Websites
    [email protected]
    drink it. feel it. share it.
    http://www.mymonavie.com/winday/

  • Firefox on uusing the back arrow from any site displays the link ANASAFYA. What is casuing this?

    Pretty simple. I start at the Firfox / Google page I am on a site that I searched for and when I use the back arrow I recieve an error in the location tab and the screen has this message Bir hata olustu sistem yoneticis Bu konuda bil, then the link ANASAYFA

    Sounds like Malware on your PC.
    Install, update, and run these programs in this order. They are listed in order of efficacy.<br />'''''(Not all programs detect the same Malware, so you may need to run them all to solve your problem.)''''' <br />These programs are all free for personal use, but some have limited functionality in the "free mode" - but those are features you really don't need to find and remove the problem that you have.<br />
    ''Note: If your Malware infection is bad enough and you are mis-directed to URL's other than what is posted, you may have to use a different PC to download these programs and use a USB stick to transfer them to the afflicted PC.''
    Malwarebytes' Anti-Malware - [http://www.malwarebytes.org/mbam.php] <br />
    SuperAntispyware - [http://www.superantispyware.com/] <br />
    AdAware - [http://www.lavasoftusa.com/software/adaware/] <br />
    Spybot Search & Destroy - [http://www.safer-networking.org/en/index.html] <br />
    Windows Defender: Home Page - [http://www.microsoft.com/windows/products/winfamily/defender/default.mspx]<br />
    Also, if you have a search engine re-direct problem, see this:<br />
    http://deletemalware.blogspot.com/2010/02/remove-google-redirect-virus.html
    If these don't find it or can't clear it, post in one of these forums for specialized malware removal help: <br />
    [http://www.spywarewarrior.com/index.php] <br />
    [http://forum.aumha.org/] <br />
    [http://www.spywareinfoforum.com/] <br />
    [http://bleepingcomputer.com]

  • How to set which site displays on which platform

    hi everyone
    when you design sites in muse it lets you create a version for desktop a version for tablets and a version for phones.
    so the desktop site sits in the root folder the tablet site sites in a subfolder called tablet and the phone site sits in a subfolder called phone this is how muse appears to structure everything.
    what isnt clear is once published how does the site know which version of itself to display to your device?
    what do i as a user have to do to ensure the phone site displays on phones, the tablet site displays on tablets and the desktop site displays on desktops?

    Hi,
    Adobe Muse automatically adds a redirect code to find out which device the client is using and serving the correct version of the website to them. You do not have to right anything manually.

  • Why is my site displayed incorrect?

    Hi there,
    I've made a site in iWeb 3.0.4 and I have some very bad problems. It displays extremely bad in firefox or chrome and I don't know what to do .
    Can you help me out ?
    The address is http://www.mostbeautifulsites.com/MostBeautifulSites.com/Acasa.html
    If is going to look bad, even in Safari , try to reload the page.
    The older site is also made in iWeb and it's diplayng real nice . It's www.divisiongas.com
    As you may observe I am an apple fan.
    Waiting for your answers .....help me out guys.

    Your site displays fine in Firefox and Chrome. Try emptying the browser cache(s) and view again.
    Your "navigation" is not a navigation menu!
    It consists of a background image....
    http://www.mostbeautifulsites.com/MostBeautifulSites.com/Acasa_files/shapeimage_ 1.png
    ... with some text images dropped onto it. These images are not inside an anchor tag and there's no URL so they are not actually links.
    You need to replace these images with text boxes, select the text in each one and create it as a link to the appropriate page using the Link inspector and "Link to: one of my pages".

  • My mac redirects me to other sites all the time.its some what slow.how can i fix?

    my mac redirects me to other sites all the time.its some what slow.

    1. This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve the problem. But with the aid of the test results, the solution may take a few minutes, instead of hours or days.
    Don't be put off merely by the seeming complexity of these instructions. The process is much less complicated than the description. You do harder tasks with the computer all the time.
    2. If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. Backup is always a must, and when you're having any kind of trouble with the computer, you may be at higher than usual risk of losing data, whether you follow these instructions or not.
    There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
    3. Below are instructions to run a UNIX shell script, a type of program. All it does is to collect information about the state of the computer. That information goes nowhere unless you choose to share it. However, you should be cautious about running any kind of program (not just a shell script) at the behest of a stranger. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them. Ask for other options.
    Here's a summary of what you need to do, if you choose to proceed:
    ☞ Copy a line of text in this window to the Clipboard.
    ☞ Paste into the window of another application.
    ☞ Wait for the test to run. It usually takes a few minutes.
    ☞ Paste the results, which will have been copied automatically, back into a reply on this page.
    The sequence is: copy, paste, wait, paste again. You don't need to copy a second time. Details follow.
    4. You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode, under the conditions in which the problem is reproduced. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only test in safe mode, do that.
    5. If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this section doesn’t apply. Don't log in as root.
    6. The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, though you may not see all of it in the browser window, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
    Triple-click anywhere in the line of text below on this page to select it:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin:/usr/libexec;clear;cd;p=(Software Hardware Memory Diagnostics Power FireWire Thunderbolt USB Fonts 51 4 1000 25 5120 KiB/s 1024 85 \\b%% 20480 1 MB/s 25000 ports 'com.autodesk.AutoCad com.evenflow.dropbox com.google.GoogleDrive' DYLD_INSERT_LIBRARIES\ DYLD_LIBRARY_PATH -86 ` route -n get default|awk '/e:/{print $2}' ` 25 N\\/A down up 102400 25600 recvfrom sendto CFBundleIdentifier 25 25 25 1000 MB );N5=${#p[@]};p[N5]=` networksetup -listnetworkserviceorder|awk ' NR>1 { sub(/^\([0-9]+\) /,"");n=$0;getline;} $NF=="'${p[26]}')" { sub(/.$/,"",$NF);print n;exit;} ' `;f=('\n%s: %s\n' '\n%s\n\n%s\n' '\nRAM details\n%s\n' %s\ %s '%s\n\t(%s)\n' );S0() { echo ' { q=$NF+0;$NF="";u=$(NF-1);$(NF-1)="";gsub(/^ +| +$/,"");if(q>='${p[$1]}') printf("%s (UID %s) is using %s '${p[$2]}'",$0,u,q);} ';};s=(' /^ *$|CSConfigDot/d;s/^ */   /;s/[-0-9A-Fa-f]{22,}/UUID/g;s/(ochat)\.[^.]+(\..+)/\1\2/;/Shared/!s/\/Users\/[^/]+/~/g ' ' s/^ +//;5p;6p;8p;12p;' ' {sub(/^ +/,"")};NR==6;NR==13&&$2<'${p[10]} ' 1s/://;3,6d;/[my].+:/d;s/^ {4}//;H;${ g;s/\n$//;/s: [^EO]|x([^08]|02[^F]|8[^0])/p;} ' ' 5h;6{ H;g;/P/!p;} ' ' ($1~/^Cy/&&$3>'${p[11]}')||($1~/^Cond/&&$2!~/^N/) ' ' /:$/{ N;/:.+:/d;s/ *://;b0'$'\n'' };/^ *(V.+ [0N]|Man).+ /{ s/ 0x.... //;s/[()]//g;s/(.+: )(.+)/ (\2)/;H;};$b0'$'\n'' d;:0'$'\n'' x;s/\n\n//;/Apple[ ,]|Intel|SMSC/d;s/\n.*//;/\)$/p;' ' s/^.*C/C/;H;${ g;/No th|pms/!p;} ' '/= [^GO]/p' '{$1=""};1' ' /Of/!{ s/^.+is |\.//g;p;} ' ' $0&&!/ / { n++;print;} END { if(n<200) print "com.apple.";} ' ' $3~/[0-9]:[0-9]{2}$/ { gsub(/:[0-9:a-f]{14}/,"");} { print|"tail -n'${p[12]}'";} ' ' NR==2&&$4<='${p[13]}' { print $4;} ' ' END { $2/=256;if($2>='${p[15]}') print int($2) } ' ' NR!=13{next};{sub(/[+-]$/,"",$NF)};'"`S0 21 22`" 'NR!=2{next}'"`S0 37 17`" ' NR!=5||$8!~/[RW]/{next};{ $(NF-1)=$1;$NF=int($NF/10000000);for(i=1;i<=3;i++){$i="";$(NF-1-i)="";};};'"`S0 19 20`" 's:^:/:p' '/\.kext\/(Contents\/)?Info\.plist$/p' 's/^.{52}(.+) <.+/\1/p' ' /Launch[AD].+\.plist$/ { n++;print;} END { if(n<200) print "/System/";} ' '/\.xpc\/(Contents\/)?Info\.plist$/p' ' NR>1&&!/0x|\.[0-9]+$|com\.apple\.launchctl\.(Aqua|Background|System)$/ { print $3;} ' ' /\.(framew|lproj)|\):/d;/plist:|:.+(Mach|scrip)/s/:[^:]+//p ' '/root/p' ' !/\/Contents\/.+\/Contents|Applic|Autom|Frameworks/&&/Lib.+\/Info.plist$/ { n++;print;} END { if(n<1000) print "/System/";} ' '/^\/usr\/lib\/.+dylib$/p' ' /Temp|emac/d;/(etc|Preferences)\//s/^\.\/[^/]+//p;' ' /\/(Contents\/.+\/Contents|Frameworks)\/|\.wdgt\/.+\.([bw]|plu)/d;p;' 's/\/(Contents\/)?Info.plist$//;p' ' { gsub("^| ","||kMDItem'${p[35]}'=");sub("^.."," ") };1 ' p '{print $3"\t"$1}' 's/\'$'\t''.+//p' 's/1/On/p' '/Prox.+: [^0]/p' '$2>'${p[9]}'{$2=$2-1;print}' ' BEGIN { i="'${p[26]}'";M1='${p[16]}';M2='${p[18]}';M3='${p[31]}';M4='${p[32]}';} !/^A/ { next;} /%/ { getline;if($5<M1) a="user "$2"%, system "$4"%";} /disk0/&&$4>M2 { b=$3" ops/s, "$4" blocks/s";} $2==i { if(c) { d=$3+$4+$5+$6;next;};if($4>M3||$6>M4) c=int($4/1024)" in, "int($6/1024)" out";} END { if(a) print "CPU: "a;if(b) print "I/O: "b;if(c) print "Net: "c" (KiB/s)";if(d) print "Net errors: "d" packets/s";} ' ' /r\[0\] /&&$NF!~/^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./ { print $NF;exit;} ' ' !/^T/ { printf "(static)";exit;} ' '/apsd|OpenD/!s/:.+//p' ' (/k:/&&$3!~/(255\.){3}0/ )||(/v6:/&&$2!~/A/ ) ' ' $1~"lR"&&$2<='${p[25]}';$1~"li"&&$3!~"wpa2";' ' BEGIN { FS=":";} { n=split($3,a,".");sub(/_2[01].+/,"",$3);print $2" "$3" "a[n]" "$1;b=b$1;} END { if(b) print("\n\t* Code injection");} ' ' NR!=4{next} {$NF/=10240} '"`S0 27 14`" ' END { if($3~/[0-9]/)print$3;} ' ' BEGIN { L='${p[36]}';} !/^[[:space:]]*(#.*)?$/ { l++;if(l<=L) f=f"\n   "$0;} END { F=FILENAME;if(!F) exit;if(!f) f="\n   [N/A]";"file -b "F|getline T;if(T!~/^(AS.+ (En.+ )?text$|POSIX sh.+ text ex)/) F=F" ("T")";printf("\nContents of %s\n%s\n",F,f);if(l>L) printf("\n   ...and %s more line(s)\n",l-L);} ' ' BEGIN{FS="= "} /Name/{print $2} ' ' /^ +B/{ s/.+= |(-[0-9]+)?\.s.+//g;p;} ' ' END{print NR} ' ' /id: N|te: Y/{i++} END{print i} ' ' / /{$0="'"${p[28]}"'"};1;' '/ en/!s/\.//p' ' NR!=13{next};{sub(/[+-M]$/,"",$NF)};'"`S0 39 40`" ' $10~/\(L/&&$9!~"localhost" { sub(/.+:/,"",$9);print $1": "$9;} ' '/^ +r/s/.+"(.+)".+/\1/p' 's/(.+\.wdgt)\/(Contents\/)?Info\.plist$/\1/p' 's/^.+\/(.+)\.wdgt$/\1/p' 's/0/Off/p' );c1=(system_profiler pmset\ -g nvram fdesetup find syslog df vm_stat sar ps sudo\ crontab sudo\ iotop top pkgutil PlistBuddy whoami cksum kextstat launchctl sudo\ launchctl crontab 'sudo defaults read' stat lsbom mdfind ' for i in ${p[24]};do ${c1[18]} ${c2[27]} $i;done;' defaults\ read scutil sudo\ dtrace sudo\ profiles sed\ -En awk /S*/*/P*/*/*/C*/*/airport networksetup mdutil sudo\ lsof test );c2=(com.apple.loginwindow\ LoginHook '-c Print /L*/P*/loginw*' '-c Print L*/P*/*loginit*' '-c Print L*/Saf*/*/E*.plist' '~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \)' '.??* -path .Trash -prune -o -type d -name *.app -print -prune' '-c Print\ :'${p[35]}' 2>&1' '-c Print\ :Label 2>&1' '{/,}L*/{Con,Pref}* -type f ! -size 0 -name *.plist -exec plutil -s {} \;' "-f'%N: %l' Desktop L*/Keyc*" therm sysload boot-args status " -F '\$Time \$Message' -k Sender kernel -k Message Req 'Beac|caug|dead[^bl]|FAIL|fail|GPU |hfs: Ru|inval|jnl:|last value [1-9]|n Cause: -|NVDA\(|pagin|proc: t|Roamed|rror|ssert|Thrott|tim(ed? ?|ing )o|WARN' -k Message Rne 'Goog|ksadm|SMC:' -o -k Sender fseventsd -k Message Req 'SL' " '-du -n DEV -n EDEV 1 10' 'acrx -o comm,ruid,%cpu' '-t1 10 1' '-f -pfc /var/db/r*/com.apple.*.{BS,Bas,Es,OSXU,Rem,up}*.bom' '{/,}L*/Lo*/Diag* -type f -regex .\*[cgh] ! -name *ag \( -exec grep -lq "^Thread c" {} \; -exec printf \* \; -o -true \) -execdir stat -f:%Sc:%N -t%F {} \;|sort -t: -k2 |tail -n'${p[38]} '-L {/{S*/,},}L*/Lau* -type f' '-L /{S*/,}L*/StartupItems -type f -exec file {} +' '-L /S*/L*/{C*/Sec*A,E}* {/,}L*/{A*d,Ca*/*/Ex,Compon,Ex,In,iTu,Keyb,Mail/B,P*P,Qu*T,Scripti,Sec,Servi,Spo,Widg}* -type f -name Info.plist' '/usr/lib -type f -name *.dylib' `awk "${s[31]}"<<<${p[23]}` "/e*/{auto,{cron,fs}tab,hosts,[lps]*.conf,pam.d,ssh{,d}_config,*.local} {,/usr/local}/etc/periodic/*/* /L*/P*{,/*}/com.a*.{Bo,sec*.ap}*t .launchd.conf" list getenv /Library/Preferences/com.apple.alf\ globalstate --proxy '-n get default' -I --dns -getdnsservers\ "${p[N5]}" -getinfo\ "${p[N5]}" -P -m\ / '' -n1 '-R -l1 -n1 -o prt -stats command,uid,prt' '--regexp --only-files --files com.apple.pkg.*|sort|uniq' -kl -l -s\ / '-R -l1 -n1 -o mem -stats command,uid,mem' -i4TCP:0-1023 com.apple.dashboard\ layer-gadgets '-d /L*/Mana*/$USER&&echo On' '-app Safari WebKitDNSPrefetchingEnabled' );N1=${#c2[@]};for j in {0..8};do c2[N1+j]=SP${p[j]}DataType;done;N2=${#c2[@]};for j in 0 1;do c2[N2+j]="-n ' syscall::'${p[33+j]}':return { @out[execname,uid]=sum(arg0) } tick-10sec { trunc(@out,1);exit(0);} '";done;l=(Restricted\ files Hidden\ apps 'Elapsed time (s)' POST Battery Safari\ extensions Bad\ plists 'High file counts' User Heat System\ load boot\ args FileVault Diagnostic\ reports Log 'Free space (MiB)' 'Swap (MiB)' Activity 'CPU per process' Login\ hook 'I/O per process' Mach\ ports kexts Daemons Agents launchd Startup\ items Admin\ access Root\ access Bundles dylibs Apps Font\ issues Inserted\ dylibs Firewall Proxies DNS TCP/IP Wi-Fi Profiles Root\ crontab User\ crontab 'Global login items' 'User login items' Spotlight Memory Listeners Widgets Parental\ Controls Prefetching );N3=${#l[@]};for i in 0 1 2;do l[N3+i]=${p[5+i]};done;N4=${#l[@]};for j in 0 1;do l[N4+j]="Current ${p[29+j]}stream data";done;A0() { id -G|grep -qw 80;v[1]=$?;((v[1]==0))&&sudo true;v[2]=$?;v[3]=`date +%s`;clear >&-;date '+Start time: %T %D%n';};for i in 0 1;do eval ' A'$((1+i))'() { v=` eval "${c1[$1]} ${c2[$2]}"|'${c1[30+i]}' "${s[$3]}" `;[[ "$v" ]];};A'$((3+i))'() { v=` while read i;do [[ "$i" ]]&&eval "${c1[$1]} ${c2[$2]}" \"$i\"|'${c1[30+i]}' "${s[$3]}";done<<<"${v[$4]}" `;[[ "$v" ]];};A'$((5+i))'() { v=` while read i;do '${c1[30+i]}' "${s[$1]}" "$i";done<<<"${v[$2]}" `;[[ "$v" ]];};';done;A7(){ v=$((`date +%s`-v[3]));};B2(){ v[$1]="$v";};for i in 0 1;do eval ' B'$i'() { v=;((v['$((i+1))']==0))||{ v=No;false;};};B'$((3+i))'() { v[$2]=`'${c1[30+i]}' "${s[$3]}"<<<"${v[$1]}"`;} ';done;B5(){ v[$1]="${v[$1]}"$'\n'"${v[$2]}";};B6() { v=` paste -d: <(printf "${v[$1]}") <(printf "${v[$2]}")|awk -F: ' {printf("'"${f[$3]}"'",$1,$2)} ' `;};B7(){ v=`grep -Fv "${v[$1]}"<<<"$v"`;};C0(){ [[ "$v" ]]&&echo "$v";};C1() { [[ "$v" ]]&&printf "${f[$1]}" "${l[$2]}" "$v";};C2() { v=`echo $v`;[[ "$v" != 0 ]]&&C1 0 $1;};C3() { v=`sed -E "$s"<<<"$v"`&&C1 1 $1;};for i in 1 2;do for j in 2 3;do eval D$i$j'(){ A'$i' $1 $2 $3; C'$j' $4;};';done;done;{ A0;A2 0 $((N1+1)) 2;C0;A1 0 $N1 1;C0;B0;C2 27;B0&&! B1&&C2 28;D12 15 37 25 8;A1 0 $((N1+2)) 3;C0;D13 0 $((N1+3)) 4 3;D23 0 $((N1+4)) 5 4;for i in 0 1 2;do D13 0 $((N1+5+i)) 6 $((N3+i));done;D13 1 10 7 9;D13 1 11 8 10;D22 2 12 9 11;D12 3 13 10 12;D23 4 19 44 13;D23 5 14 12 14;D22 6 36 13 15;D22 7 37 14 16;D23 8 15 38 17;D22 9 16 16 18;B1&&{ D22 11 17 17 20;for i in 0 1;do D22 28 $((N2+i)) 45 $((N4+i));done;};D22 12 44 54 45;D22 12 39 15 21;A1 13 40 18;B2 4;B3 4 0 19;A3 14 6 32 0;B4 0 5 11;A1 17 41 20;B7 5;C3 22;B4 4 6 21;A3 14 7 32 6;B4 0 7 11;B3 4 0 22;A3 14 6 32 0;B4 0 8 11;B5 7 8;B1&&{ A2 19 26 23;B7 7;C3 23;};A2 18 26 23;B7 7;C3 24;A2 4 20 21;B7 6;B2 9;A4 14 7 52 9;B2 10;B6 9 10 4;C3 25;D13 4 21 24 26;B4 4 12 26;B3 4 13 27;A1 4 22 29;B7 12;B2 14;A4 14 6 52 14;B2 15;B6 14 15 4;B3 0 0 30;C3 29;A1 4 23 27;B7 13;C3 30;D13 24 24 32 31;D13 25 37 32 33;A1 23 18 28;B2 16;A2 16 25 33;B7 16;B3 0 0 34;B2 21;A6 47 21&&C0;B1&&{ D13 21 0 32 19;D13 10 42 32 40;D22 29 35 46 39;};D23 14 1 48 42;D12 34 43 53 44;D22 0 $((N1+8)) 51 32;D13 4 8 41 6;D12 26 28 35 34;D13 27 29 36 35;A2 27 32 39&&{ B2 19;A2 33 33 40;B2 20;B6 19 20 3;};C2 36;D23 33 34 42 37;B1&&D23 35 45 55 46;D23 32 31 43 38;D12 36 47 32 48;D13 20 42 32 41;D23 14 2 48 43;D13 4 5 32 1;D22 4 4 50 0;D13 14 3 49 5;D12 26 48 59 49;B3 4 22 57;A1 26 46 56;B7 22;B3 0 0 58;C3 47;D23 22 9 37 7;A7;C2 2;} 2>/dev/null|pbcopy;exit 2>&-  
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    7. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Click anywhere in the Terminal window and paste by pressing command-V. The text you pasted should vanish immediately. If it doesn't, press the return key.
    8. If you see an error message in the Terminal window such as "syntax error," enter
    exec bash
    and press return. Then paste the script again.
    9. If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important. If you don't know the password, or if you prefer not to enter it, press the key combination control-C or just press return three times at the password prompt. Again, the script will still run.
    If you're not logged in as an administrator, you won't be prompted for a password. The test will still run. It just won't do anything that requires administrator privileges.
    10. The test may take a few minutes to run, depending on how many files you have and the speed of the computer. A computer that's abnormally slow may take longer to run the test. While it's running, there will be nothing in the Terminal window and no indication of progress. Wait for the line
    [Process completed]
    to appear. If you don't see it within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report the results. No harm will be done.
    11. When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    At the top of the results, there will be a line that begins with "Model Identifier." If you don't see that, but instead see a mass of gibberish, you didn't wait for the "Process completed" message to appear in the Terminal window. Please wait for it and try again.
    If any private information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
    12. When you post the results, you might see the message, "You have included content in your post that is not permitted." It means that the forum software has misidentified something in the post as a violation of the rules. If that happens, please post the test results on Pastebin, then post a link here to the page you created.
    Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
    Copyright © 2014 by Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Use Agreement for the Apple Support Communities website ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

  • I have a macbook and want to watch netflix on my tv, but i don't have an hdmi connection on the tv, just RCA.  I bought the mini-display port to VGA.  What do i need to connect it to RCA input on my TV?

    I have a macbook and want to watch netflix on my tv, but i don't have an hdmi connection on the tv, just RCA.  I bought the mini-display port to VGA.  What do i need to connect it to RCA input on my TV?

    There is a VGA adapter to TV S-Video RCA Out Cable for PC Video.http://www.amazon.com/VGA-Adapter-S-Video-Cable-Video/dp/B000Y7T5UU/ref=sr_1_7?s =electronics&ie=UTF8&qid=1316369974&sr=1-7

  • My App Store is not working.a bingo blitz bar is being displayed and not going away.what is to be done to make App Store work again

    My App Store is not working.a bingo blitz bar is being displayed and not going away.what is to be done to make App Store work again.

    Hey Charyasmin,
    Thanks for the question, and great troubleshooting so far. You’ve definitely taken the proper first steps. To continue to troubleshoot, the following articles may help:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Thanks,
    Matt M.

  • I replaced my hard drive and I backed up my files on an external hard drive but when I reloaded my iweb to my imac none of my files were on it so I can't make changes to my Published web site have I lost my files what can I do

    I replaced my hard drive and I backed up my files on an external hard drive but when I reloaded my iweb to my imac none of my files were on it so I can't make changes to my Published web site have I lost my files what can I do

    By default iWeb keeps its data in (user)/Library/Application Support/iWeb in a file named Domain. Without this file you cannot proceed (other than by recreating the site from scratch using the published version as a reference) so you need to locate it on the original disk.
    To confuse matters, Apple have hidden the user’s Library folder in Lion and Mountain Lion to casual viewers, in an attempt to stop new Mac users messing their machines up. To access it, in the Finder go to the ‘Go’ menu and hold down the Option (Alt) key; the Library folder will appear as a choice.

  • So just the document I was last working on in pages won't open. I can't email it either it just sits preparing the document no matter what format I try. I can copy it, but the copies don't open either.

    So just the document I was last working on in pages won't open. I can't email it either it just sits preparing the document no matter what format I try. I can copy it, but the copies don't open either. I tried deleting documents in pages as well as the app and reinstalling it, but nothing has helped.

    Try quitting Pages and then reset your iPad.
    Double click the Home button to show the screen with running and recently used apps. Each app icon will have a sample page above it. Flick up on the page (not the app icon) and the page will fly away and the app icon will disappear. This quits that app.
    Then reset your device. Press and hold the Home and Sleep buttons simultaneously until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.

  • Help! My DW site displays in FireFox, but does not work in IE

    Help! My DW site displays fine in FireFox, but only the background loads in Internet Explorer and I get an error message that the site cannot open. The site is www.bransonareagolfcouncil.com

    You've got lots of validation errors:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.bransonareagolfcouncil.com%2F
    Also, this forum is for DW application development. In the future try posting to the Dreamweaver forum.

  • Site displays well in Safari and IE, but no good in Firefox

    I built a site using iWeb '08 (2.0.4) and published it to space on iDisk. The site displays as designed on Safari (3.2.1); is marginally acceptable on IE 7 (in a virtual Windows emulator); and is unusable on Firefox (3.0.5).
    I notice that iWeb generated three css files for each page of the site: a pagename.css, a pagenameMOZ.css, and a pagenameIE.css. The pagename.css is lovely; the pagenameIE.css is very basic; the pagenameMOZ.css is just a skeleton.
    I'm new to this. How do I resolve the issue? Would using different fonts be of some help? Limiting the design to avoid the use of lists and shapes? Must I generate three versions of the website to support these three browsers? And if so, how does iWeb know which standard to use for each build?

    I have the same issue - I use Firefox 3.1 Beta 2 (cause i'm one of those early adopters !!!)...the screen is OK, but any graphics I've imported into it, especially those that are GIF/transparent, now have a funny shadow under it, ie:
    http://web.me.com/bigmouthmedia/bmm/Voice_Demos.html
    But yet I look at it in Safari, and it's perfect. Haven't yet tested it on Windows XP/7
    Message was edited by: Paul Julian

  • My preview site displays correctly but my live site changes when I publish it

    My issue is that the preview site displays correctly however when I upload this information to the live site, the format changes and displays incorrectly.

    Hi,
    Are you creating the site in Muse and publishing it to BC.
    If yes, can you go to File > Export as HTML, export the file to a folder on your computer and check it if you are getting same issue.
    Regards,
    Gaurav Aggarwal

  • I have updated to 8.1 on both my ipad and iphone 5. I am missing photos...they display as blank boxes. What should I do next?

    I have updated to 8.1 on both my ipad and iphone 5. I am missing photos...they display as blank boxes. What should I do next?

    Apps downloaded on one should also appear on the other as long as the app in question runs on both iPads and iPhones.

  • I've just replaced my computer and now need to reinstall Dreamweaver. I can't for the life of me find anywhere on Adobe's site to download it again. What steps do I take to download and reinstall software that I pay for monthly?

    I've just replaced my computer and now need to reinstall Dreamweaver. I can't for the life of me find anywhere on Adobe's site to download it again. What steps do I take to download and reinstall software that I pay for monthly?

    Download/install the desktop application, sign in, install the subscription application(s).
    Creative Cloud for desktop
    https://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Sign out, Sign in | Creative Cloud desktop app
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    Activation & deactivation help
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html#a ctivate-how-to
    Install, update, or uninstall apps
    http://helpx.adobe.com/creative-cloud/help/install-apps.html
    Installing Creative Cloud Apps
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-video/installing-desktop-app s-from-creative-cloud/

Maybe you are looking for

  • Sharing Data & Printer Through Airport Extreem

    My daughter is home for the summer and we are trying to get her MacBook working with the other computer in the house. WIFI -- no problem. She is set up and going Printer -- Half way there! We have a HP LaserJet P2015d printer plugged into the airport

  • On my Mac, why do websites display differently with FireFox than Safari.

    I have been using FireFox on my Mac and prefer it over Safari, BUT recently, some, not all, websites are not displaying correctly! When I use Safari all the content is there and the websites display as they are supposed to. (I tried to insert a scree

  • Flat file upload in BW

    Hi expert, I'm using BI7 and I have got to upload a flat-file inside an ODS. The problem is that the file is for some fields Textual and for other fields Hexadecimal (Packed format). For example for this file structure: Field1 NUM 2 Filed2 PAKED 5 Th

  • Ix4-300d iSCSI disconnect Windows 2012R2

    Hello Everyone, I just recently purchased (3 days ago) an ix4-300D and updated it to the latest patch.  I have 4 x WD 3TB Disks and they are configured with a raid 0 configuration.  I then have 2 NICs (not bonded) and using the second port for the iS

  • My screen goes off and on once its changes power from AC to Battery and vice versa

    Dear All I started noticing this from today ownwards that whenever the power is switched off and goes to battery mode and vice versa the screen turns off and on for 1 second. I dont know this is normal or i did mess up with some kind of power options