New image feature?

After upgrading to 10.4.11 and getting Safari 3.0 final, I've noticed that if I'm on a website that has a picture that is a link, when I click the picture (hoping to view it in the window) it downloads the image to my desktop. Does anyone know how to get the behavior back to what it was before? Every time I want to view an image, I don't want it downloading to my desktop.

Hello Karl,
Thank you for this clear answer. As you described the technology, I think it will fit perfectly to the needs of our "big brother" department.
Currently they get a copy of every message that contains an image, sound file or movie. They check (at least, they say they do) every message for non professional/harmful content.
Currently the number of images entering their mailbox is overwhelming; maybe a tool like Image Scan can reduce the load and forward only the images with a serious amount of "skin-color".
A couple of points here:
1) IIA only scans images, not movies or sound files.
2) If they really are checking every image, IIA will not replace that. We don't even recommend quarantining based on the IIA score, because there will be False Positives. The best way to use it is to create Content Filters that trigger based on IIA score, but just insert a header (or bcc to a special mailbox). Then run a report periodically and see who is at the top. of the list. Those are the people who warrant closer attention.
Are there any figures on the load the image scanner will add to the system? We recently replaced our four C600's by C650's because the C600's where running on 100% CPU constantly. I don't think I can request for more budget to add machines within coming two year.
best regards Steven
Internal and Beta testing found very minimal impact on a standard mail load. This will depend on what your mail flow is like, what kinds of services you are running, and how many messages have images attached.
If you are load balancing your 4 systems, you can enable IIA on one or two of them and see if there is much performance difference between the ones running IIA and the ones that aren't.
The best way to find out is talk with your sales team about getting a demo key. They can guide you through the setup and creating reports.
-karl

