Ubuntu :: Quanta Plus And Kompozer - Html And Php ?
Feb 16, 2011Are quanta plus and kompozer good for begginers im learning html and php and have a huge project in the near future.
View 1 RepliesAre quanta plus and kompozer good for begginers im learning html and php and have a huge project in the near future.
View 1 RepliesMy system is fedora 15 and i have been using quanta plus as my editor to edit html and php files... I need windows based quanta plus .. though I googled a lot for windows platform I may not be able to get ..
View 2 Replies View RelatedI have installed Kompozer from the ubuntu software menu, synaptic and from the terminal and I not only don't have icons or menu item, but I cannot load it from terminal either. I have tried complete removal with synaptic but it changes nothing. I wondering if something is hanging around from the old one, but I would not know were to look? I installed kompozer on another machine and that one works?
View 4 Replies View RelatedSometimes when I use Kompozer to change a web page, I get this [Picture attached].
Unfortunately this shows up in the web browser. How can I get rid of the blue dashes around the page border.
I am getting more adventurous, wanted to know how to preview sites in progress locally while using Kompozer, surely there must be a way to preview before publishing to the web.
New to Ubuntu with minimal expertise, have built sites with WYSIWYG programs in Windows with a some success, now want another challenge.
I run Ubuntu Jaunty with gnome. I've become quite accustomed to using Quanta for editing website files (.css, .php, .html) etc. This is a KDE application so when I installed it, the software manager installed the KDE stuff to enable it to run. Today I switched the view of the quanta interface to "top level" from the window menu. Everything was working fine until I attempted to open a documenation window - then Quanta had some sort of error so I quit the application and tried to start it again - and it won't start.
I've restarted my computer to see if that would help, quanta still won't start when chosen from the Ubuntu Applications menu - no error message, nada.
When I try to start from terminal I get this:
Code:
I'm starting to get familiar with Quanta Plus (QP) on my Ubuntu 8.04 desktop. I created a file in Dreamweaver (DW) atop the Windows OS. Now I've opened it on QP running atop Ubuntu. But in VPL mode, I only see a blank page. Nothing has been changed.
View 2 Replies View RelatedI am using Ubuntu 10.04 that comes in a free CD. I would like to develop web page using Quanta Plus. When I saw the site it is written that the platform is KDE. Can I install it in my PC?
View 2 Replies View RelatedI used wget -r to get all the web pages that were linked from index.html. The pages listed in index.html are all chapters. After using wget -r, all the chapters are now in the same folder on my local hard drive. Is there a way to build the chapters in their proper order into a "long"/"full" web page, rather than simply having each chapter as a link/next link on a previous page?
View 9 Replies View RelatedMy Quanta Plus can not access files on my network shares.I have my network drives mounted in /etc/fstab and they work great with all programs EXCEPT Quanta Plus.When trying to open any file on a network drive I get the following error: The file <filename> could not be loaded, as it was not possible to read from it. Check if you have read access to this file.I can use any other editor, Screem, Bluefish, gedit, pico, etc and open, modify and save files on these same network drives. Something I just realized is that Quanta Plus is a KDE app. Could it be that there is some KDE networking component that I am missing? This does happen to be a fresh Ubuntu install on a new computer. I have Quanta Plus installed on my old computer and it works fine with these same network shares (same fstab file), but over the years I have installed many programs on it and perhaps it has a KDE networking piece that hasn't been installed on this new computer.
View 1 Replies View RelatedNow that we are on Debian 6 it seems that Quanta Plus is not yet available because of it not running with KDE 4 ....?
I have blocked my main work horse on 5 that is ok, but I have upgraded my laptop to stable its nice and fast and very much more multimedia
But no quanta, I can use kate and have tried a bunch of other editors none manage projects like and are complete as Quanta I am totaly addicted to it!
I have tried having lenny and squeeze together in the source list but I get BIG dependencies problem and fear stability isuues as I am not sure what I am doing
I had an Idea of putting an Ubuntu 10.10 source in there as it works on that, any body tried this ?
Okay where do i get the kdewebdev package with Quanta+? I have the oss repo enabled which is where i thought it was. But what i installed was kdewebdev in 2 packages. They installed and no Quanta. So then i found 'Quanta' and installed it. Still no Quanta.
View 6 Replies View RelatedI pretty much code by hand, but I like Quanta Plus and Kate for scripts HTML and simple programming tasks.Quanta (and other editors nvu, bluefish etc) are geared for html 3 and 4 - help files, tag libraries, templates etc. how far Quanta and other IDEs are into HTML5 support?
View 2 Replies View Relatedwhat is the best way (i.e standard way that is supported on all browsers and probably as well followed by web crawlers).... to include an html file either locally or externally in another ? Of course , i've done the research and i also know that there are server side includes (php , asp ...you name it) at the moment , i'm using this:
Quote:
<script type="text/javascript" src="path to file/include-file.js"> </script>
however, i've been warned that this method may not show up in some browsers as some tend to ignore this tag and that crawlers like your favorite search engine wouldn't bother reading this. so , what is the best and safest way to do the job? and btw , the reason why i've ousted SSI's from the start is because of among other things:
1) the fact that the included file is static html and because the text is included pretty much everywhere
2) hoping to reduce load time as the code (if successfully recognized) would hopefully be treated like any other embedded external file (e.x like an image) , therefore it would be cached without the need to downloaded it over and over again for each new page on the site.
Had a heck of a time getting the Acer T230H touchscreen monitor to work on OpenSuse 11.2. I am documenting this for anyone else looking to get this working.
There are plenty of sites out there with information on getting this working on Ubuntu but none specific to OpenSUSE.
PREREQUISITES:
Make sure xorg-x11-driver-input is installed as need the evdev driver in /usr/lib/xorg/modules/input/.
Code:
1. Download and compile the 2.6.34.1 or higher kernel from The Linux Kernel Archives. See instructions here for compiling kernel.
When you run make menuconfig be sure to module"Quanta Optical Touch". Navigate to Device Drivers:HID Devices:Special HID Drivers:Quanta Optical Touch. Put a "M" for module.
Save config file and build kernel as per instructions in link above. hid-quanta.ko driver should be located in /lib/modules/2.6.34.1/kernel/drivers/hid/ if module was installed correctly.
2. Once you build the kernel and boot up with the new kernel follow the instructions below:
Edit /etc/udev/rules.d/69-touchscreen.rules
Add the following rules at the top:
Code:
Create or modify /etc/X11/xorg.conf with the following info:
Code:
If this is good you can test your touchscreen which should now be working. Be sure evdev driver is specified in xorg.conf and not hidtouch.
How do I get a webpage on my apache server to run a command. Lets say "fortune" or "grep" or "ls" or (anything actually) by having someone visiting the website and pushing a submit button? Would that be a php thing? or python?
View 9 Replies View RelatedI have used htmldoc for such conversions. But it does not preserve hyperlinks.So is there any converter which preserves hyperlinks.Is there a HTML to CHM converter for Linux?
View 1 Replies View RelatedIs there anyway to convert standard output to html ?
for example I wanna convert a colored file like this:
Code:
git diff -u --color-words --no-index ~/file1 ~/file2 > my_colorized_output
I wanna convert my_colorized_output ( or anything else ... ) to html format.
I'm trying to set up some basic websites on an Apache 2 server running on my Linux box. At the moment, I have some really basic html files that I want to load into the /var/www directory. However, for whatever reason, I cannot save my html files. First, I thought it was because I didn't have permission on my account, so I switched to localadmin (i don't know if all Linux distros come with a localadmin account, but i know localadmin has "higher" permissions than, but less that root, of course). Even as localadmin, I could not save my html files!
View 2 Replies View RelatedI have 2 GB of html files and i need to convert all of them at once to text files. Is there any way that I can do it. Converting each of them manually is really a pain and I want to convert all of them with a single command to text files.
View 5 Replies View RelatedI'm almost positive I've seen a program that runs on Ubuntu that can convert PDF files to HTML but I can't remember where I saw it and I have no idea what the name of it was
It would also be great if I could find a program that can convert PDFs to .odt or .doc or another format that works well with [URL] but thats not something I need right now
I just downloaded libgtk2.0-doc at the gtkmm docs to help me with some programming. I've found where the libgtk2.0 documents are (/usr/share/gtk-doc/html) and I'm not for sure where the gtkmm docs are.
My question is: what is an easy way to view all of these HTML files? I know on Ruby you can run gem-server and you can see all of your RDocs from localhost on your browser. Is there an equivalent to that on Ubuntu for gtk-doc?
I am running Ubuntu 10.10 64 bit to do testing for a web site. I have successfully added a .htaccess file to the production site to process .html files as PHP files, but cannot get my localhost to process the files the same way.
Addition to apache2.config:
HTML Code:
<Directory "/home/*/public_html/*">
AllowOverride All
Order Deny,Allow
[Code].....
I have been trying to teach myself some html. but most of the tutorials are so dry i cant concentrate long enough to read them.I normally do minor tech support for friends and fam it was suggested i make a webpage but i dont know html I think i need to start over cuz i used a HTML generator and i dont think its as organized as it could be all i really need now are some images maybe a banner ive been lookin at how to add images to my html but im having issues getting it positioned and most of my text is on the left of the page
dont laugh i like to consider my self quite computer literate but im a horrible noobin when it comes to HTML im not looking to build a site, just a simple webpage i got some help here earlier but it was mostly links to more Tuts
I am learning to do some html, php and css. I read that a normal word processor will not do. Here is what I am suppsed to use... Before you settle on a text editor, make sure it has the following features: Supports syntax highlighting for HTML, CSS, Javascript and PHP. you to code and debug faster by visually separating the different elements of the file. For example, such a text editor might highlight PHP code in blue and HTML code in red. Automatic error highlighting for HTML, CSS, Javascript and PHP. you catch errors in your programs while you are writing your code before these errors are detected when you run your program in Zen Cart. For example, if you fail to specify a closing tag for your HTML code, the editor uses a red underline to highlight the offending HTML tag.
View 3 Replies View RelatedIm checking some webpages Im trying to update using tidy. Im getting some messages about the doctype of my pages, Im trying for HTML 4.01 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
but I keep getting some comment which amounts to the doctype not being formatted correctly.
Does Anyone Know what the correct doctype format for html 4.01 transitional is?
Code:
tidy doctype myHtml.html
I have a ubuntu 8.04 server running apache2 and would like to allow a CGI script to be executed when visitors come to my site.The purpose of this is to determine which browser the visitor is using and redirect them to the relevant version of the site.
View 9 Replies View RelatedI am looking for a good HTML editor that is similar to dreamweaver but for ubuntu.
View 7 Replies View RelatedI'm looking for a program (or script), that can convert html to an image (pngI've searched a lot on google, but haven't found anything that actually worked..Is the anyone that know of a converter, that works on ubuntu server?I use php, so it could be nice if php could use the program
View 4 Replies View RelatedI am new to Ubuntu and I was wondering if there is a way where I can use an HTML file that I have created as a desktop wallpaper. If you know a way could you please explain as simple as possible because I am new to it all and still getting use to it.
View 3 Replies View Related