OpenSUSE :: Website Design / Maintenance Tool Sets
Oct 15, 2010
Two part question:
1. what tools are recommended for designing web pages?
2. What tool sets are recommended for maintaining them?
I suspect that the first question really addresses the second rather than the literal question because of the source of the request. Here's the environment. A small church wants to post and maintain a website. Various non-tech persons will be responsible for maintaining much of
the content of the site. This tells me that they want/need a site that contains the necessary content maintenance tools within the site itself, not a tool on the individual desktops with the only real need for the design/dev tools being for initial construction of the site and a GOOD book on site design to guide construction of the site in the first place.
View 9 Replies
ADVERTISEMENT
Apr 29, 2010
I was asked to take over maintenance for a web-site written in .asp. Can Appache handle it installed on linux, as a local test-server?
View 2 Replies
View Related
May 19, 2010
I need to design a USB diagnostic tool which can monitoring USB registers' content inside a ARM based MCU. I've already clear that how to judge the USB registers are correct or not during transmission, while I don't know how to implement such a program.Is there any similar code or existing linux module that can be used as a reference?
View 3 Replies
View Related
Nov 23, 2010
So a friend and I are new-ish to linux (I am reasonably comfortable with basic /etc text editing, command admin). We are, however, completely new to programming and (x)html. We have a few (what we think are) interesting ideas for dynamic websites.Ideally we would like to develop our own course of study to get to the point where we have a basic understanding of programming so that our adventures in the programming of a dynamic website would be possible. Much of what we need learn to do is the following: use daily updated public-domain data from several other sites, manipulate that data algorithmically, which would then yield updating output on our site. Here is what I would like to do:
1. learn the basics of programming with a language that would teach good code habits and fundamental understanding.
2. become comfortable with (x)html
3. learn another language for the extension of (x)html into a dynamic data-heavy website.
Question could you please suggest a way about going about 1>2>3?Ideally the language of (1) would be something that would not be "wasted" just on web design etc. As a language, C really appeals to me. However, if learning this wouldn't lend itself to being helpful in learning another language for webdesign maybe I shouldn't use it(?).If (1) weren't to be C, what language would be funadmental enough to teach good coding but also be helpful in learning (3)
View 14 Replies
View Related
Nov 4, 2010
I'd like to know if this is common security flaw or normal to open up FTP to the public which is of course protected with password for 3rd party access to maintain our public facing / production website ? If yes, what sort of FTP application to install in your Linux webserver?
View 7 Replies
View Related
May 13, 2010
I am not clear as how to put my question but what I am looking at is some tool which has a GUI to be able to design a databases and also once the database is done it should be working.Some thing like drag and drop interface for a database.As an example I can write a query on mysql command prompt or phpmyadmin to create table its fields etc.Can I use some thing which does not involve mysql command line?What should I search for?I know very well how to work with mysql command prompt I need a GUI tool for the same to some non technical users.
View 1 Replies
View Related
Feb 2, 2011
I have recently moved my OS to Linux Ubuntu. My friend and I have a good idea for a web and forum site - we have bounced the idea off many trusted friends and all say do it. As i am retired we need to keep costs down and therefore don't want to spend money on a web hosting package at the moment. We have acquired our domain name and now want to start practicing with some software to both design our web page and forum. My specific questions/ requests are:
Is there a simple Linux friendly software package that will easily take me through the process of designing a web page as I need to practice and learn. Is there a simple Linux package that will allow me to set out our ideas for a forum without having a hosting account? Does vbullitin work with Linux and is it straight forward to use for a beginner to web site issues and Linux, like myself?
We just want to get started and to get the basics right. We don't want a lot of technical jargon just honest simple advice (i am sure you all understand this feeling).
View 10 Replies
View Related
May 4, 2010
I notice when Linux boots in maintenance mode the filesystem is read-only.
Is there a way to change this, perhaps remounting as writable?
An example of this being a problem is that I was unable to open vi because there were too many session files....
Not to mention it would be nice to actually fix problems....
What are you meant to be able to do if you can't make any changes to the filesystem? What kind of maintenance can be expected?
View 1 Replies
View Related
Jan 3, 2011
i've been trying to configure authentication for a particular tool on a website i've been building
i've tried php http authorization and .htaccess/.htpasswd files, neither seem to work
Code:
<?php
if (!isset($_SERVER['PHP_AUTH_TYPE'])) {
header('WWW-Authenticate: Basic realm="My Realma"');
header('HTTP/1.0 401 Unauthorized');
[Code]....
View 14 Replies
View Related
Mar 8, 2010
Any tool where I can test a web site with slow connectivity? E.g.:
A web server running at Location A
and from Location B want to test the web site hosted at location A with various speeds
How is the loading of the web site from location B at 256kbps, 512mbps etc..
View 6 Replies
View Related
Jul 9, 2011
I have been running 11.4 now for quite a while. I installed maintenance to it trough Yast's Online update and now can't boot except through the failsafe mode of GRUB. How can I pinpoint where the failure is?
View 3 Replies
View Related
Mar 30, 2011
I would like to design a custom A3 size calendar in my linux.
I have a printer that can print that size but I do not know in which program I can make a customized calendar with the features below:
-A3 size
-Months from April2011-February2012
-Reserve space inside dates for comments.
View 4 Replies
View Related
Mar 23, 2010
I need to copy over my friend's asp website. I just installed the mono module.But I have no idea how to use it. I found a website that directed me to do the following within httpd.conf:
[Code]...
View 3 Replies
View Related
May 19, 2010
Is it possible to download media from any website? An option of converting between formats and between video to audio is also helpful.
View 7 Replies
View Related
Sep 20, 2010
Is it possible to develop my websites locally before uploading them to my host? I need PHP and MYSQL. I'd like to have basically http access to my websites locally on my hard disk but restrict access to only me. No access outside of this machine. How to do this?
View 9 Replies
View Related
Apr 15, 2010
I have 4 drives. Two identical pairs. Each pair does something different and serves a different purpose to my system. Can I set up two RAID 1 arrays?
500gb/500gb = Raid 1
250gb/250gb = Raid 1
Can I do this with Ubuntu's software raid?
View 9 Replies
View Related
Apr 26, 2010
I want to know how the computer sets time? When I turn off my computer or it is not connected to internet it shows me the correct time. When I login to my computer after so many days, it shows me the correct time though it was turned off for so many days. How is it possible?
View 5 Replies
View Related
Jul 8, 2011
What I am meaning is, are instructions sets a way of signaling commands or optimizations? I mean because we have binary right? (to do simple things like commands right?)
View 3 Replies
View Related
Jun 25, 2009
I have centos 5, and apache. I've recently had to make a website in Polish, which has some characters that do not seem to be supported on Centos. Is there a way to install more character sets?
View 3 Replies
View Related
Jun 10, 2011
any 1 could name some maintaince apps for fedora 14 like ccleaner and disk defragment and avg for win7 are the some usefull maintaince tools ....do linux has a any tool or utility to do maintaince of system to run smoother ?and also how to delete %temp% files ...that are no loonger needed ?
View 2 Replies
View Related
Feb 8, 2010
I`m still new, curious and overwhelmed with the Rdhat 4 as i`m used to be more on other platform. Anybody can advise the routine maintenance that need to be done on the Redhat 4 server?
View 2 Replies
View Related
Mar 9, 2010
I've grown accustomed to using konqueror, and i like it's speed. Firefox on kde is slightly sluggish and consumes much more memory.If i type a website address in konqueror, for example, Google, it comes up with an error message. It expects me to put in Google.Is there any way to make this default in konqueror? For example, in firefox i just type in google or Google.
View 9 Replies
View Related
Mar 25, 2011
is there a way that I can archive an entire website (to a local drive) that makes heavy use of php so that I could view at a later time OFFLINE?
View 7 Replies
View Related
Feb 2, 2009
Ever since switching to openSUSE 11.1, I have been having problems with certain websites (using the version of Firefox that came with openSUSE 11.1). Some website's CSS code won't load until repeated reloads - for example, wachovia.com. I'll visit the website and it will be all distorted because the stylesheets did not load, and I will have to refresh a number of times before it becomes usable. Other website's images won't load until multiple refreshes, like facebook.
Is this an openSUSE issue? An openSUSE interaction with Firefox issue? I've never had this problem on XP or Ubuntu.
View 2 Replies
View Related
Nov 19, 2009
I don't start a network connection when my machine boots FC11 64 bit. When I start the connection and the Firefox browser, I always find that Firefox has set itself to work offline. I use File->work offline and uncheck that box. This fixes the problem, but only till the next reboot. Even if I exit Firefox "in an orderly manner", the next time it will have set itself to work offline.
I had this problem in previous Fedora versions. I read about two solutions on the web. One was to write a script that removed a file called extensions.cache before Firefox ran. The other was to type about:config in the address bar of Firefox, acknowledge the warning message, and use the right mouse button to togglethe value ofoolkit.networkmanager.disable from "false" to "true".Are either of these good solutions? What exactly does "network manager" do? I think of it as the gui under System->Administration->Network, but it must be more.
View 2 Replies
View Related
Jan 8, 2010
When I installed Slackware, I deselected a few software sets like KDE and TCL, but now I would like to install KDE (btw, what is TCL for? Is it something important that I should have installed, or is it something like "if you don't know, you don't need it"?). What would be the best way to install the KDE software set and even have a menu to deselect a few packages I know I won't use?produces a list of kde packages (including the kde language packages), but I don't know if that's everything in the kde set. It seems like it's not, since it's transcending the software set boundaries to provide options for the internationalization packages, too.
View 6 Replies
View Related
Jan 16, 2011
I have just created a periodic maintenance schedule for friends using Windows XP, covering tasks needing to be done weekly, monthly, semi-annually and annually. That set me to wondering what maintenance my Kubuntu system needs. What periodic maintenance do you do?
View 1 Replies
View Related
Nov 6, 2010
I just borked my Suse system completely. I had to reinstall it. I'm wondering if there is a program that will let me create a restore DVD or set of DVDs, so in the event of a disaster, I could just pop a DVD in, reboot, and it would prompt for the next DVD then the next, and restore everything just like an install DVD.
View 3 Replies
View Related
Dec 22, 2010
anybody knows any tool to measure cpu performance on opensuse box, graphically would be great.
View 5 Replies
View Related
Sep 7, 2011
i am using Open Suse 11.4 as VMWare guest, I installed the Open Suse on the Guest using the Live CD and when I am trying to install vmware-tools am getting an error that its not able to find the linux-headers I have installed all other prereq's using zypper, when i try to do zypper in linux-kernel-headers am getting this error
Loading repository data...
Reading installed packages...
'linux-kernel-headers' not found in package names. Trying capabilities.
'linux-glibc-devel' providing 'linux-kernel-headers' is already installed.
Resolving package dependencies...
resolve this ? Is there any way i can specify the linux-glibc-devel' providing 'linux-kernel-headers' for the vmware tools so that the installation is completed successfully
View 2 Replies
View Related