Help With Fireworks and Dreamweaver

Hi,
I am a graphic designer wanting to expend mt skillset. Mainly because I am currently at a job day to day that requires minimal amount of web stuff. It would benefit me greatly to have the web skills too. Anyway, I am having trouble in fireworks and dreamweaver. Sometimes something gets handed to me and I can open it DW and edit th text, send it back and it is fine. ready to go. More recently, I have been asked to change some marginal issues, plus create some things from scratch. I naturally went to Fireworks to do my layouts. I need to understand the best way to create something in FW and export it so that the code is as complete as possible fro DW. I know it is not that simple, but the web work that I am doing fro right now is VERY simple stuff. i just dont know the basics to get it done. Please help.
Thanks

Fireworks is not a coding environment. Use Fireworks to design your layout and export your graphics. Use Dreamweaver to write the code to implement the design. The code that Fireworks can export is for creating prototypes with; it isn't intended for live sites.
If you want to expand your skill sets in the Web area, then that means learning HTML and CSS. You cannot get by on the exported code of a graphics program. Here are a couple of beginner tutorials:
http://articles.sitepoint.com/article/html-css-beginners-guide (Good)
http://net.tutsplus.com/tutorials/html-css-techniques/design-and-code-your-first-website-i n-easy-to-understand-steps/ (Excellent; the author uses Photoshop in this tutorial, but it can be done with Fireworks just as well.)

