Dynamic web page

can i conect adobe edge page with asp.net or can i make a database driven page using adobe edge? if can.. how it can be done?

Hi,
If you look in the edge_includes folder of your project, you'll find jQuery. Thus, loading data will rely on Ajax : http://api.jquery.com/category/ajax/
In the following thread, there are examples of localization, dynamically updating the texts when a flag button click switches the language : http://forums.adobe.com/message/5776303#5776303
Gil

Similar Messages

  • How do I get Started with Dynamic Web Pages?

    I am presently following Janine Warner's Dreamweaver CS3  video series.  I noted that the Advanced part of this tutorial series focuses on Dynamic Web Pages, but only uses Cold Fusion.  From what I can gather, CF costs around $1000, while PHP is free!  My question is really this: in going from static to dynamic web design I'M A COMPLETE NEWBIE, so what do I need?   I am doing some planning here -- I know it won't happen overnight.
    (BTW:  I was surprised to discover that CF is NOT included in my CS3 Master Collection).  It might appear then that support for PHP is better than for CF?
    Apparently, I need a server -- well, OK I have PCs to spare.  Fast internet, I also have: Comcast standard -- 12MP
    Now, I think I also need Apache -- which apparently runs on the server and does something.
    So then I DL PHP, figure out how it works, and it will integrate with DW CS3 in some way.
    Now, what have I missed?  Is there some really basic, first-time-with-using-a-server place or tut I should go to or read?  Before you ask: No, I'm doing all this myself on a shoestring budget.
    Are there expensive hosting fees for dynamic web sites or other items I will run into?  Can I just use a PC over my Comcast cable as the server run from my home?  (Really high traffic is not anticipated)
    All recommendations appreciated, thanks.
    Thom

    Many of these questions have already been answered in your thread in the Dreamweaver General Discussion forum, so I'll just stick to a few basics.
    You need a server whichever server-side technology you choose, but "server" is not a physical machine, but a piece of software that you install on your development computer. You'll find details of how to install a PHP environment in the following article: http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php.html.
    Similar instructions are available for setting up a ColdFusion server at http://www.adobe.com/devnet/dreamweaver/articles/setting_up_coldfusion.html. The article is for ColdFusion 8, but ColdFusion 9 is installed in exactly the same way.
    Hosting for PHP/MySQL is plentiful and relatively cheap. However, make sure the hosting company offers a minimum of PHP 5.2 and MySQL 5.1. Hosting for CF is harder to find and tends to be a bit more expensive, but not prohibitively so.

  • Dynamic web pages and Access

    I am starting to work on some dynamic web pages to upload
    information to an Access 2003 database using ASP. What I would like
    to do is to give the user a chance to review their information
    before it actually gets sent to the database. That is to say, after
    they fill out the form on the dynamic web page, and click a submit
    button, I would like to bring up a new page with their info
    summarized and give them the chance to review it and/or go back and
    make changes before it actually gets written to the database. Any
    suggestions would be appreciated!

    I'm not sure what the question is. It sounds like you already
    know what you want.
    Have the form post to an asp page that retrieves the form
    values and displays them in the format you want. Give them the
    choice to go back and make changes or submit. The second page can
    also be a form that you dynamically populate from the first page
    values.
    I'm not really sure what the benefit of this is. Why do the
    users need a different page to review what they input from the
    original page? What added value will there be?

  • How can I get HTML source code of dynamic Web page ?

    Hi,
    I would like to write a program that can get HTML source code of some Web pages, but there are some dynamic Web pages that I can't do it with URL class. For example: http://www.europlex.ch/web/3schedule/showAll.jsp?context=schedule.
    Thank you very much for any solution.

    Thank you for your attention. I'm sorry because I could't describe it clearly. If you don't mind, please follow this step to understand my problem:
    In the browser, enter URL: http://www.europlex.ch/web/main.jsp?locale=_english
    Click on Schedule, you will see the page with Cinema name, Film, Time... I would like to write Java Program to get HTML code of only this Page (Not frame page).
    Do you have any idea ?
    Thanhks,

  • Meta data information from dynamic web page

    Dear all,
    for website searching, we should put the meta data in every page, in my case
    i have to get the data from dynamic page(data are coming from database).
    So, how can i meta data information from dynamic web page
    kindly suggest.
    thanx,
    R. Ramasubramanaim.

    Build your web application with BSP, that's all I can say...

  • How to allow my webserver to create dynamic web pages ?

    say i have created a pretty simple web server in java which can send and receive HTML files. How can i extend it to allow dynamic web pages ?
    thanks

    You know the part that takes some information from a request, and then loads the requested file?
    Replace that with something that takes that info and uses it to invoke some other functionality.
    No more detail is possible given the detail-less nature of your question.
    You do realize that you're reinventing the wheel, right?

  • Creating a dynamic web page with Dreamweaver CS6 academic version

    To create a dynamic web page with Dreamweaver CS6 academic version, setting up for testing server menu box just shows up and disappear. what is that issue?

    Anderson51 wrote:
    I'm new to this area ...  ...Like I said, I'm new and in way over my head - I think???? Help???
    Hmmm,
    I don't want to be the one to put you off.  I'm in over my head too but I really enjoy the pain of grappling with Dreamweaver.  It isn't really for the novice user and unlike any other app I know, it will be of greater benefit to those who have some knowledge of the underlying languages it deals with.  i.e. HTML, CSS and some others.  Strangely, I also hear from people that know the coding well, that they don't like/use/need Dreamweaver.
    If you only want one site, and don't really need to wrench your own unique identity from what you are doing, why not look at a free site from Wordpress.com?  I am sure you can use your own domain, and as you get proficient at it, you can expand what's there by paying for it.
    Just a thought
    Martin

  • Trouble 'putting' dynamic web pages to remote server

    I have a site defined in DWCS5. I have two servers defined, a local testing server on my computer and the remote server at the hosting company. I have no connection problems with either. I can put 'static' web pages from the local testing server to the remote server without any problems.
    But when I try to 'put' a page that relies on dynamic content from my local testing server, all of the connection code is based on the local connection, it doesn't get updated to the remote connection code. When I browse to the page on the remote server, I get errors, essentially file not found errors because the connection code is looking for the local resourses.
    Warning:  require_once(../Connections/localhost.php) [function.require-once]: failed to open stream:
    The code should read require_one(../Connections/bluehost.php) to run properly on the remote server.
    There are two different connection files in the Connections sub directory. There is the one with the connection code to access the local database and then there is another with the connection code to access the remote server's database. The code in both files is correct and works when called on the appropriate server.
    If I go through and edit on the remote server and manually correct the code, the page will work, but then my local page has the remote server's connection strings and won't work again. I'm getting really good at running FIND/REPLACE.
    I just have to change the name of the connection.
    I need to be able to transfer a dynamic page from local to remote and have the connection code updated so that the code on the remote is for the remote and the code on the local is the code for the local.

    I think I figured out my own problem.
    I made the database connection information exactly the same for the local server database and the remote server database. Now when I upload the local data to the remote server it seems to be working.
    I guess I over thunk it.

  • Using Java for dynamic web page content

    I've currently got a Perl program that I'd like to convert to Java. It merges two files that are stored on a web server and generates a "dynamic" HTML response.
    For example, if I have the following files on the server:
    File1:
    <Comment1>This stuff</Comment1>
    <Comment2>That stuff</Comment2>
    File2:
    <HTML>
    <Comment1><br><Comment2>
    </HTML>
    When I go to the URL
    www.mysite.com\cgibin\merge.pl?file1&file2
    the Perl program will produce a web page saying:
    This stuff
    That stuff
    The major obstical for the rewrite: NO JSP ALLOWED. It's not allowed by the ISP.
    Now for the questions:
    - Could this be done using Java?
    - How could I initiate the Java app and pass it the parameters? (applet tag, access Java inside Perl, use Java Script somehow)
    - Will an applet tag even work for this since the final page is generated completely from other files?
    Thank you very much for your help.

    If your ISP don't support JSP / Servlets,
    1.use any server side technolgy, something like ASP.
    2.Read the files and transform them as Strings (or StringBuffers).
    3.Pass these Strings as parameters to the applet (if you are forced to use java technology, otherwise you can do it using ASP itself).
    4.Construct the required format (content) in your applet.
    Don't forget that the stuff will be in applet but not a complete web page. The ideal solution is asking your ISP to provide JSP engine.

  • My Yahoo like Dynamic web page content creation

    Are there any methodologies/best practices available for creation of pages like My Yahoo.
    Basically, display of page depends on sections chosen by the user for display and inside those sections content is also what is chosen by the user. Page is different for different users based on their options.
    Are there any methodologies/best practices available for this kind of work using JSP.

    If your ISP don't support JSP / Servlets,
    1.use any server side technolgy, something like ASP.
    2.Read the files and transform them as Strings (or StringBuffers).
    3.Pass these Strings as parameters to the applet (if you are forced to use java technology, otherwise you can do it using ASP itself).
    4.Construct the required format (content) in your applet.
    Don't forget that the stuff will be in applet but not a complete web page. The ideal solution is asking your ISP to provide JSP engine.

  • Dynamic web pages

    I'm trying to attached to an Access database. I would like to
    create dynamic webpages to create a phone, email, location, and
    pictorial directory for our agency. I'm able to get all the data I
    need out EXCEPT for the pictures which are OLE Objects.
    Has anyone ever dealth with this? And is it even possible?
    Thanks

    On 31 Jan 2007 in macromedia.dreamweaver, aswatts wrote:
    > Yeah I know but my boss created the database, I just
    inherited it.
    Either find the originals, or extract the images from the
    database. Then
    put them somewhere, and put the filenames in the database.
    There are two
    big reasons for this:
    - Access databases are huge to start with, and adding images
    to them
    makes them blow up even more.
    - OLE objects are a pain in the neck to deal with on a web
    server.
    Joe Makowiec
    http://makowiec.net/
    Email:
    http://makowiec.net/email.php

  • I built a basic Checkbox web page.  I want to add a time stamp everytime a check is made on the page.  How do I do that?

    I built a basic "checkbox page" with a list of bus numbers next to a check box.  once the check is made, I want Dreamweaver to insert the time that it was pressed right next to the bus number.  How do I do this?
    Any suggestions would be great.

    > I want Dreamweaver to insert the time that it was pressed right next to the bus number
    Sorry, Dreamweaver is just a development tool. You wouldn't have it insert the time. Your dynamic web page would do that.
    The best way would be to use AJAX, but a simpler method would be to have the checkbox trigger an event to submit the form. Then update the database with the timestamp. However, either method have the problem in that if the wrong checkbox is accidentally checked the form gets submitted. I think it would be better to use a submit button.
    Of course, all of this assumes you know Javascript and PHP or another scripting language and have a database setup.

  • Building Dynamic web sites... where do you start these days?

    OK... first off, I'm no coding expert but I have used Dreamweaver for many years to build web sites using a pretty basic ms access databases to generate a few dynamic web pages in .asp.
    My question is, since the changes following Adobe Dreamwever CS5.5, what is the best way to develop dynamic sites. I want to update my existing web site (www.britishbutterflies.co.uk) and also move the dynamic content to a modern database/scriting language. I intend to build the new site using a responsive layout. I don't want to host the site via Adobe.
    I'm sure I'm not the only one completely confused with the plethora of apps and software packages Adobe are currently promoting but can't seem to find any info which provides a clear guide as to what software/approach is best. Is Adobe Muse the best option - can this help with coding dynamic content like dreamwevare used too and can I host the site with my own web hosts?
    Although the code produced by Dreamweaver was never perfect or the most up-to-date, those of us interested in doing a bit of dynamic web development on a non-commercial scale could get away with doing so up until Dreamweaver CS6. Now the whole thing seems like a pot of worms and dynamic web design only open to those with pots of cash and lots of time and a phd in astrophysics? :-)
    Any help or suggestions much appreciated.
    Steve

    Not sure what you're refering to in the part about hosting with Adobe. You've never needed to do that at any point, and still don't. The "Creative Cloud" is, in my opinion, a terrible name for Adobe's current subscription service. The programs through it are still installed and reside fully on your machine. The websites you make are hosted wherever you choose.
    Muse would not be the way to go. It's meant to target non-coding designer who wants to work with the internet and put a lot of bells and whistles on their site. The code it produces is very difficult to work with or make changes to.
    DWCS6 still has its database interactions, those were removed (and for the most part, put back with both free and paid third party extensions) in DWCC. You can have both DWCS6 and DWCC installed on the same machine with a Creative Cloud subscription.

  • How to create a web page

    Could somebody explain me what exactly to do, making my own web page in java?
    I mean,I know how to make a class and an applet. However, I don't know what should I have inside the class.
    Oleg

    Web pages aren't realy made in Java. Web pages are designed in HTML. Java generally plays two roles, one is in Applets, which are Java programs that run inside web pages. The other is servers that handle dynamic web pages, especially forms and pages that display dynamically generated data displays.
    You can write an HTML file and display it on your browser straight from a file, but there's not much point until you put it on a server for a larger audience. To see what HTML looks like, use "view source" on any web page.

  • Screen scraping mainframe terminal emulator/web page

    Hi,
    Is it possible to screen scrap the contents of mainframe Terminal emulator.
    I have a 3270 Terminal emulator. What is the best way to read the content of this terminal emulator.
    I'm aware that we can screen scrape static or dynamic web pages. But, is it possible to screen a
    terminal emulator. I have no clue reg this. Plz help.

    Thanks for your response DrClap!!
    But you would have to be working with a published interface, as I was. Does >>your 3270 emulator have a published interface that allows access to the >>screen display?We are using Bluezone terminal emulator (from seagull software). This Bluezone uses an ActiveX control or Java applet to download a Win32 emulation application.
    Given this scenario, plz let me know how do I screen scrap the contents of this terminal emulator and pass the screen scraped content to another java program.
    Plz help so that I go in the right direction.
    (For screen scraping web pages: I was using JTidy and XQuery. But, for this terminal emulator, how do i read the request url. I'm a beginner, so excuse me if I'm completely wrong with this approach).
    Thanks,
    Sid

Maybe you are looking for