Which Bag do you use for your Camera? What about the GadgetBag 300EG?

Which Bag do you use for your Camera? What about the GadgetBag 300EG?

I agree - it's all about preference.  I use the ThinkTank Retrospective 7.  I *love* ThinkTank's attention to detail...  everything from having a rain cover included with the bag, to having ingenius use of velcro (sp?) patches to enable you to "silence" the bag so it doesn't make the big "SCRATCH" sound when opening the bag during a quiet event, etc.
My best advice would be to do your research (which you're clearly doing) and have a clear understanding of the return policy wherever you buy it, and then don't be afraid to return it if you get it and feel it doesn't meet your needs.  A restocking fee is a small price to pay to not be stuck with a bag that doesn't work for you.  And if for any reason you get it and can't return it, there's always eBay. 

Similar Messages

  • Which bag do you use for 14 inch wide screen?

    Which bag do you use for 14 inch wide screen?
    I got confused when searching for possible candidates. Almost all wide screen bags are designed for 15.4 inch. Few 14 inch bags are fit only for the normal 4:3 screen.
    Any advice from you are welcomed!
    Many thanks!

    Hello,
    Other brands you might want to look at are Brenthaven, Case Logic, Eagle Creek, EastPak, EZM, Jan Sport, Kensington, Swiss Army, Targus and Trager.  There is also an earlier message thread here in the forum discussing carrying options, and a quick search of the Internet found some messages here, here and here that you might find of interest.
    There really are lots of different solutions when it comes to carrying your ThinkPad, so it might be best to visit a few computer, electronics, office supply and sporting goods stores to find something you like and meets your needs (and budget).  If you do not have your ThinkPad to yet, consider either bringing  a tape measure or a piece of cardboard cut to the dimensions to "test" with bags.
    Regards,
    Aryeh Goretsky
    I am a volunteer and neither a Lenovo nor a Microsoft employee. • Dexter is a good dog • Dexter je dobrý pes
    S230u (3347-4HU) • X220 (4286-CTO) • W510 (4318-CTO) • W530 (2441-4R3) • X100e (3508-CTO) • X120e (0596-CTO) • T61p (6459-CTO) • T43p (2678-H7U) • T42 (2378-R4U) • T23 (2648-LU7)
      Deutsche Community   Comunidad en Español Русскоязычное Сообщество

  • Which tool you use for your datamodel?

    Which tool you use for your datamodel?
    To show your tables with pk and fk and all.
    designer
    jdev
    other?

    I am using ERwin® Data Modeler r7.1 (7.1.1.1207). It supports most new features of Oracle 10g such as hash, list, composite hash, setting LOB storage properties etc.
    We just upgraded from version 4 recently. In the old version, I had to manually modify the generated scripts.
    ERWin r7 supports all Oracle 10g (Release 2) new features we need for our projects. It offers far more functionality and options than the old version. It supports all partition types in Oracle 10g: Range, Hash, List, Composite-Hash and Composite-LIST and offers more storage settings.
    Another nice new feature of ERWin r7 is that it offers purge option in the DROP TABLE statement. In Oracle 10g, the recycle bin contains all the dropped database objects until you permanently drop them with the PURGE option. Otherwise, you will see many funny looking objects like this: 'BIN$0+ktoVChEmXgNAAADiUEHQ==$0'.
    With the purge option, you don't need to purge the recycle bin after the forward engineering.
    SQL> purge recyclebin;
    My favorite is Oracle Designer.
    http://www.oracleabc.com/forums/thread-24-1-1.html

  • How many devices can you use for your itunes account?

    how many devices can you use for your itunes account?

    PT wrote:
    Macistotle wrote:
    Unless you have DRM still haunting your tunes ... Then you can only use those songs on 5 devices. Otherwise, connect as many as you like (as stated above).
    No, you can sync your DRM tracks to an unlimited number of iPods (but only authorized to play on 5 different computers/user accounts)
    Patrick
    So I can sync two iPods to my iTunes account and sync the same digital copy movies that come with some o' my DVDs to both ipods? Do movies make a difference really, DRM-Wise? Thanks in advance.

  • Which tool do you use for load testing?

    Which tool do you use for load testing for J2EE application?

    hi,
    i use jmeter for without issues..
    first make sure that the system from where you are doing load testing is in the same lan(without firewall) to that of server. Here you are testing the capacity of server and not the network bandwith.
    So assuming very good network connection what is the servers performance level...
    If u have to decide which tool is decent enough to load testing,
    i would suggest go for jmeter. its reliable and i have used it without problems.
    Here is my quick tutorial for jemeter which i made for my teams reference.
    REFERENCE
         For Getting Started refer to any tutorial for Jmeter
         You can refer to introduction on
              http://jakarta.apache.org/jmeter/usermanual/
    RUNNING LOAD TEST
         Extract jakarta-jmeter-2.3RC4.zip in c:
         install jdk-1_5_0_12-windows-i586-p.exe
         Run C:\jakarta-jmeter-2.3RC4\bin\jmeter.bat
         In Test Plan add Thread Group
         Right Click Thread Group -> Add->Sampler->HTTP Request
         Select HTTP Request added fill details
              Serverip:www.xyz.com
              Port:80
              Path:/xyz-webapp/index.jsp
              Use KeepAlive: Checked
              Retrive All Embeded images from HTML: Checked(For geting images inside html)
         Right Click Thread Group -> Add->Listner->Graph Results
         Click on Thread Group Fill details
              No of Threads:3(This means no of simultaneous users)
              Ramp Up Period:1(3 Request will be made in 1 second period)
              Loop Count:5(Above process should be repeated how many times)
         Save TestPlan
         Run -> Clear All
         Run -> Start
              Click on Graph Results for Output
         Try adding different listener in Thread Group
              Thread Group -> Add->Listner->Summary Report
         Listeners coud be added at thread group level or HTTP Request Level
    RECORDING A TEST.
         Add a HTTP proxy server in workbench by right clicking on it and selecting Add->Non test Element->HTTP Proxy Server.
         In Test Plan Add Thread Group
         In HTTP proxy server select Target Controller as Test Plan > Thread Group.
         Go to Internet Explorer and go to internet settings and set proxy server as localhost and the port
              which is configured in Jmeter proxy server.Save Settings.
         In Jeter proxy server start by Clicking on Start button in the HTTP Proxy Server Flap.
         In browser navigate the application which you want to test.
         The nodes will be added in the Thread Group.
         Once Navigation is done stop the proxy server and save the test plan from file menu.
    LOGGING INTO APPLICATION.
         When we have to login into system and then navigate the system
              we need a cookie to be tracked after login. This could be achieved
              simply by Add -> Config Element -> HTTP Cooie Manager.
         After adding the HTTP Cooie Manager simply run the test.
    LOOPING COUNTER.
         When a request is made multiple parameter is sent to server.
         Parameters are sent from the HTTP Request node added in the Thread Group
              in "Send Parameter with the request" table.
         If we run the loop count 10 times the parameters will be sent same in every request.
         If you have to send parameters like user1,user2,user3,user4....
              then add -> Pre processor -> Counter.
         Put start as 1 and and Maximum as 10 or whatever required.
         Put Referene name as iCtr or whatever.
         In the "Send Parameter with the request" in value column put user${iCtr}

  • HT5312 Whose email address do you use for your rescue email?

    Whose email address do you use for your rescue email?

    My own.
    That is the point of the rescue e-mail

  • Which camera calibration profile do you use for your imports?

    I have a Canon camera, and have always just imported with the LR  settings left to Adobe default, including the Calibration panel set to  Adobe Standard profile. Sometimes it provides a satisfactory starting  point, other times not. Since reading in another topic's posts  concerning importing with other profiles (and setting them as a new  import default), I have tinkered around with trying this out. Just  curious how others handle their import settings. Do you leave everything  at Adobe default (basic, tone curve, detail, calibration)? Or, do you  reset to a  custom default? What are the actual settings that you use  and your reasons why. And, do you import with lens corrections enabled.  This information would be a big help in gaining a better understanding  of this aspect of LR.
    Thanks
    Jonathan

    Rob Cole wrote concerning Lens Correction settings:
    I only do 80% of vignette correction, and 0% of distortion correction by default, and revisit that decision after importing, but nothing sacred about it - plenty of people use 100% for those too and do fine, or use their own pet numbers...
    Yes, absolutely use Lens Correction along with Camera Profiles. Like Rob said, "No reason not to!" But there are some considerations. You may like a little vignetting in the picture and 100% pretty much wipes-out all vignetting. Also, since vignetting correction raises image corner brightness, lens aberrations such as astigmatism and coma will be more visible and can reduce image quality near the edges. It's a trade-off as to what amount to use, which will vary dependent on your lens corner performance. I use a default vignetting setting of 50% for wide angle zooms and 100% for all other lenses, and only adjust higher if the image benefits from it. Distortion setting in an ideal world should benefit from 100% correction, BUT it can also degrade the corner resolution with wide-angle zoom lense images which typically have high barrel distortion. I use a default setting of 0%, and only use it for correcting images with obvious geometry distortion. Even then I rarely need to use 100% to make things look "normal." Chromatic Abberrations adjustment can safely be used at 100% for maximum benefit, assuming the profile is accurate over the zoom focal range. The new Adobe lens profiles seem to work very well in this respect.
    These are great"automatic" tool adjustments to make our less than perfect zoom lenses perform near prime lens image quality. OK, zooms don't have the wider aperature of prime lenses, but the high ISO of today's DSLR bodies give us a lot of latitude to play with!

  • Which CPU Cooler did you use for your CPU?

    Hi guys, just wondering, what CPU Cooler did you use in your mega 865?
    Did you use the Intel or the MSI CPU cooler?
    Which do you think is better?
    I used the MSI CPU Cooler, Which I think is better cause it has a copper base which can transfer heat faster. Also the heatsink must have been designed for the case too.

    ^
    The Mega 865 came with an additional "extra page" on how to install the Intel CPU Heat Sink into the 865, so it could be that msi thought that intel's solution was better? The manual of course had how to install the msi heat sink, so rather than printing the manual again, they provided an extra information sheet.

  • Which router do you use for AppleTV?

    So I got to thinking the other day that maybe there are just certain routers that no matter what will not work with AppleTV.
    The only one that I have gotten to work EVERY time and consistently is the Airport Extreme Base Station.
    My gf had a belkin (I don't remember the model #) that no matter what, I could not get it to remain consistent i.e. had to restart almost every day, randomly showed port 3689 error, etc
    I tried the normal stuff, enabling uPNP, port forwarding, etc..nothing helped.
    With the AEBS (which I already had and made her get) everything was fine and dandy.
    So my questions to you are:
    1) If not the AEBS, which router do you use?
    2) If not the AEBS, which settings did you have to set?
    3) If not the AEBS, what is the model / firmware version of your router?
    I noticed many people have problems that are the same things on this board over and over. And I've also noticed that it's usually the router and/or the settings that are causing the issues/inconsistencies.
    This should be an interesting thread and should help steer people in the right direction.

    capaho wrote:
    Airport Extreme doesnt have enuf port forwards for most online games & so I avoided that one.
    There is no limit (short of maxing out system capacity). It may not have the presets you want, but you can configure port forwarding manually.
    indeed, i can confirm this.
    i have many ports forwarded on my AEBS and it is very easy to configure to do so.

  • Which sleeve/bag/case do you use for your Macbook Pro?

    So what do you use? I've been stumbling across ebay to find something decent for my 15 inch mid 2009 but most of the sleeves don't fit the new macbooks...

    for my 17" MBP I use a Waterfield bag (http://sfbags.com). It's actually a sleeve and a cargo bag combo with a nice cable bag as well. Not cheap ($270 or so), but it's very well made and a very nice compliment to the apple in terms of fit, finish, and quality. The Waterfield bags are fantastic, and the sleevecases are very protective, such that you could buy just the sleevecase and drop your computer in whatever bag you like at the moment.
    For an older 13" white macbook, I have a Pinder thin, which is much cheaper (~$35 on sale) and is a nice thin minimalist bag. It makes for the smallest laptop and bag combo I've seen (prior to the air) that I would be comfortable carrying around.
    Sheldon

  • WHICH ADAPTOR DO YOU USE FOR THE TV OUT OPTION TO VIEW IPHONE ON YOUR TV?

    I know that the Sept update includes a TV out option on the Ipod section of the Iphone but what connector/adaptor is used for this function? Please advise. Thanks so much for any input on this mattter!

    Yes and just to complete this you can also buy the Universal dock (the new one) that comes with a remote control -- the composite/component cable plugs into this dock so you can just slip your iPhone into it and watch TV (much easier than plugging/unplugging the cable at the bottom of the phone, and the remote is very sweet).
    Only drawback is that both the cable and the dock cost $50 a piece, so you're looking at around $100 for a TV solution. Still, I have two of them (one component and one composite) and the picture (with 640 resolution) is excellent on both my big screen (38") sets -- the equal of a DVD.

  • Which 1GB memory do you use for your iSight iMacG5?

    Hello all,
    I just got my iSight iMac 20" couple days ago and want to upgrade with another 1GB memory, so I am wondering which 1GB memory module do you use or purchased from?
    I have looked up samsung and crucial, and I found newegg.com provides the best price so far.
    So please let me know what memory you have and where you got it. Thank you!
    By the way, will memory become cheaper during thanksgiving?

    http://www.newegg.com/Product/Product.asp?Item=N82E16820147147

  • Which architecture do you use for OIM 11g IHM (admin, self service, etc)?

    Hi,
    I would like to know if you use :
    - The native IHM with native extension (Event handlers, prepopulate adapters, etc).
    - Custom tabs in ADF added to OIM.
    - A web application in ADF (war) added to the oim.ear.
    - A J2EE application in ADF which communicates through webservices.
    - A J2EE application in another technology which communicates through webservices.
    - Other architectures.
    And why did you choose this architecture?
    Thank you very much for your replies.
    Regards
    Pierre.

    Note that you can use the internal LDAP that comes with WebLogic, for your users and groups if you want.
    When you have multiple domains, you have a problem with this set-up as the internal LDAP is coupled to
    a specific domain. This means that users you created in one domain are not visible in the other. When using
    a separate LDAP that contains the users. You can configure in each domain an authenticator that points
    to the LDAP. In this way you can share to user accross multiple domains.
    When you are planning to use one domain you can stick with the internal LDAP if you want.
    An example set-up (that uses access manager not identity manager) can be found here: http://middlewaremagic.com/weblogic/?p=7819,
    which might help you in how to proceed.

  • What RAID Setup do you use for your Macbook Pro Scratch Drive?

    Is there any benefit to using an Express-ESata Raid Enclosure vs a single esata drive as the scratch drive?
    If so, is there any benefit to using a 4 drive Raid 0 vs a 2 drive raid 0?
    What Raid setups are any of you all using with your MacBook Pro's? Is there a significant performance difference between using a E-Sata drive and a FW800 drive. Is RAID the right way to go?
    Sorry I'm not making a lot of sense right now, but I've searched through 20 or so pages of the forum and didn't see that anyone had addressed this question yet.

    OK, just to give you a frame of reference, I just performed the following tests -
    I hooked up my Sony AVCHD camera to my Mac Book Pro 2.4 ghz with 4 GB ram - (pretty close configuration to yours) - and imported a 26 second clip into FCP 7 with the following drive configurations:
    Capture to internal Mac Drive, no externals: 26 Second clip takes 44 seconds
    Capture to external WD USB2 drive: 26 Second clip takes 44 Seconds
    Capture to external CalDigit 2 Sata Drive Array, Raid 0, via Firewire 800: 26 Second clip takes 42 seconds
    OK, so now I move the camera over to my Mac Pro 8-Core, 2 x 3.2 Ghz Quad Core Xeon with 14 gigs of ram, and capture *to the same external CalDigit 2 Sata Drive Array,* Raid 0, via Firewire 800: 26 Second clip takes 11 seconds
    My conclusion would be the drives and drive throughput is not as consequential as the CPU horsepower in doing the conversion from AVCHD to Pro Res. However, there are many very knowledgeable people who look at these threads, and I would be interested to hear what they have to say.
    Hope this helps.
    Message was edited by: Meg The Dog to correct typo

  • What headphones are you using for your play

    Im just curious to find what headphones people are using for there mp3 players, i am using some JVC gummy's there not expenci've at about ?6.99 and they come in about 5 colours which is nice if you have a player like a zen micro, n200 etc...... If you want to know where to get them i got them from dixons, there pretty good Message Edited by sababas on 08-24-2005 0:47 PM

    I use Koss SparkPlugs on my N200. Cost about ?5, very comfortable and good sound quality and volume.
    PB

