Which would be the better choice?

I am presently using a EOS T3. What would be the better choice for an upgrade?  A T4i, T5i or 60D?
Solved!
Go to Solution.

Good.
One thing you don't have is a wide aperture lens. With the savings plus just a bit more you should treat yourself to a 50mm f/1.4, or for just $100 get a 50 f/1.8. They do almost magical things wide open and close to a subject. Subject is isolated, background is blurred bokeh, background lights are big round disks. Plus they are great in low light. Too fun.
Scott
Canon 6D, Canon T3i, EF 70-200mm L f/2.8 IS mk2; EF 24-105 f/4 L; EF-S 17-55mm f/2.8 IS; EF 85mm f/1.8; Sigma 35mm f/1.4 "Art"; EF 1.4x extender mk. 3; 3x Phottix Mitros+ speedlites
Why do so many people say "fer-tographer"? Do they take "fertographs"?

Similar Messages

  • Which would be the better approach?

    Hello!
    I'm a working java professional, but has taken on some courses on the local University.
    Of course there is a difference in how things are solved in theory and practise, but it makes
    me wonder what the "best" solutions to some problems are...
    Consider the following structure:
    class Book{
       private List chapters;
    class Chapter{
       private List pages;
       private Book book;
       public Book getBook(){
          return this.book;
    class Page{
       private List chars;
       private Chapter chapter;
       public Chapter getChapter(){
          return this.chapter;
    class Char{
       private Page page;
       public Page getPage(){
          return this.page;
       public void method(){
          // blabla
    }Check out the "method" in class Char. Say I would like to have a reference to the Book that this character is in. I would say that I have two choices:
    1. call getPage().getChapter().getBook()
    2. put a getBook() in each of the classes
    Where I come from it is a bad thing to "expose structure", the first example exposes structure.
    But, it is also a bad thing to let classes do things that they aren't responsible for (cohesion).
    What solution would you prefer?

    Hi!
    With getPage().getChapter().getBook() surely you are having too high coupling and also exposure.
    In just one code line you are coupling to three classes and also violating twice De Meter assumption about not accessing class internal structures as character accesses to chapter through Page and to Book through Chapter.
    The problem is in the main design idea i think...you are just designing data structures as if you would be designing db entities, with double dispatches between all classes as you would connect db tables with joins but this ends with no real reusability, think to this.... you can't reuse any of your classes without carrying all of the others.
    For example why a character should be linked to a book, a character can be an actor of many books but it's not connected to a specific book. A character class should be reusable in movies, lyrichs, books, dreams. Why you want a Chapter to know what is a book?? In concrete that means that every time you modify the book class you must recompile also the chapter cause it's directly connected to the book class and also you can use your Chapter class only within your Book class, it's not reusable at all.
    You want to search characters within books? ok you just need an external components that will enter the library and ask to any book what's it about and which characters play in it if it is a characters book,
    so everyone will just expose services for the data it's responsible for.

  • What would be a better choice between a MacBook Pro and a MacBook Air?

    I will be starting college next fall as a neuroscience major and I am torn between purchasing a MacBook Pro vs. a MacBook Air. Which would be a better choice considering I would be using it to take notes, creating documents, presentations etc.? I am not a person involved in heavy gaming, or major creative things. Just simple stuff but I do however spend countless hours doing research. Help!

    Personally the Airs have no appeal for me. Limited hard drive space (actuall no hard drive, it is all flash storage space) which can not be upgraded.
    Airs are to small unless you get the 13" model and for that money you can get a nice 13" MBP or even a 15" model.
    For me an Air would be a second or third computer but not my only computer.

  • The Better Choice?

    I am likely going to purchase a desktop computer (I have a MacBook now) and I was wondering what the better option to run Final Cut Studio 2 on would be.
    and iMac
    or the Mac Pro
    I know the Mac Pro is ideal but I am on a budget and the Mac Pro is quite expensive. I won't be doing any heavy video editing (maybe 20-30 minutes worth) and will be using Motion, and Final Cut. So what would be the better choice?

    It's really not so much a matter of project length as the intensity of the editing, and the formats you're using? Is this going to be HD stuff? Are you going to be doing heavy effects work?
    This same question (imac vs. mac pro) was asked a few days ago, you may want to look into what he concluded.

  • Which would be a better purchase, Zen Touch or Zen Mic

    Okay for christmas this year I am asking for an mp3 player. Ive done my research and decided between the Zen Touch or Zen Micro so that I may take advantage of Napsters music downloading service. Now my delima is which would be a better purchase. Ive read reviews on amazon, epinions, and cnet. As far as the Micro goes its a love/hate type of thing while i've read only good reviews of the Touch. Now the Touch doesnt seem as popular and for what reason I dont know. Also i've noticed the Micro has a great number of more accessories than the Zen Touch. Now taking into consideration accessories and durability which would you say is the better LONG term purchase?
    -Thanks

    If you are planning on using subscriptoin music, I would go with the Touch, as it is a 20GB player and you have unlimited music to download (more space=more music )
    Don't get it wrong, the Micro is awesome, I would have got it if I didn't have so much music.
    And my guess as to why the Touch is not as popular as the Micro is that people don't like the way it looks and it's size (which is understandable, because of it's 24hour battery).
    The Touch is also a great value, because it comes with an AC power cable (the Micro used to come with this when it first came out, but now it is sold separatley), and a carrying pouch (I replaced mine with a better because you can't aceess the MP3 player while it is in the pouch, making it a bit inconvenient). On top of it all, the 20GB version sells for around $200. And with the new firmware, the "over-sensiti've" touchpad that many reviews claim is now taken care of, and it is as easy to use as the Zen Micro's touchpad .
    All in all, it is down to what you want:
    a 5GB MP3 player that looks cool and comes in 0 different colors
    or a 20GB player that comes with a few extra acessories. Both are around the same price (the Micro may be $20 cheaper, if it is on sale).

  • List view to include a column or field which would display the sequence number in a view

    I have a view for a list which displays items following any condition or sorting. Now, i would like to display the list items in such  a way that
    the auto incremented numbers are displayed as an arbitary field which would display the numbers such that
    its just going to display items in sequence. Is there anything that can be done in sharepoint designer for the list to accomodate a column/field which would display the sequence numbers.
    Thanks

    There are columns such as
    Name, Goals
    and  it should be arranged in descending order of Goals and it could be paginated but also a column should be displayed for ranks e.g
    Name Goals Rank
    A          40     1
    B          39     2
    C          30     3
    So, the idea is the ways it is sorted in descending order, if we possibly have a counter then we could display the ranking of the items.
    Thanks

  • I have around 1,000 photos on my old phone and I want to put them on my new phone without using a backup or iTunes, which would be the easiest way?

    I have around 1,000 photos on my old phone and I want to put them on my new phone without using a backup or iTunes, which would be the easiest way?

    I was looking for something on the net, and i run into this post. Am not sure if you have found a soulution or not, anyways, if not here are some programs that i love and they show you every thing in your iPhone:
    iFunBox, iBackupBot and DiskAid
    am sure they will help you find what you want and then you can just copy them to your computer.
    if you use Mac, iPhoto will import everything for you.

  • Which one is the better cover for protection on tje ipad mini with retina

    I  bougth an mini ipad with retina, my 5 years old will use using too. Which one is the better cover for protection?

    You'll have to think in terms of a shell rather than just a cover. Main problems are dropping and liquid getting inside. Plus a shell can add a bit of extra heft and "grippability", aiding little hands in holding on the slippery aluminum back. Can add some sort of screen protector to prevent scratches, though that will reduce sensitivity to an extent; however, a direct blow will inevitably shatter the Gorilla Glass.
    That being said, I am very happy with the Lifeproof Nüüd case that has protected mine from the get-go. Decided to forego screen protectors in lieu of better touch performance; almost 2 years down the road the screen is still scratch free.
    iPad 4th Gen, iOS 7.1.2, 64GB, White

  • Which would be the right Anti-Virus For C7

    Hi All,
    I wanted to know which would be the right anti-virus for C7, F-secure or Kaspersky. F-secure comes preinstalled and there are adds running about of kaspersky. and how much both would cost in India Rs.
    Would be great if anyone could guide me for the same.

    There are no viruses to affect Symbian phones, you DON'T NEED ANTI VIRUS !!! That's it !
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Which would be the best NAC approach with thin clients up today?

    Hello guys,
    Which would be the best NAC approach using CAM/CAS infrastructure for thin clients? I guess nac agent is still not supported on thin clients/virtual desktops right?
    Would mac address authentication be the best option?
    Regards,
    Emilio

    Hello guys,
    Which would be the best NAC approach using CAM/CAS infrastructure for thin clients? I guess nac agent is still not supported on thin clients/virtual desktops right?
    Would mac address authentication be the best option?
    Regards,
    Emilio

  • Which would be the best option to backup multiple locations?

    Hello,
    My situation is as follows. I have a Mac mini with 250 GB HD and three external HDs with 500 GB, 1 TB and another one with 1 TB.
    I would like to use the HD with 500 GB as Time Machine backup HD for the Mac mini, and one of the 1 TB HD as backup for the other.
    Which would be the best option?
    Using Time Machine I see that I can't set different backup location for different disks, only set multiple backup drives, but they must share the same backup directories.

    You can't do that with Time Machine. You would have to use a third-party solution, such as "SuperDuper" or "CarbonCopyCloner." That's not an endorsement of either one.

  • Which would be the best upgrade for the money?

    Here is my situation:
    My school has a six year life cycle for macs, and we have a 2006 Mac Pro (1,1) that is reaching the end of its useful life. I had recently tried Final Cut Pro X and it pains me to say that it took 4 hours to export a 14 minute 720p video. This mac is used for our school news and has to be a beast video editing machine. We have been saving money for quite some time and can now afford a decent upgrade. So my question to you is which would be the best upgrade for the money: a 21.5 inch iMac with an i7, 8gb RAM, and Fusion drive or the cheapest Mac Pro with after market SSD? This mac needs to be the fastest at Final Cut Pro X and able to usefully last us another 6 years. Please help I am forever perplexed with this!

    Id go for the I7 with minimum 8 Gig ram and as much SSD as your money will buy.
    It's not only about having a fast CPU but just as important is to get the data in and out as fast a possible.
    Without a real fast drive your CPU will spend a lot of time just waiting for the data to get to it and then wait more time while it has to write back to the drive.
    You can always add a slower drive for archiving and large amounts storage.
    Cheers!

  • BlackBerry Z10 vs BlackBerry Q10: Which phone is the best choice?

    Device
    Z10
    Q10
    Display
    4.2-inch, LCD, resolution of 1280 x 768 pixels, and 356 pixels per inch
    3.1-inch, S-AMOLED, resolution of 720 x 720 pixels,
    and 330 pixels per inch
    Processor
    Dual-Core 1.5GHz – Snapdragon S4 Plus
    1.5 GHz dual-core QualcommMSM8960
    Memory
    2 GB of RAM
    2 GB of RAM
    Storage
    16 GB internal; MicroSD card slot for expandable storage up to 64 GB
    16 GB internal; MicroSD card slot for expandable storage up to 64 GB
    Camera
    8MP rear camera, 1080p HD video recording, and 2MP front-facing camera that records 720p HD
    8MP rear camera, 1080p HD video recording, and 2MP front-facing camera that records 720p HD
    Platform
    BlackBerry 10 (10.1 update still rolling out)
    BlackBerry 10.1
    As you can see from the chart above, the BlackBerry Z10 and BlackBerry Q10 are almost identical when it comes to specs. wever, I found the Q10 offered a better quality screen that also provided more impressive viewing angles. This is due to the Z10’s lesser quality LCD Disply that only pumps out a resolution of 1280 x 768 pixels, while the Q10’s S-AMOLED 720p screen flourishes above.
     In the end, I came to the conclusion that the handset that appeals to the larger majority of smartphone customers is the Z10. This device represents what people are accustomed to in the year 2013, while the Q10 appeals to a shrinking customer base that prefers a physical keypad over a virtual one.

    Q10 vs. Z10 is a highly personal choice. As you pointed out in the specs the basic internals are identical. It comes down to full touch screen vs. physical keyboard. For a traditionalist like me it's the Q10 FTW. But then I cut my teeth on BlackBerrys all the way back to the 7230 model. BlackBerry's outstanding physical keyboard is ingrained in my DNA by now. I've also used Android phones and an iPhone so I'm no stranger to the full touch screen, and I even got used to the on-screen keyboards with that form factor. But the Q10 for me has just enough of a screen that I don't miss the full size screen too much, and it's more than compensated for by the keyboard I love so much. 
    The best choice is to have them both! But if you must pick one, best to go to a store and try them both out for as long as the sales reps will tolerate you. 

  • I use my ps3 online gaming, is the airport extreme or the airport express be compatible with ps3? Is it going to be a better connection compair to other router? Which one is a better choice for me, airport express or airport extreme??

    I bought linksys EA3500 router. Its still in the box and before I open it I want to learn more about the apple airport router, is the apple going to work with my online games with ps3? I have iPad, 2 iPhones, apple tv and Mac mini.  If the airport express or airport extreme is a lot better and will work for ps3 which one should I get?

    Airport will work with PS3.  From what you've stated, the Extreme is more than you need.  Buy the Express.

  • What would be the better approach at showing a course is complete?

    (OT: I'm being evlauated to do some online software simulations using Captivate so I'm trying to merge my Authorware "thinking" with Captivate)
    I have a 14 slide simulation; task to edit preference files. Scoring is not necessary but getting to slide 14 is all that is necessary.
    Presently I have a click object on slide 13 whose reporting options is "Include in Quiz" with adding 1 point.
    So I have a course with Objective ID=Quiz10111 Interaction ID=Interaction11184 and a score of 1.
    But I also note in the reporting preferences I could use "Slide views only." So maybe this is all that is necessary?
    I'm not that savy (yet) with LMS's but if I wanted to write this data out as a tab delimited file on the hosting server what should I consider? Authorware had a function "WriteExtFIle." Would a button on the last slide set to execute Javascript be a better approach?
    Another idea looking for a point of view. If I get the project I am considering a 2 month contract Adobe Acrobat Connect Pro to get more confortable with this approach. Would this help?
    FYI...I just downloaded the Captivate 4 manual. Last modified on May 19th according to the doscument.
    Thanks

    Regarding your function hanging, that seems to be because your loop never ends. Also the inner query is missing a WHERE clause:
    Select Translate(comnt_rec.comment_text,'%#$^',' ') into repvalue from test_comnt;  <-- How many rows will this bring back?However I don't think you meant to query the test_comnt table at all - it looks as though you just wanted to assign the result of the TRANSLATE expression (btw please, TRANSLATE() or translate() but not Translate() - the parser doesn't care but it drives me nuts), in which case just
    repvalue := translate(comnt_rec.comment_text,'%#$^',' ');or even include the expression in the cursor itself and save yourself the trouble.
    Another thing that drives me nuts, although not the rest of the world apparently, is the name "c1" for a cursor. Why don't you name your variables "v1", "v2" etc? If you had two cursors would you seriously name the second one "c2"?
    While I'm at it, what kind of a name is "test_comnt"?

Maybe you are looking for

  • Transferring photos from a Canon to my Mac

    I recently bought a Canon Power Shot.  I have used it and transferred photos to my Mac and didnt have any problems. Now all of a sudden, I turned it on, to import the pictures to the computer, and the camera just turns itself off and the Mac says no

  • ITunes 10.5 and Get Info facility - no longer working?

    Since I installed iTunes 10.5 last week, the Get Info facility for adding details of albums not on Gracenote doesn't work. The screen comes up as before but once you start typing iTunes crashes and quits. Anyone else got this problem?  Anyone solved

  • Can't change video via Javascript

    Hi all, I know this has been covered, but I've tried those solutions and things just aren't working. I think the issue is that I can't obtain the Strobe playback object.  Here's the code I'm embedding: <video width="460" height="260" class="video" co

  • Input only working once with JTextField

    Hi, I've created an GUI with one JTextField, a JTextArea and a JLabel that I use to display an imageIcon. I want the user to be able to input text into the JTextField without having to click on it with the mouse. I've used requestFocus() to do this a

  • When trying to back up my MBP Retina to a My Passport for Mac, I get the message: "The backup disk does not have ownership enabled."

    I've used disk utility to verify and repair the disk and it checked out fine. I tried running the following commands from the terminal: sudo chflags 0 /volumes/*    sudo chmod a+rx /volumes/* No luck. At one point, I did see the "ignore ownership" ch