Similar Messages

  • In browser editing: Can my client add new images with hyper-links to their websites without having to replace images already there?

    My client would like to be able to add new images to their site themselves and use them as hyper-links to external sites without having to replace an old image with the new one (or blank place holding images - far from ideal). Is there ANY way that this is possible? They do not wish to update and add new images/links regularly and it is certanly not intended to be used as a blog or way of being able to constantly keep content new and fresh otherwise I would set them up with a blog account and add that to the site. It is merely a way of adding links to other local businesses every once in a while.
    Please see the page they wish to update... Friends. (Please excuse the layout... the customer will not be able to resize or edit the images themselves and wishes to add them as-is!)
    Thanks in advance for any help. If anybody knows how I can ask an Adobe official mod, that would be great... that, or make a request for a future addition in an update?
    Warm regards,
    Ben Gathercole

    Hi Andria,
    Changing links is currently not possible with in-browser editing.
    Please post this as a feature request in the following feedback form :
    http://feedback.inbrowserediting.com/?url=
    Regards,
    Akshay

  • Setting azure portal icon for new images

    According to the Azure Service Management REST API, one should be able to set the icon to be displayed in the portal using the IconUri and SmallIconUri tags as described here.
    http://msdn.microsoft.com/en-us/library/azure/jj157198.aspx
    I sent this command with these values set to the URLs for publicly available png icon files and created a new image.  The image was created successfully and no errors were returned, however the icons displayed are still the default windows icons.
    Is this feature disabled somehow or is there some other specification that needs to be set or addressed?
    I could continue to try endless possibilities (like different sized icons or URL locations) but it seems like this should have worked according to the API specification since no other restrictions were stated.
    Could someone please tell me how to get this to work?
    Bruce

    Hi
    Sorry for mis-understand your question:
    I think this IconURI feature disabled.
    Because in latest Azure Management Class libraries, this class libraries is based on latest Azure REST API.
    You can't find IconUri property.
    MSDN article always update slowly.
    namespace Microsoft.WindowsAzure.Management.Compute.Models
    // Summary:
    // The List OS Images operation response.
    public class VirtualMachineOSImageListResponse : OperationResponse, IEnumerable<VirtualMachineOSImageListResponse.VirtualMachineOSImage>, IEnumerable
    // Summary:
    // Initializes a new instance of the VirtualMachineOSImageListResponse class.
    public VirtualMachineOSImageListResponse();
    // Summary:
    // Optional. The virtual machine images associated with your subscription.
    public IList<VirtualMachineOSImageListResponse.VirtualMachineOSImage> Images { get; set; }
    // Summary:
    // Gets the sequence of Images.
    public IEnumerator<VirtualMachineOSImageListResponse.VirtualMachineOSImage> GetEnumerator();
    // Summary:
    // A virtual machine image associated with your subscription.
    public class VirtualMachineOSImage
    // Summary:
    // Initializes a new instance of the VirtualMachineOSImage class.
    public VirtualMachineOSImage();
    // Summary:
    // Optional. The affinity in which the media is located. The AffinityGroup value
    // is derived from storage account that contains the blob in which the media
    // is located. If the storage account does not belong to an affinity group the
    // value is NULL and the element is not displayed in the response. This value
    // is NULL for platform images.
    public string AffinityGroup { get; set; }
    // Summary:
    // Optional. The repository classification of the image. All user images have
    // the category User.
    public string Category { get; set; }
    // Summary:
    // Optional. Specifies the description of the image.
    public string Description { get; set; }
    // Summary:
    // Optional. Specifies the End User License Agreement that is associated with
    // the image. The value for this element is a string, but it is recommended
    // that the value be a URL that points to a EULA.
    public string Eula { get; set; }
    // Summary:
    // Optional. Specifies a value that can be used to group images.
    public string ImageFamily { get; set; }
    // Summary:
    // Optional. Indicates whether the image contains software or associated services
    // that will incur charges above the core price for the virtual machine. For
    // additional details, see the PricingDetailLink element.
    public bool? IsPremium { get; set; }
    // Summary:
    // Optional. An identifier for the image.
    public string Label { get; set; }
    // Summary:
    // Optional. Specifies the language of the image. The Language element is only
    // available using version 2013-03-01 or higher.
    public string Language { get; set; }
    // Summary:
    // Optional. The geo-location in which this media is located. The Location value
    // is derived from storage account that contains the blob in which the media
    // is located. If the storage account belongs to an affinity group the value
    // is NULL. If the version is set to 2012-08-01 or later, the locations are
    // returned for platform images; otherwise, this value is NULL for platform
    // images.
    public string Location { get; set; }
    // Summary:
    // Optional. The size, in GB, of the image.
    public double LogicalSizeInGB { get; set; }
    // Summary:
    // Optional. The location of the blob in Azure storage. The blob location belongs
    // to a storage account in the subscription specified by the SubscriptionId
    // value in the operation call. Example: http://example.blob.core.windows.net/disks/myimage.vhd
    public Uri MediaLinkUri { get; set; }
    // Summary:
    // Optional. The name of the operating system image. This is the name that is
    // used when creating one or more virtual machines using the image.
    public string Name { get; set; }
    // Summary:
    // Optional. The operating system type of the OS image. Possible values are:
    // Linux, Windows.
    public string OperatingSystemType { get; set; }
    // Summary:
    // Optional. Specifies a URL for an image with IsPremium set to true, which
    // contains the pricing details for a virtual machine that is created from the
    // image. The PricingDetailLink element is only available using version 2012-12-01
    // or higher.
    public Uri PricingDetailUri { get; set; }
    // Summary:
    // Optional. Specifies the URI that points to a document that contains the privacy
    // policy related to the image.
    public Uri PrivacyUri { get; set; }
    // Summary:
    // Optional. Specifies the date when the image was added to the image repository.
    public DateTime PublishedDate { get; set; }
    // Summary:
    // Optional. The name of the publisher of this OS Image in Azure.
    public string PublisherName { get; set; }
    // Summary:
    // Optional. Specifies the size to use for the virtual machine that is created
    // from the OS image.
    public string RecommendedVMSize { get; set; }
    // Summary:
    // Optional. Specifies the URI to the small icon that is displayed when the
    // image is presented in the Azure Management Portal. The SmallIconUri element
    // is only available using version 2013-03-01 or higher.
    public Uri SmallIconUri { get; set; }
    You can get this class libraries by nuget manage cmd:
    Install-Package Microsoft.WindowsAzure.Management.Libraries -Pre
    My Blog
    Please use Make as Answer if my post solved your problem and use
    Vote As Helpful if a post was useful.

  • AP802-BOOT-M bootloader mode and trying to get a new image on there

    Ok. Dont ask me how I managed to get myself in this state. Surfice to say I was trying to upgrade an IOS image on an integrated 887 wireless router and its AP802GN access point.
    The IOS to LWAP conversion did not go well and now I am in the state where I am trying to get the autonomous image back on there.
    so I am faced with either this output.
    *Nov 19 22:14:54.423: %SM_LICENSE-6-BOOTIMAGE_CHANGE_TO_AUTO: Boot image has been changed to autonomous image
    Please use router EXEC CLI service-module wlan-ap 0 reload
    to bootup autonomous image on AP
    Which when executed only brings me back again to the same output.
    I cannot do a show flash:
    it return
    So I thought maybe put it in bootloader mode and copy an image across.
    So I am at the ap: prompt with no understanding as to what to do next as the AP I think has a 10.0.0.1 address and the router it is sitting in has a 192.168.0.1 address.
    I also tried to load a new image when it was in the pr

    I hear what your are saying but it would appear that whilst the software 7.0.235.0 which is on my 2106 WLC does support the AP802 the actual hardware of the 2106 does not.
    I will raise a TAC case tomorrow with Cisco just to make sure but this excerpt from their website is pretty straight forward.
    Cisco 2100 Series Controller
    The Cisco 2100 Series Wireless LAN Controllers work with Cisco lightweight access points and the Cisco Wireless Control System (WCS) to provide system-wide wireless LAN functions. Each controller controls up to 6, 12, or 25 lightweight access points for multiple-controller architectures that are typical of enterprise branch deployments. It may also be used for single controller deployments for small and medium-sized environments.
    Caution Do not connect a Power-over-Ethernet (PoE) cable to the controller's console port. Doing so may damage the controller.
    Note Wait at least 20 seconds before reconnecting an access point to the controller. Otherwise, the controller may fail to detect the device.
    Features Not Supported
    This hardware feature is not supported on Cisco 2100 Series Controllers:
    •Service port (separate out-of-band management 10/100-Mbps Ethernet interface)
    •Cisco 2100 Series Controller does not support the access point AP802.

  • X Series is here – New Counter Features!

    Hey All,
    The new X Series Multifunction DAQ devices have been announced – check them out here.
    I’m posting here because I think X Series has several new counter features that many on this forum have been looking for. The user manual
    will have all of these details and more with timing diagrams but I
    thought I’d summarize a few of the sexier features and open it up for
    comments/feedback.
    First off – what stayed the same between
    M Series/TIO counters and X series counters? The pinouts between M and
    X series are the same so the PFI lines and default counter pinouts are
    the same. The DAQmx programming is the same (you’ll need DAQmx 9.0, it
    should be up this afternoon) and all the functionality that was
    supported by M Series is supported by X Series, though a few behaviors
    may have changed. Counters are still 32 bit.
    Now on to
    the fun stuff – the big one that I tend to overlook: X Series has 4
    counters per board! They all have the same features and Freq Out is
    still there too (with an additional 20MHz timebase).
    Timebases:
    X Series devices have 100MHz, 20MHz and 100kHz timebases. Note the
    difference between 80MHz on M series and 100MHz on X series. DAQmx will
    take care of the difference for you, unless you were programming in
    terms of ticks and hardcoded in numbers based off of a 80MHz clock. 
    Counter
    FIFOs: X Series has a 127 sample FIFO per counter. When combined with
    PCIe/PXIe, our benchmarked buffered counter rates went from ~350k on M series
    (with a 2 sample FIFO) with a single counter to 10MHz on all four
    counters (160MB/s streaming rate). The FIFO also allows us to implement…
    Buffered Counter Output: Probably my favorite new feature. You can
    now use a multi point write on counters and write out a buffer of pulse
    values. There are two timing modes for this: implicit and sample
    clocked. With implicit timing, every idle/active pair you write is
    generated as a pulse. You can vary the idle/active time for every pulse
    in your pulse train. Check out the "Gen Dig Pulse
    Train-Buff-Implicit-Cont.vi" shipping example. With sample clock
    timing, the idle/active time are updated every time a sample clock is
    received. Check out the "Gen Dig Pulse Train-Buff-Ext Clk-Cont.vi"
    shipping example. These modes give you much more control over your
    waveform – now everything about it can be hardware timed. Also, I’ve
    benchmarked the output rates at 10MHz on all four counters at the same
    time.
    Finite pulse train with one counter: Each X Series
    counter has an Embedded counter paired with it. The embedded counter
    isn’t directly programmable, but it does allow you to do counter
    operations on one counter that used to take two.  A finite pulse train
    used to take two counters – one to generate the pulse train and one to
    gate it. Now a counter generates the pulse train, and its embedded
    counter counts the TCs and disables the counter when it reaches the
    number of pulses to generate.
    More sample clocked
    measurement modes: Edge counting and encoder measurements always
    supported sample clocks, all other counter measurements were implicitly
    (timed by the measurement waveform) timed. With the addition of the
    sample clock terminal to the counters now all counter measurements
    (except for semi-period) support sample clock timing. You can now get
    the pulse width of the pulse just before the sample clock rather than
    getting all the pulse widths and figuring out where they happened in
    time. Why not semi period? We added a new “pulse” measurement instead
    that returns a sample that contains the high and low time (or high and
    low ticks, or frequency and duty cycle) so for each sample clock edge
    you get a full pulse spec. Semi period still supports the same
    measurements it used to, just not sample clocked. Speaking of sample
    clocked…
    Sample clocked frequency/period measurement
    with averaging: X Series still supports the three frequency modes: Low
    frequency 1 counter, 2 counter High Frequency and 2 counter Large
    Range. In addition it supports sample clocked averaging. This is
    essentially a method that is high accuracy method based on the sample
    clock rate. With the same measurement time it has the same accuracy as
    the Large range mode but it doesn’t take two counters.  Note, counters
    do not have their own internal sample clock so you have to provide them
    with an external signal.
    Hope this helps,
    Andrew S
    National Instruments
    Multifunction DAQ Product Support Engineer
    Getting Started with NI-DAQmx
    Measurement Fundamentals

    Hi guys,
    I drew up a schematic of one of the applications I need to get running in our lab. To recap:
    1)      We have several piezo controllers for nanopositioning of samples under a microscope, some of them driven by a digital circuit that handles coordinate programming and trigger line programming (for syncing detectors to the piezo motion), other controllers are analog and need to be driven by voltages.
    2)      We would like to emulate the behavior of the digital controller using the analog HW (we have much more analog controllers than digital ones).
    3)      The basic implementation is like this (see also slide one in the attached pdf file) and runs perfectly:
    a.       A global pulsetrain ticks with a certain frequency
    b.      At each tick a voltage is written on an AO line and this tick is also sent to an RTSI line to sync multiple detectors
    4)      To fully emulate the digital controller we also need to implement 4 trigger lines that exist on the digital controller. These trigger lines allow for fully programmable pulsetrain output that is in sync with the movement of the piezo. Slide two in the attached pdf illustrates what is needed. These trigger lines allow for much more intricate syncing of our detectors (only measure during certain parts of the motion instead of all the time).
    After a lot of thinking and experimenting with the existing M series boards back here I came to the conclusion that the desired behavior is not possible with an M series board since they only allow for the output of “simple” pulsetrains with a given frequency.
    Looking at this webpage (http://zone.ni.com/devzone/cda/tut/p/id/9384#toc3) however, I think that the X series board would offer exactly what we need since it allows for buffered counter output that enables definition of very complex pulstrain “shapes”.
    Looking at the schemes I provided, could someone confirm that the X-series covers our needs? If this is the case, we would be interested in purchasing these kinds of boards.
    Cheers,
    Kris Janssen
    Attachments:
    Raman Imaging Timing Implementation.pdf ‏76 KB

  • Using the New Video Features in Photoshop CS6 | Photoshop CS6 Feature Tour | Adobe TV

    Adobe Digital Imaging Evangelist Julieanne Kost shows how to use the new video features in Photoshop CS6.
    http://adobe.ly/I5cUF2

    I am removing a dust spot from video clips taken during an aerial shoot. I have discovered that the only effective way to remove these spots effectively is to use PS6 and go frame by frame using the paint brush, clone stamp, and spot healing brush. It is very time consuming and mind numbing but the only thing that works with all tha movement of the aircraft and the ground below.
    My question:
    Right now to advance the clip one frame at a time - I must magnify the time line so to see the frame by frame lables. To advance to the next frame I must remove my cursor from the work area and go down to the time line and click on the next frame.
    How can I advance to the next frame with a keyboard stroke and not move my cursor out of the work area?
    Thank you in advance for any help.
    Tony

  • How can I download automatically only new images from my camera?

    Hello,
    I can not download only new images from my EOS 450D-camera with Elements 10-Photodownloafer (Mac os).
    Each time I use Photodownloader it downloads all images , also those that were downloaded preveously
    How can I set photodownloader?
    Thanks for your advices

    I share my card with my wife and she likes to download our images also on her PC, so erasing all images is not an option.
    It seems that earlier version of adobe photo downloader has the feature "copy only new files" , but V10 does not.
    Thanks for your answer
    Mikele
    Op 10-jun.-2012, om 15:33 heeft 99jon het volgende geschreven:
    Re: How can I download automatically only new images from my camera?
    created by 99jon in Photoshop Elements - View the full discussion
    Don’t you format the card in the camera after each download? That will wipe all images and prepare the card for a fresh shoot.
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4480409#4480409
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4480409#4480409. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Elements by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Serious flaw with new "Package" feature?

    How could this have been overlooked?
    The Flaw: The new package feature doesn't consider linked images that are in opactiy masks. They are not copied to the new folder.
    Can anyone else confirm this?
    To test:
    Create a new document.
    Link unique image-1
    Create a rectangle with a fill
    Link unique image-2 into rectangle's opacity mask
    Save file
    Then choose Package, everything checked
    When I do this, only 1 image is copied into the new links folder, image-1, while image-2 in the opacity mask is not copied and simply links to the original file/path. 

    Thanks, just submitted the bug, shown below. Hope it's fixed soon, was looking forward to this feature.
    Might also request a feature. I wish the "go-to-link" in the links window actually goes to  linked files that are in opacity masks, selecting it, not just center over it and leav you guessing which shape the opacity mask it is in.
    ******BUG******
    New "Package" feature in Illustrator for Creative Cloud users does not package linked images that are in opacity masks:
    Steps to reproduce bug:
    1. Create new document
    2. Draw Rectangle and fill with color
    3. Enter Rectangle's opacity mask
    4. Place linked image (JPG, PSD) inside opacity the mask.
    5. Exit opacity mask
    6. Save file to desktop
    7. Go to File > Package
    8. Check everything, such as to copy links and create a links folder.
    9. Save to new packaged folder
    Results: New folder with only the AI file and text report. Report shows there are no linked images.
    Expected results: New folder with AI file, Report file that mentions linked image, and  a sub-folder named "links" containing the linked image in the document.
    If the linked image is placed outside the rectangle's opacity mask, then Illustrator will copy the linked image to the new packaged folder. As is, this feature is broken. The first document I tried had 30+ linked images in opacity masks, none were packaged.

  • New beta features (July) - feedback please

    Since we launched the site redesign back in June, we've heard a lot of feedback from active Kuler members.  And, we took your feedback to heart. Today, we're happy to be able to share several changes we've been working.  Some of these changes are no-brainers and we're making them available to everyone.  Others need a bit more refinement--so, we're looking for input from you.  In this post, I'll explain what's changed and how you view/use the new features.  Please reply to this post to share your feedback.
    Features enabled for this group: (click this link to view the features: https://kuler.adobe.com/features/enable/newFeatures) 
    We have created a special link to give you access to new features (new feature link)--without this link you won't be able to see the new features.  This link will allow you to use the site, same as before, but will also enable the new features that we're looking for feedback on.  So, here's an overview of what's new:
    (1) Create themes from an image: You can create themes from an image stored on your device.  Here's how: from the the Create page (color wheel), you should see a camera icon above and to the right of the color wheel. Click the icon and you will be asked to select an image from the file picker.  Select your image and start picking colors.
    (2) Resizing the color wheel: You can resize the color wheel to make it small or keep it large.  And, the site will remember your preference. Here's how: hover over the color wheel on the create page and your cursor will change to a magnifying glass with either a "+" or a "-" symbol.  If you click the wheel you can make it smaller or larger.  Large is good for selecting the right hue and small for viewing color interactions on your theme. 
    (3) Smaller borders (and the ability to remove the white "active" border):  We've reduced the size of the borders so they don't get in the way.  We've also made it possible to remove the "active" color selection when editing on the color wheel.  Here's how: while viewing the color wheel, click on the dark grey portion of the page above, below or to each side of the color wheel.  You can now see your theme without any "active" border. 
    (4) Easier to find color space data (e.g. RGB, CMYK, etc.): several people had some trouble finding all the color spaces (e.g. RGB, CMYK, LAB, HSB).  So, we added a hover effect that will automatically expand the color space data when you mouse over it.  If you prefer to work in a specific space and don't want it to keep expanding, you can stop the expanding feature by clicking  on the white triangle.  That will contract the menu and will make the last space you edited the default. 
    Features available to everyone: (no special link required to view) 
    (5) Save changes dialogue: many of you mentioned the new site would not give you a choice to save a new theme or overwrite an existing theme after editing.  That's now fixed. 
    (6) Tab order: a few people mentioned tabbing through color spaces was tedious.  You asked us to allow you to tab through each color in a single space (e.g. RGB) before moving on to a different color space (e.g. CMYK).  We've made this change. 
    (7) Instant saving: Saving a theme was taking a couple seconds--which was too long. We've updated the save feature to be much quicker.
    That's it for now.  We're working on a bunch of other features and we plan to share those on the forum in the coming weeks.  We look forward to reading your feedback!

    Just had a quick look, so my (first) comments are just about the new/fixed features. I only took a look at my laptop with small screen, so I would have to check on a bigscreen computer, tablet and iphone to give complete advice. And checkout more of course.
    So, for now on small screen laptop:
    (1) Create themes from an image:
    (a) Choosing picture: You can only pick a picture on your disk. Why not from the web? That's a missing.
    (b) Working: After picking it seems to work allright, but I haven't used it until now.
    (c) Activate camera icon: It takes a while (3 sec) before responding. That's too long, looks like it isn't responding.
    (2) Resizing the color wheel:
    (a) covering colors: Hurray! Very nice to get rid of the wheel in front of my colors.
    (b) magnifying glass: recognizable and it works. Good option.
    (c) changing magnifying glass in a colorpicking +symbol:  To my surprise that works good. When hovering over the colorpickers it and I used it without thinking.
    (d) remembering settings: Nice! But will it remember my settings on a different computer? I have to try.
    (3) Smaller borders (and the ability to remove the white "active" border): 
    (a) Smaller borders: Nice, just small enough to notice and not disturb too much
    (b) remove the white "active" border):  Smooth!
    (4) Easier to find color space data (e.g. RGB, CMYK, etc.):
    (a) Expanding: Not very fond of the constant expanding. I would prefer to choose a preference when working on a theme.
    (b) change default color space: That's a good option, but still it expands to all spaces when hovering over it.
    (5) Save changes dialogue:
    (a) dialogue: works fine
    (b) naming the theme: the name is still default, you have to give a name afterwards, by editing. Why not ask for a name when you save the first time or save a copy?
    (6) Tab order: works fine, tab and shift-tab
    (7) Instant saving: Saves quickly

  • How do I add a new Image to the Web App Module Portfolio after I went Live?

    Im pretty new to web building and I push a site live for my client and they want me to constantly update the site with new images but I cant seem to add or change any of the pics in portfolio or in carousel. Can someone help me please...

    Hi,
    Can you provide an example? So we can have a look of your existing set-up and help point you in the right direction to help update these images.
    Kind regards,
    -Sidney

  • I am using Firefox 3.6 on my PC , and now, when I select File New Tab (Ctrl+T), no new Tab shows up. Nor does it show up when I click the new Tab symbol next to my other tabs. How can I get the New Tab feature to work again?

    In the past 48 hrs, all of a sudden, the New Tab feature on my PC< using Firefox 3.56, simply stopped working. I did not change settings, or download a new version of Firefox. it just stopped working. There are other scenarios where it does still work (for example, if I want to open a link on a web page, I can right click and open the link in a new tab), but if I simply want to have multiple websites open at once on my PC, I am forced to have multiple versions of Firefox open, as my New Tab option seems to be disabled or something. Can you help?

    Leliforever, cheek you list of installed add-ons, the Ask toolbar can be installed without the users knowledge.
    For checking other extensions that may cause this, follow the procedure in this link - https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Can I use iWork '09 on Lion without using new Lion features?

    I do not wish to use the new features in Lion, primarily autosave, with iWork, at least initially.  In other words have iWork act as it would in S.L.   However, I need to purchase iWork in order to continue using a bunch of Appleworks spreadsheets.  I am using a new MBP with OS 10.7.1.  My plan is to purchase the hard copy iWork '09 from the Apple Store (the AppStore download versions have already been updated).  This CD should be some version of 9.0 as they have not put 9.1 on the CD.  My idea is to just not let the modules (Numbers, Pages, etc.) get updated until I am ready.  My question is -- will Numbers and Pages work properly on Lion without using the final update to the new Lion Features, and which updates to Numbers and Pages should I avoid?
    Any help is appreciated. 

    Sjazbec wrote:
    Resume can be disabled systemwide in Systemsettings, general section.
    Alas, it's reactivated when we shutdown if we don't take care to uncheck the dedicated box.
    More, if we ask to restart on an other device, we have no checkbox available to disable Resume.
    Happily, it seems that pressing option during the shutdown process disable the beast.
    Yvan KOENIG (VALLAURIS, France) vendredi 16 septembre 2011 18:49:31
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • I have Windows 7, Microsoft Outlook and PSE 13. I have used the "Share photos as embedded images" feature frequently, but today when I went to use it, it wasn't there, only the option to send email with files attached. How do I get back the ability to sen

    I have Windows 7, Microsoft Outlook and PSE 13. I have used the "Share photos as embedded images" feature frequently, but today when I went to use it, it wasn't there, only the option to send email with files attached. How do I get back the ability to send emails with photos embedded. I like adding the frames and backgrounds and I think it's easier for recipients to look at the photos. Thanks for any suggestions of things to try.
    Gail

    I had a similar problem in that my wife's iphone 5 could not send pics with imessage.  Had to set the settings to default to SMS or whatever.  After laboring many hours on the web I coincidentally was on the phone with the internet people to question my internet speed.  They changed the router channel, which is something that I am capable of doing myself.  After that, the pics go over imessage.  My own Iphone didn't have the problem.  We are both latest IOS 7.0.6.

  • I am used to that when I open an image in Bridge it will be opened in PS, with all preferenses I have done to the image. Now it opens in PS but without any changes i have don e in Bridge. Also when I open a new image I want it to be opened in Camera Raw a

    I am used to that when I open an image in Bridge it will be opened in PS, with all preferenses I have done to the image. Now it opens in PS but without any changes i have don e in Bridge. Also when I open a new image I want it to be opened in Camera Raw automatically, both if a Jpeg or Raw picture.
    Using PS CC
    Regards BOJ

    <moved from Adobe Creative Cloud to Bridge General Discussion>

  • After creating a new image of my project burned from iDVD I get no audio when I import it back into iMovie HD 6.0.3

    I need to edit my project after I have already burned the project. I deleted the files after being burned to save space on my hard drive. So I made a new image of the burned project with disk utility. I opened up iMovie HD 6.0.3 and imported the movie but I get no audio and the audio folder for new disk image doesn't have anything in the folder. Any help is greatly appreciated!!!

    You need to convert the VOB files in the TS-Folder of the DVD back to DV which iMovie is designed to handle. For that you need mpegStreamclip:
    http://www.apple.com/downloads/macosx/video/mpegstreamclip.html
    which is free, but you must also have the  Apple mpeg2 plugin :
    http://www.apple.com/quicktime/mpeg2/
    which is a mere $20.
    Another possibility is to use DVDxDV:
    http://www.dvdxdv.com/NewFolderLookSite/Products/DVDxDV.overview.htm
    which costs $25.
    For the benefit of others who may read this thread:
    Obviously the foregoing only applies to DVDs you have made yourself, or other home-made DVDs that have been given to you. It will NOT work on copy-protected commercial DVDs, which in any case would be illegal.

Maybe you are looking for

  • BPS/Web: 'Your previous query is still being processed'

    Hi, One of our users get the following message when clicking on a page link in a BPS web application we designed: 'Your previous query is still being processed'. The user is only clicking once on the link and gets in an endless loop (when monitoring

  • Running apple mail on windows system

    Hey all, Is there anyway that I can download and run apple mail on a windows based system? I just recently got a mac (first one!!) and am switching all my contacts to mail. But when I'm at work I'd like to have mail running on my windows based comput

  • Error 1418 after ipod 60GB vid skipped then froze competely.

    My ipod 60GB video started to skip tracks, then froze completely. I tried the resetting and this helped to get normal screen back but minus all my music. Next I tried restoring but it came up with above error message. I seem now to have tried everyth

  • Transport objects and queries

    Hi ,           I know that this topic has been discussed a lot, but can some one help me . I have made some modifications to Infocube and query in Development system and now I would like to move them to QA and Production system in BI. Can some one te

  • Please sort it out BT!

    So to cut a long story short, we've been using BT for the last 8 or so years with absolutely no issues at all until about this time last year and since then my experience has been a nightmare. The modem would constantly drop connection, sometimes as