Book on dreamweaver?

can someone help me please?

I learn the best tutorial books

can you tell me which book is good for learning about Dreamweaver INTERMEDIATE?

I already know the basics well

Thank you very much

Do not forget the Help included with your software documentation. I always found using Dreamweaver to be as good or better than most of the books of Dreamweaver. It is locally available in the Help menu or http://livedocs.macromedia.com/dreamweaver/8/ online

Tags: Dreamweaver

Similar Questions

  • Is there that a paper published the book using Dreamweaver CC or 2015?

    Is there such a book published instead of a download .php using 2015 Dreamweaver?

    With the creative cloud quick release cycle, your book will be expired a few months after hitting the shelves.   At the time where the software has been updated every 18 mos, it was possible for authors and publishes to make books available as new software has been released.  Now, with the changes that occur 2 to 3 times a year, this is changed.  Online tutorials are probably your best resource.  Also, see the What's New Articles to stay on recent changes.

    New features in CC 13.0

    http://helpx.Adobe.com/Dreamweaver/using/whats-new-Dreamweaver-CC-2013.html

    New features in CC 13.1

    http://helpx.Adobe.com/Dreamweaver/using/whats-new-Dreamweaver-131.html

    New features in CC 13.2

    http://helpx.Adobe.com/Dreamweaver/using/whats-new-Dreamweaver-13-2.html

    New features of CC June 2014

    http://helpx.Adobe.com/Dreamweaver/using/whats-new-2014.html

    What's new in October 20141 CC & February releases

    https://helpx.Adobe.com/Dreamweaver/using/whats-new-2014-1.html

    New features of CC 2015

    https://helpx.Adobe.com/Dreamweaver/using/whats-new.html

    Nancy O.

  • After the class, book in a book problems

    I'm the book "Adobe Dreamweaver CS6 in the classroom in a book", but I find that some things are inconsistent with what the book application to do.  For example on page 84, he is asked to choose window > styles CSS for display panel CSS styles, and then click the header rule.  I discovered that it is changed in the program (I thought that the book came out after the program has been written) and lost a lot of time trying to find how to do this.  On page 88, he tells me to choose Insert > layout objects > A P Div.  Where can I find it?

    What version and build # DW don't you have?

    Most of the books have become obsolete, shortly after CS6 out simply because the cloud updates made radical changes that books could not keep pace.

    With the launch of DW CC in June, futher changes have been made to the interface to streamline and eliminate the features are deprecated such as APDivs, server behaviors and more...

    http://blogs.Adobe.com/Dreamweaver/

    Your best resources currently are F1 (using the line) and tutorials from Adobe.

    http://TV.Adobe.com/show/learn-Dreamweaver-cc/

    http://www.Adobe.com/devnet/Dreamweaver/articles/first_website_pt1.html

    Nancy O.

  • & quot; Setting and retrieving Cookies & quot; DreamWeaver 8

    I'm in training for the book, 'MacroMedia DreamWeaver 8, training from the Source.' I can't get get cookies placed on my hard drive with the code that I used in Chapter 4, setting and retrieve Cookies. I checked my code against the code in the book, and they seem to be identical. Cookies are transferred on my HDD by variables defined in the code, but the code fails to retrieve cookies from the hard drive as planned on the linked page. Finally, I want to develop an interactive commercial site because I need to fix this now. Any help is definitely appreciated. I list below, the code I use for each of the three dynamic pages.

    Test form:
    Information entered on this form and to test the form processor (it works well).
    [
    Code]
    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 "/ >"
    < title > Untitled Document < /title >
    < / head >

    < body >
    < form id = "frm_name" name = "frm_name" method = "get" action = "test_form_processor.php" >
    < label > first name
    < input name = "FirstName" type = "text" id = "FirstName" / >
    < / label >
    < p >
    < label > family name
    < input name = "lastName" type = "text" id = "lastName" / >
    < / label >
    < /p >
    < p >
    < p >
    < input type = "submit" name = "Submit" value = "Submit" / >
    < /p >
    < / make >
    < / body >
    < / html >
    [/ Code]

    Processor of fitness test:
    The first name and the name of the page a transfer to the variables on this page, no problem.

    [Code]
    <? PHP
    setcookie ("firstName", $_Get ["firstName"], time() + (60 * 60 * 24));
    setcookie ("lastName", $_Get ['name'], time() + (60 * 60 * 24));
    ? >

    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 "/ >"
    < title > Untitled Document < /title >
    < / head >

    < body >
    Thank you < p >, <? PHP echo $_GET ['name'];? > <? PHP echo $_GET ['name'];? >, for my application. < /p >
    Check < p > < a href = "test_form_processor_cookies.php" > < /a > cookie. < /p >
    < / body >
    < / html >
    [/ Code]

    Test cookies in processor form:
    The sre cookies transferred on my hard drive, I checked by looking in the browser cache. the problem is that cookies are not retrieved by this page. When I click on the link to this page, "I get Hi,!.» The code why don't echo the variables that hold the cookies? The code is below.

    [Code]
    <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    "< html xmlns =" http://www.w3.org/1999/xhtml "> "
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 "/ >"
    < title > Untitled Document < /title >
    < / head >

    < body >
    Hi, <? PHP echo $_COOKIE ["FirstName"];? > <? PHP echo $_COOKIE ['name'];? >! < / body >
    < / html >
    [/ Code]

    All bindings are defined, cookies are placed on the hard drive, but for some reason any page link does not collect cookies and print them to the screen, as expected. I use Firefox and IE7. I put both completely accept cookies, always I can't retrieve the cookie set by this small application from my hard drive, when I run the pages. Any help and ideas are appreciatted.

    The problem is in the Cookie set to page 2 header. It should be $_GET and not $_get. Dreamweaver uses the lowercase with the get method. The correct $_GET is displayed in blue letters on top of case, instead of black and lower case letters. It is a very slight difference, as PHP uses the method get lowercase.

  • Button - still do not understand design

    First of all, let me say that I take a class online following the revealed book of Dreamweaver. While working on the lesson of Chapter 2, I noticed that when I opened the site to the top there no button design, even if the instructions in the book show that it should always be there. I read in the forums where others have had the same problem the button missing design, and people offered help... but I do not understand what those offering assistance that I really learn again. I do not know how to do CSS sheets or whatever the most common fix mentioned.  A I spoil in a way what I am and that's why he has disappeared or is this something that has changed since the book came out? In any event, I feel that I'm very far behind and I'm going to fail this class if I can't understand it. Everything I used to do in the old software Dreamweaver, I have taught myself, so I don't know some of the jargon. I did just by trial and error... but this new Dreamweaver is nothing like the old program. I'm so confused! Help please!

    It seems that the book uses an older version of DW.

    If you are a CC subscriber, you can install older versions of DW all the way back to cloud CS6 (which may be closer to the version of your book).

    For older versions of DW (once again, if you are a Subscriber CC) open the CC desktop application and follow these instructions carefully.

    http://blogs.Adobe.com/adobecare/2015/06/16/how-to-find-and-install-previous-version-of-ad obe-apps-in-cc-2015.

  • How can I reapply style to data in a data table Spry HTML CSS?

    Hello.  I have Adobe CS6 installed on my computer and am new to the use of Adobe.  This is my first post.  To learn Dreamweaver, I read the book Adobe Dreamweaver CS6 Classroom in a Book.  I now do the Lesson 13 and will have trouble to do the part up to step 21 on page 342.  I have a Spry data table in two ranks, but he lost the CSS style applied in Lesson 7.  I can't reapply.  For example, the title was drawn on pages 194 and 195 using the legend of table content section.  To try to apply a new style, I chose the title, but did not see the style in the drop of class in the property inspector.  Otherwise, I control-click on the style in the CSS Styles Panel, apply in the context menu has been grayed out.  The following two sections of the Lesson 13, HTML data update and work with XML data seem to work very well however.  The second data table Spry to two rows, using XML data, has all the CSS styles.  The first table used in HTML, the file calendar.html (XHTML)data.  I couldn't find a table called calendar.html in the folder of resources 07 lesson (step 1 on page 184).  There is another difference between HTML and XML tables.  When the XML table has been transformed into a Spry data set, it lost the ID created in Lesson 9.  By following the instructions in step 11, page 343, it was added to the XML table.  The table using HTML data kept his ID when he became a Spry data set.

    Here is a screenshot showing the HTML above and XML tables downstairs.

    I hope someone can explain why the table HTML lost its style CSS and how it can be reapplied.  I tried to carefully follow all of the steps in the book.  Thank you.

    Screen Shot 2016-03-10 at 17.01.54.png

    Look at the CSS file and, for example, see the following resources

    . Happy section table {}

    do-size: 90%;

    Width: 740px;

    margin left: 15px;

    border-bottom-width: 3px;

    border-bottom-style: solid;

    border-bottom-color: #060;

    border-collapse: collapse;

    }

    He translated means that you apply a style to an array element inside a section element that is inside an element with a class of content.

    Now, take a look at the markup and see

    Classes and green events

    Here we see a table inside an element with a class of content. Compared to the style rule, the section element is missing.

    Add

    and don't forget the closing (
    ) tag. The markup becomes

    Classes and green events

  • I USE INDESIGN AS THE CORRECT DESIGN/ADOBE PROGRAM?

    Hello, I am working my way through each Adobe program, one by one, trying to learn more about each of them, starting with the basics of what each one will/won't do.  Now my question to you all is that I'm being pressed to do a large amount of design email templates/signatures/stationery design work.  Then, I need to make a few updates on my web pages.  I can do this in InDesign or not, or what programs can I and what would be the best strategies here to take?



    I have also actively looking for someone who will be taught me about the programs right here.  Some of these new Adobe applications. are so sophisticated that I can't tell what they do or do not do.  If you are interested, email me directly at [email protected].

    Thank you and have a great weekend/days to come.

    Peace,

    Erik

    InDesign is not the stuff of web production application, to produce the Office publishes books, magazines and e-books. Dreamweaver is the application for the production of websites and HTML emails.

    You can learn Adobe applications of personal teaching - the best, but most expensive - books and tutorials online to companies such as Lynda.com and TrainSimple.com

  • Why my model created the out of sync page break?

    Hello

    I am relatively new to this, after reading in the classroom in a book on Dreamweaver CS6, I thought I would try my own Web site.


    I ' relatively simple and there are only 4 pages derived a model.

    3 pages look good and jump from one to the other while is precisely recorded.

    1 page however refuses to play ball and is horizontally out of register with the other 3 pages - it moves about 3 mm to the left

    I isolated it as being down to the text in the main editable region. If I remove a paragraph (any one), she returned to be in the registry with the other pages.

    When you create the template itself I gave lesser amounts of text in situ in the editable area so that I could just cut and paste it, I also did it for the title which seems to work well.

    Below is the code from a code of the home page which is fine and the problem on the graphic Communication page

    Also attached link to site that is hosted outside (set up by someone who knows what they are doing)

    Contact details

    Any help would be welcome

    Thank you very much

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml "> <!-InstanceBegin template = Templates/index.dwt" "codeOutsideHTMLIsLocked ="false"->

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

    <!-InstanceBeginEditable name = "doctitle"-->

    < title > on < /title > graphic Communication

    <! - InstanceEndEditable - >

    < style type = "text/css" >

    <!--

    {body

    background-color: #000;

    text-align: center;

    margin: 0px;

    padding: 0px;

    color: #EEE;

    }

    {#wrapper}

    text-align: left;

    Width: 760px;

    margin-top: 0px;

    margin-right: auto;

    margin-bottom: 0px;

    left margin: auto;

    }

    #logo {}

    height: 130px;

    Width: 200px;

    float: left;

    }

    #header {}

    height: 130px;

    Width: 560px;

    float: right;

    text-align: left;

    padding-top: 0px;

    margin-top: 0px;

    }

    #content {}

    top of the margin: 30px;

    padding-top: 15px;

    }

    H1 {}

    do-family: Arial, Helvetica, without serif.

    font size: 24 PX.

    color: #BBB;

    make-weight: lighter;

    }

    #footer {}

    top of the margin: 50px;

    margin-bottom: 12px;

    Clear: both;

    do-family: Arial, Helvetica, without serif.

    do-size: 10px;

    padding-left: 55px;

    color: #999;

    background-color: #AAAAAA

    ";

    background-color: #333;

    }

    {p}

    padding-left: 55px;

    do-family: Arial, Helvetica, without serif.

    do-size: 14px;

    line-height: 20px;

    make-weight: lighter;

    padding-right: 40px;

    }

    {#footerNav}

    do-family: Arial, Helvetica, without serif.

    do-size: 12px;

    top of the margin: 50px;

    padding-left: 55px;

    color: #999;

    }

    ->

    < / style >

    < script src = "SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script > "

    < link href = "SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" / > "

    <!-InstanceBeginEditable name = "head"->

    <! - InstanceEndEditable - >

    < / head >

    < body >

    < div id = 'wrapper' >

    "< div id ="logo"> < img src="Images/Logo%20200x130px.jpg "width ="200"height ="130"alt ="logo200x130"/ > < / div >

    <!-InstanceBeginEditable name = "title"->

    < div id = "header" >

    < p > < / p >

    < h1 > on the graphic Communication < / h1 >

    < / div >

    <! - InstanceEndEditable - >

    < div id = "image" > < / div >

    <!-InstanceBeginEditable name = "main image"--> < img src = "Images/cavepainting.jpg" width = "760" height = "250" alt = "cave painting of early communication" / > <! - InstanceEndEditable - > "

    < ul id = "MenuBar1" class = "MenuBarHorizontal" >

    < li > < a href = "index.html" > HOME < /a > < /li >

    < li > < a href = "about.html" > ON < /a > < /li >

    < li > < a href = "portfoliopage.html" > PORTFOLIO < /a > < /li > ""

    < li > < a href = "contact.html" > CONTACT < /a > < /li > ""

    < /ul >

    <!-Name = 'content'-> InstanceBeginEditable

    < div id = "content" >

    < p > as far back that I can remember, I have always been inspired to draw and paint, then a career in art and design was still on the cards. < /p >

    < p > after 4 years studying graphic design at the University level of the Cornwall College, I graduated as a member of the Society of industrial Artists and Designers degree in 1982. < /p >

    < p > over the years, I worked in the Audio Visual, packaging and POS, cosmetics and cosmetics, engineering, Christian advertising and pharmaceutical industry, to name just a few. ہ work pasted on boards drawing, hand drawn marker Visual and long hours in the darkroom, time has experienced many changes with the equipment and methods of work. However, if the tools have changed, my goal always remained the same - to produce graphics, relevant, and effective communications. < /p >

    < p > graphic communication is everything - it has always been. Since the first brands that we humans never made represent our ideas and our experiences, today's fast changing digital world, and beyond, it is the culmination of a process of inventive ideas that effectively communicates our intention and values to others. < /p >

    < p > for the designer, it is a partnership between the objectives of the client and the creativity of the designer, by defining a common vision and honing of the possibilities result in a single solution to measure which is distinctly right for your business, not someone else. < /p >

    < P > good design means simply large graphic communication. < /p >

    < / div >

    <! - InstanceEndEditable - >

    < div id = "footer" > © Kevin RICK 2014 < / div >

    < div id = "pictureborder1" > < / div >

    < / div >

    < script type = "text/javascript" >

    var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgDown: "SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});})

    < /script >

    < / body >

    <! - InstanceEnd - > < / html >

    ………………………..

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > ""

    " < html xmlns =" http://www.w3.org/1999/xhtml "> <!-InstanceBegin template="/Templates/index.dwt ' codeOutsideHTMLIsLocked = 'false'->

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; Charset = UTF-8 "/ >"

    <!-InstanceBeginEditable name = "doctitle"-->

    < title > welcome to the graphic Communication < /title >

    <! - InstanceEndEditable - >

    < style type = "text/css" >

    <!--

    {body

    background-color: #000;

    text-align: center;

    margin: 0px;

    padding: 0px;

    color: #EEE;

    }

    {#wrapper}

    text-align: left;

    Width: 760px;

    margin-top: 0px;

    margin-right: auto;

    margin-bottom: 0px;

    left margin: auto;

    }

    #logo {}

    height: 130px;

    Width: 200px;

    float: left;

    }

    #header {}

    height: 130px;

    Width: 560px;

    float: right;

    text-align: left;

    padding-top: 0px;

    margin-top: 0px;

    }

    #content {}

    top of the margin: 30px;

    padding-top: 15px;

    }

    H1 {}

    do-family: Arial, Helvetica, without serif.

    font size: 24 PX.

    color: #BBB;

    make-weight: lighter;

    }

    #footer {}

    top of the margin: 50px;

    margin-bottom: 12px;

    Clear: both;

    do-family: Arial, Helvetica, without serif.

    do-size: 10px;

    padding-left: 55px;

    color: #999;

    background-color: #AAAAAA

    ";

    background-color: #333;

    }

    {p}

    padding-left: 55px;

    do-family: Arial, Helvetica, without serif.

    do-size: 14px;

    line-height: 20px;

    make-weight: lighter;

    padding-right: 40px;

    }

    {#footerNav}

    do-family: Arial, Helvetica, without serif.

    do-size: 12px;

    top of the margin: 50px;

    padding-left: 55px;

    color: #999;

    }

    ->

    < / style >

    < script src = "SpryAssets/SpryMenuBar.js" type = "text/javascript" > < / script > "

    < link href = "SpryAssets/SpryMenuBarHorizontal.css" rel = "stylesheet" type = "text/css" / > "

    <!-InstanceBeginEditable name = "head"->

    <! - InstanceEndEditable - >

    < / head >

    < body >

    < div id = 'wrapper' >

    "< div id ="logo"> < img src="Images/Logo%20200x130px.jpg "width ="200"height ="130"alt ="logo200x130"/ > < / div >

    <!-InstanceBeginEditable name = "title"->

    < div id = "header" >

    < p > < / p >

    Welcome to < h1 > graphic Communication < / h1 >

    < / div >

    <! - InstanceEndEditable - >

    < div id = "image" > < / div >

    <!-InstanceBeginEditable name = "main image"--> < img src = "Images/travel 26 Web.jpg" width = "760" height = "250" alt = "Spaceship to travel" / > <! - InstanceEndEditable - >

    < ul id = "MenuBar1" class = "MenuBarHorizontal" >

    < li > < a href = "index.html" > HOME < /a > < /li >

    < li > < a href = "about.html" > ON < /a > < /li >

    < li > < a href = "portfoliopage.html" > PORTFOLIO < /a > < /li > ""

    < li > < a href = "contact.html" > CONTACT < /a > < /li > ""

    < /ul >

    <!-Name = 'content'-> InstanceBeginEditable

    < div id = "content" >

    < p > welcome at Graphic Communication, freelance graphic designer Kevin Raddy website. With a design more than 20 years for printing experience, I offer a friendly, professional service, design and illustrations at competitive prices. < /p >

    < p > whatever your design needs may be, my goal is to make a difference for your business with the creative and effective use of graphics. I'll aim not only meet your expectations, but thanks to the creativity, inspiration and communication, exceed them - is good for your business and not surprisingly, it's also good for me. < /p >

    < p > if you are looking for a new logo, brand of stationery, leaflets, brochure, corporate or any type of printing project design, graphic Communication is proud to deliver on time, on budget solutions, for the total satisfaction of the customer. < /p >

    < p > < / p >

    < / div >

    <! - InstanceEndEditable - >

    < div id = "footer" > © Kevin RICK 2014 < / div >

    < div id = "pictureborder1" > < / div >

    < / div >

    < script type = "text/javascript" >

    var MenuBar1 = new Spry.Widget.MenuBar ("MenuBar1", {imgDown: "SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});})

    < /script >

    < / body >

    <! - InstanceEnd - > < / html >

    Normally, you would have an external stylesheet for your site. Each page is linked to this style sheet.

    In your case, you put style rules in the document, which is Ok except when it comes to maintenance.

    To answer your question, place the code just above the rules of body style as in

    html {
      overflow-y:scroll;
    }  
    
    body {
      background-color: #000;
      text-align: center;
      margin: 0px;
      padding: 0px;
      color: #EEE;
    }
    

    If you have no plans to use the external style sheet, the rule for the html will not negatively affect other pages.

  • CSS properties - See the shaded/grey series

    I bought the book Adobe Dreamweaver CC and am on Chapter 3 on CSS. The tutorial advises at one point click "Display value" on. However, on my system of Mac 10.8.x the checkbox is grayed out. Can not turn on or off.

    Anyone know where the problem may be?

    CSS designer > properties

    Thank you

    David in Texas...

    Hi David,

    The show the value checkbox is only enabled if a selector is seected.

    IE: CSS Designer panel would display the list of Computed properties when you inspect it IE click on a particular element on the design surface. View the Show box would be grayed out here, because the dispalyed properties are calculated and does not belog to a particular selection.

    When you click any selector in the Panel of selectors, the Show box set will get activated. Just make sure you see you not list calculated properties to have the checkbox to display the active value.

    I would like to know if that helps...

  • Update field of auto-increment using ASP.

    I use Dreamweaver 3 and created dynamic arrays using the tools ASP. I met a wall:

    When you create a form to a form, how to configure the form to update an Auto-Increment field in Access?

    I have what I think is a good book on Dreamweaver, but this feature is not discussed. If I omit the field of

    the form, he leaves the null field and I get a database error, as I expect.

    Any help or documentation links will be appreciated.

    Joe

    As others have said, the database must manage this area and it shouldn't appear on the form on the page in code that performs the actual insertion or update.

    Do you a little differently depending on whether you use the wizard insert or create the form by hand and then apply the server behavior insert.

    If you use the wizard when you select the fields in the form, make sure that you click the auto increment field, and then click the icon 'less', this it will remove the form and it will not appear in the code generated automatically, leaving MS Access free to manipulate himself.

    If you create the form by hand, do not include a form for the field to auto-increment element, then when you apply the Insert behavior it will not appear in the code generated automatically, leaving MS Access free to deal with himself.

  • What size should be a web page?

    Hello

    I am new to Dreamweaver (impression is my job) and I don't know what size I should do the width of my web page if it can be displayed on a screen average...

    I did a header at 800 pixels in Photoshop, but it seemed lost when I saw in IE8. I watched a lot of DVD and read quite a few books on Dreamweaver but not one has said.

    I can't repeat that it is a basic photo

    All advice would be helpful.

    Thank you

    Hello

    expect that the width of your page is comfortably seen by the majority of visitors to your site without using the scroll bars (not too bad are 900 to 1100px). To view your site in a comprehensive manner with critical eyes, 'Google labs - the browser size' are a very good tool:

    http://browsersize.googlelabs.com/

    Hans G.

  • Downloading files using Zend Framework

    I'm tyring use Zend Framework to download files as described in the book "Adobe Dreamweaver CS5 with PHP" by David Powers.  I use the code example (more or less) and can operate perfectly with a local installation of XAMPP Apache and PHP.  However, I can't it works correctly with a site hosted, after trying GoDaddy and Verio.

    Zend Framework is correctly installed, include the paths correctly set (I know that because other Zend FW operations, such as the validation work very well).  In addition, if the directory I want to download on is not specified correctly I have errors on it.  But when I try to actually upload a file (once again, with a code that works on the XAMPP platform), I get nothing.  No errors and no file uploaded.

    I have the script set up to send an email with a link to the downloaded file and the name field is empty (but the email get sent, indicating again that the ZF works).  I'm finding I have something misconfigured on hosting plaforms and am looking for suggestions as what to look.  Thank you.

    BTW, checked the permissions on the download directory, and it should be writable...

    No problems. It's a mistake that we all have at one time or another. I'm glad you find the book useful.

  • How to use the character (%) wild for php/DW research?

    I am trying to create a search engine that searches in the database to print documents on the basis of several criteria defined by the user.

    DW uses sprintf() to compile the MySQL query.

    I have my attempts to find a portion of a string that should come back to something like -'% xyz %' to give results like "xyzabc abc'"

    But as sprintf uses %s defined by the user to take the values of '%' is a special character.

    I tried to use: % s %%, / % s/%, \%%s\%, but nothing works. There is no error, but the php page opens not at runtime.

    How to find a sub string in the database using the query written in php using sprintf?

    All Solutions?

    pp140 wrote:

    I am trying to create a search engine that searches in the database to print documents on the basis of several criteria defined by the user.

    DW uses sprintf() to compile the MySQL query.

    I have my attempts to find a portion of a string that should come back to something like -'% xyz %' to give results likexyabc abc'

    As you have discovered, sprintf() using %s as a placeholder for the string. The % wild card must be in your channel. It is an example of my book for Dreamweaver CS4:

    $query_getAuthors = sprintf("SELECT first_name, family_name FROM authors  WHERE first_name LIKE %s OR family_name LIKE %s ORDER BY family_name ASC",     GetSQLValueString("%" . $colname_getAuthors . "%", "text"),     GetSQLValueString("%" . $colname2_getAuthors . "%", "text"));
    

    Two instances of %s in the sprintf() function are replaced by the values passed to GetSQLValueString(). In both cases, the wildcard character is concatenated to the variable passed as the first argument of GetSQLValueString().

  • Import into MySQL

    I'm going through the book tutorial "Dreamweaver CS5 - classroom in a book" and chapter 14, they provide a folder with the files to add to the database MySQL, which works very well. But they don't tell you * how * import the data or file to import. Previously, I did an online tutorial of David powers Adobe, with a single file to be imported imported fine in MySQL.

    The, they tell you to copy to your site in a Greendata folder contains the files:
    classes.frm

    classes. MYD

    classes. MYI

    DB.opt

    eco_tour.frm

    eco_tour. MYD

    eco_tour. MYI

    Events.frm

    events. MYD

    events. MYI

    Products.frm

    products. MYD

    products. MYI

    I'm just getting started with MySQL and don't want to mess up the database by making an error, so I'm hoping it's a simple way to import this data into the MySQL database - what they do * not * tell you in the book!

    See you soon,.

    Alan Taylor

    The files should be placed in the directory/folder of data files MySQL database according to the following

    I hope this helps.

    Ben

  • Search script, orders and shopping carts.

    I have a page that I want to sell boxes. I want the consumer to be able to enter and search using the criteria they want: length, width, height or any combination of those or or price.

    I have to be able to list my products in an orderly way, which means making sure that the right picture with the good article, which corresponds with the details of the right, which is the appropriate price/size.

    I started to learn web design so I really don't know yet what languages I need to learn. I get just the hang of html and CSS, but now I need some scripting languages to back it up.

    So what I need to know is:

    • How to create a database that will store all my products and keep their photos are associated with them?
    • How can I do for my forms are able to search and pull items from the database?
    • How can I register the results of research of orderly with all associations right?
    • Do I have to use a table to list the results or is there a better way, as a spry widget?
    • How to set up a shopping cart for my page?
    • What language is better to help me with these questions?

    Of course, I do not expect a full explanation of exactly how to do these things, but I'm sure you can point me in the right direction.

    Thank you.

    This sort of thing with a site based on the database is relatively simple, but do not expect to be able to do it from one day to the next. You have a relatively long learning to come.

    Dreamweaver supports three technologies server side: ASP, ColdFusion and PHP. Forget the ASP Microsoft stopped he development 10 years ago. Although it is still widely used, it will eventually die, in front of you with the problem of switching to other server-side technology. ColdFusion and PHP are both powerful, but PHP is by far the most widely used. Note: I'm biased because I write books on Dreamweaver and PHP (for more details, see http://foundationphp.com/dwcs4/).

    To develop with CF, or PHP, you will need to create a development environment. There are instructions for both languages in the Adobe Developer Connection:

    There is also a tutorial on creating your first website focused on the database at http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html. In theory, you should be able to follow the tutorial using ColdFusion or PHP, but all of the code in the examples is only PHP.

    Once you have gained experience working with technology on server side of your choice, you might want to watch Cartweaver, a commercial extension that generates carts in Dreamweaver. There are also free shopping cart solutions. OSCommerce is one that many people recommend. It only runs on PHP.

    Assistance based on the database of Web sites, please ask questions in the forum on the development of Application Dreamweaver.

Maybe you are looking for

  • I use comodo dragon and ice of comodo dragon. I need to know how to import my profile/settings of effortless ice dragon dragon? Help, please!

    I want / need to get my bookmarks, forms, etc. of the dragon of comodo to the comodo dragon of ice with help. I don't know how because I tried to import from Chrome from ordinary dragon is based on that, but obviously it did not work. I need help ple

  • Apple Mail help!

    I have almost 10,000 emails on my ipad!   There is no easy way to delete!  I receive hundreds of messages a day ON SEVERAL DEVICES from APPLE.  I mostly manage my emails on my Mac and I keep it to a low noise, but I haven't the time to delete all mes

  • After that I immigrated from macbook pro, iMac, I can't open the project

    I tried to open projects in the external hard drive with the new iMac.  Some of the film clip was't it.  So I moved all my files from the MacBook Pro, iMac and tried again to open the project.  Then error message informs you that the file is used by

  • RD350 and second processor

    I plan to buy a 6 70 RD350 (70D60001EA)Finally, I'll add a second processor (4XG0F28846) I noticed that 1 cpu RD350 have 2 less fans compared to 2 cpu ones (6 vs 4) The 2nd cpu kit comes with missing fans? So far, I was unable to get any P/N for the

  • Mivue Navman is not compatible with the el captain

    I got a new GPS unit with built in front in front of the camera for Christmas - the NavMan MIVUEDRIVE LM In the box, it says it's compatible with osx 10.6 and higher - NavDesk (it is for the software needed to access the features and download maps, e