Can I translate static pages to dynamic?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Can I translate static pages to dynamic?

    I constructed and maintain a local theatrical website that has several hundred
    members. Each member has a static page that is similar in form but not exact as
    they have all been created by hand over the years. I would LOVE to transform
    this site (or at least this part of the site) into a dynamic database driven
    piece. Are there tricks to implement this change? Or do I need to start all
    over? What I'll need is a database that has NAME - PICTURE - BIO. Then also
    included needs to be a table that has DATE - PRODUCTIONNAME - ROLL. The table
    will have as many rows as the member has been included in the production. All
    this info exists now in static form in folders labled MEMBERS/NAME. Can I
    somehow read the data from these files into a database? Any help is getting
    such a project off the ground, gratefully listened to.

    RikPierce Guest

  2. Similar Questions and Discussions

    1. Dynamic to static
      Is there a way for me to take a table that is being built dynamically and have it be stored as static information in memory somehow so that I can...
    2. Making dynamic pages static
      I need to build a static site (user requirement) with DW template but a number of the pages will contain the same information - a perfect...
    3. Static vs. Dynamic
      What is the overall difference between static html and dynamic html?
    4. converting dynamic php pages into static
      I have a problem. I have a php/mysql site that generates pages dynamically (duh) like www.mysite.com/page.php?id=whatever&name=whatever....and so...
    5. Dynamic and Static IP
      I was wondering if you can have dynamic and static IP addresses on the same network. The network will include PCs with Win98, W2K, and XP operating...
  3. #2

    Default Re: Can I translate static pages to dynamic?

    The quick, dirty, simple solution I have used in the past is to save html
    files as txt files, strip out non text related content e.g. meta tags, scripts
    etc. You could then import this file into Excel using the <P> tags as the
    delimiting characters (or use a find and replace on the <P> and insert a
    punctation character. You could then export the text into a database. Once
    you have got the process working you can automate it using Macros / VBA.

    Really sorry to recommend using a MS product to solve this problem - but its
    the process I used many moons ago so I know it works.

    SledgeWomble 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