Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

Can I create website to run on laptop without internet connect?

New Here ,
Sep 08, 2011 Sep 08, 2011

Copy link to clipboard

Copied

Is it possible to use Dreamweaver to create a content website that will present pdf, flash and text files that will only be running on a laptop?  This laptop will never have an internet connection. 

The website on the laptop will be connected to a TV and will be used in a classroom setting to present this content.

The website will need to act and look like a website on the Internet and will need to run in a brower on the laptop.


Can I do this in Dreamweaver?

Thank you so much for your help.

TOPICS
Server side applications

Views

927
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 08, 2011 Sep 08, 2011

Copy link to clipboard

Copied

Sure.  Just make sure you have all the local content and the web server running on your machine in case you need any server-side processing.  Also if you use JQuery or anything like that be sure to download the files to your computer and link to them locally vs using remote repositories to get the source.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Sep 09, 2011 Sep 09, 2011

Copy link to clipboard

Copied

And just to expound a tad more with some basics. It involves installing and running actual web server software on the computer. If you have a windows computer, you have the choice if IIS which can be installed from the Windows disc, or downloading and installing one of the versions of Apache. Both require a certain amount of configuration and both will work fine for basic HTML sites. It's when and if you start looking at server side scripting, dynamic content, and databases, that's when you'll need to branch out a little further. With the server configured and your site files in the place they belong, the site is then accessed through a browser, normally with a URL of http://localhost/ or some variation that specifies a port number and/or a sub folder which is the root of the site.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guru ,
Sep 10, 2011 Sep 10, 2011

Copy link to clipboard

Copied

The poster makes no mention of using server-side scripts, so a web server is not necessary.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Sep 11, 2011 Sep 11, 2011

Copy link to clipboard

Copied

LATEST

Perhaps not, but in my opinion running it through a web server would be an overall better solution. One advantage would be to not have to deal with Plash player security warnings.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines