What graphics design tools do you use...

For animations design, button design, splas screens and all the other GUI details that makes a game look good.

Photoshop 7, you dont really need other versions ...
I'm a web designer also and i have no problems using PS7 :)

Similar Messages

  • What thrid party tools are you using for backup compression?

    I have a few SQL Server 2008 standard edition instances and I'm curious to what third party tools people are using for backup compression. I know upgrading to enterprise edition or  SQL Server 2008R2 or above will give me that compression but I do not
    have that option right now. I'm familiar with Idera, Red gate and Litespeed and I just want to know what else is out there.
    Thank you in Advance.

    There are many third party tools.
    But Why third party tools?
    SQL Server integrated Backup and restore feature is complete. For more info please see these links:
    Backup Overview (SQL Server)
    Introduction to Backup and Restore Strategies in SQL Server
    SQL
    Server Backup Best Practices
    sqldevelop.wordpress.com

  • What 5 online tools do you use the most?

    Hi,
    please let us know what you use the most. please give a description for each tool. thanks you very much.
    i hope i/you can find a lot new tools that i/you can use in the future
    I'm using:
    1. firefox (browser)
    2. irssi (irc chat client)
    3. gajim (jabber client)
    4. mutt (console based mail client)
    5. ysm (console based icq client)

    1. Firefox
    2. SSH
    3. Pidgin
    4. Prism (cut-down firefox for web apps - I use it for GMail, Support Ticketing System at work and Nagios "Problems" page)
    5. Liferea (feed reader)
    Last edited by fukawi2 (2009-09-04 06:16:03)

  • What web based tool do you use to manage computer repair customers ?

    We are working on building a new computer repair and remote support business which is similar to geeksquad.
    I'd like to have an accounts section for my customers, that means a database in the back-end which would be viewed by customers to find their previous work, their signed invoices, and possibly be able to track their repair status. I'd like to add most of the features on geeksquad.com like chat with an agent, scheduling an appointment, tracking repairs...etc.
    Can this be done with Zendesk or freshdesk ? if not, what do you recommend ?
    This topic first appeared in the Spiceworks Community

    Hey All,I wanted to let you know there is a Meetup expo (not a spiceworks meetup) being hosted on the 3rd of November at 12:00PM. Which is a weird time for a tech meetup, but whatever.Anywayyou can find more info on it here: http://www.meetup.com/AlleyBoost/events/223247468/Blurb from the info page:The Alley Boost Startup Expo: An opportunity for over 80 exciting exhibitors to get in front of thousands of awesome attendees including startup enthusiasts, elite talent, the press and leading investors.The last one I went to when they hosted it in this swanky place in Hell's Kitchen (drinks were expensive as hell)was awesome. Lots of different industry people; from engineers, programmers, business owners, marketing people and so on. Plus someone had an impromptu party so I got handed free cake, which made the whole thing complete worth it....

  • What custom desktop environment do you use?

    I know one of the reasons I love arch is that you get to build a system from the ground up--you get to build your own desktop environment out of whatever login manager/window manager/file manager/etc you want.
    I'm still experimenting with openbox and slim, so I'm just wondering what everyone else is using to make their computer "their" computer. What's your custom desktop environment built from? Maybe this will be a good starting place for other noobs (like myself), who want to be able to replace gnome or kde without losing all the features.
    btw, what office tools are you using? I don't really like openoffice, and I really don't like abiword.
    thanks for sharing!

    I am a gnome > xfce > lxde-ish > nothing-in-particular convert, so my post will be rather GTK-biased
    Panel-wise...I threw together the visibility iconbox/desktop manager thing and two tweaked dzen scripts (power status and time). It's not so much a panel as it is two blocks in the corners and a large gap in the middle where I can middle click.
    I use gmrun in lieu of Gnome's alt-F2 run dialog. I found that lxtask was a decent task manager. Seems to be unusually CPU-heavy for a task manager, though. I prefer htop. I use hardinfo for computer specs when I can't be bothered to look up the right commands.
    As far as office tools go, I keep Openoffice around for compatibility and those times when vim+latex or geany+latex is overkill. I like gnumeric as a spreadsheet program.
    I use alsamixer to control sound and nitrogen for backgrounds. No login manager here. I just xinit in my ~/.bash_profile . I've installed a lot of browsers for testing (I do a bit of web design), but I generally use uzbl, midori when uzbl doesn't work, and firefox when midori doesn't work.
    Somewhere up there, jasonwryan mentioned the LnF thread. It might be worth also checking out the Crunchbang distro's applications list. The list is not as, well, light and fast, but it does have quite a few not-heavy desktop environment-independent apps.
    http://crunchbanglinux.org/wiki/applications
    PS If thunar isn't working for you, perhaps you might like pcmanfm better?

  • What trusted web sites do you use that have free or purchase photoshop brushes?

    What trusted web sites do you use that have free or purchase photoshop brushes?

    The size and resolution depends on the intended output.
    In my opinion relevant zooming shortcuts would be cmd-0 (View > Fit on Screen), cmd-1 (View > 100%) and cmd-spacebar/cmd-alt-spacebar to temporarily switch the current Tool to the Zoom Tool.

  • 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}

  • What kind of mouse do you use?

    The trusty Logitech wireless mouse that I've used for about 5 years now is nearing the end of its life and I'm looking for suggestions on a replacement. The Arc Mouse by Microsoft has received some nice reviews; so far it's at the top of my list.
    Simple question, what kind of mouse do you use now?

    I'd vote Logitech's Performance MX mouse all the way! (assuming that you are right handed though, it is really made for right-hand use only)
    Love them!
    It is a cordless, rechargeable design with a laser that works on just about any surface, even glass. The scroll wheel is butter smooth and has inertia for massive scrolls.
    This is one of the most expensive options out there, but IMHO so worth it.
    Regards,
    Jim

  • Which tools are you using?

    which tool are you using for modelling oracle objects?

    thanks, but is it possible to create (to the databse) both attributes and methods of oracle objects with sybase power designer or just attributes as a table?

  • What world traveler adapter do you use when traveling in India?

    What work traveler adapter do you use when traveling in India?

    I didn't mean my reply as a rant! Just welcoming another disabled guy on board. Yes, I do budget - and have enough left over to buy software and hardware for my Mac. The 'government' doesn't pay my electric bill - I do - and I pay $460 a month in rent - and I live in a very nice, unsubsidized handicapped and wheelchair accessible apartment.
    You really need to work on your anger issues - and although I, too, believe in an afterlife, I can be happy in life just as I am: I've no legs, so getting around is difficult for me but I don't let that stop me from enjoying life.
    I've no family remaining save for an uncle and aunt and some cousins - and they're all in Texas. And, although I, too, was "dumped" by most of my middle-class friends, I have a handful of friends on whom I rely.
    I don't believe that suicide is a way out, either. My own step-mother blew her brains out after she had a stroke. She was on massive amounts of antidepressants but she took her own life. That way is not for me.
    Loosen up and open up a little - I'm sure that you can find something in common even if it's with others who may be disabled. I do some volunteer work with a couple of agencies in town and find that keeps me going - and keeps me from feeling sorry for myself.
    If you need anyone to 'talk' to at anytime, just click on my name and my profile with my email address is public. Email me if you like...
    And have a Happy New Year - and be thankful that you got your computer as a gift!
    Clinton

  • What color calibration tool do I use to calibrate my MacBook Pro screen to get accurate color when I print my my photos?

    What color calibration tool do I use to calibrate my MacBook Pro screen in order to get accurate color when I print my photos?

    This what I have been trying......  Maybe my eyes are screwed up or don't understand the process....
    What I have been trying to do is squint and make the apple disappear by moving the sliders around in each step. Is that correct?

  • What Monitor or Speaker do you use for Mastering?

    Hi,
    As a home studio owner, what Monitor or Speaker do you use for Mastering?

    Unless you have acoustically correct room, you will always have problems with low bass. That's why you need a pair of headphones that can produce sounds from 5Hz to 25kHz. I have BeyerDynamic DT770's but there are lot of others good quality headphones when you use that Hz criteria.
    I use Genelec 8040's which have enough dip switch settings to match it to the room. They are also quite small (metal enclosure walls are only couple mm thick) and since all the walls are round there are no resonances or standing waves inside the box. That means they will sound accurate even at louder mixing volumes.
    Btw the reason NS10 were used years back, was that they mimicked the average crappy home speakers, but still had tightly aligned sound. My old studio manager blamed all the terrible 1980's records on them, which you can hear if you compare them to today's remastered versions.

  • What type of pen do you use to take notes on a notetaking app like enotebook

    What type of pen do you use on your ipad for a handwriting app like enotebook?

    You want what's called a stylus. There are a huge variety of styli available; just make sure that the one you get works with iPad (pretty much all of them will say they work with iPad on the packaging). I personally just grabbed the cheapest one at Staples, but you can see a bunch of styli here: http://www.theverge.com/2012/4/10/2925937/best-stylus-ipad-review

  • What payment gateway/s do you use?

    Hello all,
    I've posted a discussion on the Cartweaver FaceBook page on the topic of what payment gateway/s do you use. I'd like to hear from as many of you as possible, as this will be very helpful for future development. Please go there and post your info!
    http://tinyurl.com/2bfd9sp
    Oh and by the way, while you are there be sure to "like" us.
    Thank you!
    Lawrence
    Cartweaver.com
    Stay updated - Friend, Follow, and Bookmark Cartweaver!
    http://www.twitter.com/Cartweaver
    http://www.cartweaver.com/facebook
    http://blog.cartweaver.com

    linkpoint/first data
    paypal
    ccbill
    eprocessingnetwork

  • What kind of printer would you use to print on a lorry?

    Hi,
    One of my client sells items from the lorry, so he wants his drivers to print invoices on the way. My question is what kind of printer would you use to print on a lorry? Any idea, experience?
    Thx in advance,
    Laci

    Hi Laci,
    There are quite a few mobile printers, for example HP does a range of battery powered Officejet printers which you could use on the go. For instance, check this out:
    http://www.shopping.hp.com/product/CB026A%2523B1H
    I hope this helps!
    xx Nat

