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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I switched from Ubuntu to LMDE and developing some simple web page, I have some knowledge on HTML and Javascript..etc., first I will use Kompozer/Bluegriffon to create the page, and then use Bluefish or a text editor for fine tuning, but Bluegriffon is not on the repository make the install and maintenance difficult, I tried Openoffice Write but it is so much trouble to use, I wonder what you guys used for web authoring, I am looking for a WYSIWYG or something close to it, any comment ?
The website Kompozer.net itself has a direct download for the software although I can understand wanting to install it via a repository. If you go this page, you can add the untrusted PPA repository and get the software that way.
Last edited by Samsonite2010; 05-28-2015 at 04:29 AM.
I manually code HTML too although sometimes another tool is ok for trying out designs. Once you get into server-side code for outputting HTML, you are only going to be interested in the HTML code really. If I recall correctly, Firefox and Chrome have some developer tools hidden away that allow you to edit the HTML and CSS on the fly and see the results which almost gives you a WYSIWYG editor.
If I recall correctly, Firefox and Chrome have some developer tools hidden away that allow you to edit the HTML and CSS on the fly and see the results which almost gives you a WYSIWYG editor.
Not really hidden - just right click and select "Inspect element". You have tons of options there, including on the fly element editing.
Also, nothing beats real world browser testing - just write the code in some editor and put it on a test server then load it in the browser.
Not really hidden - just right click and select "Inspect element". You have tons of options there, including on the fly element editing.
Also, nothing beats real world browser testing - just write the code in some editor and put it on a test server then load it in the browser.
Not many people seem to know about Ctrl+Shift+I in Chrome - a very snazzy mobile device emulator with measurements and device selection: Screenshot
Not many people seem to know about Ctrl+Shift+I in Chrome - a very snazzy mobile device emulator with measurements and device selection: Screenshot
or "Responsive Design View" under Developer Tools in Firefox.
I agree that WYSIWYG is not the best option in the long run. IMHO, it does not require from you a full understanding of what's going on behind the hood, which sooner or later will backfire at you.
I agree that WYSIWYG is not the best option in the long run. IMHO, it does not require from you a full understanding of what's going on behind the hood, which sooner or later will backfire at you.
Fully agree with that. I started many moons ago with Microsoft Front Page (*shudder*), others were using Word as an HTML generator... but then I tried to get my websites classified as accessible, WC3 certified, etc. and realised that I needed to know what the HTML code was doing. Once you get to know it, it is pretty simple and there are so many XML-based technologies out there that it helps to understand it in general.
Fully agree with that. I started many moons ago with Microsoft Front Page (*shudder*), others were using Word as an HTML generator... but then I tried to get my websites classified as accessible, WC3 certified, etc. and realised that I needed to know what the HTML code was doing. Once you get to know it, it is pretty simple and there are so many XML-based technologies out there that it helps to understand it in general.
I remember FrontPage. Always stayed away from it. I remember a friend of mine used to use Dreamweaver only. Once, his heavily table-driven website (long time ago) design broke and he couldn't fix it. Why couldn't he fix it - because what he knew was Dreamweaver, not html/css. I asked him to switch to the code view and I fixed it for him within minutes.
I use vim to edit all code I write including HTML or CSS. I test it with a local Apache installation. I use Chrome and Firefox developer tools to make sure it display correctly. I make the Apache installation accessible to my mobile devices on my LAN for testing. I install the W3C Validation Service right on my laptop. To validate my CSS I use CSSLint.
Having W3C and CSS validation tools on my laptop allow me to develop while I am offline.
Thank guys for the input, yes WYSIWYG is not the best way to go, but my coding skill is so rusty and I'm lazzzzzy I just want something simple to start with and get a quick preview, tools like Front Page and word processor generate lot of redundant codes I need lot of time to edit out, I guess I'll stick with Bluegriffon and Bluefish for now....
You may want to try an online editor - they do HTML, CSS and Javascript - I think it is a nice instant way to learn the coding and work in a very convenient way:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.