Disable question about opening internet downloaded content?

Hi all,
Is there anyway to disable the question snow leopard asks you about to open content that you downloaded from the internet?

HI,
If you diable that warning, you could be asking for problems... might want to read here.
http://www.macosxhints.com/article.php?story=2009081808315511
If you still want to diable that dialog go to Safari/Preferences and select the General tab.
Deselect: Open "safe" files after downloading.
Carolyn
Message was edited by: Carolyn Samit

Similar Messages

  • A question about opening ports

    I have a question about opening ports with the airport. I need to open up ports UDP 88 & 3074 and port TCP 3074. I am wondering if I should open these ports for the specific IP address on my network that will be using them or if I should open the ports on the gateway IP (10.0.1.1) not sure which is the right route to take. Any help would be appreciated.
    These are for running an xbox over xbox live.

    Typically, you will want to open these ports for the device on your local network that needs to be accessed from the Internet. In this case, it would be your Xbox 360.
    Unfortunately, the AirPorts are not listed as Xbox Live-compatible routers ... so there is no guarantee doing this will get Open NAT status for Xbox Live.
    The following web blog does a great job explaining the NAT issues with Xbox Live. Basically what it comes down to is that although you can get an Internet connection for the Xbox 360 with the AirPorts, you may not get the necessary NAT setting (Moderate or Open) for the Xbox Live game that you want to play. As such, Port mapping may be required to allow Xbox Live access.
    The following ports must be available for Xbox Live to operate correctly:
    • UDP 88
    • UDP 3074
    • TCP 3074
    To setup port mapping on an 802.11n AirPort Extreme Base Station (AEBSn), either connect to the AEBSn's wireless network or temporarily connect directly, using an Ethernet cable, to one of the LAN port of the AEBSn, and then use the AirPort Utility, in Manual Setup, to make these settings:
    1. Reserve a DHCP-provided IP address for the Xbox 360.
    Internet > DHCP tab
    o On the DHCP tab, click the "+" (Add) button to enter DHCP Reservations.
    o Description: <enter the desired description of the host device>
    o Reserve address by: MAC Address
    o Click Continue.
    o MAC Address: <enter the MAC hardware address of the Xbox>
    o IPv4 Address: <enter the desired IP address>
    o Click Done.
    2. Setup Port Mapping on the AEBSn.
    Advanced > Port Mapping tab
    o Click the "+" (Add) button
    o Service: <choose the appropriate service from the Service pop-up menu>
    o Public UDP Port(s): 88, 3074
    o Public TCP Port(s): 3074
    o Private IP Address: <enter the DHCP Reserved IP address for the Xbox you created earlier>
    o Private UDP Port(s): 88, 3074
    o Private TCP Port(s): 3074
    o Click "Continue"

  • Question about openning files using SDK 10.

    I have written a Plug-In for SDK 9 that works wonderfully. One of the functions is for the user to be able to page (Next/Previous) between PDF files on our server. This functionality now longer works without crashing Acrobat 10. All I am doing is creating the URL path to the next/previous PDF, creating a CustomFileSys with the path and calling AVDocOpenFromFile.
    Does this no longer work with Acrobat 10 SDK?
    Thanks!

    Should work fine, AFAIK.
    For this level of issue, I would open a formal support request with developer support.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Mon, 10 Oct 2011 08:51:08 -0700
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Question about openning files using SDK 10.
    Question about openning files using SDK 10.
    created by Greggars<http://forums.adobe.com/people/Greggars> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/3963065#3963065

  • Security question about opening PDFs in Reader as opposed to Standard or Professional

    Our ITC wants us to open all downloaded PDFs in Acrobat Reader 9 as opposed to Acrobat 7.0 Standard. We currently have both. We download a lot of PDFs and frequently need to Reduce File Size or extract pages, etc. I am hoping to upgrade my Acrobat 7.0 Standard to Professional 9.
    Is there a valid security reason to always open first in Reader? Based on what I have read Acrobat Reader 9 and Professional 9 both had security risks and it is my understanding that a patch has been released today.
    Is there a security risk still for Acrobat Professional 9 and is there a security risk for Acrobat Standard 7.0? Does requiring us to download, save and open PDFs in Reader 9 first make sense from a security standpoint?
    Thanks very much for any input.

    I don't remember any claims that Reader was safer than Acrobat. I use Acrobat exclusively and Adobe recommends against installing both due to conflicts (they use a lot of the same files). The biggest factor to be careful about is to not open any attachments or applications that may be built in. These can be put in the PDF and both Acrobat and Reader open such tools. I would tend to question the basis for the IT folks decision, particularly based on the Adobe recommendation and problems that it creates. At least that is my opinion.

  • Question about opening sockets

    Hello I have some questions about using sockets.
    I made a program which works with sockets.
    I have a class which contains this
    static byte[] send(byte outbuf[], int len, byte recbyt[], long recip[])
            InetAddress dst = InetAddress.getByName(sendip);
            DatagramPacket request = new DatagramPacket(outbuf, len, dst, sendportint);
            DatagramSocket socket = new DatagramSocket();       
    socket.send(request);
      DatagramPacket packet = new DatagramPacket(inbuf, inbuf.length);
    socket.receive(packet);
      }In another class I call this method like this
    for(int i=0;i<rows;i++)
    send(byte outbuf[], int len, byte recbyt[], long recip[])
    }As you can see it opens a socket when sending something but never close. Does this mean that evrytime I call send it opens a new socket??
    So that if rows is 500 after this loop 500 socket are opened??
    When I place close.socket after socket.receive() it works the same. Is this better or not??

    What do you mean with this line
    Method ends, Socket gets GCed and closes on GCDo you mean when the method ends the socket closes??
    And what is GC?

  • Another one question about how to download applet (not using external tool)

    Hi
    i write tool for downloading applet on card. I use apdu trace from NXP eclipse plugin as source of information and i read also about cap-file format in Java Card Virtual Machine specification. And i have questions about data transferred by LOAD command.
    As example - from apdu trace i see that transferred data are "C4820E33 DATA1 DATA2". Full length of transferred data is 0x2EE2.
    C4 - OK, this is "Load File Data Block" tag as specified in Global Platform
    820E33 - OK, this length of tag, =0x0E33
    DATA1 - sequence of cap-file components: Header.cap, Directory.cap, Import.cap, Applet.cap, Class.cap, Method.cap, StaticField.cap, ConstantPool.cap, RefLocation.cap. Length of DATA1 is 0x0E33, i.e. DATA1 = 'C4'-tag value.
    DATA2 - sequence of two cap-file components: Descriptor.cap and Debug.cap. These components are out of 'C4'-tag.
    the questions mentioned above... here they are:
    1. Global Platform does not define any data in LOAD command except 'E2' and 'C4' tag. Why DATA2 is transferred out of any tags?
    2. Whether the sequence of cap-file components is important? i.e. Can i load Header.cap, Directory.cap etc. in other order than i see in DATA1 field from apdu-trace?
    3. Debug.cap seems to be optional component. And what about Descriptor.cap component? Need i load it on card?

    666 wrote:
    1. Global Platform does not define any data in LOAD command except 'E2' and 'C4' tag. Why DATA2 is transferred out of any tags?Because the components are either optional or only required when communicating with a JCRE that has debugging capabilities. I assume you ran the project in JCOP Tools in debug mode against the simulator? If you did this against a real card it would fail as it does not have an instrumented JCRE capable of debugging code. You could try running the project as opposed to debugging to see the difference.
    2. Whether the sequence of cap-file components is important? i.e. Can i load Header.cap, Directory.cap etc. in other order than i see in DATA1 field from apdu-trace?Yes it is. It is defined in the JCVM specification available from the Oracle website.
    3. Debug.cap seems to be optional component. And what about Descriptor.cap component? Need i load it on card?No, it is optional and is not referenced by any other CAP file component.
    Cheers,
    Shane

  • Question about permissions in portal content

    Hi all,
    I'd like to ask you guys a question about permissions given to pages in the portal content (EP 6.0).
    When a user accesses a page that contains an iView (for example one for a Web Dynpro, or for a BSP), and the page permissions are correctly set for the user (or a group the user is member of), everything works fine and the user can see and use the application contained in the iView.
    If the Page has no permissions set and the user tries to access this page, an empty page appears instead and the "Detailed Navigation" column appears on the left.
    I know I should not let the user see the link to the page he is not authorized to use (this is done managing the roles given to the user), but I'd like to know from you if it is possible to show a message like "unauthorized user" instead of the empty page that appears.
    Can you also tell me how to keep the "Detailed Navigation" column hidden on the extreme left?
    Thank you for any hint you can give to me.
    Lorenzo

    Hi Lorenzo,
    a way how you might go ahead and hide or show content for specific user groups is via roles merging (see documentation <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/53/89503ede925441e10000000a114084/content.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/53/89503ede925441e10000000a114084/content.htm</a>
    In essence, this means that you create for example 2 roles (A and B): A contains some content everyone can see, B more secure content for another group. You merge those 2 roles via a merge ID - and if a user has both roles, he sees the content in this workset with all the navigation options. If somebody only has role A, he will only see this content.
    Maybe this is someting that could help with you considerations (always depending on the number of items that are affected, this might be a useful way, or leading to too much confusion, because you have too much different roles).
    Best regards
    Jana

  • Question about opening ports

    Hi All,
    I've recently had some problems trying to video chat with a new person. They're on a pc using AIM 5.9. I've been able to chat with a different pc user before as well as some ichat users. I can also successfully connect to the Apple test severs. I've never done any port forwarding/triggering on my router (Netgear wgt624v3). I know that just about every thread here having to do with connection problems talks about opening up a bunch of ports. So my question is should I have to do that if I'm able to connect to the Apple servers, a different pc user and other ichat users without having done anything to my router?
    Thanks,
    Chris

    Hi Chris,
    If you can call out to many people and have one that you can not contact there are twoi possibilities.
    1) They have not set up their end.
    2) You and they are set up but are having problems with the way the other device does NAT.
    A bit more on the subject http://www.ralphjohnsuk.dsl.pipex.com/page15.html#CertainBuddy
    7:48 PM Sunday; January 14, 2007

  • Question about the Atuomatically download pre-purchased content feature

    How does it work? I preorderd a Album on iTunes, and if I turn that feature on, will it download the Album as soon as I sign into my account?

    I wrote to apple about the season pass missing out on the first 13 episodes, and here is the lip service response I received:
    Thank you for contacting the iTunes Music Store. I apologize for any frustration having out of order episodes may have caused you.
    Apple takes the quality of products offered on the iTunes Music Store very seriously. We will investigate the season pass video issue you reported in depth, and we will notify you as soon as more information is available.
    The iTunes Music Store is dedicated to creating a pleasant shopping alternative for media lovers of all walks of life. Thank you for your patience as we work to make your experience with the iTunes Music Store more enjoyable.
    In the meantime, you may wish to ensure that your computer meets the minimum system requirements, and your iTunes and QuickTime software is up to date.
    To play purchased videos, you need iTunes 6 or later, which has the following minimum system requirements:
    Windows users will need...
    1.5 GHz Pentium 4 for purchased video playback.
    Windows 2000 or Windows XP with the latest service packs installed.
    256 MB RAM and 32 MB of video memory to play purchased videos.
    QuickTime 7.0.3 or later.
    Recommended: A broadband Internet connection for accessing the iTunes Music Store.
    You can download the latest version of iTunes and QuickTime at no charge from our website.
    http://www.apple.com/itunes/download/
    http://www.apple.com/quicktime/download/
    I hope that you continue to enjoy purchasing from the iTunes Music Store.
    Sincerely,
    Tony
    The iTunes Music Store team
    That is NO HELP at all!!

  • Question about Sent Mail folder contents

    Hi Everyone.
    this question requires a fair amount of background -- I tried my usually very helpful users' group and didn't get any responses. Here's the story:
    I upgraded my macbook pro to Leopard partly because I thought Time Machine would make me backup more regularly (it has). I have a few sporadic backups from prior to the upgrade, and then I backed up right before I upgraded. I had a disk error during my first attempt at an archive & install, found that the disk was wiped, thanked my lucky stars I backed up beforehand, ran disk utility on the disk, and then did an erase & install instead.
    After the upgrade, I used the migration assistant to restore my user account from my backup. At some point after the fact, I noticed that my sent mail mailbox in mail.app for my primary email account was missing all my emails except for the period from 3/30/05 to 4/15/05 and from 1/07 to 4/07.
    I thought I was hosed, but today I found I had another backup on a second disk, and that one has 10,614 emails in the sent mail folder (to be precise Sent Message (account name).mbox/Messages/). After importing, I have all of those sent emails restored in a folder in mail.app.
    However, during this process, I went and checked my Sent Messages mailbox in my current Library folder for this user account. In that folder (Library/Mail/Mailboxes/Sent Messages (this account).mbox), all of the files (content_index, Incoming_Mail, IncomingTable_ofContents, mbox, and tableofcontents) show an incorrect(?) created / modified / Last opened date of 5/26/05. The Info.plist file has the correct dates, and the Messages folder does, too. Those same files are in the Sent Messages folder on both of my backups, and have the same date (5/26/05) listed.
    I actually pulled all of the files listed above with the weird dates and removed them from the Sent Messages.mbox folder. That doesn't seem to matter to mail -- everything still seems to be working just fine.
    So, my question is, are those files crucial, or are they cruft from multiple generations of OS updates and mail.app updates that are no longer needed? It seems like no new versions were automatically generated when I removed the old ones, and mail doesn't seem to be broken.
    I've been using mail.app at least since 2004 and the emails in the sent mail folder trace back to a Pbook G4 that started with OS X 10.1 (maybe even 10.0 -- my memory isn't as good as it used to be) and was upgraded with each major release, then I migrated to the current MacBook Pro and upgraded it from Tiger to Leopard. So I've probably used the migration assistant (or archive & install) to help me move files (or did it manually) through one laptop changed and four OS upgrades.
    Any ideas about this Sent Messages question or in general about how I might clean up my Mail folder are appreciated.
    Thanks!

    I have both POP and IMAP email accounts.
    The IMAP is easy. Until you delete it is visible on both phone and computer. Once you delete it is gone from both, although with providers like Google, you can still un-delete it. Google, among others, provides free IMAP email.
    For POP, there is a setting in Entourage preferences, (maybe in mail.app, too) that will let you decide to automatically delete the mail from the server, manually delete the mail from the server, or automatically delete after a period of time. I set my pop account to automatically delete from the server after one month. You set up the iPhone the same way - to leave it on the server. This way, a message will download to both your computer and to the iPhone. If you are working at your computer, you can still manually delete the message from the server so that it does not go to your iPhone, since you have already handled it. But even if you never delete from the server, it will automatically delete in a month so that you do not go over your email limit (if any) for your ISP.
    Also, with my POP account, I set up the phone to automatically send a copy to me of all outgoing messages. This way my computer has a copy of everything I send from the phone.

  • Satellite C50-A-571 -Two questions about Toshiba drivers download

    Hello all , great day .. how is it doin?
    I'm new to this forum , it's good to be here hoping will find solution to every problem we facing
    My first question is : why the drivers download from "http://www.toshibamea.com/" is so slow and limited or something? , it never finish downloading , I'm always having connection interrupted when trying to download a driver, isnt there other mirrors or something?
    Second question:
    why is there so many unnecessary drivers ? like I set all my preferences, product type, family,model , series ... and it gave me 33 driver , and some of them aren't drivers for my laptop
    I have a Satellite C50-A-571 notebook

    Hi and welcome
    Im not some expert but Ill try to offer my answers.
    1/
    As far as I know support page you use is offered for Middle East and Arica. I don't know where is the server placed but download should not be problematic. In the past I used it few times for drivers check and everything was OK. Maybe is there some problem with your Internet connectivity.
    Toshiba support and download page is definitely not limited and can be used anytime you want.
    2/
    Ive checked download page and found 33 results for Win7 64bit so I presume you want to install this Windows version.
    Anyway all listed stuff are not just the drivers but also useful Toshiba specific tools and utilities. This tools and utilities control some special useful special features like special keys functionality or HDD protection.
    I can just recommend you to install all of them and have full control over your machine. Of course if you don't like or don't need some of them they can be disabled or removed from the system.
    I hope my opinion is useful for you. If you have more questions you are welcome.

  • Question about open and close of MySqlConnection

    hi
        i'd like to ask a question.   
      MySqlConnection connection = newMySqlConnection(stringConnection);
                    MySqlCommand cmd = connection.CreateCommand();
                    connection.Open(); and i have a try catch. accoding to your opinion, i should put  connection.Close() in the block of try,or outside of block of try? according to you,if i open the connection and do not close,is it bad?or i open 2 times(using different istancse,like connection1 and connecton2),is it ok? thank u very muchbest regardsmartin  

    This code will work in tests. But it will propably fail in a production environment. You don't even close the connection and that is bad enough. This is how you should never,
    EVER work with disposeable objects!
    try
    MySqlConnection connectionLev = newMySqlConnection("server=P30LSIMUL;user id=root;database=cncp20l");
    MySqlCommand cmd = connectionLev.CreateCommand();
    connectionLev.Open();
    Console.WriteLine("OK");
    catch (Exception ex)
    Console.WriteLine(ex.Message);
    try
    MySqlConnection connectionLev = newMySqlConnection("server=P30LSIMUL;user id=root;database=cncp20l");
    MySqlCommand cmd = connectionLev.CreateCommand();
    connectionLev.Open();
    Console.WriteLine("OK");
    catch (Exception ex)
    Console.WriteLine(ex.Message);
    If code like that runs in any production environment, you are about to get fired.
    From a catapult.
    SqlConnections implement Finalize so when the GC does collect them, they will be properly closed. That can be anywhere between "milisccond the reference vanishes" and "the programm is closed after 100 years of the computer running without
    a hitch and reboot."
    Put one of those blocks (or both) into a loop that runs 100 times and you will run out of avalible SQL conenctions.
    Since you alraedy have a try...catch block, just use the construct that Magnus showed you:
    Put the variable outside of the try (so finalize can access it). Check for null (in case an exception happened before/during the creation, not during the use of it) then Dispose.
    Note that finalize is even run after the function it is contained in returns (about the only code that can still run then). And that you should always log/expose ex.ToString(), never only the message (that one contains only 5% of the information, the otehr
    95% are much more important).
    More tips about exception handling:
    http://www.codeproject.com/Articles/9538/Exception-Handling-Best-Practices-in-NET
    Let's talk about MVVM: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/b1a8bf14-4acd-4d77-9df8-bdb95b02dbe2 Please mark post as helpfull and answers respectively.

  • Question about opening a vi reference in a sub-vi in a loop

    I have a weird question that has to do with a performance change I saw between Labview 7.1 and 8.2.  Maybe someone knows something about this.
    Basically when I upgraded to 8.2 I found a couple of memory leaks in my code.  They didn't really cause memory to increase actually, but they caused labview to take several minutes to close if I hit the abort button.  I tracked it down to a couple of spots where I was inadvertently calling a vi reference in a sub-vi in a loop.
    So if I run this in either 7.1 or 8.2, I can call hundreds of thousands of instances of the vi ref in a loop.
    But if I take the above code and sub-vi it like this:
    Now if I run this for a couple seconds labview takes a long time to close, and if I run this for several minutes labview will basically hang entirely when I abort the vi.
    But if I do the same thing in Labview 7.1 the performance is exactly teh same regardless of whether the open vi reference is in a sub-vi or not.
    So what changed?  I don't really care about the difference, as I probably shouldn't be doing this in a loop anyway, but what is different in 8.2 that caused the change?
    -Devin
    I got 99 problems but 8.6 ain't one.

    Of course, but I am interested in knowing what changed, just for my own edification. 
    Obviously something changed between the two versions.  And what is strange is that there is no problem at all opening millions of vi references as long as I am not passing the reference control out of a sub-vi terminal.
    There is an openG function that did this exact function, and I was actually using it in one of the states in a state machine.  So the state machine would continually go through a repeating cycle, and after several days I would start to notice labview would take forever to close if I stopped the vi.  So its not like I did something as noticably dumb as the example I showed, but it is interesting to me what is actually occuring inside labview here, and why it didn't have a problem in 7.1.  I find the more i know about the innards of labview's memory allocation and management, the easier it is to good-performing code.
    -Devin
    I got 99 problems but 8.6 ain't one.

  • 2 simple questions about opening and closing seperate windows via iWeb...

    I'm a web newbie, so please excuse me for my lack of terminology. My questions are... 1. How do i have iWeb open a separate browser window "simultaneously" from my main page to display a quicktime movie or piece of artwork? 2. Is it possible with iWeb to create a "close" window button within that same seperate window so that the veiwer does not have to click the red button in the upper left hand corner. Thanks guys and girls!
    G5 Dual 2.3   Mac OS X (10.4.5)  

    Sorry! i meant I tried all of the links that are on your web page. There are quite a few of them and I watched most of the movies but there aren't any that open on a new window with a link to close it. I thought that happened because I had a pop-up blocker but even after dissabling the blocker and trying opening some of them again they still opened in the same window. I did come accross a couple of links that changed the window and made it do wacky thinks like moving fast left and right and forcing the window to get smaller. Kinda fun but this is not what I had in mind.. lol The rollover javascript is nice but I couldn't find it on the page's source. Is it the part that says "<script language="JavaScript1.2" src=..."? I'm just curious to know which software you used to make the flash movies and how difficult it was. Maya rocks by the way!

  • Question about opening pdf in Browser

    Hello All.
    Being a systemadministrator at a mental healthcare site, we use scanners for digitizing papers and importing this into our EPD.
    Digitized papers are in PDF format, but despite the settings in Adobe reader (EDIT - PREFERENCES - INTERNET - Show PDF in Browser) the PDF will always be opened in Adobe reader, making it difficult to save them in EPD.
    Is this a bug?
    Running Windows 2008 R2 64 Bits (Terminal Server) with IE 8.0.7601.17514 and Adobe Reader 10.1.0
    I don't see any Add-on called Adobe Reader in IE, I do see Adobe PDF link helper.
    Could the absence of this add-on be the cause of my problem?
    Thanks in Advance,
    Jack

    You might want to check the registry settings mentioned at the end of this knowledgebase article on View PDFs on Web.

