Open Office Web Page Creator Questions and Looking for Tutorial.
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Distribution: Mint 18.3 and 19 64 bit and 17.1, 32bit, Xfce and MATE, Android, Windows 10
Posts: 891
Rep:
Open Office Web Page Creator Questions and Looking for Tutorial.
Hi, I have been trying the Open Office web page creator. In Presentation under options, wizard, the web.
Two questions come to mind. How can I get an older document into the page for test viewing? Does the document have to be a certain kind? When I put one in, it looks like a link and will not open, I want it to be there in full straight off.
And creating an email, can it be the new one the host will maintain for me as I pay?
User name and passwords, are an agreement between myself and the host company?
Upload by FTP, I must get the FTP address first from the host?
Is there a tutorial here or elsewhere for Open Office Presentation?
First, you have to understand what OpenOffice Web is. It is an HTML editor. HTML is the way page are rendered on a Web browser. It is a passive language, it can not perform action. Look at it as a screenshot of an application. If you just want to see it, it is fine, but you can not "use" a screenshot as an application.
There is some more advanced language for dynamic website, including (but not limited to): Javascript+AJAX, PHP, ASP+C#/VB/C++, Ruby on rails, Perl and Python. Those a programming languages, and will generate the HTML you see on the web.
With some understanding of how the web work, you could mix pure HTML pages and dynamic pages to make them "usable" for interactive content, but OpenOffice Web can not, and it not designed for, create dynamic web pages. It does not handle user, form submitting, dynamic content or similar stuff. It is designed only to create read-only pages. To handle users and create dynamic pages, you have to learn the basis of HTML and a language (PHP is the easiest), you can't use a WYSIWYG (graphical application) software for everything.
On the other hand, many peoples / enterprise have created what is called a CMS (Content management system), a website with all the code you need and visual/easy to use editor in the website itself, just like this forum. You can edit your post without writing the HTML by hand, you have buttons that does it for you. The most popular are Joomla!, wordpress and drupal (and typo3 for more advanced needs). It is probably what you are looking for.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.