DreamWeaver MySQL "Group by" Tutorial

Hi People,
Does anyone know of a good DreamWeaver / MySQL Tutorial to show how to 'Group' result from a MySQL database.
I need to combine "Group by" and a "Repeat Region" row in a table:
// Start Repeat Region
Group by: Order No.
                             - Show: Column A, Column B, Column C, Column D, Column E
// End Repeat Region
Anyone got any ideas?
Many thanks!

" SELECT *, COUNT(order_no) as count
FROM order
GROUP BY order_no
ORDER BY due_date ASC
Replace the bolded word with the respective column in table. Drag any variable that u want to put on page do normar repeat region."
I don't have a 'count' column.
I have one table called projects, which holds the order number, due date, etc, then another table called jobs, which uses a Foreign Key to link to the projects table. The jobs table hold information, such as language, what stage the jobs is at, etc.
Can you explain where the 'count' column would go, would it be a sum of all 'jobs' that have the same order number?
Apologies for the confusion, I'm trying to learn this as I go along!

Similar Messages

  • Dreamweaver News Group

    Hi all, I'm looking for the link of the dreamweaver news
    group general topic. I'm use to browse thrue with Outlook express.
    Thank you
    Louis

    news://forums.macromedia.com/macromedia.dreamweaver
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "ldlouis" <[email protected]> wrote in
    message
    news:e8gj3d$5dc$[email protected]..
    >
    >
    > Hi all, I'm looking for the link of the dreamweaver news
    group general
    > topic. I'm use to browse thrue with Outlook express.
    >
    > Thank you
    >
    > Louis

  • Dreamweaver & MySQL Extension for PHP

    Hey guys,
    As everybody knows, the mysql extension in PHP has been deprecated and it will soon be replaced by mysqli, so does anybody know where I can find an Adobe Extension I can use so I can start using mysqli with Dreamweaver instead of mysql?
    By the way, I'm using CS5, CS5.5, so I don't have access to exchange since Adobe put it to work only with CS6.
    Thanks

    PHSTechSupport wrote:
    Hey guys,
    As everybody knows, the mysql extension in PHP has been deprecated and it will soon be replaced by mysqli, so does anybody know where I can find an Adobe Extension I can use so I can start using mysqli with Dreamweaver instead of mysql?
    By the way, I'm using CS5, CS5.5, so I don't have access to exchange since Adobe put it to work only with CS6.
    Thanks
    Unfortunately there is no extention available at the moment which replaces the old/current msql server behaviours in DW for msqli. Whilst they are/were useful they are/were also were quite limiting.
    After Adobe announced that they would be removing the server behaviors in the current version of DW CC and that php announced that it would no longer support the sql extention in it's next release personally I decided it was time to move on. The good news is using sqli to connect/query a database is really quite a simple proceedure. Just Google a few tutorials.
    I understand the reasoning for wanting sqli automation BUT its not available at the moment so you have two choices, 1) continue to use the old mysql server behaviours or 2) learn the new sqli way. It wont take you long to get to grips with it. The server behaviours in DW only offered the basics so learning those basics using sqli isn't going to be too time consuming, plus you actually get more familar with the coding.

  • HOW DO I MAKE IMAGES DYNAMIC USING DREAMWEAVER & MySql

    Hi there,
       I wanted to make images dynamic in that the images would be stored in my database and then use dreamweaver to pull the images from the database using a recordset. But how do I get to store the images in MySql now that dreamweaver doesn't support BLOB and also how do I make dreamweaver pull the images from that database? PLZ somebody help

    To pull the image from Database on to your page
    1. Open your php page
    2. put your cursor where you want the image to show on the page
    3. insert>image>Select File Name From: Data Sources>select record from recordset> click ok
    4. View in browser
    In Mysyl the image was stored as a "longblob" type with "binary" attributes
    but my system is Dreamweaver CS3.
    Hope this helps. Let me know.

  • Dreamweaver MySQL recordset connection problem

    Hi,
    I'm trying to create a recordset for the first time in
    Dreamweaver MX but am having problems getting the connection with
    the database to work.
    I have set up a MySQL database on my server (which I have
    checked and is OK), checked that PHP is running and have connected
    Dreamweaver to the server successfully ( in "Edit Sites" the
    "remote info" & "testing server" tests show a successful
    connection).
    When I try to connect to the database I get this sequence of
    events:
    1. Dialigue box: "Retrieving information from public_html"
    2. Dialigue box: "Waiting for server" (with progress bar)
    3. Dialigue box: "Dreamweaver cannot determine the remote
    server time. The Select Newer and Synchronise commands will not be
    available."
    4. Spinning ball for a few minutes (I'm using Mac OSX)
    5. back to "Waiting for server" dialogue box which remains
    for ages, eventually I click "cancel"
    6. "An unexpected error occurred"
    If anyone can shed any light on what I might be missing I
    would appreciate it greatly.
    Thanks - Zaphodz

    I am a newby to databases and am having a similar problem
    with asp and my remote sql database. My hosting provider told me to
    use this script:
    <%
    Dim DBName,DBUser,DBPass,objRS,objConn
    DBName="cham_members"
    DBUser="cham_member"
    DBPass="mypassword"
    Set objConn=Server.CreateObject("ADODB.Connection")
    objConn.ConnectionString="DRIVER={MySQL ODBC 3.51
    Driver};Server=localhost;Database="&DBName&";UID="&DBUser&";pwd="&DBPass&";"
    objConn.Open
    Set objRS=Server.CreateObject("ADODB.Recordset")
    %>
    Since that code doesn't work with DreamWeaver's Databases
    panel Custom Connection String dialogue box I came up with this
    one:
    DRIVER={MySQL ODBC 3.51
    Driver};Server=localhost;Database=cham_members;UID=cham_member;PWD=mypassword;objConn.Ope n
    Set objRS=Server.CreateObject(ADODB.Recordset)
    It connected but doesn't show my tables. I followed all the
    advice I found here;
    1. Connect using the "Use passive FTP"
    2. Corrected a few illegal hyphens in my database.
    3. Tried MySQL 127.0.0.1:3306 which would not connect at all
    4. Remove Connection Scripts. No change.
    5. I have been running DreamWeaver 7.01 update.
    I noticed the database connection names come up in the
    "Connections" folder so I opened the file it had just created and
    pasted in the script my hosting company gave me. Still no luck. I
    am determined to learn to create dynamic websites so I really
    appreciate your help.
    Thanks, Ann Y.

  • Dreamweaver & MySQL

    I recently purchased a MacBook Pro, then upgraded to Leopard
    and MAMP
    Pro, and phpMyAdmin is working better than ever. Now that
    I've moved all
    my websites from my PC to my Mac, I want to comb through them
    and better
    organize them.
    One project is to simply make a list of every file that
    features one or
    more PHP database queries, preferably with a few details
    (e.g. the type
    of query, tables queried, etc.).
    I can find these files by simply doing a site-wide search for
    "mysql_."
    However, it's a little tedious, as i still have to open each
    file and
    examine the code.
    So, can anyone suggest any shortcuts? Are you aware of any
    software
    programs somehow monitor database quries?
    I'd also be interested in hearing about other software
    programs people
    use for working with MySQL on a Mac.
    Thanks.

    I second that, Brendon. Just started using it and I'm pretty
    impressed.
    Well worth the price.
    Kelley Rao, Webeze
    Website Planning Guide for Developers
    http://www.web-eze.com/dwpg.html
    "Brendon" <[email protected]> wrote in message
    news:fn0vci$r69$[email protected]..
    > One word - Navicat.
    >
    >
    > "David Blomstrom" <[email protected]>
    wrote in message
    > news:fn0qtv$n0p$[email protected]..
    >>I recently purchased a MacBook Pro, then upgraded to
    Leopard and MAMP Pro,
    >>and phpMyAdmin is working better than ever. Now that
    I've moved all my
    >>websites from my PC to my Mac, I want to comb through
    them and better
    >>organize them.
    >>
    >> One project is to simply make a list of every file
    that features one or
    >> more PHP database queries, preferably with a few
    details (e.g. the type
    >> of query, tables queried, etc.).
    >>
    >> I can find these files by simply doing a site-wide
    search for "mysql_."
    >> However, it's a little tedious, as i still have to
    open each file and
    >> examine the code.
    >>
    >> So, can anyone suggest any shortcuts? Are you aware
    of any software
    >> programs somehow monitor database quries?
    >>
    >> I'd also be interested in hearing about other
    software programs people
    >> use for working with MySQL on a Mac.
    >>
    >> Thanks.
    >
    >

  • Developing a web application in Dreamweaver,MySql and PHP

    I have two questions:
    1.  Am developing a web application on a windows 7 platform.
    I have an insertion form where I have to always eneter the geographical details for some one. I.e District, County, Sub County and village.
    So what I want is to have these pre entered in the database before I revock this form such that when I select a certain village on the form, it automatyically displays its District, Subcounty and County in the following textfiled. This saves time than typing them manually all the time.
    I need help on how to do this.
    2.  On the same form, I have a textfield for capturing date of Birth. I need help on to insert a calender in this field such that when some one clicks on it, a calender pops up and he selects the date which is then inserted in the text field other than  tytping it manually.
    Thank u.

    1. Have a look here http://labs.adobe.com/technologies/spry/samples/data_region/DataSetMasterDetailSample.html
    2. Have a look here http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&loc=en_us&extid=2137 022
    I hope this helps.
    Ben
    PS For more support on these products go to the Spry Forum here http://forums.adobe.com/community/labs/spry

  • Dreamweaver CC Tutorial Site Display Errors in IE11

    Hi all
    Have recently started getting to grips with Dreamweaver CC through this tutorial:
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    I am something of a beginner here, but I've been doing really well with this tutorial series - that is until I started testing the site in IE11.  Up to that point I was using my default browser of Chrome and everything was displaying perfectly.  I even went on to start producing my own pages with some success (these pages also displaying in the same way in IE11, can provide details if needed).
    I have since tested my own tutorial page builds and the completed pages supplied with the tutorial and when they display in IE11 the navbar appears vertically staggered like a series of steps (see attached screen grab).  I've done as much digging as I can, but can't find any solutions.  The code looks good (both HTML and CSS) as far as I can tell from a novice perspective, and it displays fine in Chrome, but not IE11.
    I'm assuming it's something to do with the CSS code, specifically the float attributes, but would welcome any insight as I really don't know enough to make an informed observation.
    I haven't attached any code as everything is available from the tutorial link above.
    As an aside, the Adobe Edge Fonts don't seem to load either, but that is a secondary concern at the moment (unless it proves to be part of the same problem).
    Thanks.

    Unfortuantely sourcelabs.com does not give the option of testing IE11 on windows 7 so I cant be of much help here.
    One thing you might want to try is floating the <li> tags - add the below to your css stylesheet.
    li {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 20%;
    David Powers is pretty good when it comes to his tutorials and they are usually thoroughly tested. As I say in a simulated windows 8.1 envrionment in IE11 the nav looks fine BUT of course its better to test in the real thing.
    EDITED: Try the below combination of css if you have no success finding a solution:
    #mainnav ul {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
    #mainnav li {
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        float: left;
        width: 20%;
         background-color: #4D4D4D;
         text-align: center;
    #mainnav a {
        display: block;
        width: 100%;
        background-color: #4D4D4D;
        color: #FFFFFF;
        text-transform: uppercase;
        padding-top: 6px;
        padding-bottom: 6px;

  • OT: Oracle... pedazo de tutorial para Google earth

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0006_01C7D2A8.316352C0
    Content-Type: text/plain;
    charset="Windows-1252"
    Content-Transfer-Encoding: quoted-printable
    Mirar mirar =
    http://www.oracle.com/technology/pub/articles/lokitz-spatial-geoserver.ht=
    ml?rssid=3Drss_otn_news haber cuando nos ponen un tutorial
    as=ED para =
    MySQL jeje que nos los tenemos que construir nosotros mismos.
    ------=_NextPart_000_0006_01C7D2A8.316352C0
    Content-Type: text/html;
    charset="Windows-1252"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Dwindows-1252">
    <META content=3D"MSHTML 6.00.2900.3132"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY bgColor=3D#ffffff>
    <DIV><FONT face=3D"Trebuchet MS" size=3D2>Mirar
    mirar <A=20
    href=3D"
    http://www.oracle.com/technology/pub/articles/lokitz-spatial-geos=
    erver.html?rssid=3Drss_otn_news">
    http://www.oracle.com/technology/pub/art=
    icles/lokitz-spatial-geoserver.html?rssid=3Drss_otn_news</A> haber=20
    cuando nos ponen un tutorial as=ED para MySQL jeje que nos
    los tenemos =
    que=20
    construir nosotros
    mismos.</FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0006_01C7D2A8.316352C0--

    Yo lo utilicé una vez:
    Si fui capaz de usarlo es que tiene que ser sencillo.
    La verdad es que permite realizar 3d bastante aceptable de
    forma muy rápida
    y los tutoriales ayudan bastante.
    Andres Cayon
    Spain Adobe Dreamweaver User Group
    http://www.dwug.es
    "Juan Muro" <[email protected]> escribió en el
    mensaje de noticias
    news:fb79tj$pm9$[email protected]..
    > Ya sabeis que cuando navegas por New York con Google
    Earth, (esa auténtica
    > maravilla de internet) aparecen los rascacielos en 3d y
    es una gozada
    > darse un paseito por Manhattan. También pasa en
    otras ciudades, sobre todo
    > en las principales, y me ha entrado la curiosidad y las
    ganas de hacer
    > algo para mi ciudad, así que leyendo en la ayuda
    veo que las cosas se
    > hacen con un programita que ya me he descargado y que se
    llama SketchUp,
    > y...esta es la pregunta:
    > ¿Alguien lo ha usado o sabe decirme algo de
    él?.
    > Salu2
    > ´8¬]
    > Juan Muro

  • Can't connect PHP/MySQL 404 error

    Wow, the learning curve is killing me. Yet another challenge. I'm using Dreamweaver CC and this tutorial http://www.adobe.com/devnet/dreamweaver/articles/setup_php.html
    I'm at this step:
    Open comments.php. You must have a PHP page open in the Document window to create a MySQL connection.
    In the Databases panel (choose Window > Databases), click the Plus button on the panel and select MySQL Connection.The MySQL Connection dialog box appears.
    Type connTest as the connection name.
    For the MySQL Server, type localhost.If you are using the MAMP default ports on a Mac, use localhost:8889.
    For the User Name, type phptestuser.
    Type the password you chose for the phptestuser account in the Password field.
    For the Database, type php_test.Note: You don't need to precede the underscore with a backslash here. It was inserted by phpMyAdmin in the previous section (see Figure 20) only because phpMyAdmin uses a query that permits wildcard characters.
    Click Test.Dreamweaver attempts to connect to the database. If the connection fails, do the following:
    Double-check the server name, user name, and password.
    Check the settings for the folder Dreamweaver uses to process dynamic pages (see Specifying a Testing Server for Dreamweaver).
    Verify that the web and MySQL servers are both running.
    Temporarily disable any firewall or security program. If the connection works, you need to configure the security program to permit communication between Dreamweaver and MySQL.
    Click OK. The new connection appears in the Databases panel.
    Expand the connTest connection, and then expand the Tables branch. You'll see the comments table in the database, which you can expand to reveal the details of the table columns (see Figure 23).
    As far as I can tell I have followed this tutorial to the letter.
    As far as I can tell, XAMPP/php mySQL are all running fine, the files are in the correct place and everything should be working. However when I hit test I get a 404 error. (Same error when I hit the select button.)
    The suggested problems on the 404 message are:
    1. There is no testing server running on the server machine.
    Pretty sure the testing server is running. Is there any way to test this, other than to note that xampp is definitely running right now and that I can log into phpMYadmin no problem?
    2. The testing server specified for this site does not map to the http://localhost/php_test/_MMServerScripts/MMHTTPDB.php URL Verify that the URL Prefix maps to the root of the site.
    Ummm...I'm pretty sure I put things where I was told to put them in the tutorial, but I'm lost at this point where I should verify what. A clue here? The files are where they are supposed to be, but maybe I entered something wrong? Except...I'm not sure what that could be or where to find it. Whatever IT is.
    Everything in local files is looking good.
    Thanks for your help!
    PS: Extra points to anyone who figures out how to make copy/pasteable error messages! These buggers are the bane of my life!

    Bgupta, you rock!
    I hope you have copied the "mysql.php" and "MMHTTPDB.php" files from "C:\Users\username\AppData\Roaming\Adobe\Dreamweaver CC\locale\Configuration\Connections\Scripts\PHP_MySQL\_mmDBScripts" to "C:\xampp\htdocs\phptest\_mmServerScripts"
    This was EXACTLY the problem. I checked the tutorial and I couldn't even find where the tutorial said to do this. (If I missed it, let me know where in the tutorial it was, please.)
    Fixed!

  • Apache php mysql installation on arch

    does anyone have a tutorial on how to install :
    - apache
    - php
    - mysql
    on Archlinux
    i have installed apache
    pacman -S apache
    pacman -S php
    pacman -S mysql
    but apache won't start : /etc/rc.d/httpd start - it gives me FAIL
    and when i try httpd it give a nasty error
    httpd: arp_sockaddr_info_get() failed for pufos (pufos - the linux box name)
    httpd: Could not reliably determine the server's fully qualified domain name , using 127.0.0.1 for ServerName
    is because i didnt configureg good httpd.conf or what
    anyway , a tutorial for installing apache php and mysql would be perfect.
    Thank guys

    pacman -S mysql
    /etc/rc.d/mysqld start
    :: Adding mysql group
    /etc/rc.d/mysqld: line 14: groupadd: command not found
    :: Adding mysql user
    /etc/rc.d/mysqld: line 19: useradd: command not found
    chown: 'mysql.mysql': invalid user
    :: Starting MySQL [FAIL]
    omg , if the mysql installed through pacman get stuck cause 'useradd' does not exist as a command .... huuuh
    ??? any sugestions ?

  • Newbie learning Dreamweaver

    Hello everybody - my first post! Really excited to be here.
    I'm an Instructional Technology & Design graduate student who purchased Adobe CS5 Web Premium last fall, but didn't have too much time to really sit down with it until early this month. With the start of summer, I've fallen into an amazing volunteering opportunity with a small film production company who wants me to learn Dreamweaver and create a new website for them, at my own pace. I'm both excited, and terrified that I've bitten off more than I can chew (and let's face it, I probably have), but I'm going to do my very best anyway.
    This isn't my very first time using Adobe products, but I'm still a beginner. I'm a fast learner, a good researcher, and very resourceful on the web. I've got my Adobe Classroom In A Book for Dreamweaver, Flash, and Photoshop. I have good design sensibilities, but it's all the codes/scripts that make me super nervous - HTML, CSS, JavaScript PHP, MySQL, and the list goes on. I have a very elementary grasp of all of them.
    I know that the people I'm working for eventually want the ability to go in and manage this website on their own, without needing to call me or any future designer for every little change. So I know that we're eventually looking at installing a CMS - and since we're with Dreamhost, I've got one-click install access to Drupal and Joomla.
    My first few questions: Knowing that this website will *eventually* be managed through a CMS, what are some things I should be doing or be mindful of while I'm presently designing locally in Dreamweaver? I just want to get the "heads up" now on designing for future use with a CMS, so that I don't hit a giant roadblock and have to come back and make huge changes. Also, am I correct in thinking that the designing phase (Dreamweaver) happens first, then the connecting/uploading and CMS installations (Dreamhost) all happen later? Or should this all be a simultaneous process?
    And of course, any other tips or comments are very welcome. Thank you!

    Some reading... 
    Open Source CMS http://drupal.org/
    Or http://www.cmsmadesimple.org/
    CSS explained http://forums.adobe.com/thread/507829?tstart=0
    CSS Tutorials http://forums.adobe.com/thread/545660?tstart=0
    As well as the links below - another way to learn (including anyone else's bad habits) is to find a page you like, and then tell your web browser to show you the code view for the page and/or do a "Save As" and save the page to your computer to then copy & paste code segments into your file (in IE click View at the top, select Source from the options)
    HTML and/or DW Tutorials, and other information links that I have saved
    http://validator.w3.org/
    http://www.w3schools.com/
    http://www.hotscripts.com/
    http://webdesignledger.com/
    http://www.adobe.com/devnet/
    http://www.scriptarchive.com/
    http://www.htmldog.com/guides/
    http://www.htmlcodetutorial.com/
    http://alistapart.com/topics/code
    http://www.how-to-build-websites.com/
    http://css.maxdesign.com.au/floatutorial/
    Download User Guide as PDF for easy search
    http://www.adobe.com/support/documentation
    http://www.ianr.unl.edu/internet/mailto.html
    http://lynda.com/ Hours of videos. (must pay)
    http://apptools.com/examples/pagelayout101.php
    http://www.thesitewizard.com/archive/css.shtml
    http://www.projectseven.com/tutorials/index.htm
    If not PDF (link above) an online guide to read
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/
    Nate's Forms http://www.mindpalette.com/scripts/
    Customizing the layouts that come with CS3 (VIDEO)
    http://www.adobe.com/designcenter/video_workshop/?id=vid0155
    FormMail http://www.bebosoft.com/products/formstogo/index.php
    For those using MySQL - Installing PHP and MySQL on Windows XP
    http://www.webassist.com/professional/products/solutionrecipes.asp
    Community MX lessons http://www.communitymx.com/abstract.cfm?cid=3D074
    http://www.adobe.com/cfusion/designcenter/search.cfm?product=Dreamweaver&go=Go
    The Contact Form Solution Pack is only $29.99. To learn more, visit
    http://www.webassist.com/go/cfsp
    Web advisor extension to DW
    Date and Time through Javascript http://www.mediacollege.com/internet/javascript/date-time/
    Tutorial for building your first website:
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Tutorial on building a dynamic website (one with a database):
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    HTM Color Codes
    http://www.visibone.com/
    or http://html-color-codes.com/
    or http://www.pagetutor.com/common/bgcolors1536.html
    or http://www.geocities.com/SiliconValley/Network/2397/

  • Dreamweaver for Beginners

    I have been using Apple's iWeb for years. I used it to create my website "www.megrobinsonmusic.com" Apple is discontinuing support for this product as of June 2012.
    I have used Adobe products since CS2, but have never used Dreamweaver. I do not know HTML. Although I was warned that using Dreamweaver would require knowledge of HTML, did this stop me? Of course not. I just upgraded to CS 5.5 Premium which includes Dreamweaver. (I'm the only woman in my circle of friends who has been to Diesel School, so that should tell you something.)
    Undeterred by what I am beginning to realize is a major undertaking, I am attempting to learn HTML5. My thought is--why not learn the most recent HTML? I know there may be some compatability problems with older browsers, and that HTML5 is not fully and officially adopted, but my plan is to learn HTML5 and CSS3 nonetheless. I am doing this via online tutorials as well as dead tree books. I do not want a template-looking site. I want something clean and straightforward, but with good design.
    Does this sound like a reasonable approach? I am a composer and while I am willing to spend a fair amount of time getting up to speed on HTML5 and Dreamweaver, I do not plan to become a web designer and I do need time to write some music as well.
    Tell me I'm not crazy. And thanks in advance for any advice.
    Best,
    Meg Robinson
    MacBook Pro
    Running Mac OS 10.7.2

    Some reading...
    As well as the links below - another way to learn (including anyone else's bad habits) is to find a page you like, and then tell your web browser to show you the code view for the page and/or do a "Save As" and save the page to your computer to then copy & paste code segments into your file (in IE click View at the top, select Source from the options)
    HTML and/or DW Tutorials, and other information links that I have saved
    Index to Dreamweaver FAQ http://forums.adobe.com/thread/429114
    http://validator.w3.org/
    http://www.w3schools.com/
    http://www.hotscripts.com/
    http://webdesignledger.com/
    http://www.adobe.com/devnet/
    http://www.scriptarchive.com/
    http://www.htmldog.com/guides/
    http://www.htmlcodetutorial.com/
    http://alistapart.com/topics/code
    http://www.how-to-build-websites.com/
    http://css.maxdesign.com.au/floatutorial/
    Download User Guide as PDF for easy search
    http://www.adobe.com/support/documentation
    http://www.ianr.unl.edu/internet/mailto.html
    http://lynda.com/ Hours of videos. (must pay)
    http://apptools.com/examples/pagelayout101.php
    http://www.thesitewizard.com/archive/css.shtml
    http://www.projectseven.com/tutorials/index.htm
    If not PDF (link above) an online guide to read
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0/
    Nate's Forms http://www.mindpalette.com/scripts/
    Customizing the layouts that come with CS3 (VIDEO)
    http://www.adobe.com/designcenter/video_workshop/?id=vid0155
    FormMail http://www.bebosoft.com/products/formstogo/index.php
    For those using MySQL - Installing PHP and MySQL on Windows XP
    http://www.webassist.com/professional/products/solutionrecipes.asp
    Community MX lessons http://www.communitymx.com/abstract.cfm?cid=3D074
    http://www.adobe.com/cfusion/designcenter/search.cfm?product=Dreamweaver&go=Go
    The Contact Form Solution Pack is only $29.99. To learn more, visit
    http://www.webassist.com/go/cfsp
    Web advisor extension to DW
    Date and Time through Javascript http://www.mediacollege.com/internet/javascript/date-time/
    Tutorial for building your first website:
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Tutorial on building a dynamic website (one with a database):
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    HTM Color Codes
    http://www.visibone.com/
    or http://html-color-codes.com/
    or http://www.pagetutor.com/common/bgcolors1536.html
    or http://www.geocities.com/SiliconValley/Network/2397/
    Troubleshooting Javascript errors in Dreamweaver
    http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19105

  • Apache, PHP, MySQL, phpMyAdmin

    Hi, I'm upgrading to snow leopard and I want to setup my local webserver but I had some problem with phpmyadmin and mysql.
    I've activated the pre-installed apache server from the system preferences panel and I've uncommented the load module of the php5 from the httpd.conf.
    Which version of MySQL I have to use? And how can I configure the phpMyAdmin?
    I've done this on my macbook with leopard, but I'm not beb able to do it on my iMac with snow leopard.

    raskolnikov wrote:
    Log files are in /var/log/httpd/, you should check at least error_log
    LAMP works for me, so it may be a configuration issue.
    Umm.. well I know where the log files are for apache, but they're unlikely to help me fix mpd   I found the .error and .log files for mpd, they're in $HOME/.mpd/ , but they're both empty! This is really frustrating.. what the hell can it be? mpd was fine yesterday.. it connects on the default port, 6600, is it possible that one of the LAMP pieces of software is interfering with this? Yet if that were the case, surely me stopping all the LAMP-related daemons would allow me to start mpd...
    The only other thing I've change since yesterday is my /etc/hosts:
    127.0.0.1 localhost.localdomain localhost kaminoitte
    That's fine though, isn't it?
    Gaargh, this is doing my head in   :evil:
    EDIT:  Aah.. it might be a groups problem.. maybe. I've got it in my mpd.conf to run under user 'dave', but I accidentally used 'useradd' instead of 'usermod' yesterday when adding myself to the mysql group I made, so I may be missing from one of the necessary groups. I added myself back to optical and video yesterday.. would someone using mpd be good enough to post 'grep [mpd_username] /etc/groups' for me?
    EDIT2 (1 minute later): Hehe, I just noticed I didn't add myself back to 'audio'... what a muppet. Problem solved!  XD

  • Is root required to start/stop/restart mysql?

    I'm trying to have all users in the mysql be able to start/stop/restart mysql. I'm currently getting permission denied for the /var/lib/mysql folder even though I'm logged in as a user that is a member of the mysql group (and mysql is the owner of the directory)
    Is what I am trying to achieve possible?
    I'm not sure if this is related but I am also unable to start mysql from rc.d on bootup, but once I am logged in I can use the root user to start it up.
    Thank you!

    /etc/rc.d/mysqld wrote:/usr/bin/mysqld_safe --user=mysql &>/dev/null &
    Doesn't mysqld get started as mysql user by default?
    Did you modify any of mysql's configuration files while trying to do this? I imagine that would cause troubles for you.
    Post anything else you think is relevant, too.

Maybe you are looking for