Maybe you are looking for

  • How do I use the cookie cutter tool?

    I have a lot of questions to ask on how to use this program. I have Adobe Photoshop Elements 8, and I can't seem to get the tools to work. I click things on and nothing happens or I get a buzz indicating that whatever it is I want to do, I can't. I w

  • Bootcamp no longer works after adding partition via Windows 7

    I needed a D: drive in Windows and shrunk the system (C:) partition and added another partition intended to be a secondary drive in Windows.  After rebooting Windows throws a BSOD and I can't even select OS X as a bootable option.  Is anyone able to

  • Adobe Reader files missing information in static fields after being emailed?

    Hello, I have emailed the same person three seperate times with an attached PDF file that does have some fillable fields and some static fields. One time I email them the file, and the data in the static fields has been changed, but the fillable fiel

  • Problem with Nokia N8 connected to stereo?

    I have a 3.5 to RCA cable to connect my nokia n8 to a stereo system. Problem is when I put a song on the phone it plays too fast on the stereo - not by much but still unpleasant to listen to. If I connect my laptop to the same stereo with the same ca

  • 2 questions for Oracle portal

    i work with portal 10.1.4 2 questions: Is possible to display in my portal the online users or how many are visited every day the portal ? i try but i dont cant update my portal to latest version 10.1.4.2. 10.1.4.2 buider have differences from 10.1.4