Novice must build site login

Ask a Question related to Coldfusion - Getting Started, Design and Development.

  1. #1

    Default Novice must build site login

    :frown; I'm an experienced DW4 user new to Studio and ColdFusion. I need to build a login page for our company site. And retain a db of the registered visitors. Where do I start?
    Pandion Knight Guest

  2. Similar Questions and Discussions

    1. I Will Build Your Site
      I will build your website for you. Send me an email if you are interested and we can discuss pricing. I am very flexible. - Justin...
    2. Proper way to build a flash site?
      I have been using flash for a few months and I was wondering if there is a standard that set for creating flash sites. I know this can be very bias,...
    3. Help for a novice for a personal web site
      I am troubled with the insert link function. I have placed flash swf text effects and link them to my pages. However they work fine in Internet...
    4. Build web site with photoimpact
      Sorry if I post the news in the wrong newsgroup. But I have 2 questions: 1. How to build web pages with photoimpact (I use photoimpact 8) ? I...
    5. Can DMX and FrontPage2002 be used together to build site?
      The best way is tomake it where everone logs in and changes it that way. You should not have to change the look of the site at all. One is set up...
  3. #2

    Default Re: Novice must build site login

    Pandion Knight wrote:
    > :frown; I'm an experienced DW4 user new to Studio and ColdFusion. I need to build a login page for our company site. And retain a db of the registered visitors. Where do I start?
    Probably the best way to get started is to get a copy of Ben Forta's
    ColdFusion MX Web Application Construction Kit--if you're going to be
    doing much CF programming at all you'll want to have this around.

    There are also a couple of good tutorials on easycfm.com:
    [url]http://tutorial8.easycfm.com/[/url]
    [url]http://tutorial355.easycfm.com/[/url]

    Matt

    --
    Matt Woodward
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

  4. #3

    Default Re: Novice must build site login

    That is very good advice for a beginner. Also add this link to your bookmarks, it is an invaluable reference:

    [url]http://livedocs.macromedia.com/coldfusion/[/url]
    kyle969 Guest

  5. #4

    Default Re: Novice must build site login

    Thanks guys.
    I have printed off the 'Configuring & Administering' and 'Getting Started
    Building' and 'CFML Quick Reference' PDFs. I have the 'Developers Guide' too.
    So I suppose I should start with the tutorials in the Getting Started pdf? I'll
    look up that book as well.

    Pandion Knight Guest

  6. #5

    Default Re: Novice must build site login

    WOW! Easycfm.com what a great site. I'm trying the tutorial8 now. Thanks again for looking up such specific links.:cool;
    Pandion Knight Guest

  7. #6

    Default Re: Novice must build site login

    :confused; Can someone please tell ideally where I should keep the database tables used by coldfusion? In local or remote site files?
    Pandion Knight Guest

  8. #7

    Default Re: Novice must build site login

    Pandion Knight wrote:
    > :confused; Can someone please tell ideally where I should keep the database tables used by coldfusion? In local or remote site files?
    Unless you are viewing your site you are building on another machine,
    you would normally have them stored locally. This way, you test all your
    design of your site locally, then go through the process of uploading to
    a remote server when you are finished. Some people test remotely as they
    are developing, but it is probably not as common by default.

    For storage of your database, the tutorial documents you downloaded
    'should' detail this, but if not - the default (typically) would be
    something like:
    c:\Coldfusion\db\my_database.mdb for access files
    or
    c:\mysql\bin\data\my_database\ for mysql files etc.

    cheers
    Brendon
    Brendon Guest

  9. #8

    Default Re: Novice must build site login

    :confused; Regarding the tutorial8.easycfm link "Creating a user
    authentication (Login) area). This is just what I have to do, but must admit
    to being a complete novice where ColdFusion is concerned.
    Following the tutorial, I built the the four .cfm pages (the tutorial does not
    say where I should locate these pages), and placed them within a folder called
    coldfusion in my local site files.
    When I go to preview the Application.cfm in the browser, it generates an error
    saying "The connection was refused when attempting to contact localhost".
    Suggestions please?

    Pandion Knight Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139