What's the best way to achieve layout style?

I'm fairly new at using Dreamweaver and I'd like to create a
web page with a dark coloured background and have a
rounded-rectangle layered on top (prefereably with a slight
drop-shadow). Do I create one large rectangle graphic and put it in
a layer? Or is there a better way to do it and keep the pages quite
light on the graphics for better downloading of the pages?
Many thanks for your help!
Examples of the sort of style I mean:
www.bounce-media.com
www.clovertelecom.co.uk
www.beadesigngroup.com
With a simple line is nice too:
www.abc-office-furniture.co.uk

What is your skill level with HTML and CSS?
If Design view skills only, spend some time learning HTML
well enough to be
able to work with tables in Standard mode.
If Code view but no CSS, read the table tutorials at the DW
FAQ link in my
signature.
If CSS then just use a page background color with a
non-tiling centered
background image for your masthead.
And a suggestion? Forget all you ever knew about layers for
the time
being....
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Namar" <[email protected]> wrote in message
news:eani8d$gpj$[email protected]..
> I'm fairly new at using Dreamweaver and I'd like to
create a web page with
> a
> dark coloured background and have a rounded-rectangle
layered on top
> (prefereably with a slight drop-shadow). Do I create one
large rectangle
> graphic and put it in a layer? Or is there a better way
to do it and keep
> the
> pages quite light on the graphics for better downloading
of the pages?
>
> Many thanks for your help!
>
> Examples of the sort of style I mean:
>
http://www.bounce-media.com
>
http://www.clovertelecom.co.uk
>
http://www.beadesigngroup.com
>
> With a simple line is nice too:
>
http://www.abc-office-furniture.co.uk
src="/webforums/forum/images/i/expressions/camera.gif"
border="0">
>

