Urgent please/ Window size + avoid saving

Hi I have 2 problems I hope you can help me with urgently
please:
1- I have the attached code in it there is a link(summary)
which once clicked, a new HTML window will open this window is of
the same size as the parent I need to make it smaller and appear in
the center of the parent window. I have played withthe 800X600
dimentios in the code but no use? Any idea
2- In the the new window( which will appear once clicking the
link summary), I need to make the 'save page as' and the 'send
link' in the file menu of the browser dim (inactive) as I do not
the user to save the content of this window ? any idea how to stop
the user from saving the content knowing that the content is a HTML
file that has a .swf file with its control buttons?
Appreciate a fast help
Thanks

Hello,
For 1, see this link:
http://www.peachpit.com/articles/article.aspx?p=31661&seqNum=2
The tutorial uses an image link to open the window but you
can easily use
text instead.
For 2, during the tutorial in the link above you'll see how
to not show the
menu bar in the popup window when you get to using DW's Open
Browser
Behavior.
It may deter the novice user, but anyone who wants to save
the content can
do so easily. Firefox can be set to show the menu regardless
of the script
telling it not to, or anyone can simply view the source code
and copy the
URL for the popup and paste it into a new window, complete
with menus.
Of course, there are also Firefox extensions that download
any Flash
displayed on a page including in a popup window.
In other words, if you don't want people saving it, don't put
it on the web.
Take care,
Tim
"fsurrey" <[email protected]> wrote in
message
news:[email protected]...
> Hi I have 2 problems I hope you can help me with
urgently please:
>
> 1- I have the attached code in it there is a
link(summary) which once
> clicked,
> a new HTML window will open this window is of the same
size as the parent
> I
> need to make it smaller and appear in the center of the
parent window. I
> have
> played withthe 800X600 dimentios in the code but no use?
Any idea
>
> 2- In the the new window( which will appear once
clicking the link
> summary),
> I need to make the 'save page as' and the 'send link' in
the file menu of
> the
> browser dim (inactive) as I do not the user to save the
content of this
> window
> ? any idea how to stop the user from saving the content
knowing that the
> content is a HTML file that has a .swf file with its
control buttons?
>
> Appreciate a fast help
> Thanks
>
> <!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 http-equiv="Content-Type" content="text/html;
> charset=iso-8859-1"><title>Tutorials_A
View:Different Web
> Designers</title>
>
> <style type="text/css">
> <!--
> .style25 {font-family: "Times New Roman", Times, serif;
font-size: 14px;
> color: #108A98;}
> .style28 {color: #108A98}
> .style31 {
> color: #108A98;
> font-weight: bold;
> font-size: 14px;
> }
> .style52 {font-family: "Times New Roman", Times, serif;
font-size: 14px;
> color: #108A98; font-weight: bold; }
> .style54 {font-family: "Times New Roman", Times, serif;
font-size: 12px;
> color: #108A98; font-weight: bold; }
> .style57 {font-size: 12px}
> .style59 {font-size: 14px}
> a:link {
> text-decoration: none;
> }
> a:visited {
> text-decoration: none;
> }
> a:hover {
> text-decoration: underline;
> }
> a:active {
> text-decoration: none;
> }
> .style61 {font-family: "Times New Roman", Times, serif;
font-size: 18px;
> color: #108A98; font-weight: bold; }
> .style62 {
> font-size: 16px;
> color: #108A98;
> font-family: "Times New Roman", Times, serif;
> font-weight: bold;
> }
> -->
> </style>
> </head><body>
>
> <div align="center">
> <table width="611" border="0" cellpadding="0"
cellspacing="0">
> <!--DWLayoutTable-->
> <tbody><tr>
> <td colspan="2" valign="top"
>
height="115"><!--DWLayoutEmptyCell--> </td>
> </tr>
> <tr>
> <td rowspan="2" valign="top"
>
width="161"><!--DWLayoutEmptyCell--> </td>
> <td class="style31" valign="top" width="450"
height="24"><a
> href="../../My web site/my final web site/home.html"
> class="style28"><u>Home</u></a>
>
<a
> href="../../My web site/my final web site/links.html"
> class="style28"><u>Links</u></a>
>
           <a
> href="../../My web site/my final web site/About.html"
> class="style25"><u>About
> us</u></a>
>
             <a
> href="../../My web site/my final web site/links.html"
> class="style25"><u>Join
> us</u></a>
>
            <a
> href="../../My web site/my final web
site/contactus.html"
> class="style31"> <u>Contact
us</u> </a></td>
> </tr>
> <tr>
> <td valign="top" align="left"
height="511"><table width="449"
> border="0" height="437">
> <tbody><tr>
> <td valign="top" align="left" height="433"><p
align="left"
>
class="style25">          &nbs
> p;   <span
class="style61">  </span> <br
/>
>
>
<strong>          </strong></p
>>
> <p
>
class="style54">          &nbs
>
p;             
>
             &n
> bsp;   </p>
> <p class="style52"><span
>
class="style57">          &nbs
>
p;             
>
             &n
> bsp;  </span><br />
> <br />
>
>
             &n
>
bsp;      <span
>
class="style57">          &nbs
> p;     
  . <a href="try/try.htm"
> target="_blank" class="style31"
onclick="openNewWin('../../The
> Tutorials/Summary/Summary/Summary.htm',800,600);return
> false;">Summary</a></span></p>
> <p
>
class="style25"><strong>         &n
>
bsp;         <span
>
class="style57">          &nbs
>
p;      
 </span></strong><br />
>
>
             &n
>
bsp;          
</p></td>
> </tr>
> </tbody></table></td>
> </tr>
> </tbody>
> </table>
> </div>
>
> </body></html>
>

Similar Messages

  • Finder window size not saved when cmd+click

    Hi. I'm not sure if anyone else is having this problem. I look through the forum but didn't find it posted.
    I re-sized my finder to a certain size and have done the same to some other folder such that they are basically all different sizes. However, at some point, if I cmd+double click a folder to open it, the window size is reverted back to that of my home folder. I know this didn't happen in 10.5 and may have to do with the .DS_Store file. Anyways, it's an annoyance and any help would be appreciated. THanks.

    Welcome to Apple Discussions!
    Have you tried to repair your hard drive using Disk Utility? You will need to boot from your install disc, navigate to Disk Utility, and then select your hard drive and then "Repair Disk". Repair it until there is nothing left to repair.
    Also, be sure you have adequate free space on your hard drive. 15% at least.
    How old is your Mac, and does it still have the original hard drive? Hard drives typically have an average useful life of 3-5 years, and if yours is getting into this range (or even if it isn't), the hard drive could be beginning to fail.
    To do a detailed check on the physical health of your hard drive, download and run this utility:
    http://www.versiontracker.com/dyn/moreinfo/macosx/32454
    You can download the demo and run it several times for free.
    Good luck!

  • MS Word. Can't view normal window size of saved docs.

    I have  Microsoft Word 2008 for Mac. (running Mavericks on my MacBookAir)  Recently, when I create a document and save it to Docs or Desktop I have problems viewing it later.  When I re-open it I only get a very reduced size window in upper left corner.  If I try the green button nothing happens.  The drag function arrows show but do not function.  The window sizing just seems disabled.

    Upper left quadrant of screen, that's correct, Eric.    The document appears as a normal window, except that it's only about 2.25" x 3.25",  and it can't be expanded by any means - arrows, dragging, anything.  So it's almost impossible to work with the document at all.
    Thanks for asking.

  • Aagh - Please help- Swing Window Size

    Dear Guys,
    Please help a newbie. I am totally at my wits end.
    I have been looking unsuccessfully (maybe I'm using the wrong search terms) for a way to preset the size of a window before placing any components in the frame.
    I am using a toolkit to get the dimensions of the current screen resolution and then I want to set the window to occupy the whole screen.
    All I have been so far able to do is to set the size of the window after the pack() command. Unfortunately this makes all the buttons re-size in to what I believe are ugly square bulky buttons.
    Is there a way to set window size before adding any components whatsoever?
    Someone please reply soon!! Thanks

    yo can also set the preferred size for the window - this.setPreferredSize(P);it takes a paramter P of type Dimesion.
    This can later be returned through: this.getPreferredSize();which returns a type dimesion.
    This can be used as a paramter:
    ie this.setSize(this.getPreferredSize());hope this helps a little, if you want a really nice tool for finding out about possible methods, and also a really nice environment to code in; get Eclipse (http://www.eclipse.org/)
    pete :D

  • Forms 10g window size in unix

    Hi, when I migrated from 6i to 10g I added some code to maximize window size in When-New-form-Instance trigger of the form. It works in windows but when I try to run the form in Unix the window size is not big enough to see the whole form. i tried to change the width and height properties of the window1 but still not working. after researching the forum I found out that i should change the width and height properties in formsweb.cfg. In formsweb.cfg the width is 750 and the height is 600 should I change those numbers ? to what? and would it miss the rest of my application? or not? Please let me know it is urgent... Thanks in advance for helping...

    Just like on Windows, the Developer suite will be installed in a similar directory structure on Unix. In order to change the UNIX file, you will need to be logged in as ORACLE on the UNIX server or your account will have to have Read/Write priv's on the formsweb.cfg file. First, will need to navigate to the ORACLE_HOME directory (typically it will be something like: /usr/oracle/ias10g/ depending on how it was installed on your server). Once in the ORACLE_HOME directory it is just like your workstation. The "formsweb.cfg" will be found in the /forms/server/ directory. If you put that all together, based on my example, the path to the formsweb.cfg would be: /usr/oracle/ias10g/forms/server/formsweb.cfg. If you have made it this far, I recommend checking the file permissions on the file.
    Type:
    ls -l *.cfgHere is an example from my test system.
    -rw-------    1 oracle   dba           22286 Aug 21 07:43 formsweb.cfgAs you can see in my example, the formsweb.cfg file is owned by the "oracle" user and "dba" group. Only the Oracle user has privileges to Read or Write to the file.
    In this example, both the owner and the group have read write priv's to the file.
    -rw-rw----    1 oracle   dba           22286 Aug 21 07:43 formsweb.cfgMore than likely, you will need your UNIX administrator to modify the file for you.
    Hope this helps.
    Craig...
    If my response or the response of another was helpful, please mark it accordingly

  • How to increase main window size dynamically in sapscript

    Hi,
    I have to print all records which are available in internal table in a main window.The main window is in between two variable windows.And below two other varaible windows are there.
    I want main window size to be increased as per no. of records available(max 12 records) in internal table.
    If the specified size is insufficient then the variable window which is below the main window should move below to accommodate the records available in internal table.
    This is very urgent requirement.
    Please help me.
    Regards,
    Vidya

    Hi Vidya,
    Main Window size cannot be changed dynamically.
    They are static values.
    However,  i hate to say this again but
    if you use a table with a footer the footer of the table will move up if the number
    of records are less. Sorry for not having a more positive reply.

  • Window sizes settings have somehow changed and my windows do not open in the correct size anymore. How do I get my original window sizes to come back PERMANENTLY?

    After upgrading to FF 10.0, my window sizes are not correct. I use a web-based invoicing system and my invoice windows used to open to the size of the invoice. Now, it opens invoices in full screen. I need the invoice windows to open the way the site tells them to open. How do I make that happen again and never change after that?

    Safe mode disables the installed '''Extensions''', themes ('''Appearance''') and '''Plugins''' in '''Tools''' ('''Alt''' + '''T''') > '''Add-ons'''. So it could be that an extension is causing it. You can try to isolate it starting with script blockers and similar extensions and '''Disable''' or '''Remove''' it.
    Please also note that safe mode also disables hardware acceleration: '''Tools''' > '''Options''' > '''Advanced''' > '''General''': '''Use hardware acceleration when possible'''.
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [http://support.mozilla.com/en-US/kb/Uninstalling+add-ons Uninstalling Add-ons]
    [http://kb.mozillazine.org/Uninstalling_toolbars Uninstalling Toolbars]

  • AP Divs (layers) move when I open my website on different window size.

    First of all, this is my first time trying to make a website.
    I'm doing an assignment for my class and i found it difficult for me to fix. I have spend 4-5 hours researching online but nothing work for me.
    Well,the problem is the AP Divs (layers) move when I open my website on different window size(iphone,ipad).
    The website only look right on 1366 x 786 resolution. Please take a look at my 2 pics below:
    And I don't know how to make the website to fit on the iphone and ipad so that I don't have to scroll down or sroll to the right to view the whole thing.
    Please someone help me!
    The code:
    <!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 http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <meta name="viewport" content="width=device-width" />
    <title>Boston Green Community College</title>
    <style type="text/css">
    <!--
    body {
        background-color: #3f7244;
        padding: 0;
        color: #8d0101;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        line-height: 1.4;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #003702;
        text-decoration: NONE; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #028b66;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 960px;
        background-color: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 0px 0;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: #CCC49F;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    #apDiv1 {
        position: absolute;
        width: 251px;
        height: 101px;
        z-index: 1;
        left: 871px;
        top: 10px;
    #apDiv2 {
        position: absolute;
        width: 228px;
        height: 60px;
        z-index: 2;
        left: 9px;
        top: 1397px;
    #apDiv3 {
        position: absolute;
        width: 273px;
        height: 198px;
        z-index: 2;
        left: 851px;
        top: 383px;
    #apDiv4 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 3;
        left: 242px;
        top: 120px;
    #apDiv5 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 902px;
        top: 178px;
    #apDiv6 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 857px;
        top: 171px;
    #apDiv7 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 455px;
        top: 547px;
    #apDiv8 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 4;
        left: 853px;
        top: 113px;
    #apDiv9 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 5;
        left: 853px;
        top: 246px;
    #apDiv10 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 513px;
        top: 121px;
    #apDiv11 {
        position: absolute;
        width: 200px;
        height: 115px;
        z-index: 6;
        left: 511px;
        top: 123px;
    -->
    </style></head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="Pictures/34d-1.png" alt="Insert Logo Here" name="Insert_logo" width="619" height="90" id="Insert_logo" style="background-color: #C6D580; display:block;" />
        <div id="apDiv11"><font color="#f4f1f1">
    <script type="text/javascript">
    var d=new Date()
    var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
    var monthname=new Array("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")
    document.write(weekday[d.getDay()] + " ")
    document.write(d.getDate() + ". ")
    document.write(monthname[d.getMonth()] + " ")
    document.write(d.getFullYear())
    </script></font>
    </div>
        <div id="apDiv1">
      <!-- Use of this code assumes agreement with the Google Custom Search Terms of Service. -->
      <!-- The terms of service are available at http://www.google.com/cse/docs/tos.html -->
      <form name="cse" id="searchbox_demo" action="http://www.google.com/cse">
      <input type="hidden" name="cref" value="" />
      <input type="hidden" name="ie" value="utf-8" />
      <input type="hidden" name="hl" value="" />
      <input name="q" type="text" size="40" />
      <input type="submit" name="sa" value="Search" />
    </form>
    <script type="text/javascript" src="http://www.google.com/cse/tools/onthefly?form=searchbox_demo&lang="></script>
                                  </div>
                                    </div>
      <div class="content">
        <center><img src="Pictures/DFDF11.png" width="959" height="556" longdesc="Pictures/junior-2-960x.jpg" /></h1></center>
      <!-- end .content --></div>
      <div class="footer">
         <img src="Pictures/RRR1.png" width="202" height="70" />
         <div id="apDiv3">
           <p> </p>
           <p><a href="Job.html">Jobs</a>         </p>
           <p><a href="Art Gallery.html">Art Gallery</a>         </p>
           <p><a href="Contact us.html">Contact Us </a></p>
        </div>
        <div id="apDiv4"><center>
    <P>About</P>
    <a href="visiting.html">visiting</a> | <a href="Map.html">maps </a>| <P><a href="About.html">about BGCC</a></P>
    <P>Academic</P>
    <P><a href="Courses.html">schools+courses</a></P>
    <P>Admissions  </P>
    <P><a href="cost & aid basics.html">cost & aid basics </a>| <a href="Apply now.html">join BGCC</a>
    <P>Studen Life</P>
    <P><a href="Athletics.html">Athletics</a></P>
    <P>Greenforce Education</P>
    <P><a href="Career.html">career center</a></P>
    </center> </div>
         <p><font size="2" color="black">BGCC | 99 GreenField | Boston, MA 02199 |617-0101-1000| TTY 617-0202-9944|</font></p>
        <div id="apDiv9"><a href="Donate.html" target="_blank"><a href="Donate.html"><img src="Pictures/three-green-logo.jpg" width="218" height="99" longdesc="Pictures/three-green-logo.jpg" /></div>
        <div id="apDiv8"><a href="Apply now.html" target="_blank"><a href="Apply now.html">
    <img border="0" src="Pictures/cxgvxdvxgd.jpg" alt="Apply Now" width="218" height="99"></a></div>
      <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

    That's what APDivs do.  This is the single most common problem new people have with web page layouts.  DO NOT use positioning.  You don't need it.  Start over.  Learn to use CSS floats, margins and padding to align elements. 
    Below is a basic HTML5 Layout.  View source in browser to see the code.
    http://www.alt-web.com/sandbox/HTML5-BasicLayout.html
    Nancy O.

  • Urgent please: lost all datas while sync my new iPhone. how can i retrieve my old datas? through icloud?

    urgent please: I have a new iphone 4S and while sync with itunes, it was not done using the data of my old iphone but with a new virgin iphone. how can I retrieve and sync with my old datas? through icloud? or have I lost everything? please help

    to be more precise
    I have saved all my datas of my old iphone on itunes and icloud. I got a new phone 4s that I connected to itunes in order to load it and sync with my old datas. but I don't konw how but when itunes sync my new iphone i did not take my old datas. at the end of the sync process, I got an iphone totally virgin, but none of my previous apps, neither contact neither calendar neither anything. what happened? did itunes erased all my previous datas?? i hope not but if it's the case, can I recuperate my old datas through icloud? please help because as a lot of us, all my life is in this iphone.. (contacts, photos of my 18months girl, etc etc)
    thank you very much

  • How can I adjust event window size while in day view on ical?

    How can I adjust the all-day event window size while in day view on ical?  I have thee all-day events, but they're just a little too big to simultaneously appear without having to scroll up/down the all-day event section.

    {Ctrl + Scroll wheel} does a Page Zoom and that setting is saved domain by domain.
    '''View > Zoom > Reset''' while you're viewing one of those zoomed-out pages in the SmartZone.
    https://support.mozilla.com/en-US/kb/Page+Zoom

  • Kernel panics, message saying "You need to restart your computer.Hold down the Power..." I am in the middle of HSC very URGENT please help!! Mac keeps needing to restart!!

    Kernel panics, message saying "You need to restart your computer.Hold down the Power..." I am in the middle of HSC very URGENT please help!! Mac keeps needing to restart!!
    I looked in console and its saying that it may be because of Sophos Anti-Virus, i deleted and uninstalled all traces of Sophos but looked in console and this is some of the lines coming up:
    26/09/13 10:11:17.945 PM com.apple.launchd: (com.sophos.intercheck[6460]) posix_spawn("/Library/Sophos Anti-Virus/InterCheck.app/Contents/MacOS/InterCheck", ...): No such file or directory
    26/09/13 10:11:17.945 PM com.apple.launchd: (com.sophos.autoupdate[6461]) posix_spawn("/Library/Sophos Anti-Virus/SophosAutoUpdate.app/Contents/MacOS/SophosAutoUpdate", ...): No such file or directory
    26/09/13 10:11:17.945 PM com.apple.launchd: (com.sophos.notification[6462]) posix_spawn("/Library/Sophos Anti-Virus/SophosAntiVirus.app/Contents/MacOS/SophosAntiVirus", ...): No such file or directory
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.intercheck[6460]) Exited with code: 1
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.intercheck) Throttling respawn: Will start in 10 seconds
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.autoupdate[6461]) Exited with code: 1
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.autoupdate) Throttling respawn: Will start in 10 seconds
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.notification[6462]) Exited with code: 1
    26/09/13 10:11:17.946 PM com.apple.launchd: (com.sophos.notification) Throttling respawn: Will start in 10 seconds
    26/09/13 10:11:18.291 PM Safari: self <TabContentView: 0x7f8d5dd1aa50>
    26/09/13 10:11:22.617 PM Safari: self <TabContentView: 0x7f8d5db7bb00>
    26/09/13 10:11:27.866 PM Safari: self <TabContentView: 0x7f8d5c331a70>
    26/09/13 10:12:19.939 PM com.apple.launchd.peruser.501: (com.sophos.uiserver[6487]) posix_spawn("/Library/Sophos Anti-Virus/SophosUIServer.app/Contents/MacOS/SophosUIServer", ...): No such file or directory
    26/09/13 10:12:19.939 PM com.apple.launchd.peruser.501: (com.sophos.uiserver[6487]) Exited with code: 1
    26/09/13 10:12:19.939 PM com.apple.launchd.peruser.501: (com.sophos.uiserver) Throttling respawn: Will start in 10 seconds"
    Looked all over computer and cant find anything of Sophos please help very urgent!

    That was all that there was in the most recent one, how long do you think it could take to fix?
    Here is the second most recent:
    Wed Sep 25 15:39:39 2013
    panic(cpu 0 caller 0xffffff80002c4794): Kernel trap at 0xffffff7f81757965, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff81acc397fe, CR3: 0x000000001e2b5025, CR4: 0x00000000000606e0
    RAX: 0x000000001d31a000, RBX: 0x0000000000000000, RCX: 0x0000000000000000, RDX: 0x0000000000000000
    RSP: 0xffffff80b0dbb710, RBP: 0xffffff80b0dbb820, RSI: 0x0000000000000000, RDI: 0x0000000000000001
    R8:  0x000000000000000a, R9:  0x0000000000000378, R10: 0x0000000000000128, R11: 0x0000000000000378
    R12: 0xffffff800c626400, R13: 0x0000000000000000, R14: 0x0000000000000000, R15: 0xffffff81acc39802
    RFL: 0x0000000000010246, RIP: 0xffffff7f81757965, CS:  0x0000000000000008, SS:  0x0000000000000010
    CR2: 0xffffff81acc397fe, Error code: 0x0000000000000000, Faulting CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80b0dbb3c0 : 0xffffff8000220792
    0xffffff80b0dbb440 : 0xffffff80002c4794
    0xffffff80b0dbb5f0 : 0xffffff80002da55d
    0xffffff80b0dbb610 : 0xffffff7f81757965
    0xffffff80b0dbb820 : 0xffffff7f817667a0
    0xffffff80b0dbb840 : 0xffffff7f8173a58e
    0xffffff80b0dbb870 : 0xffffff7f8177fb6f
    0xffffff80b0dbb8a0 : 0xffffff7f81779632
    0xffffff80b0dbb8d0 : 0xffffff7f8177d7d5
    0xffffff80b0dbb900 : 0xffffff7f8177c6db
    0xffffff80b0dbb9e0 : 0xffffff7f817412b8
    0xffffff80b0dbba10 : 0xffffff7f81778684
    0xffffff80b0dbba30 : 0xffffff7f817449ce
    0xffffff80b0dbbb60 : 0xffffff7f81741a4c
    0xffffff80b0dbbbc0 : 0xffffff8000655f3e
    0xffffff80b0dbbbe0 : 0xffffff800065681a
    0xffffff80b0dbbc40 : 0xffffff8000656fbb
    0xffffff80b0dbbd80 : 0xffffff80002a3f08
    0xffffff80b0dbbe80 : 0xffffff8000223096
    0xffffff80b0dbbeb0 : 0xffffff80002148a9
    0xffffff80b0dbbf10 : 0xffffff800021bbd8
    0xffffff80b0dbbf70 : 0xffffff80002aef10
    0xffffff80b0dbbfb0 : 0xffffff80002daec3
          Kernel Extensions in backtrace:
             com.apple.driver.AppleIntelHD3000Graphics(7.3.2)[A2328231-E577-32FF-B20F-D08BDC FE9C51]@0xffffff7f81738000->0xffffff7f8179bfff
                dependency: com.apple.iokit.IOPCIFamily(2.7)[5C23D598-58B2-3204-BC03-BC3C0F00BD32]@0xffffff 7f80889000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[7C8672C4-8B0D-3CCF-A79A-23C62E90F895]@0xff ffff7f80d2e000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[D0A1F6BD-E66E-3DD8-9913-A3AB8746F422]@0 xffffff7f80cf5000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    11G63b
    Kernel version:
    Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Kernel UUID: FF3BB088-60A4-349C-92EA-CA649C698CE5
    System model name: MacBookPro8,1 (Mac-94245B3640C91C81)
    System uptime in nanoseconds: 1866666823698
    last loaded kext at 480357661446: com.apple.filesystems.smbfs          1.7.2 (addr 0xffffff7f80795000, size 241664)
    last unloaded kext at 303348424187: com.apple.driver.AppleUSBUHCI          5.1.0 (addr 0xffffff7f80af7000, size 65536)
    loaded kexts:
    com.sophos.kext.sav          8.0.14
    org.virtualbox.kext.VBoxNetAdp          4.2.16
    org.virtualbox.kext.VBoxNetFlt          4.2.16
    org.virtualbox.kext.VBoxUSB          4.2.16
    org.virtualbox.kext.VBoxDrv          4.2.16
    com.logmein.driver.LogMeInSoundDriver          1.0.2
    com.Greatdy.driver.SystemAudioCapture          1.0.0
    com.apple.filesystems.smbfs          1.7.2
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.iokit.IOBluetoothSerialManager          4.0.8f17
    com.apple.driver.AudioAUUC          1.59
    com.apple.driver.AppleHDA          2.2.5a5
    com.apple.driver.AppleMikeyDriver          2.2.5a5
    com.apple.driver.AGPM          100.12.75
    com.apple.driver.AppleUpstreamUserClient          3.5.9
    com.apple.driver.SMCMotionSensor          3.0.2d6
    com.apple.driver.AppleSMCPDRC          5.0.0d8
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AudioIPCDriver          1.2.3
    com.apple.driver.AppleSMCLMU          2.0.1d2
    com.apple.driver.ApplePolicyControl          3.1.33
    com.apple.driver.ACPI_SMC_PlatformPlugin          5.0.0d8
    com.apple.driver.AppleIntelHD3000Graphics          7.3.2
    com.apple.driver.AppleBacklight          170.2.2
    com.apple.driver.AppleLPC          1.6.0
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.filesystems.autofs          3.0
    com.apple.driver.AppleUSBTCButtons          227.6
    com.apple.driver.BroadcomUSBBluetoothHCIController          4.0.8f17
    com.apple.driver.AppleUSBTCKeyboard          227.6
    com.apple.driver.AppleIRController          312
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          33
    com.apple.iokit.SCSITaskUserClient          3.2.1
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCISerialATAPI          2.0.3
    com.apple.iokit.IOAHCIBlockStorage          2.1.0
    com.apple.driver.AppleUSBHub          5.1.0
    com.apple.driver.AppleFWOHCI          4.9.0
    com.apple.driver.AirPort.Brcm4331          561.7.22
    com.apple.driver.AppleSDXC          1.2.2
    com.apple.iokit.AppleBCM5701Ethernet          3.2.4b8
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleSmartBatteryManager          161.0.0
    com.apple.driver.AppleAHCIPort          2.3.1
    com.apple.driver.AppleUSBEHCI          5.1.0
    com.apple.driver.AppleACPIButtons          1.5
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.5
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          195.0.0
    com.apple.nke.applicationfirewall          3.2.30
    com.apple.security.quarantine          1.4
    com.apple.security.TMSafetyNet          8
    com.apple.driver.AppleIntelCPUPowerManagement          195.0.0
    com.apple.iokit.IOSerialFamily          10.0.5
    com.apple.driver.DspFuncLib          2.2.5a5
    com.apple.iokit.IOSurface          80.0.2
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.driver.AppleHDAController          2.2.5a5
    com.apple.iokit.IOHDAFamily          2.2.5a5
    com.apple.iokit.IOAudioFamily          1.8.6fc18
    com.apple.kext.OSvKernDSPLib          1.3
    com.apple.driver.AppleGraphicsControl          3.1.33
    com.apple.driver.AppleSMC          3.1.3d10
    com.apple.driver.IOPlatformPluginLegacy          5.0.0d8
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleBacklightExpert          1.0.4
    com.apple.driver.IOPlatformPluginFamily          5.1.1d6
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.driver.AppleIntelSNBGraphicsFB          7.3.2
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.kext.triggers          1.0
    com.apple.driver.AppleUSBBluetoothHCIController          4.0.8f17
    com.apple.iokit.IOBluetoothFamily          4.0.8f17
    com.apple.driver.AppleThunderboltDPInAdapter          1.8.5
    com.apple.driver.AppleThunderboltDPAdapterFamily          1.8.5
    com.apple.driver.AppleThunderboltPCIDownAdapter          1.2.5
    com.apple.driver.AppleUSBMultitouch          230.5
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.AppleUSBMergeNub          5.1.0
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.2.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.2.1
    com.apple.driver.AppleThunderboltNHI          1.6.0
    com.apple.iokit.IOThunderboltFamily          2.0.3
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOFireWireFamily          4.4.8
    com.apple.iokit.IO80211Family          420.3
    com.apple.iokit.IOEthernetAVBController          1.0.1b1
    com.apple.iokit.IONetworkingFamily          2.1
    com.apple.iokit.IOAHCIFamily          2.0.8
    com.apple.iokit.IOUSBFamily          5.1.0
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.7.1
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          177.11
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.driver.DiskImages          331.7
    com.apple.iokit.IOStorageFamily          1.7.2
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.5
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4

  • Yosemite: How do I get back from full-screen to original window size?

    Okay, so today I used iPhoto for the first time since I reluctantly upgraded to Yosemite on Friday.
    iPhoto is one of the few apps I often take into full-screen mode, and so obviously I noticed today that they've kindly taken away the full-screen arrows in the top right-hand corner of the window in Yosemite.
    Posting a question about that in Support revealed the 'new improved' way to go full-screen, which is to click on the green traffic light in the top left-hand corner of the window.
    Fair enough, but how do I get my iPhoto window back to the size it was before I went full-screen? I tried clicking the green-button again, but that insists on the window being what I call 'maximised', ie. spread across the entire width of my desktop. I want to snap from full-screen back to the window size I had before going full screen.
    The arrows in the top right-hand corner used to do that perfectly well, but they're not there any more so I'm having to resort to laboriously re-sizing my window each time, which is far from ideal.
    Anyone able to advise me please?

    Do we know if it is iPhoto-specific, or do all app windows behave in this way?
    Actually, I suppose I could find that out for myself...

  • Urgent, Please help me in this problem.I am getting problem while installation

    I am using Windows 8 in my system. I am trying to install Sql Server in system . Everything is fine, but finally  when i click on install button i am getting the following error .
    please help me quickly. I well be thankful to you.

    Triple post meanwhile:
    http://social.msdn.microsoft.com/Forums/en-US/7fafa499-ca1e-42f7-a117-73df924d9847/urgent-please-help-me-in-this-problemi-am-getting-problem-while-installation?forum=sqlsetupandupgrade
    http://social.msdn.microsoft.com/Forums/en-US/a1c7978c-2f84-495f-a8b6-9e9fe46654d7/getting-problem-while-installing-sql-server-2012?forum=sqlsetupandupgrade
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Adobe Acrobat X - initial (default) window size to large

    I recently changed my monitor and now whenever I open a PDF the default window size takes up 80% of my screen.  I'm using Filemaker 12 to create these PDFs, and the inital view is set to Page Only, Single Page and 100% Magnification.  The problem is the Acrobat window is about twice the size of the page width, covering up the rest of my windows.  I cannot find the setting to specify the default window size?
    I'm running Acrobat X 10.1.6, running on OS X 10.8.3
    Please advise.

    How are you creating your PDF from Excel? Are you using the PDFMaker macro or the Adobe PDF printer?

  • Dialog box size when saving a postscript file CS5 is huge.

    When i save a postscript file, the dialog box that allows me no navigate to the place I wish to save my file is huge. About 10 inches wide and 3 inches high.
    I have tried to resize this box, expecting that the last used dimensions would be remembered the next time I entered this box but I get the same huge overly wide and not deep enough box.
    I hate resizing this box so I can see my sidebar. This never happened in CS3. CS3 honored the box as I sized it every time I saved.
    What is wrong with CS5?
    Where do I change this behavior.

    Replacing preferences did not help. System updates did not resolve this behavior.
    The other behavior I hate is when I open a document the application window enlarges to the maximum area on my monitor. The application window occupies the left edge to the dock on the right, just below the menu bar at top to the very bottom edge of the monitor.
    Most other applications remember what the last window size of a document was when I saved and closed it.
    What I end up doing EVERY TIME I OPEN A FILE is shortening the window on the right and bottom so I do not have my tool windows covering my document. I like Static tools, not auto hide.
    As long as I am griping I'd like to know how to turn off the auto resize of the document view when I enlarge or reduce my window. I want the document to remain a constant size UNTIL I DECIDE to resize it.

Maybe you are looking for

  • Value-added tax problem about free goods!

    Hi All, I've got a value-added tax problem..... Can anyone can come out with a solution. Here is the Business Scenario.... One product company offen give some free goods to its customer company for test or probation. In pricing, the free goods have n

  • How to import a transport from one SAP system to another SAP System?

    We have a requirement where the same security report needs to be made avialble across the whole SAP landscape - comprising of ECC6, PI7, BW, HR , SRM, CRM etc. To reduce the time and effort, is it possible to create the report in ECC6 attach it to a

  • 5.6 raw converter turns pure white into purple

    i bought a canon 7D in early october and i still can't use PS cs4 to convert my raw files -- even the newest version (5.6) turns the highlights *purple* has anyone else noticed this? is there a workaround? will adobe fix it soon? i hope so -- that's

  • How can I change the default settings?

    I prefer to not have sound played unless I specifically want it to. The latest version of Flash Player automatically starts playing sound as soon as a Flash video on any page I visit also starts playing. This is disrupting and unwelcome. I turn the s

  • Is it possible to display default values in input ready query.

    Hi Guys, Is it possible to display default values in input ready query.