Adding a registration page in Dreamweaver

Hello,
I am interested in adding a registration and login page to a site that I am building in Dreamweaver 8. I located a tutorial from the Macromedia Dreamweaver UltraDev Support Center (written by Jon Michael Varese) that seems to be informative but the information was last updated in 2001. Does anyone know of a site where I can find a more up-to-date tutorial? Any assistance would be greatly appreciated.
Here is the link I was referring to:
http://www.adobe.com/support/ultradev/building/registration_page/
Best,
Christopher Lee

Hi
For event registration try -
http://www.adobe.com/devnet/dreamweaver/articles/php_event_registration.html
For user log-in -
http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt3_03.html
PZ

Similar Messages

  • Adding a new link in R12 registration page

    Hi All
    Shall you please send me the steps for adding a new link in registration page in Oracle istore R12
    Thanks

    Hi;
    Please check:
    http://docs.oracle.com/cd/E18727_01/doc.121/e13575/T349071T350482.htm
    How To Disable The "New User Registration" Link In Istore [ID 1224813.1]
    Regard
    Helios

  • Adding keywords to a web page with Dreamweaver 8

    Hi,
    Does anyone of you know how to add keywords to a web page
    with Dreamweaver 8? I want the link to the web page shows up when
    people google the keywords. I pulled out the instructions from
    ehow.com and followed the instructions by using the HTML Keywords
    function in the Insert menu. I tested it on Google website by
    entering the keywords but it did not work.
    Any clues would be helpful.
    Thanks,
    Shirley

    Let's put it this way - those sites I have that are highly
    ranked do not
    have any meta keywords on them. So - you do the math....
    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
    ==================
    "Nancy O" <[email protected]> wrote in message
    news:[email protected]...
    > Maybe...
    >
    >
    http://www.hypergurl.com/articles/metatagswhatare.html
    >
    > "Will Meta Tags Improve My Rankings?
    >
    > Unfortunately, the majority of the major search engines
    do not recognize
    > the
    > meta keyword tag at all. A larger number do recognize
    the meta description
    > tag for the purpose of creating a summary for the page.
    The prevailing
    > philosophy is that search engines prefer to index text
    that is clearly
    > VISIBLE to the user, although exceptions are certainly
    made. The engines
    > in
    > general consider invisible text, such as that found in
    meta tags, as
    > "untrustworthy" since they can be easily abused by an
    unethical Webmaster.
    > For example, someone could list out many keywords that
    do not apply to
    > their
    > page's content, or they could repeat a keyword many
    times in hopes of
    > boosting their rankings.
    >
    > Of the engines that do support meta tags, none are
    thought to give extra
    > "relevance" to words appearing in meta tags versus
    elsewhere on the page.
    > In
    > fact, most engines give words in these tags less weight
    than if they had
    > appeared elsewhere on the page such as in the body area
    or the page title.
    >
    > You might then conclude that meta tags are useless?
    Well, not quite. You
    > definitely want to include a meta description tag on
    every page to avoid
    > the
    > search engine making up its own description from random
    excerpts on the
    > page.
    >
    > In regard to the meta keyword tag, many experts believe
    that including a
    > keyword in BOTH your meta tags and in other areas of
    your page CAN help
    > improve your rankings. For example, let's say your
    keyword was "Star Wars
    > collectibles" and it appeared in the body text that is
    visible to the
    > user.
    > If the keyword were also included in your meta keyword
    tag, then that
    > would
    > reinforce to the search engine that "Star Wars
    collectibles" was an
    > important theme on this page. Although no extra
    relevancy boost is given
    > for
    > including the keyword solely in the meta tag, some
    engines may look to the
    > meta tag as a way to reinforce their belief that a page
    is relevant if all
    > the other more important factors "check out" too.
    >
    > In any case, including the tags are unlikely to hurt
    your rankings if you
    > follow a few simple rules. Be careful not to repeat the
    same keyword more
    > than two or three times in the tag. Never repeat the
    same word twice in a
    > row or you may trigger a search engine's "spam filter."
    Lastly, never
    > include keywords that do not apply to the content of
    that page."
    >
    >
    > --Nancy O.
    > Alt-Web Design & Publishing
    > www.alt-web.com
    >
    >
    >
    >
    >
    > "John Waller" <[email protected]>
    wrote in message
    > news:[email protected]...
    >> > No one? Several regulars here do.
    >>
    >> Is there any point in using them other than typing
    practice?
    >>
    >> --
    >> Regards
    >>
    >> John Waller
    >>
    >>
    >
    >

  • How do I compensate for only one ADDT ' tNG_config.inc.php file with many Registration pages to build?

    My dynamic site has a lot of different languages funneled into one website, using various cookies, url params, php includes, etc. all to obtain similar info in different languages. Thank you David Powers.
    It is working really well and now I’ve come to the Registration section. Okay, so registration isn’t all that hard; I could do most of it with the standard Dreamweaver set of tools. Alas, I really like much of what ADDT has to offer with welcome email messages and activation and such.
    Here’s the setup: Obviously, with many different language people, I have many different databases for them. I did that becuase we’re expecting a big audience and I really don’t want to have all those different language names in the same table. Furthermore, these tables, whereby the students will login, will also contain a lot of information about their work so again, don’t want to have one massive table. I’ve divvied them up into tables by language and I’m using those tables to keep track of them and their work.
    I want to use ADDT’s User Registration Wizard and I have looked at all the neat stuff in the Control Panel/Login Settings.
    Here’s my situation: I notice that when I’m done with the configuring of one of the registration pages, I’m asked if I want to upload the tNG_config.inc.php page and that it has changed since the last upload. I saved a copy of the _config.inc.php and did a new registration form with the same info and when done, I compared the two _config.inc.php files. As one would guess, there is a small difference in the Connection string to the databases  $tNG_login_config["connexction"] = "connString_Ital_db".
    My problem is that I have 13 of these registration pages to do but ADDT only has the one tNG_config.inc.php. That’ll work great for the one with which it is associated, but the others will obviously break. I’ve looked through the code in the Registration pages, to find the ADDT link to the tNG_config.inc.php file hoping to rename it Italian, Spanish, etc, but the name of the file does not appear in the Registration page.  I realize that ADDT Control panel is designed for use on one site, and can then be used on others, with the changes etc. But my site seems a little unique since so many sites are actually in one.
    Has anyone whipped this problem before? I just don’t understand why there is no link in the head code of the Registration page to let me change it and to create more config files with different names. Thanks for you help!
    [Moved by moderator to appropriate forum]

    Hi Brian,
    I just tried to check all of ADDT´s "includes" files for any internal references (read: "require" or "require_once" statements) to the file "tNG_config.inc.php". So far I can only see this file referenced in the file "tNG.inc.php" (within the "$KT_tNG_uploadFileList1" array).
    So what could this mean ? Maybe you´ll have to make copies of the the original "tNG.inc.php" as well and save them as, say, "tNG.inc_ital.php" file plus make sure that these copies internally point to a different "tNG_config_ital.inc.php" file -- because it´s always the first mentioned file which gets referenced from e.g. an ADDT login page (see the "Load the tNG classes" - part)
    I want to use ADDT’s User Registration Wizard and I have looked at all the neat stuff in the Control Panel/Login Settings
    The Control Panel will always update the main "tNG_config.inc.php" file, so any further modifications will have to become manually applied to the custom files you´re creating.
    Cheers,
    Günter

  • Query : Addition of extra fields in the User Registration page of portal.

    Hi All,
    I have a query, about adding extra fields in the new user registration page of portal.
    If you can suggest the required source files in details,inorder to incorporate two more fields.
    Say, AGE and COMPANY,with the existing fields in the same page.
    Along with this,can you please send the details of retrieving those information from backend and the backend functionalities associated with the SUBMIT button on the registration page.
    Regards,
    Sudeep

    Hi,
    Your query is divided into two parts.
    The first part is adding new fields into existing form. This feature comes under Branding of portal. Plz use the link below understanding the same and related help :
    http://help.sap.com/saphelp_erp2005vp/helpdata/en/79/affe402a5ff223e10000000a155106/frameset.htm
    The second part is retrieving the values from backend.Here it will be the UME database. You need to develop a logon.par file and replace the same in your portal.
    Happy Customizing.
    Sukanta Rudra

  • How do I create a One to many relationship page in Dreamweaver?

    How do I create a page in dreamweaver that comes up after the user logs in from the log in page that will allow the user to:
    Add, change and delete in 2 tables that are in my MYSQL database that is a one to many relationship
    One thing that is confusing is how the foreign key that links to the one side of the relationship is created in the many side without the user inputting the foreign key each time adding information to the many side table.
    I am creating this in Dreamweaver using a MYSQL database and PHP.

    >Would the following be a part of it:
    >
    >Outer join
    Probably not. When updating/inserting/deleting from 2 tables you perform each seperately. Table updates may join two or more tables to resolve the correct row(s) but you still only update one table at a time. Procedurally you would create a transaction, update the first table, update the second table and then commit the transaction.
    EDIT: Well I take back my last comment. I see that MySQL does seem to support multiple table updates. I don't use MySQL so I can't really help you on that but the MySQL manual gives pretty clear syntax.

  • Passing new values as extension to FM in registration page in b2c ISA..

    Hi experts,
    I have b2c application with CRM50. I have added new fields in the user(consumer) registration page.I need to pass these values to the backend. The standard function module CRM_ISA_REGISTER_CONSUMER  which has an parameter EXTENSION_IN to pass the extension data is called from UserCrm.class.
    The standard action SaveRegisterAction.class in config.xml after i click save button is called.
    I am not able to find the exact method to overwrite in which where i can add the addExtensiondata() method.
    Is anyone added new fields in the register.jsp page? Kindly help me out in this if any one has some idea.
    Also if anyone has the API for CRM50 please mail me to [email protected]
    thanks in advance.
    Nitin

    Hi Nitin,
        Could you find any code to call business object "User"  in action "SaveRegisterAction"?if you find, i think you can create new action extends from "SaveRegisterAction" ,and in the new action call method "addExtensiondata()" of object "User",after this you can get data in the function module you are mention.
    Best Regards.
    jason

  • Trouble with updating child pages in dreamweaver cs4

    Hello,
    I have added some advertising links to my template page in Dreamweaver CS4 and it doesn't update my child pages for some reason.  I have saved the template and synchronized the sitewide as normal but it isn't updating them.  Any suggestions would be greatly appreciated.
    thx
    kim

    Yes it has worked in the past.
    Not if you made those changes to an editable region in the template it didn't.  Changes made to a template page ONLY propagate to child pages if they have been made to non-editable regions.  Changes to editable regions of a template page will ONLY appear in child pages created from the template after the changes have been made, and will not propagate to existing child pages.
    so does that mean if I add content to editable region I will have to manually put it on each page
    Yes it means exactly that.
    Can I change the editable region to a non editable region
    You can do that by removing the editable region from the template.  Of course when you do that, all unique content appearing in those regions on your child pages will also be removed.
    The moral to the story is to make sure that your template is designed properly (vis-a-vis editable regions) so that all of your needs are accommodated.

  • Need help with php registration form! (Dreamweaver cs5)

    Im creating an advanced php registration form in dreamweaver. I need the following code for:
    ZIP / Postal code, date of birth.
                      or
    if u can help me how to create the entire form with the following fields That will be nice! Im a Newbie:
    First name, lastname, country, zip / postal code, date of birth, username, password, email, verified, and token.
    This is the database i have in mysql:
    User_id, INT, (10), UNSIGNED, NOT NULL, A_INCREMENT
    Firstname, VARCHAR, (50), NOT NULL
    Lastname, VARCHAR, (50), NOT NULL
    Country, VARCHAR, (20), NOT NULL
    Zip, INT, (12), NOT NULL
    Birth_date, DATE, NOT NULL    
    Username, VARCHAR, (15), NOT NULL
    Password, VARCHAR, (40), NOT NULL
    Email, VARCHAR, (100), NOT NULL
    Verified, ENUM, ('n','y'), NOT NULL
    Token, VARCHAR, (40), NOT NULL
    I need to know how to apply the insert recorset server behavior in dreamweaver cs5 so I can get it to run.
    I have been trying diff ways and i just can't get it right.
    Please help! Thanks!!!

    I'm not sure how much you know but first you have to connect your form to the database
    $con = mysql_connect("hostname","admin_name","password");
    Then you have to choose the database you want information be added to.
    mysql_select_db("database name goes here", $con);
    Then you have to write an sql function which will write it in the appropiate columns in your database
    $sql="INSERT INTO what column e.g members (First name, Last name, age, etc)
    VALUES (the names of the textfields on your form), actually double check that part
    ('$_POST[firstname]','$_POST[lastname]','$_POST[age]')";
    $result = mysql_query($sql);
    This is the first and most basic part just to give you an idea how it works.
    Within these snippets you will have to write much more which will beef up the security aswell as check if everything has been entered correctly etc

  • How to add more fields to the self registration page?

    Hello,
    I am running on OIM 11.1.2.1.0.
    How can I add the Organization field to the self registration page?  Could you point me to a doc if it exists.
    Thanks
    Khanh

    Hello,
    I successfully added the organization field to the self registration form following the instructions in this doc: http://docs.oracle.com/cd/E37115_01/admin.1112/e27149/customattr.htm#BABGDEIC
    I used Data Component – User Registration, then UserVO1.  There were 2 fields: Organization and Organization Name.  I added both to the form.  Then I tried to submit a self registration request.  When I logged in as xelsysadm to check out the request, the Organization field on the request is not populated.
    I know that under OIM 11gr2, the reviewer must provide the organization.  I am wondering if this has something to do with the value of the organization not being carried over to the request level approval.
    Could someone please help?
    Thanks
    Khanh

  • Customizing portal Registration page

    Hi All,
    I am planning to customize the registration page by adding some more fields. I downloaded file and in respective jsp file I updated the fields.
    I want to store these customized values and display in my user profile page.
    There are 2 ways of storing the customized values. They are 1) adding to PCD and accessing through UME 2)JDBC connectivity.
    Please correct me if I am wrong .please provide me the code snippet for any one of the methods.

    Hi,
       To customizing and adding additional fields in registration page please refer the below thread.
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=443160&messageID=3602542#3602542">Registration</a>
    Thanks
    R.Murali

  • Developing a login and registration page

    Can someone tell me what would be a good way to create a
    login and registration page in DW 8. We will be using Microsoft SQL
    2005 to store the user information. Could I use PHP with MS SQL
    2005? Or would it be best if I use ASP.net with VB or C# through
    the DW 8 functions. The websites I have are all created in DW
    8.

    If you end database will be SQL2005 why are mucking around
    with MySQL. You
    can download a copy of SQL Express for development purposes.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "cpltek" <[email protected]> wrote in
    message
    news:f0nomh$ne8$[email protected]..
    > OK. I have been trying to set a database with MySQL and
    use DW to create
    > my php
    > pages but I am having trouble finding the shareware
    version of MySQL at
    > their
    > site. I have MySQL version 5.0.37 community edtion
    installed on my local
    > computer but I dont know if this is a client or the
    actual server to
    > create
    > databases and tables in. Do you know where I can
    download the necessary
    > files
    > to do this? I have a virtual server over here I could
    use to set up the
    > mySQL
    > server. We will purchase the retail version once I get
    familar with php
    > and
    > mySQL. I have a good understanding fo RDMS and SQL code.
    The harderest
    > thing for me is setting up a testing server in DW and
    connecting to the
    > MySQL.
    >

  • PHP registration page

    Hi, I am in the process of redesigning my union's website to
    include a member area. Here's my problem...
    I already have a database for our union members. What I want
    to do is to be able to have register using data that I already have
    for them in a table: Last Name, First Name, Date of Birth, Last 4
    digits of SSN. There will also be fields for user name and password
    (which will originally be blank in the table). When the user hits
    the submit button, the form data needs to compare those first 4
    submitted fields to the corresponding ones in the existing table
    (much the same way a credit card company might do with an existing
    account). If the data submitted matches what's in the table, the
    user name and password submitted in the form are written to the
    table and the user should be redirected to a login page.
    How should i go about building such a registration page??
    Help!!! ???
    Thanks,
    rborc415

    rborc415 wrote:
    > Hi, I am in the process of redesigning my union's
    website to include a member
    > area. Here's my problem...
    Please don't post the same message in more than one forum. I
    have
    answered you in the Dreamweaver AppDev forum.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • PHP registration page help!!

    Hi, I am in the process of redesigning my union's website to
    include a member area. Here's my problem...
    I already have a database for our union members. What I want
    to do is to be able to have register using data that I already have
    for them in a table: Last Name, First Name, Date of Birth, Last 4
    digits of SSN. There will also be fields for user name and password
    (which will originally be blank in the table). When the user hits
    the submit button, the form data needs to compare those first 4
    submitted fields to the corresponding ones in the existing table
    (much the same way a credit card company might do with an existing
    account). If the data submitted matches what's in the table, the
    user name and password submitted in the form are written to the
    table and the user should be redirected to a login page.
    How should i go about building such a registration page??
    Help!!! ???
    Thanks,
    rborc415

    rborc415 wrote:
    > I've been knocking around with what you suggested and
    I'm kind of flying blind
    > at this point... could I ask you to be a little more
    specific?
    Basically, what you are doing is creating a search page. If
    the search
    produces a result, you want to display an update form. You
    can either do
    it all in one page, and control what it displayed with
    conditional
    logic, or you can use session variables pass the information
    from one
    page to the next.
    The basic way to do it with separate pages is to create a
    search form in
    page 1. Get the user to enter the four items. Send the form
    using the
    GET method to page 2.
    In page 2, create a recordset to search for the record, using
    the $_GET
    variables. If the recordset is empty, display a message
    saying "record
    not found". If the recordset is not empty, display the
    results in an
    update form, using readonly fields for the already-registered
    values.
    Use ordinary text fields for the items you want the user to
    fill in.
    Apply an Update Record server behavior.
    David Powers, Adobe Community Expert
    Author, "The Essential Guide to Dreamweaver CS3" (friends of
    ED)
    Author, "PHP Solutions" (friends of ED)
    http://foundationphp.com/

  • New User Registration page does not launch

    I am setting up a simple process to register a new user to my APEX application. At the login screen, the user can select "new user registration" button if they would like to register for a new id. Well, it was working for awhile and it stopped working sometime after I added the validations for the new registration fields. Now, whenever I launch the login screen and click on the "new user registration" nothing happens. If I bring up the "new user registration" page in the application builder, and click "run", it launches the login screen! I do have redirects back to the login screen in the event that the user clicks "cancel" or "register" on the "new user registration" page.
    This is very strange. Does anyone have any ideas as to the cause or how to track this down?
    Thanks,
    Reid

    I'll see if I can put the app on apex.oracle.com. I disabled the redirects and all of the not null validations I had. It's still behaving the way it did.
    In the meantime, I noticed this oddity. It seems like there is a mismatch between the URL page # and the actual page that is displayed. Here is what I mean. Here is the url:
    http://rilian:8080/apex/f?p=103:8:7659307535557230:::::
    See the page should be p=103:8. This is app 103, page 8, right?
    Well, that is the correct app and page. However, it displays app 103, page 101.
    When I click on the "new user registration" button, the url changes to this:
    http://rilian:8080/apex/f?p=103:8:7659307535557230::NO:8::
    And, I'm still on page 101, not page 8.
    Like I said before, this was working like a champ earlier this week and I went to show my wife how I had it working and boom it stopped. LOL. Murphy's law...
    Thanks again,
    Reid

Maybe you are looking for