Similar Messages

  • Help with google and dreamweaver.

    i have finished setting up my site and have now tried setting up google webmaster tools on it. I verified my site about 4-5 days ago but it says no data avaliable for most things on the page. The only things it actually has data by is where it says 'crawl errors'. it says 'not found 1' next to it. Any help would be appreciated.

    when i click on the 'not found' link it says this is the page.
    http://www.kcoxlandscapes.com/INTERNAL_LINK

  • CS 3.3 with Fireworks and Acrobat 9 Just Announced

    I just saw this. Those of us who have been waiting for Fireworks (or are about to fire some off) it's here. CS 3.3 also includes Acrobat 9.
    www.adobe.com

    As a recent (June 19, 2008) CS3 purchaser, the Adobe customer service folks sent me, at my request, an "updater" DVD with Fireworks and Acrobat 9.0 Pro for a fee of around $5.00 S&H. I'm not certain of the "cut-off" dates for this consideration. I had to submit, via pdf email attachment, a copy of my CS3 purchase receipt. Very pleased with their consideration and got my DVD in about a week. No install issues. Having registered and activated CS3 helped process, I believe.

  • I know this sounds ridiculous, but do you have to have Fireworks and Dreamweaver to create a website?

    Many years ago, I had a copy of fireworks and dreamweaver.  It seemed like I only worked with fireworks and created websites, links etc.  Do you have to have both and somehow they work in tandem?    

    My suggestion would be to forget about Fireworks, because the application's development was stopped in May 2013, and no updates are coming its way either. It is dead software, unfortunately. It is already experiencing compatibility problems on the latest Mac OS, for example, and it is only going to get worse.
    To create a simple website, you have two choices: you either learn basic html and css code (as Mylenium suggested), or you use a visual editor.
    I have a feeling you veer towards the visual editor solution, so here are some options:
    - http://www.softpress.com/freeway-express/
    - http://www.kompozer.net/
    - Web Design Software by Xara: Xara Web Designer
    - Adobe Muse
    ... or install WordPress through your host (most web hosts offer a one-click install option), choose a nice template from the tens of thousands available online, and start adding content.

  • Help with writing and retrieving data from a table field with type "LCHR"

    Hi Experts,
    I need help with writing and reading data from a database table field which has a type of "LCHR". I have given an example of the original code but don't know what to change it to in order to fix it and still read in the original data that's stored in the LCHR field.
    Basically we have two Function modules, one that saves list data to a database table and one that reads in this data. Both Function modules have an identicle table which has an array of fields from type INT4, CHAR, and type P. The INT4 field is the first one.
    Incidentally this worked in the 4.7 non-unicode system but is now dumping in the new ECC6 Unicode system.
    Thanks in advance,
    C
    SAVING THE LIST DATA TO DB
    DATA: L_WA(800).
    LOOP AT T_TAB into L_WA.
    ZDBTAB-DATALEN = STRLEN( L_WA ).
    MOVE: L_WA to ZDBTAB-RAWDATA.
    ZDBTAB-LINENUM = SY-TABIX.
    INSERT ZDBTAB.
    READING THE DATA FROM DB
    DATA: BEGIN OF T_DATA,
                 SEQNR type ZDBTAB-LINENUM,
                 DATA type ZDBTAB-RAWDATA,
               END OF T_TAB.
    Select the data.
    SELECT linenum rawdata from ZDBTAB into table T_DATA
         WHERE repid = w_repname
         AND rundate = w_rundate
         ORDER BY linenum.
    Populate calling Internal Table.
    LOOP AT T-DATA.
    APPEND T_DATA to T_TAB.
    ENDLOOP.

    Hi Anuj,
    The unicode flag is active.
    When I run our report and then to try and save the list data a dump is happening at the following point
    LOOP AT T_TAB into L_WA.
    As I say, T_TAB consists of different fields and field types whereas L_WA is CHAR 800. The dump mentions UC_OBJECTS_NOT_CONVERTIBLE
    When I try to load a saved list the dump is happening at the following point
    APPEND T_DATA-RAWDATA to T_TAB.
    T_DATA-RAWDATA is type LCHR and T_TAB consists of different fields and field types.
    In both examples the dumps mention UC_OBJECTS_NOT_CONVERTIBLE
    Regards
    C

  • Is Adobe CS5 compatible with CS3 and Dreamweaver 8 files

    All,
    We have eight users that are using CS3 (Photoshop, InDesign and Acrobat 8) plus Dreamweaver Studio 8 on Windows XP Pro 32-bit.  Two of these users are moving to Windows 7 64-bit.  We don't have it in the budget to upgrade all 8 users.  Will Adobe CS5 Premium files (particularly InDesign and Dreamweaver) work with CS3 and Dreamweaver 8 files?
    Thanks

    InDesign absolutely NOT! InDesign can only save back one version.
    But...CS3 runs just fine on Win7 64 bit.
    I'm not sure about what issues you'll have with Dreamweaver.
    Please post followups in the InDesign and Dreamweaver forums.
    Bob

  • Fireworks and dreamweaver issue. How they work seamlessly?

    Hi, I am new to these programs.
    I am trying to make a website using fireworks and
    dreamweaver. I've made my navigation area and headline in fireworks
    (simple navigation on left side and header on top). When I export
    this to dreamweaver, I am unable to make text etc in the blank area
    (main body content area) because as soon as I start typing,
    dreamweaver moves my navigation around because I think it is
    somehow linked to the main body area?
    I think I am missing a crucial step in this process.
    How do I use fireworks and dreamweaver seamlessly to allow me
    to edit body content of my pages, and not have it change anything
    on my navigation area?

    firebat99 wrote:
    >
    > I think I am missing a crucial step in this process.
    > How do I use fireworks and dreamweaver seamlessly to
    allow me to edit body
    > content of my pages, and not have it change anything on
    my navigation area?
    Here's a really good article on how to use Fireworks and
    Dreamweaver
    together.
    http://www.adobe.com/devnet/fireworks/articles/layout_editing.html
    Linda Rathgeber ACE ::: PVII
    http://www.projectseven.com
    Fireworks Newsgroup:
    news://forums.projectseven.com/fireworks/
    CSS Newsgroup: news://forums.projectseven.com/css/
    Adobe Community Expert - Fireworks
    Design Aid Kits:
    http://www.webdevbiz.com/pwf/index.cfm

  • Help with count and sum query

    Hi I am using oracle 10g. Trying to aggregate duplicate count records. I have so far:
    SELECT 'ST' LEDGER,
    CASE
    WHEN c.Category = 'E' THEN 'Headcount Exempt'
    ELSE 'Headcount Non-Exempt'
    END
    ACCOUNTS,
    CASE WHEN a.COMPANY = 'ZEE' THEN 'OH' ELSE 'NA' END MARKET,
    'MARCH_12' AS PERIOD,
    COUNT (a.empl_id) head_count
    FROM essbase.employee_pubinfo a
    LEFT OUTER JOIN MMS_DIST_COPY b
    ON a.cost_ctr = TRIM (b.bu)
    INNER JOIN MMS_GL_PAY_GROUPS c
    ON a.pay_group = c.group_code
    WHERE a.employee_status IN ('A', 'L', 'P', 'S')
    AND FISCAL_YEAR = '2012'
    AND FISCAL_MONTH = 'MARCH'
    GROUP BY a.company,
    b.district,
    a.cost_ctr,
    c.category,
    a.fiscal_month,
    a.fiscal_year;
    which gives me same rows with different head_counts. I am trying to combine the same rows as a total (one record). Do I use a subquery?

    Hi,
    Whenever you have a problem, please post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) from all tables involved.
    Also post the results you want from that data, and an explanation of how you get those results from that data, with specific examples.
    user610131 wrote:
    ... which gives me same rows with different head_counts.If they have different head_counts, then the rows are not the same.
    I am trying to combine the same rows as a total (one record). Do I use a subquery?Maybe. It's more likely that you need a different GROUP BY clause, since the GROUP BY clause determines how many rows of output there will be. I'll be able to say more after you post the sample data, results, and explanation.
    You may want both a sub-query and a different GROUP BY clause. For example:
    WITH    got_group_by_columns     AS
         SELECT  a.empl_id
         ,     CASE
                        WHEN  c.category = 'E'
                  THEN  'Headcount Exempt'
                        ELSE  'Headcount Non-Exempt'
                END          AS accounts
         ,       CASE
                        WHEN a.company = 'ZEE'
                        THEN 'OH'
                        ELSE 'NA'
                END          AS market
         FROM              essbase.employee_pubinfo a
         LEFT OUTER JOIN  mms_dist_copy             b  ON   a.cost_ctr     = TRIM (b.bu)
         INNER JOIN       mms_gl_pay_groups        c  ON   a.pay_group      = c.group_code
         WHERE     a.employee_status     IN ('A', 'L', 'P', 'S')
         AND        fiscal_year           = '2012'
         AND        fiscal_month          = 'MARCH'
    SELECT    'ST'               AS ledger
    ,       accounts
    ,       market
    ,       'MARCH_12'          AS period
    ,       COUNT (empl_id)       AS head_count
    FROM       got_group_by_columns
    GROUP BY  accounts
    ,            market
    ;But that's just a wild guess.
    You said you wanted "Help with count and sum". I see the COUNT, but what do you want with SUM? No doubt this will be clearer after you post the sample data and results.
    Edited by: Frank Kulash on Apr 4, 2012 5:31 PM

  • MOVED: [Athlon64] Need Help with X64 and Promise 20378

    This topic has been moved to Operating Systems.
    [Athlon64] Need Help with X64 and Promise 20378

    I'm moving this the the Administration Forum.  It seems more apporpiate there.

  • Need help with Photoshop and "Licensing for this product has stopped working" message. Adobe fix isn't working.

    I am still using CS3. A while back I received an error: "Licensing for this product has stopped working" for my CS3 programs. I used the recovery program suggested by Adobe and was able to get Illustrator, Flash and Dreamweaver to work, but I still can't open Photoshop or In Design. I went back to the Adobe site and did every other trick they suggested to fix the error, but nothing has worked.
    I then tried to uninstall photoshop from my CS3 suite (so I could reinstall) but got a JavaScript Alert: "Critical errors were found in set up. Please see set up log for file details." Seeing as I am not the best with the behind the scenes technical stuff, I have no idea what this means or where the set up log even is. Any help anyone can provide?
    I have had CS3 installed on my computer for over a year. I started having problems about 4 months ago.

    I am having similar problem.  Can't open any of CS3 programs after trying to download Dreamweaver Trial, which wouldn't work because "couldn't remove DLM extention" error message.  So now I can not run Illustrator, Photoshop, or even Adobe Reader.  These are properly licensed for about a year. I get "License for product has stopped working".  Have 2 pending cases open with Adobe support (one for Dreamweaver trial, one for license problem) since 8/3 with NO ANSWERS - It says answers within 1-3 business days.  Was on phone support hold today for over 3 hours before line went dead with no help.  What is up with adobe support?  Can anyone help?

  • Need help with URLs (Mamp/Dreamweaver/Apple Lion)

    I'm in the midst of a major upgrade - Apple Leopard > Lion and MAMP 1.x to 2.0.5. I also installed CS3, with Dreamweaver, on my new laptop.
    Anyway, everything seems to be falling in place, except for one major snag - I can't view my web pages in a browser.
    On my old laptop, I have it set up so that I can view each of my websites at a simple URL, like this: http://SL. My sites are stored in a top level folder named Sites.
    I used the settings in my old computer as a guide in setting up a site in Dreamweaver and MAMP/Hosts on my new laptop, but I can't view a page at http://SL. http://localhost/SL and http://localhost don't work, either, whereas http://localhost:8888 prompts a "Forbidden" message.
    However, I can access phpMyAdmin at http://localhost:8888/phpMyAdmin/?lang=en-iso-8859-1&language=English
    When I was setting up the site in Dreamweaver, I got the following error message:
    "Dreamweaver cannot use the prefix you entered to displaly live data. Please double-check your site configuration or click on Help for more information on how to correct this problem. (HTTP Error: 0)." I didn't explore the Help menu immediately, and I can't recreate the error message now.
    I read somewhere that I should put my html folders in the htdocs folder so I tried that with one site, with the same result.
    Anyway, can anyone tell me what I have to do to make a website located at Users > (Me) > Sites > SL display at http://SL?
    Thanks.

    In MAMP Pro setup ports for Apache/MySQL to 80/3306 then setup virtual host in Hosts tab. MAMP doesn't allow extending virtual hosts, only MAMP Pro does that. Are you using MAMP or MAMP Pro?
    best,
    Shocker

  • Slide menu with fireworks on dreamweaver

    hi,
    i've done a slide menu with fireworks. HOW exactly do you put that on the webpage now (i use dw 8).
    thanks a lot

    Hi
    By slide menu you mean something like a menu bar? I don't really get it. Post an image if you want.
    I recommend to create your menu inside dreamweaver using html and css and not in fireworks, because your site is going to be really heavy and not compatible with the web standards.
    But, to answear to your question: Since you've got a complete menu with slices, or symbols such as buttons,export it as html and images (be sure to export the slices too).
    Inside dreamweaver use the Insert > Image objects > Fireworks HTML. Browse to your exported file and press ok.

  • Help with XMLSEQUENCE and repeating elements

    I need help with the following XML extraction (note this is on Oracle9i). I have the following XML structure. There are multiple <Reading> elements
    <MeterReadings>
    <MeterReading>
    <Meter>
    <id>0004128190</id>
    <idType>METER_X_UNIVERSAL_ID</idType>
    </Meter>
    <Premise>
    <id>PREM4128190</id>
    <idType>X_CLIENT_PRMSE_ID</idType>
    </Premise>
    <Reading>
    <value>11111</value>
    <readingTypeId>CKWH</readingTypeId>
    </Reading>
    <Reading>
    <value>22222</value>
    <readingTypeId>KWHP</readingTypeId>
    </Reading>
    </MeterReading>
    </MeterReadings>
    I want to return one row for each <reading> element, including all its sub-elements - <value> and <readingTypeId>
    So, for the above data set, I would like to get back something like this. The parent elements can be repeated.
    <meter/id>,<Premise/id>,<Reading/value>,<Reading/readingTypeId>
    0004128190,PREM4128190,11111,CKWH
    0004128190,PREM4128190,22222,KWHP
    I have tried to use the XMLSequence function like this:
    select extractvalue(i.xml_message,'MeterReadings/MeterReading/Meter/id'),
    extractvalue(value(p),'value'), extractvalue(value(p),'readingTypeId')
    from myTable i,
    table(XMLSequence(
    extract(i._xml_message, '//Reading/*' ))) p
    But then I get results like this, where each sub-element results in a new row:
    0004128190     11111     null
    0004128190     null     CKWH
    0004128190     22222     null
    0004128190     null     KWHP
    What would be the proper XQuery?
    Thanks!

    This may help:
    http://www.dreamweaverresources.com/tutorials/pagebackgrounds/examplevert.htm
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    http://www.csstemplates.com.au
    http://www.perrelink.com.au
    CSS Tutorials for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/css.html
    "teamkombat" <[email protected]> wrote in
    message
    news:ept196$d1g$[email protected]..
    > Hi I am trying to create a very simple effect where my
    page casts a
    > shadow. If
    > you take a look at
    http://www.timberland.com/home/index.jsp
    the left and
    > right
    > side of the page has a very light shadow. I would like
    to use a similar
    > effect. What I was thinking was to create 2 small .gifs
    with the shadow
    > effect
    > (1 for the left side and 1 for the right side) maybe
    10px long. Then
    > create 1
    > table with 3 columns: The middle collumn will be the
    main column for the
    > content and 2 thin/small columns on the left and right
    to attach the
    > shadow
    > .gifs.
    >
    > I was wondering how do I repeat this shadow .gif image
    for the length of
    > the
    > main column?
    >
    > Also if there is a better solution to the above problem
    please let me
    > know. I
    > have read about faux columns and using CSS for repeating
    images, but don't
    > really grasp the ideas yet. Thanks everyone for their
    time and help.
    >
    >

  • Newbie - Help with Fireworks CS5 nav bar

    I am new to Fireworks. I am using Fireworks CS5. I need help with creating navigation bars and menu. Any tutorial or tips is greatly appreciated.
    Thank you.

    You'll find a tutorial named "Create a basic navigation bar" in the Fireworks help files.

  • Need Help With find and Replace

    I am a little green to this all. I am trying to find and
    replace a word inside the edit region and Dreamweaver will not
    change it, because it says its inside a locked region, but its a
    editable region?
    I have about 900 pages I need to make this change on and was
    relying on the find and replace tool to do that. I tried differn't
    advanced options, nothing seams to change it. I am using cs3.
    Thanks for any help

    Using Templates with a 900 page site is a crime against
    humanity. You reach
    the optimal size for Templates between about 50 and 100.
    The error you are getting suggests that there are coding
    errors on the page
    (perhaps even unrelated to ANY DW Template markup). We'd need
    to see the
    page to make progress with what that might be, as Alan says.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "RyanWaters" <[email protected]> wrote in
    message
    news:ggs7fq$gnq$[email protected]..
    >I am a little green to this all. I am trying to find and
    replace a word
    >inside
    > the edit region and Dreamweaver will not change it,
    because it says its
    > inside
    > a locked region, but its a editable region?
    > I have about 900 pages I need to make this change on and
    was relying on
    > the
    > find and replace tool to do that. I tried differn't
    advanced options,
    > nothing
    > seams to change it. I am using cs3. Thanks for any help
    >

Maybe you are looking for

  • Can I return my iPad air

    I Just bought iPad air on 3/10/2013. Then I saw the iPad air 2  opened. I really want to buy iPad Air 2 more than iPad air. How can I return my iPad air to ipad air2.

  • Apple mail in mountain lion cannot download many attachment (corrupt)

    I have the same problem on all my macs, and also my friends. That includes: - MacBook Pro 17" - MacBook Pro 13" - MacBook 13" The problem is that almost every email attachment is corrupt. It means it can in most cases not be opened, except for photos

  • VBS Expected Statement error

    IHi there: Hi there: I am trying to build an XML file from a string and I am getting a Expected Statement Error.  I am not sure what is wrong that would cause this error with a simple loop for a bar graph.  Any ideas? Thanks in advance! Brett <%@ Lan

  • Writing to a CD?

    This is the message I get when trying to download pictures from an album I created to a CD......."A problem has occurred while loading this album template.  An auxillary file may be missing or damaged. please reinstall the application to corrrect the

  • Thinking of purchasing an iPad

    I just graduated High School and was considering on purchasing an iPad with some money I recieved; however, I already have an iPhone and laptop to use for college. I was wondering if it would even be worth it or if I'm just technologically hungry for