How would I build an online directory in cs3

Could anyone tell me if it is possible to build a directory
site in cs3. It would work like a service directory. Clients could
login and fill out a form which would update their profile. their
profile and picture would then be listed on the site. Is it
possible to create such a site with dreamweaver cs3 could you
provide clients with login and passcodes for their profiles.
Any help would be greatly appreciated.

Yes - but you have to know how to work with databases and
server-sided
code such as PHP. Dreamweaver can automate much of the needed
code, but
you will be at a total loss if you don't have a grasp of
PHP/MySQL (or
similar).
Grab a book on developing dynamic sites with DW, such as
http://foundationphp.com/dwcs4/
Alec
Adobe Community Expert

Similar Messages

  • How would we create an online form for doctor review?

    We need to replicate an OSHA form on a secure website for employees to fill out. The system would alert a doctor via email that forms need to be reviewed. The doctor logs in, reveiws the answers and clears or fails the employee, then attaches a digital signature. The form would be routed via encrypted email to receipient.

    We don't really support this specific workflow.
    You might be able to achieve what you want but it would include some manual steps :
    You can create a form and distribute it via FormsCentral
    The doctor can receive email notification when data is submitted
    The doctor can log in FormsCentral to see the data and "Download Response as PDF Form" to see the data in a PDF format instead of looking at the table.
    The doctor can then delete the row in the Response Table (see he now has a PDF version of the data)
    I'm not sure what clear or fail the employee mean in regard of the form (is this something you mark on the form?)
    The doctor would need to manually to use another Adobe service, EchoSign, to sign the PDF response.
    https://www.echosign.adobe.com/en/home.html
    The doctor would need to manually contact the email the signed PDF or contact the receipient.
    Gen

  • Hi, i would like to change my account security questions , how can i make iy online?

    hi, i would like to change my account security questions , how can i make iy online?

    Note:
    You can only set up and/or change a Rescue Email Before you forget the questions/answers.
    If you have Forgotten the Security Questions / Answers...
    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
    Or Email Here  >  Apple  Support  iTunes Store  Contact
    More Info >  Apple ID: All about Apple ID security questions

  • How would you go about saving an online image locally?

    Say if you knew the url such as http://www.yahoo.com/img.jpg
    How would you save this locally?

    Read the answer in your previous posting:
    http://forum.java.sun.com/thread.jspa?threadID=772451
    Use the file as an InputStream to read the data and then use an OutputStream to write the file.
    The logic is the same as reading and writing a file from disk once you have the InputStream.

  • How would i find for permissions for certain directory

    hello
    how would i find in my web docs (/home/user/htdocs) all directories named "templates_c" so i can do a chmod on them.
    they need to be writable by the app, but i think 775 is not enough, i think they might need tto be 777 or atleast o+w i believe.  its for smarty template engine to write the template files on initial compilation.
    i have been trying various wildcard version of find and chmod, but i dont want to foul things up.
    Last edited by wolfdogg (2012-01-07 02:50:14)

    wolfdogg wrote:
    i ran as root, it didnt find anything.  there is atleast 3 of those directories in there.  i had to manually set them again.  there is probably more.  Is there something i can change on that last command that might be keeping it from finding anything?
    its just a local testing server, i had the permissions chowned to "http", but the problem comes when everytime i upload a new file across ftp when logged in as user, it goes back to user, so i ended up chowning everything to user instead.
    Could you please confirm whether you tried the commands Samuvuo suggested? Please specify whether the following command found the required directories:
    sudo find /home/user/htdocs -type d -name "template_c"
    Although, I would personally run the command like so, cos I'm noob:
    find ~/htdocs -type d -regex ".*/template_c.*"

  • How to implement KM Edit Online feature?

    Hello,
    I am creating a web dynpro component that will integrate to KM.  I would like to have the WD application launch the Edit Online context menu feature on a HTML file stored in KM.  I bascially would like to have the user edit the HTML file with no knowledge they entered KM.  Can someone point me in the right direction on how to trigger the Edit Online option? 
    I have posted this also in the KM forum.
    Thanks,
    Steven

    Hi,
    timestamp is a date and thus cannot be used directly to determine seconds passed. So what you need to do is to build the difference between a saved time stamp and the current time.
    http://docs.oracle.com/javase/1.4.2/docs/api/java/sql/Timestamp.html
    So if you have two time stamps, then calling getTime() on each and building the difference gives you a value, which is millisecond. So to get this to an int value you divide it by 1000
    Frank

  • How would I deploy my iOS app on Windows?

    Hey guys, I want t know what do I need to test iOS games made from Flash Builder 4.6 and Flash CS6? I am on a Windows Machine, and I was wondering how would I test it on an iOS device? My sister has a Mac so I would be able to upload to the App Store after development, I just wanted to know how would I test on Windows since I don't want to use her Computer until I need to upload to the App Store.

    I think you were able to create certs and profiles on a PC but Apple has revamped there whole system regarding developers so not to sure you can do it now on a PC. It's easier to do on a Mac. I can't go into details about the full process cuz there are a lot of steps but you can find many tutorials online covering that.  Basically once you have your account set up, you create a p12 certificate and a provisioning profile. For profiles you create one for distribution for adhoc. Then you create another for distribution for AppStore. In flash you bundle the cert and a profile into the IPA file. Also before you create profiles register your devices and any else's you plan to have test for you. You can have 100 devices per year. I have a group of people that test for me and have them all on Testflight. So they all receive an email from me and install the app right out of the email on there device. Use the adhoc profile for testing then when ready use the Appstore profile to upload to iTunes.

  • Building an online auction

    I need a good tutorial for building an online auction in
    Dreamweaver using ASP can anyone help ive been looking for 2days
    and cant find the right tutorial. Cheers

    Rob
    You are not going to find a single tutorial on how to build
    an auction site
    as they can be very complicated applications. However you
    will find
    tutorials on the different elements that make it up. As has
    been mentioned
    before the key to the design lies in the database structure.
    I have designed one in Cold Fusion and you may get some more
    specific advise
    if you can be more specific in what areas you are concerned
    with.
    Paul Whitham
    Certified Dreamweaver MX2004 Professional
    Adobe Community Expert - Dreamweaver
    Valleybiz Internet Design
    www.valleybiz.net
    "rob dalton" <[email protected]> wrote in
    message
    news:em70g8$gar$[email protected]..
    > Can you give us an idea of where you've already been
    online and
    > specifically
    > what you're looking for (a step by step tutorial?)?
    >
    > Future suggestions may then be more helpful.
    >
    > --
    > Regards
    >
    > John Waller
    >
    >
    >
    >
    > ive tried webthang and dmxzone auction teller a lot a
    sites that say
    > tutorial
    > give you a breakdown on how to use ebay and the theory
    behind it i need a
    > step
    > by step tutorial any help would be appreciated
    >

  • Best way to build an online game with chat functionality

    i need to build an online game like the ones on yahoo with chat functionality.
    do i need to invent my own protocol for communicating between the client applet and the server application or i can use a higher level protocol like rmi or jaxm.
    as far as i know the problems with rmi would be
    1. there would be no way for server application to send messages to clients without signing my code.
    2. rmi would not run on browsers with older versions of jre. though clients can install latest versions, but i don't want that.
    would there be similar issues with jaxm or jms.
    do i need to invent my own protocol. what benefits would udp bring than tcp/ip.
    is there some higher level protocol which would take care of network problems on the internet. what about performance. what would happen if the connection between the client and server breaks down. how do i know of that.

    Implement a multi-threaded multi-client/multi-server strcuture.
    Each client-server channel is used for a specific operation
    such as one for the gamming data, and another for the chat relay.
    These channels will be controled by the application (game) and so
    can update the chat text and game data at the same time without
    the game having to read a file that is being writen by another
    IO stream comming from the server.
    I have not done this and I dont plan to, but in deisgn it should work.

  • Building an online resume, got a question

    Hi y'all, I've got to build an online art resume very quickly for before I meet with some clients soon.  Are there any free "plug and play" type flash templates out there that are already set up and I could just add photos of my work?  I'm looking to get something together that will hopefully be a little dazzling and professional without having to take up a million years of my time, which I need to work on art.  Any suggestions?

    You can steal whatever you like but I'm not gonna tell you to go ahead and do so or even hint ways of doing so--and I'm not suggesting you have such ill intent.
    What's available for free is what you need to find if you can't afford to pay.  Some things are worth paying for (is your reluctance truly driven by lack of $$$), and they are probably not that expensive.   If you can't afford the cost, but you are an artist, you should have the ability to create something representative of your style.  That would impress me more than something that looked like it was created for you or purchased.
    But if you are going to try to create anything close to the example you showed and you have minimum experience using Flash, you aren't likely to get there from here in any near timeframe.  For your current needs you may be better off just creating a web site using html pages for all the content.  You may even be able to make it somewhat dynamic where you have a gallery, but it doesn't involve Flash.
    Here's a link to a web site of an artist friend I went to school with many years ago during my art studies era that uses PHP-based pages and a database for the gallery content.  http://bruceguindon.com/  Click around the upper and lower buttons of the main page to see how it all works.  It may give you an idea that doesn't involve Flash.  He told me he happily paid $1800 for the site to be designed for him... gives you idea of the reality of being in the business.

  • How can I convert the volume directory into a single file installer?

    How can I convert the volume directory into a single file installer? I would like to hide all the miscillaneous files that I don't care for and be able to have the installer double click a single file and have it automatically install.

    On the second prompt screen when prompted 'What kind of self-extracting Zip file file do you want to make?'
    Are you choosing the second option (self-extracting Zip file for software installation)?
    I have a word file that I created to help me remember - is there anyway to email it to you?

  • How do I build an application that will run without being installed?

    I have seen some of the prior posts on trying to do this, but most of them were older, so I'll ask:
    Using 7.1, how do I build an application that will run without having to install the runtime engine? I have a client that wants to run serial port monitoring VIs to watch some custom hardware we built for him. His IT dept. won't let him install anything. If I could make this VI run off of a USB thumb drive without needing anything installed on the system it would be ideal. Space is not a problem, so I could include any runtime files needed. Can anyone tell me how to do this?
    Thanks

    Under what operating system was it running under back in the 90's when it was working?
    I think that starting with NT platforms (applies to 2000 and XP, but not 9x) the hardware abstraction layer (HAL) prevented direct I/O to serial ports. Serial port related code that ran fine on 3.x and 9x would not run under NT platforms without modification.
    Just some food for thought, do not know if it applies to your situation.
    Good Luck
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • How to import your MS Active Directory users in an Oracle table

    Hello,
    I first tried to get a Heterogenous Connection to my MS Active Directory to get information on my Active Directory users.
    This doesn't work so I used an alternative solution:
    How to import your MS Active Directory users in an Oracle table
    - a Visual Basic script for export from Active Directory
    - a table in my database
    - a SQL*Loader Control-file
    - a command-file to start the SQL*Loader
    Now I can schedule the vsb-script and the command-file to get my information in an Oracle table. This works fine for me.
    Just to share my scripts:
    I made a Visual Basic script to make an export from my Active Directory to a CSV-file.
    'Export_ActiveDir_users.vbs                              26-10-2006
    'Script to export info from MS Active Directory to a CSV-file
    '     Accountname, employeeid, Name, Function, Department etc.
    '       Richard de Boer - Wetterskip Fryslan, the Nethterlands
    '     samaccountname          Logon Name / Account     
    '     employeeid          Employee ID
    '     name               name     
    '     displayname          Display Name / Full Name     
    '     sn               Last Name     
    '     description          Description / Function
    '     department          Department / Organisation     
    '     physicaldeliveryofficename Office Location     Wetterskip Fryslan
    '     streetaddress          Street Address          Harlingerstraatweg 113
    '     l               City / Location          Leeuwarden
    '     mail               E-mail adress     
    '     wwwhomepage          Web Page Address
    '     distinguishedName     Full unique name with cn, ou's, dc's
    'Global variables
        Dim oContainer
        Dim OutPutFile
        Dim FileSystem
    'Initialize global variables
        Set FileSystem = WScript.CreateObject("Scripting.FileSystemObject")
        Set OutPutFile = FileSystem.CreateTextFile("ActiveDir_users.csv", True)
        Set oContainer=GetObject("LDAP://OU=WFgebruikers,DC=Wetterskip,DC=Fryslan,DC=Local")
    'Enumerate Container
        EnumerateUsers oContainer
    'Clean up
        OutPutFile.Close
        Set FileSystem = Nothing
        Set oContainer = Nothing
        WScript.Echo "Finished"
        WScript.Quit(0)
    Sub EnumerateUsers(oCont)
        Dim oUser
        For Each oUser In oCont
            Select Case LCase(oUser.Class)
                   Case "user"
                        If Not IsEmpty(oUser.distinguishedName) Then
                            OutPutFile.WriteLine _
                   oUser.samaccountname      & ";" & _
                   oUser.employeeid     & ";" & _
                   oUser.Get ("name")      & ";" & _
                   oUser.displayname      & ";" & _
                   oUser.sn           & ";" & _
                   oUser.description      & ";" & _
                   oUser.department      & ";" & _
                   oUser.physicaldeliveryofficename & ";" & _
                   oUser.streetaddress      & ";" & _
                   oUser.l           & ";" & _
                   oUser.mail           & ";" & _
                   oUser.wwwhomepage      & ";" & _
                   oUser.distinguishedName     & ";"
                        End If
                   Case "organizationalunit", "container"
                        EnumerateUsers oUser
            End Select
        Next
    End SubThis give's output like this:
    rdeboer;2988;Richard de Boer;Richard de Boer;de Boer;Database Administrator;Informatie- en Communicatie Technologie;;Harlingerstraatweg 113;Leeuwarden;[email protected];;CN=Richard de Boer,OU=Informatie- en Communicatie Technologie,OU=Afdelingen,OU=WFGebruikers,DC=wetterskip,DC=fryslan,DC=local;
    tbronkhorst;201;Tjitske Bronkhorst;Tjitske Bronkhorst;Bronkhorst;Configuratiebeheerder;Informatie- en Communicatie Technologie;;Harlingerstraatweg 113;Leeuwarden;[email protected];;CN=Tjitske Bronkhorst,OU=Informatie- en Communicatie Technologie,OU=Afdelingen,OU=WFGebruikers,DC=wetterskip,DC=fryslan,DC=local;I made a table in my Oracle database:
    CREATE TABLE     PG4WF.ACTD_USERS     
         samaccountname          VARCHAR2(64)
    ,     employeeid          VARCHAR2(16)
    ,     name               VARCHAR2(64)
    ,     displayname          VARCHAR2(64)
    ,     sn               VARCHAR2(64)
    ,     description          VARCHAR2(100)
    ,     department          VARCHAR2(64)
    ,     physicaldeliveryofficename     VARCHAR2(64)
    ,     streetaddress          VARCHAR2(128)
    ,     l               VARCHAR2(64)
    ,     mail               VARCHAR2(100)
    ,     wwwhomepage          VARCHAR2(128)
    ,     distinguishedName     VARCHAR2(256)
    )I made SQL*Loader Control-file:
    LOAD DATA
    INFILE           'ActiveDir_users.csv'
    BADFILE      'ActiveDir_users.bad'
    DISCARDFILE      'ActiveDir_users.dsc'
    TRUNCATE
    INTO TABLE PG4WF.ACTD_USERS
    FIELDS TERMINATED BY ';'
    (     samaccountname
    ,     employeeid
    ,     name
    ,     displayname
    ,     sn
    ,     description
    ,     department
    ,     physicaldeliveryofficename
    ,     streetaddress
    ,     l
    ,     mail
    ,     wwwhomepage
    ,     distinguishedName
    )I made a cmd-file to start SQL*Loader
    : Import the Active Directory users in Oracle by SQL*Loader
    D:\Oracle\ora92\bin\sqlldr userid=pg4wf/<password>@<database> control=sqlldr_ActiveDir_users.ctl log=sqlldr_ActiveDir_users.logI used this for a good list of active directory fields:
    http://www.kouti.com/tables/userattributes.htm
    Greetings,
    Richard de Boer

    I have a table with about 50,000 records in my Oracle database and there is a date column which shows the date that each record get inserted to the table, for example 04-Aug-13.
    Is there any way that I can find out what time each record has been inserted?
    For example: 04-Aug-13 4:20:00 PM. (For my existing records not future ones)
    First you need to clarify what you mean by 'the date that each record get inserted'.  A row is not permanent and visible to other sessions until it has been COMMITTED and that commit may happen seconds, minutes, hours or even days AFTER a user actually creates the row and puts a date in your 'date column'.
    Second - your date column, and ALL date columns, includes a time component. So just query your date column for the time.
    The only way that time value will be incorrect is if you did something silly like TRUNC(myDate) when you inserted the value. That would use a time component of 00:00:00 and destroy the actual time.

  • How to make new RPD online

    Hi All,
    Please tell me how to make an rpd online.
    In my development environment, there is already one RPD online.
    Now I am creating another RPD and want to make it online and create a answers report based on my RPD.
    Please tell me hw to replce existing online rpd with my newly created rpd.
    I would like to know the steps..
    Environment details in my development are as below;
    I have BI server on separate server machine. The current BI server is pointing to an RPD pointing to oracle EBS datasource
    On my own laptop I have BI Admin tool installed. I am creating another rpd based on planning database (Essbase DB). I want to replace current online rpd (pointing to EBS) with my new Rpd (pointing to Essbase DB). and then create a report on Essbase datasource.
    Thanks and Regards
    Santosh

    Hi Santhosh,
    1. Intially, stop your services -> Oracle bi server, Oracle bi presentation server.
    2. Open BI Administration tool -> File -> Create new rpd -> give some name say 'test' with no physical, bmm, pres. layers.
    3. Niow - Open C:\oraclebi\server\repository ----- Here you can view your rpd (to confirm)
    4. Now - Open C:\Oraclebi\server\config ---- Here you can view 3 files
    5. Right click on Nqs Config file and open it.
    6. You will find a section called [Repository] under which by default it has Star     = samplesales.rpd, DEFAULT;
    7. Now, Comment the above one by adding '#' symbol in front of it.
    8. Within the same section write the following Star=test.rpd,DEFAULT; Save the Nqs File.
    9. Now - open C:\oraclebidata\web\catalog and create a new folder 'test' - this is catalog folder where your reports gets stored.
    10. Open C:\oraclebidata\web\config --- Open Instanceconfig file.
    By Default you can view that catalog path --- pointing to Samplesales
    <CatalogPath>C:/OracleBIData/web/catalog/samplesales</CatalogPath>
    Change it to: <CatalogPath>C:/OracleBIData/web/catalog/test</CatalogPath>
    11. Save instance config file.
    12. Restart your services - oracle bi, oracle bi presntation server and now you can also open rpd in online or offline mode (i.e. your rpd 'test')
    Thank you....

  • How can i build RPMs file for my own Java Application?

    How can i build RPMs file for my own Java Application?....I have my own directory that contains all Java Source files and some files that my Application required....I want to build RPMs file like a install File to Linux System, Now my OS is Linux Fedora core 1.....How can i do this?

    I think that in order to create a RPM, you'd need to
    use some C.Nope - the RPM is all about packaging and the "magic" x.spec file. You can have anything you want in the RPM, but you have to use RPM tools to build the .rpm file. One of the features is that you can also indicate (via "install" scripts) modifications to other files or the filesystem to support the installation of whatever's in the RPM.

Maybe you are looking for

  • How to capture return value from stored procedure?

    Hi All, I want to capture the retun values from this procedure to a table - CALL SYS.GET_OBJECT_DEFINITION('SCHEMA_NAME', 'TABLE_NAME'). The below approach is not working - Insert  into STG.STG_DDL Call SYS.GET_OBJECT_DEFINITION('DWG', 'DWG_SITE') Co

  • Error code 2324 when trying to download iTunes for windows 8.

    I started by trying to update my iTunes, and was given an error message and was unable to open it. I've deleted/uninstalled it, each time I try to reinstall it or download it again, I get the error code 2324. I have no idea how to proceed or what I a

  • MX and 8

    hey can someone help - ive bought a book on flash_"how to wow with flash by c.smith" , seems cool but im trying to load the tutorial files into flash MX ....they seem to be flash 8 ...can i get around this ...its an fla file ...but MX says " unexpect

  • Itunes sync stopped working a while back

    Itunes Sync with my iphone stopped working properly ever since I upgraded to my IPHONE5... way back.  At the time I had to do the steps below in order to get all my music to sync over. Backup and then Restore to factory settings restore my phone from

  • SEO Metadata options not display in admin panel issue.

    SEO Metadata options not display in admin panel issue.