Similar Messages

  • Form fields in LiveCycle. I want to allow users to add URLs to a form so that they can be clicked and opened on the web by form reviewers (users). what is the best way to achieve this?

    Form fields in LiveCycle. I want to allow users to add URLs to a form so that they can be clicked and opened on the web by form reviewers (users). what is the best way to achieve this?

    Once the user has entered the URL they want to add to the form. You can use the loadXML function to implement some special text in a label...
    var linkValue = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><exData contentType=\"text/html\" xmlns=\"http://www.xfa.org/schema/xfa-template/2.8/\"><body xmlns=\"http://www.w3.org/1999/xhtml\" xmlns:xfa=\"http://www.xfa.org/schema/xfa-data/1.0/\" xfa:APIVersion=\"Acroform:2.7.0.0\" xfa:spec=\"2.1\"><p style=\"font-weight:bold;text-decoration:none;letter-spacing:0in\">The new link the user have entered is:<a href=\"" + textfield.rawValue + "\">textfield.rawValue</a></p></body></exData>";
      this.resolveNode("lblURL").value.exData.loadXML(linkValue, 1, 1);

  • What is the best way to achieve backup and storage by combining TC and external HD?

    Hi,
    By reading various posts I came to the conclusion that my recently bought 2TB TC (still in the box) needs to be combined with an external HD (not bought yet) if I want both network (WIFI) storage and safe backup.
    Could someone please confirm what the best way of organising the two devices is and advice on the various steps I will need to take?
    See below for some extra information:
    I want to back up a Mac Book Pro with 250 GB HD and potentially a HP laptop (250 GB as well).
    Can this also allow me to backup a iPad?
    The storage will need to be accessible to both machines. It will mostly be pictures.
    Back up should be as automated as possible, i.e. Time Machine is the obvious choice but I am open to other tools.
    With regards to the external hard drive, are models like Western Digital Element or Seagatte Expansion suitable to stay plugged in the TC 24/7? Will they not overheat?
    My initial idea is to use the WIFI facility of the TC box. I can use the WIFI facility of the modem/router is more appropriate.
    Thank you in advance for your replies.
    Denis

    The drives you are backing up are small. There is no real need to use external drive but you do need a backup if you store files on the TC.. for just backups that is not necessary.
    You cannot partition the TC but you can create a disk image for using with data files.. ie the PC backup.
    Read Q3 here http://pondini.org/TM/Time_Capsule.html
    Can this also allow me to backup a iPad?
    iPad is backed up to itunes.. or to cloud.. it is not able to see the TC drive at all without an app. You can manually copy files to the TC using filebrowser app but there is no auto backup software in the iPad to other than itunes.
    It will mostly be pictures.
    Back up should be as automated as possible, i.e. Time Machine is the obvious choice but I am open to other tools.
    So you are not backing up, you are storing files.
    You cannot access files in a Time Machine backup except by restoring them to the Mac. The PC cannot see them at all. That means you are not backing up.. you are storing files, even if just copies of the files. To do that you just copy via finder or windows explorer.
    There are various scripting methods to ensure these photos are synced on all the devices. .but that is not what a backup software does.
    If you want to use USB drive that is fine, they can stay attached 24/7. The disk will spin down generally when not in use.
    They will not overheat.
    But it is much faster to copy files to the USB drive plugged into the computer than on the TC.. the USB link on the TC is slow.. less than half the speed of the same drive on the computer.. much slower than the TC internal drive. It might be better to plug a USB drive directly into a computer.

  • What is the best way to achieve this

    site is
    here
    much like a "drop shadow" on the content into the background
    i have an image that repats on the y axis.....it is a film strip...
    this is my issue....
    i have the bacground image defined in the #wrapper div as
    follows
    div#wrapper {
    margin:0 auto;
    background:black url(../images/bgMainContent.gif) repeat-y;
    width:772px;
    height:auto;
    text-align:left;
    this way what ever content i fill the web page with the "film
    strips" will repeat all the way down.....
    this is my problem....
    i have two div's for my main content now #bodyPic and
    #bodyContent, they are set to float left and right
    respectivly.....(the are next to each other in other words)
    if i define a background color it wil over ride the "film"
    effect...so what i need to do is set a margin-left:25px; to
    #bodyPic and a margin-right:25px; to the #bodyContent......
    the obvious problem here is the box model problem......is
    there a way i can avoide using margin on the #bodyPic and
    #bodyContent divs? and still have the 25px free on either side ??
    the only way i can think of is to set a background to
    tranparent and add the padding to the elements inside of the divs
    for example if i have p in the #bodyContent i will set the
    margin-right:25px; for the #bodyContent p
    is there another way to achieve this???

    this is an update......my code now looks like this...
    div#bodyWrapper {
    width:722px;
    margin:0 auto;
    text-align:center;
    div#bodyPic {
    margin:0 auto;
    width:257px;
    height:400px;
    background:green url(../images/aboutBodyPic.gif) bottom
    right no-repeat;
    text-align:left;
    float:left;
    div#bodyContent {
    margin:0 auto;
    width:465px;
    height:400px;
    background:blue;
    text-align:left;
    float:right;
    <div id="bodyWrapper">
    <div id="bodyPic">
    </div><!--bodyPic-->
    <div id="bodyContent">
    </div><!--bodyContent-->
    <br style="clear:both;"></br>
    </div><!--bodyWrapper-->
    this doesnt work in IE 5, 5.5.......the two body dovs are not
    being centered in the wrapper.....
    any suggestions?

  • Custom Report : What is the best way ?

    Hi!
    My customer doesn't like native TestStand 's report layout. He would prefer something like the example enclosed to this post.
    What is the best way to achieve this ?
    XSL customizing (seems heavy work) ?
    Using the report generation toolkit  and a Word template ?
    Any other idea ?
    Attachments:
    Report Style.JPG ‏115 KB

    Have you examined all of the examples found in the TestStand help:

  • What is the best way to migrate from Forms to ADF?

    We are in a big quagmire. Our company has been into Oracle Forms development for over 15 years. We have applications developed in Forms 6i and 10g. We have about 5 products and these 5 products have about 25 to 30 different versions. i.e. we maintain about 30 different versions of our applications. Each version of the application has about 100 forms and 100 reports.
    Now, since Forms has come to the End of life from 11g we want to move to ADF. We tried Forms to ADF migration tools but failed. So now we have decided to manually rewrite the applications in ADF.
    Our Forms / PL/SQL developers, designers and analysts (total about 40) are all Oracle Forms people. They have no experience in Java.
    What I want to know is:
    (1.) What is the BEST way to achieve this?
    (2.) Do we have to learn Java, JSF and ADF?? (i.e. All 3)?
    (3.) Is it mandatory to learn JSF??
    (4.) Assuming, comprehensive training can be given, how long will it take for Forms people to learn ADF?
    (5.) What type of training will be required?? (Java, JSF, ADF, JDeveloper etc.)
    (6.) How LONG will this take? i.e. to train all 40 and then get rewrite an application of 100+ forms and 100+ reports? (Ballpark is OK).
    (7.) Any other technologies we should learn??
    Edited by: user12240205 on Jul 18, 2012 5:48 AM

    Obvoiusly the longer you have for training the better but I think the minimum would be
    1) Java skills - I think to start off, 1 or two days reading something like Head First Java http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208
    2) I'd then get "The Quick Start Guide to Fusion Development" http://www.amazon.com/Quick-Start-Oracle-Fusion-Development/dp/0071744282/ref=sr_1_1?s=books&ie=UTF8&qid=1343201618&sr=1-1&keywords=jdeveloper+quick (declaration: I'm the author so have a vested interest, but I still think its a good place to start. - this should be about 2-3 days to read and also to try things out.
    3) In parallel I'd be watching these ADF Insider Basics http://www.oracle.com/technetwork/developer-tools/adf/learnmore/adfinsider-093342.html#a1 - a couple of hours
    4) I'd then try this tutorial http://www.oracle.com/webfolder/technetwork/tutorials/obe/jdev/obe11jdev/ps1/ria_application/developriaapplication_long.htm - 3 hours.
    5) Optionally, if you are coming from a Forms background I would also read http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/SummitADF/SummitADF_Redevelopment.pdf and watch http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/Forms_Redevelopment_ADF/Forms_Redevelopment_ADF.html - which is about 2 hours of work.
    I think this would be the absolute MINIMUM to at least be able to build some basic applications and to start feeling your way - everything else outlined in the "ADF COLLATERAL TOUR" http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/ADFTour/ADFTour.html could be learned as you start building some proof of concept. However, I'd wouldn't suggest you try building a real application with only one weeks exposure (in the same way I wouldn't expect you to design a product database with only one week training). I would probably expect your developers to have at least the above training and then spend about a month or so (minimum) building proof of concepts (or testing themselves with the ADF Insider Essentials Tasks). Furthermore, I'd probably expect you to have at least on senior developer/architect, with much more experience who can be making decisions on things like reuse, partitioning, architecture etc.
    Of course, this is all subjective but I hope it helps.
    regards
    Grant
    ps
    Of course, we also have formal Oracle University Training courses which you could attend (or they can be purchased to watch on line).

  • (New to C# here) What is the best way to return false in a function if it cannot be executed successfully?

    In Javascript or PHP you can have a function that could return, for example, a string in case of success and false in case of failure.
    I've noticed (in the few days I've been learning C#) that you need to define a type of value that the function will return, so you need to return that type of value but in case of failure you can't return false.
    What is the best way to achieve this behavior and is there an example I can see?
    Thank you in advance,
    Juan

    Juan, be aware that returning null won't work with value types, such as an int, which can't be null. You'd have to use a nullable value type. A nullable int would be declared with a "?", such as:
    int? someOtherFunction(int param)
    if(something goes great)
    return param * 42;
    return null;
    And you have to use it like this:
    int? result = someOtherFunction(666);
    if (result != null) // you can also use result.HasValue
    // it worked, do something with the result
    // if you're doing math with the result, no problem
    int x = result * 2;
    // but if you're assigning it to another an int, you need to use this syntax
    int y = result.Value;
    Before nullable value types came along, for a method that returned an int, I'd use a value of something that wouldn't normally be returned by that method to indicate failure, such as a -1.
    ~~Bonnie DeWitt [C# MVP]
    That's something very very important to keep in mind. Can save you from a lot of headaches!
    So if you have an int function and it might return NULL, if you are doing Math with the return value you can use it directly, but if you're assigning it to another variable you have to use .Value?
    Thanks

  • What is the best way to start "fresh" with iPhoto '08?

    I am running iPhoto '08 on a mid-2007 iMac. When I set up the machine, I moved all the photos from my PC to the Mac retaining the existing directory structure that I had on the PC. I then imported all the pictures into iPhoto with no problems.
    Unfortunately, the other person who uses the Mac needs to be able to use the directory structure as it existed on the PC (that structure involves several subfolders with specific names etc.), and it appears that iPhoto is not designed to work that way. I know the photos can still be manipulated in the folders I imported, but then I run the risk of at best, being out of synch with iPhoto and at worst, corrupting iPhoto completely.
    That said, what I would like to do is delete or remove the current iPhoto library (or whatever iPhoto accesses; not the whole application unless necessary) and then selectively import photos to iPhoto. That way, the other user can access the photos in the familiar folder structure and manipulate them at will without disturbing the iPhoto db and, once photos are edited etc. and ready for primetime, they can be imported to iPhoto to gain the advantages of displaying using Front Row etc.
    My question is what is the best way to achieve what I am looking for? Just backup then delete the iPhoto pkg file in the HD/Library/Receipts folder? Uninstall the entire application and start over?
    All assistance greatly appreciated.

    ETRA
    Welcome to the Apple Discussions.
    You don't need to re-install iPhoto, just change the library - and you may not even need to do that.
    1. You can easily recreate your Directory structure in iPhoto. Simply start at the bottom of your structure and drag a folder of images to the Source (or left hand) pane of the iPhoto Window. iPhoto will create an Album of the same name. The create your enclosing folders (File -> New Folder) and drag the albums to it. This way you can quickly recreate what you have/
    2. The other user of the files can access them directly via the iPhoto Window or a Media Browser such as THIS. The advantage of this system is that your directory structure is available to them ina convenient and recognisable way. They can then drag the pics from the iPhoto Window / Media Browser to the app they as the need. (A whole lot faster than fumbling around in Folder after Folder etc, plus the advantage of keyword searching.)
    3. Is this necessary for working with an editor? You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. Btw this is the only way that edits made in iPhoto will be visible in iPhoto.
    4. Finally, if you do wish to go as you described: Simply trash the iPhoto Library from the Pictures Folder. Start iPhoto and it will create an new empty library. If you wish to recover the files from the Library first, then Right Click on the iPhoto Library and go 'Show Package Contents'. Your files are in the Originals Folder.
    Regards
    TD

  • What is the best way to detect peak to peak voltage for the following waveform ?

    I have two channels of waveform train ( ie W1 & W2 ), each of them is of frequency 64KHz.
    Each channel of waveform train consists of sinewaves of 64KHz of fixed amplitude, say 2 V pk to pk, running for 100 cycles, and then rest for 0.15 sec continue with a sinewave of 64KHz of another fixed amplitude, say 1 V pk to pk running for 100 cycles as well, and then rest for 0.15 sec. The above cycle considered as a complete waveform cycle.
    The above complete waveform cycle repeat for 10 cycles and rest for 1.3 sec and repeated itself.
    From the two simulated waveforms (ie W1 & W2), I need to detect and measure the peak to peak voltage of each of the 100 cycles sinewaves.
    What is th
    e best way to achieve that ?

    The waveform is free running as described above, ie sinewave running at approximate 64 KHz for about 100 cylce at fixed amplitude, say 2V ( actual number of cylce unknown, could slightly more or sightly less, depanding on the machine ) then rest for approximately 0.15sec, another sinewave running at approx. 64KHz at fixed amplitude, say 1.5V ( actual number of cylce unknown, could slightly more or sightly less, depanding on the machine ) running for approx 100 cycles continue...then rest for approx. 0.15 sec .....the above waveform repeated itself and free running .....I would like to capture or trigger each of the 100 cycles sinewave (rest time of 0.15 sec between each approx100 cycles of sinewave) to measure the peak to peak voltage and st
    ore them in array for analysis purpose....what is the best way to achieve that as I do not have time reference, I only know that the waveform is running at the pattern described above.
    Thanks for your help !

  • What is the best way to handle collections that contains different object

    Hi
    Suppose i have two class as below
    class Parent {
           private String name;
    class Child extends Parent {
          private int childAge;
    }I have a list that can contains both Child and Parent Object but in my jsp i want to display a childAge attribute ( preferrably not to use scriplet )
    what is the best way to achieve this?

    Having a collection containing different object types is already a bad start.
    How are parent and child related to each other? Shouldn't Child be a property of Parent?
    E.g.public class Parent {
        private Child child;
    }In any way, you could in theory just check Object#getClass()#getName(), but this is a nasty design.

  • What is the best way to do permanent local storage of small bits of data on mobile?

    My app has a consumable item for purchase. Once purchased, it is consumed immediately, and the item's location is then permanently stored in the app.
    What is the best way to achieve this? Should I use something like SharedObject, or do the contents of those get cleared when the app version updates?
    Thanks for any help or ideas.

    In my app I use a SharedObject to store some informations and when I deploy a new version on my Ipad to test it the SharedObject is cleared
    I my case I have a large amount of data (let's say between 400MB and 2GB of media files) that the user can download in the app and I store it in a folder in File.documentsDirectory but each time I deploy my app on iOS the folder is deleted and I have to download everything again. I suppose that it will be the same when I publish app updates on the AppStore. What should I do to keep the file between updates ?
    It's not a problem if the files are cleared when the system needs space, but if it's cleared when the app is updated it's quite annoying
    Thanks in advance

  • What's the best way to maintain 2 libraries one lossless the other MP3?

    I'd like to have 2 music libraries one for home (lossless) and one for my iPhone (MP3). Not sure what's the best way to achieve this and maintain.

    To create or access a second (or more) library on a Mac, hold down the "Option" key (labelled ⌥ and/or alt) when launching iTunes: Using multiple iTunes libraries -Mac
    Note: You can only have one Library open at a time and iTunes will default to the last library opened if you don't use the keyboard command to choose one.

  • What is the best way to create a diagram or space layout?

    I need to create a layout of an area for an upcoming event.  What is the best way to do that?

    Here are 2 free programs that I use for making sketches. There are others also available. (Google is your friend)

  • What's the best way to setup a media server/central storage for all of my?

    I was wondering what the best way to achieve a central media server for all my iTunes content + iPhoto's, calendar syncing and contact sharing is? This is what I currently have:
    iMac 20" Aluminum + External HD Backup (kids)
    Macbook Black (wife)
    Macbook Pro 15" (me)
    Airport Extreme 802.11n (obvious)
    TimeCapsule 1TB (wifi backup for wife/me)
    I would like to replace my PC in my office with a brand new Mac Pro Nehalem 8-Core, 8GB Ram, and 4TB, and replace my PC laptop in my living room attached to my tv, with an Apple TV.
    I want to centralize all our Photos from vacations, etc. Music, videos, movies, that are currently split up over wife's macbook, kids imac and my macbook pro onto my soon to be purchased Mac Pro.
    I want to be able to stream everything from my living room via Apple TV for when guests come over, dinner parties, etc. (plus I love apple and it keeps things clean)
    I'm currently using MobileMe to sync all of our Calendars and Contacts with my main account, which is great, but MobileMe doesn't sync to family members accounts =
    What would I need to do to centralize all this onto my future Mac Pro so that everyone has access all the time when they are home and the key here is, modify/update/change from their machines and sync it back/update it on the Mac Pro.
    Also, I'm hoping Snow Leopard has some changes to iTunes to make this a little more possible, since we're right around the corner from this release. I don't really want to spend an additional $900+ on Snow Leopard Server to have to achieve these results, but if it makes it easier, and does the job, then I guess I might. This is all speculation though, since it's not out yet. I'd like to get this all sorted and setup within the next month.
    I was considering a Drobo, they say they can throw up iTunes Server but, I appreciate everyone for reading this, and taking the time to respond!
    Thanks!
    Message was edited

    I'm in the process of setting up a smaller (and cheaper) but somewhat similar setup to what you want to do, so maybe one example might help point you in the right direction. My needs consist of a centralized location for data storage, which will include iPhoto libraries (I keep two separate ones), iTunes (which I also want served to the home theater system), something other than my laptop to play internet videos and downloaded content on my TV, all with ideally the lowest cost and energy use possible.
    My solution was the new Mini with a FW800 external drive as the server/media hub and Airport gigabit as the network hub (it also handles the backup drive).
    FW800 is fast enough to saturate a gigabit ethernet link, so I don't consider that much of a bottleneck. The Mini then has iTunes running at all times with its centralized library on it; it is hooked to the home theater via HDMI-DVI video and optical audio, so it can play music and also handle videos when desired; Front Row with the Apple remote is close enough to an AppleTV that I think it handles that well, and it's more full-featured than an AppleTV. It can further be used to display photos/slideshows/whatever on the TV for guests or such, or to surf from the couch with a wireless mouse/keyboard. You can also toss in an EyeTV for $150 and use that as a DVR if you feel like it.
    When I want to edit photos or such on my desktop, the gigabit link is fast enough that I can run iPhoto without noticing any significant slowdown. Its also usable over wireless, though I have a dangling extra network cable to plug into a laptop for full gigabit speed if need be. iTunes, of course, shares its library, which can be played from any of the computers in the house if so desired (iPhoto can do that too if you just want to display).
    If I REALLY wanted top speed (though I've even done video editing in iMovie via ethernet without issue), I could use a third party synch app (I like Sync) to mirror any of the content from the mini server to a local drive; this works fine with anything but multi-way synching, such as address books being modified in different locations. I'd probably try to set up one of those Mobile Me clone systems or use a 3rd party app if I needed to do that.
    Again, maybe this isn't powerful enough or "synched" enough in terms of local storage for your taste, but the advantage is that a Mini uses a minute fraction of the power of a Mac Pro, so you're saving a lot on electricity if the computer will be powered up at all times as a server, and it's also a lot more full-featured as a home theater media hub than an AppleTV. And, heck, the thing is about as well equipped as my old top-of-the-line G5 tower for a 5th the cost and 1/15th the power and noise.

  • What is the best way to work with Word documents in The InDesign CS4???

    I work in Microsoft Word 2007 and all my documents have *.doc format.
    What is the best way to work with Word documents in InDesign CS4???
    David Blatner says to avoid copying and pasting text from Word instead of placing it (Ctrl+D).
    How about pasting RTF or Text Document???
    I want to make book's layout in ID CS4 and its main feature is that there is the left page with text and the right - with graphics.
    So, as I understand to place the text on each page I must create for example 70 Word documents and place each item on 70 left pages???
    It loks like wasting time. I sthere another way of making such layout???  What kind????

    It's best to place any text.
    You can have all of your text in one file and use auto-flow to add threaded text frames and pages as required (Hold down the Shift key when you click the loaded text cursor), but it's a little non-standard to have the thread only on one side of the spread from the auto-flow perspective, so you'll have to set up properly.
    This is one case where a master text frame will work to your advantage. On your master page spread, add a text frame to the left page, but not to the right (or at least not threaded to one on the right -- for some other project you might actually want two independent text threads). Hold the loaded cursor over a frame on the left side of a document page and auto-flow. ID will add new spreads as necessary, but only put the text on the left side.
    Peter

Maybe you are looking for

  • Batch Determination Error in SD

    Hi All, I am getting an error while activating the Batch Management Box under Sales:general/Plant while creating MM01.The error is Batch Management requirement cannot be changed;Choose "Display errors".Can Anybody help me out on this Best Wishes Sree

  • Graphics Card Recommendation?

    I have a 30" Apple Cine Display connected to a dual 2.5 GHz G5 with the ATI Radeon 9600XT which will only drive the display to 1280 x 800. I need a card that will drive it to the 2560 x 1600 max resolution (it's being used for Kodak's Virtual Matchpr

  • Scope of Check Variation in Missing Part list Production Order

    Hi, I have a problem that While creation or conversion from planned order to production order if i get missing part list i found that Scope of check is as Z6 and ZP (Checking rule).But when when i Release the same production order also am getting mis

  • Get mail animation

    The circular animation which appeared beside my mailboxes when I clicked 'get mail' has disappeared in Mountain Lion. This was useful in that it let you know that the server was being contacted. Is there any way of getting it back?

  • How to crop/export footage in 2.39:1

    Using premiere pro 1.5....... have footage i shot in 16:9 and would like to crop and export into 2.39:1 or similar aspect ratio without stretching... any ideas? thx