PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Graphisme & Infographie > macromedia.dreamweaver > Uh-oh, super-newbie question
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Uh-oh, super-newbie question

Réponse
 
LinkBack Outils de la discussion
Vieux 10/04/2008, 16h34   #1 (permalink)
wpp8
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Uh-oh, super-newbie question

Hello folks, been working with Dreamweaver a short time creating simple
websites using HTML and CSS... thrown a curve ball today... was asked to
produce an online application form on a secure part of the website... not
asking exactly how to do this but want to know generally what topics I need to
google to start learning this.

Can dreamweaver create these sorts of html pages?
can dreamweaver to make a site secure?
what server requirements are needed to implement this functionality?

Thanks,
C


  Réponse avec citation
Vieux 10/04/2008, 16h37   #2 (permalink)
darrel
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Uh-oh, super-newbie question

> Hello folks, been working with Dreamweaver a short time creating simple
> websites using HTML and CSS... thrown a curve ball today... was asked to
> produce an online application form on a secure part of the website... not
> asking exactly how to do this but want to know generally what topics I
> need to
> google to start learning this.


- server side programming language to handle the data the form submits
(asp.net, php, RoR, perl, etc.)
- possible database integration (does the data need to be stored?)
- security concept in terms of restricting access (server side programming)
and/or network traffic (server based SSL certificates)

-Darrel


  Réponse avec citation
Vieux 10/04/2008, 16h51   #3 (permalink)
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Uh-oh, super-newbie question

Yes. DW can create those kinds of pages. The question is, can you drive DW
while it's creating them?

I reckon the answer to that is NO, at least not yet. The learning curve is
steep. Your client may be better served if you would subcontract out those
jobs for now.

--
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
==================


"wpp8" <webforumsuser@macromedia.com> wrote in message
news:ftlc25$6ce$1@forums.macromedia.com...
> Hello folks, been working with Dreamweaver a short time creating simple
> websites using HTML and CSS... thrown a curve ball today... was asked to
> produce an online application form on a secure part of the website... not
> asking exactly how to do this but want to know generally what topics I
> need to
> google to start learning this.
>
> Can dreamweaver create these sorts of html pages?
> can dreamweaver to make a site secure?
> what server requirements are needed to implement this functionality?
>
> Thanks,
> C
>
>


  Réponse avec citation
Vieux 10/04/2008, 16h58   #4 (permalink)
wpp8
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Uh-oh, super-newbie question

Thanks for the response Darrel,
Access to the form is not restricted but the transfer of the data will need to
be done securely.
The data will need to be stored and accessed by employees of the company.
Essentially the form will be a credit application, so I imagine some very
sensitive info.
Once the data is collected, is it easily accessed by the company? what form
will be in? a text file?
thanks,
C

  Réponse avec citation
Vieux 10/04/2008, 17h11   #5 (permalink)
darrel
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Uh-oh, super-newbie question

> Essentially the form will be a credit application, so I imagine some very
> sensitive info.


At that point, you might be encroaching on federal or state and/or banking
regulations in terms of data privacy laws and regulations . Definitely check
into that.

> Once the data is collected, is it easily accessed by the company? what
> form
> will be in? a text file?


The answers to those are entirely up to you, the client, and how the
software will be designed.

-Darrel


  Réponse avec citation
Vieux 10/04/2008, 17h50   #6 (permalink)
wpp8
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Uh-oh, super-newbie question

Darrel,

Thanks, looks like I getting in over my head here... thank you so much for
your comments!

Murray,

Your advice is sounding quite good right now.

another question though... do you think it is worth it to buy any of these
webassist programs? (if you are familiar with them) they make it sound easy to
do what I am after.

Thanks again,
C

  Réponse avec citation
Vieux 10/04/2008, 19h03   #7 (permalink)
Hunter Elliott
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Uh-oh, super-newbie question


"wpp8" <webforumsuser@macromedia.com> wrote in message
news:ftlgg7$baa$1@forums.macromedia.com...
> Darrel,
>
> Thanks, looks like I getting in over my head here... thank you so much for
> your comments!
>
> Murray,
>
> Your advice is sounding quite good right now.
>
> another question though... do you think it is worth it to buy any of these
> webassist programs? (if you are familiar with them) they make it sound
> easy to
> do what I am after.


WebAssist apps work, but their documentation is not always all that clear.
The DataAssist and SecurityAssist could you somewhat (building forms
pages, login/logout stuff), but they are not going to design and build your
database for you, nor are they going to purchase your SSL certificate and
install it on the server for you.


  Réponse avec citation
Vieux 10/04/2008, 19h39   #8 (permalink)
Murray *ACE*
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Uh-oh, super-newbie question

I agree with Hunter. I love the WebAssist stuff, but if you don't know
code, you will be totally lost.

--
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
==================


"wpp8" <webforumsuser@macromedia.com> wrote in message
news:ftlgg7$baa$1@forums.macromedia.com...
> Darrel,
>
> Thanks, looks like I getting in over my head here... thank you so much for
> your comments!
>
> Murray,
>
> Your advice is sounding quite good right now.
>
> another question though... do you think it is worth it to buy any of these
> webassist programs? (if you are familiar with them) they make it sound
> easy to
> do what I am after.
>
> Thanks again,
> C
>


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 08h02.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,12764 seconds with 16 queries