I have a few sitespinner sites up and running also a couple of wordpress ones which id like to show people even when i dont have an internet connection, is this possible, is there a way to store the webpages somewhere to be viewed later??? ive tried sitespinner/publish/preview html project and i got the message windows cannot open "my project" any help would be greatly appreciated
For your SiteSpinner sites, try publishing to a local disk folder, then create a shortcut link to the index.html page of the published site on your desktop. This will open a local version of your site in your favorite browser. If you use PHP, those scripts will not work since a server is required. But you should have no problems viewing your site as long it is published in a local folder.
Because WordPress sites are based on PHP and MySQL, they require a server to execute and view. It is possible to do this "off-line" in you install a server on your computer. I use the XAMPP package (Apache/PHP/MySQL) to keep a local backup version of all my sites; this allows testing and updating before going live.