Maybe you are looking for

  • RE: Accessing a CMP Entity Bean

    Hi There, I have written a couple of CMP entity beans. When I run the client application, I am getting a ORB minor code 257. The error message follows. My code works with both BMP entity beans and session beans. Can anyone help? Thanks in advance. Au

  • Sales Billing VF01

    Hi I have created sales order. then while  I am posting for billing document in VF01 i got the below error: Billing document XXXXXXX saved( no accounting documetn generated) in VFO1. In VF02  error : account determination error. in VKOA i have assinn

  • 30 GB Memory Concerns

    If a song is in multiple playlists (example 3 playlists) on your iPod, does it take up three times the amount of memory? Or does it store it once and refer to that same location for different playlists? Thanks everybody! E Machines Windows XP Pro

  • Use thrid-party library in EJB

    Hello, In an EAR file, it contains WAR, JAR(ejb). If the ejb JAR file required other Java library(JAR files), is it possible to deploy with the EAR ?? For example, I want to use Jakarta Lucene in on eof my EJB. I tried to add <module><java>lucene.jar

  • Yellow hue appeared on my screen...

    Yesterday I turned on my Mac and the screen started first to flicker with colored pixels and lines and static and then turned completely yellow. It does this same thing every time I turn it on now. I've tried unplugging the power cord before restarti