Which tool we can use in Web design except photoshop?

I have six experience in web  design developing,Need more advice,Which tool we can use in Web design except photoshop?

Dreamweaver is pro-level software for web designers & developers. If you have the necessary coding skills, there's not much you can't do with DW.  If you don't, the learning curve can be quite steep.
If you join the Creative Cloud, you have access to the following other web design products:
Muse is web design software aimed at non-coding designers & hobbyists.  The trade off for Muse's  "ease of use" is static HTML pages with limited functionality.  In other words, you could not use Muse to build a shopping cart site but it might be all you need for a simple  hobby, church or charity site.
Edge Animate
For creating HTML5 Animations and interactive site pages.
Edge Coder
A coding editor.
Edge Reflow
For creating responsive web design layouts that work on mobile phones, tablets & desktops.
Edge Web Fonts & TypeKit -- custom web fonts
PhoneGap -- for creating mobile apps
http://html.adobe.com/edge/
Nancy O.

Similar Messages

  • Which tool will you use when you design Ejb...I just wanna to know!

    I'm a beginner!@_@
    and,yes,you can help me!
    thank you!

    As for me, good tools are:
    Together ControlCenter 6.0 www.togethersoft.com
    XDoclet
    www.sourceforge.net/projects/xdoclet
    JBuilder 6.0 www.borland.com/jbuilder
    I gave you three tools because they differ from each other a lot.
    TCC is Java/J2EE/UML tool, XDoclet is a JavaDoc extension which can be
    easily added
    to the build process, JBuilder is well-know Java IDE.
    "one_dust" <[email protected]> wrote in message
    news:3cbcfbdd$[email protected]..
    >
    I'm a beginner!@_@
    and,yes,you can help me!
    thank you!

  • Which Tools should I use?

    Hi,
    I am a seasoned Java programmer with very basic knowledge of HTML and CSS. I am planning to switch career working from home producing website and undertaking SEO work. I am planning to learn new skills/tools over the course of the next six months.
    Only problem is that I cant work which tools I should use for highly unique, responsive and design rich websites?
    So far I have come to the conclusion I need to learn the following:-
    PHOTOSHOP - To get the concept and design pixel perfect
    EDGE RELOW  - To create the HTML structure and CSS framework [imported directly from Photoshop]
    DREAMWEAVER - To finalise the HTML and CSS and iron out any issues which 
    Does this seem like like a reasonable path to follow? Should I consider switching Photoshop with Illustrator?
    Thanks

    Very nice plan you have, I applaud you for making the move to freelancing.  Make sure you have another source of income before going 100% all in or at least 10 months of savings to live off of while you learn.
    I spent my time learning HTML5, CSS3 and Javascript.  I also spent time upgrading my skills on PHP and MySQL these are the 5 predominate technologies that the WWW is run on.  Unless you are focusing on Microsoft in which case you would be using .net, ASP and visual studio software and not Adobe's except for maybe Photoshop and Illustrator.
    I have the full Creative Cloud Membership and have Dreamweaver installed but I rarely use it, I also have editors and IDE's from other 3rd party companies and developers but I tend to fallback using NotePad++ and just hand code as much as possible.  Syntax and Tag Hi-lighting is the most important features for an editor and NotePad++ has all that either built-in or with available addon's.  Not sure why I tend to just use NotePad++ and not Dreamweaver or some other IDE, maybe speed has something to do with it.
    Reflow is a "Preview" software it is not meant to actually be used in real world projects.  Though the most recent update has improved their output codes for CSS you are still going to want to make changes and optimize it yourself.  There is no software out there that will do it all for you so you can give that dream up right away, you are going to have to do some hand coding to take what Reflow gives you and optimize it.  You are going to have to learn Html5 and CSS3 but since you will be working with clients they will have their own preexisting code so you will need to either work from that OR start from scratch if the client would be willing for that to happen without adding cost.  So you are going to need to also learn Xhtml and the differences between that and Html5.
    Depending on how you learn Lynda.com has great education that is inexpensive compared to going to a college and taking a course.
    The best books I have seen and purchased are those by "Murach", they replace quite a few books out there but they are not the end all be all either.
    Photoshop, Dreamweaver combination are common.  I like Muse for the visual development nature of the application but it creates up to 3 separate websites one for desktop, tablet and phones.  The problem there is you have potentially three separate sites all working within one domain.   I much prefer Reflow's setup over that but the code is not production ready, maybe in another year.
    A lot of people also use Wordpress so you may want to explore that and how that CMS works as well as other CMS's. 
    Starting out focus on learning Html5 and CSS3 along with Javascript.  If you want to do backend development I personally use PHP and MySQL and then learning how AJAX works so you can use JS to talk to the backend and pull and submit information behind the scenes.  This is not required but the more dynamic the sites you build the more you will want this type of connectivity. 

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

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

  • I have deleted by accident the backup folder on an external HD. Any advice on which app I can use/buy to recover the info? Thanks in advance!

    I have deleted by accident the backup folder on an external HD.
    I did the backup since I had to sent my macbook pro retina display to customer care.
    By accident, I deleted the backup folder on my external HD.
    Any advice on which app I can use/buy to recover the info?
    Thanks in advance!
    elmoven.- desperate trying to recover his Ph.D info from 3 years

    IT SOUNDS wiered but there is just for your pc just goto statrtup menu--->System tools -->system restore by Today's date and time

  • Which table i can use to find out the condition type in PO item ?

    Hello, erveryone. Which table i can use to find out the condition type in PO item ? Thank you.
    Xinzhou.

    hi
    The Table name used to find the Tax Values are
    KOMV: Pricing Communications-Condition Record
    KONV: Conditions (Transaction Data)
    From the above tables you can refer the fields below.
    KAWRT
    KBETR
    for excise check table J_1IEXCHDR for header
    J_1IEXCDTL for item excise
    Fetch the corresponding records based on the field
    KNTYP
    regards
    kunal

  • Which table i can use to get standard price of previous periods ?

    Hello, all.
        Which table i can use to get standard price of previous periods ? Example, current period is 2008/11, i want to get the standard price of period 2008/05 .
    Thanks.
    Xinzhou.

    Look in MBEW and MBEWH.
    Regards

  • Which tool i should use to develope a portal

    Hi all,
      we are planning to develop a portal which we will expose to internet.
    Now my question is which tool i should use to develope this
       1.BSP
       2. jspdynpage
       3.Webdynpro java
       4.Webdynpro abap
    Which application will perform better on internet.
    Lots of rfc calls and webservice calls are there.
    plz give me suggestions .
    Thanks
    developer

    Hi,
    BSP - Abap workbench
    JSP Dynpages - NWDS (Netweaver Dev Studio)
    Webdynpro Java - NWDS
    Webdynpro ABAP - ABAP Workbench
    above all applications will perform at same level  depend on the content.
    best regards
    Hari

  • Which report I can use ?

    Which report I can use for
    1. total purchase value for a period
    2.Material with standard unit price and unit price.
    3. Material inventory with project

    1. total purchase value for a period =ME81N, MCE1, MCE3, 7
    2.Material with standard unit price and unit price.= MM60
    3. Material inventory with project=MBBS, MB52 with Project stock indicator

  • Which filter i can use to identify text CYM at work 100% black ?

    Which filter i can use to identify text CYM at work 100% black ?
    That's may problem:
    I have one work 100% black (book), end fill texts may include CYM, how to identify them using a filter (Shift+ctrl+x)
    Thak's

    I'd use the settings you'll use to convert the data (or Absolute). If you do any conversions in Photoshop, make sure Dither is off.

  • When I try to use the clone stamp another layer of my picture is copied on the photo I'm working on.  Is this a defect or is there a tool I can use to stop it and return to normal usage of the clone stamp?

    When I try to use the clone stamp another layer of my picture is copied on the photo I'm working on.  Is this a de@@@@fect or is there a tool I can use to stop it and return to normal usage of the clone stamp?

    The "Sample Field" letters are very dim.  After punching several times the right click revels "Clone stamp mode".  The next little circle has a line through it and after several right clicks, it says: "turn on to ignore adjustment layers when cloning,"  Despite this I cannot get any kind of a response to change any of the existing entries.  Bob
    Robert Mcdonough
    [email protected]

  • Instead of using *mval and *newcol function which functions we can use

    Hi,
        I am new to BPC Instead of of using *mval function which function we can use and same for *newcol which function we can use in transformation file ?
    thanks in advance

    please post in a BO forum

  • Which ADOBE SOFTWARE IS USED FOR 3D DESIGN

    which ADOBE SOFTWARE IS USED FOR 3D DESIGN

    I don't know, but go to this link and you may click to read the description of each program Explore Adobe desktop apps | Adobe Creative Cloud

  • Which tools to customize the EBS Web Screen

    Hi,
    I have implement EBS R12 but I would like to know which tools to customize the Web Screen. I know that the Oracle Developer can customize the Form Screen.
    Or have anyone else please recommend which Oracle course training that should learn to customize Web Screen.
    Thank in advance,
    Chuyot

    Hi;
    I suggest check forms&reports course:
    Oracle Forms & Reports Developer 10g: Move to the Web
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D17362GC10&p_org_id=12&lang=US
    Also see:
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=16&group_id=1154&p_org_id=1001&lang=US
    Regard
    Helios

Maybe you are looking for