Maybe you are looking for

  • GE70 Issues on Startup / Resume from Sleep

    Ever since I got my laptop back from it's first RMA to fix the fan which had stopped working, I've been having issues with the hard drive. For some reason the packing slip on the first RMA said they also replaced the HDD, which was working fine I tho

  • Reading the binary data from a http request received via socket connection.

    1. I require to extract the binary data out of a http multipart request, 2. I have a server socket opened up, which can receive connections over tcp( and therefore http.) 3. I will require to read the stream, find out the "request boundary identifier

  • Cd stuck in superdrive

    I have an cd stuck in the superdrive. It gets out only partial but something still got hold of it inside the drive. So I can not force it out. the only solution seems to be to lay the mac flat on it's face (display) and then eject the cd. It comes ou

  • Newbie has Trouble Loading Flash Player

    Hello everybody, I have the WRT54G2 sending a signal from my Windows XP PC to a computer in the other room (Win 2000) that is connected to the flat screen TV.  The internet comes up fine but I can't watch any movies on Hulu because there is no Adobe

  • New functions missing in Adobe CC

    Hi I noticed that the new functions such as QR code creator and new document preview in Adobe CC Indesign is missing in my version of CC Indesign. In Dreamweaver I've got the palette CSS Styles but in the new version of Dreamweaver this palette is ca