SunQuest
           Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old January 24th, 2003, 04:48 PM
pixeljunkie pixeljunkie is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2002
Posts: 61 pixeljunkie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Question Affordable, Dependable Off-the-shelf back office software, anyone know of any???

I do all my sites in Dreamweaver with an element of hard coding some javascript. What can I buy that would integrate well with these sites for customers who do not wish for me to do updates and perhaps make my job of updating sites a little easier for companies who do want me to update; not that I have a problem using Dreamweaver. Thanking in advance. Pixelj
__________________
pixeljunkie

Reply With Quote
  #2  
Old January 24th, 2003, 09:49 PM
a.koepke's Avatar
a.koepke a.koepke is offline
Second highest poster :p
Dev Shed God 5th Plane (7000 - 7499 posts)
 
Join Date: Jul 2001
Posts: 7,323 a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 8 h 8 m 45 sec
Reputation Power: 27
What you are talking about is a web based admin system for the sites. Now for this to work you need a database. The type of database you need and the design of it depends on what data you are storing. The type of forms that the web based admin system will have depend on what data the database needs. In short, its not really possible to make something that suits everyone and works for everyone. when it comes to updating websites its normally a very different proccess for each site.

Reply With Quote
  #3  
Old January 25th, 2003, 11:13 AM
pixeljunkie pixeljunkie is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Feb 2002
Posts: 61 pixeljunkie User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Hey a.koepke, thanks for the reply. Is there alot of work in it to change a few select areas of the site over to call text from a database? Is that why asp is such a popular programming language? Thanking is advance.

Reply With Quote
  #4  
Old January 25th, 2003, 11:00 PM
4Life 4Life is offline
Please call me Joe ;)
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2002
Location: the web
Posts: 244 4Life User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
I highly recommend PHP and MySQL for thier ease of use!

Good luck!
__________________
Cheers,
Joe of 4Life

Check out 4Life today!

Reply With Quote
  #5  
Old January 26th, 2003, 10:15 AM
a.koepke's Avatar
a.koepke a.koepke is offline
Second highest poster :p
Dev Shed God 5th Plane (7000 - 7499 posts)
 
Join Date: Jul 2001
Posts: 7,323 a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level)a.koepke User rank is Sergeant (500 - 2000 Reputation Level) 
Time spent in forums: 8 h 8 m 45 sec
Reputation Power: 27
Quote:
Is that why asp is such a popular programming language?


Hahahahah

I would second the reccomendation above. Don't use ASP, its is very horrid to use since it uses Visual Basic code. ASP is only used by those who have not experienced the Open Source/GNU world. I know ASP and I know PHP too. I was once a Windows only person and only used ASP. I have now gone away and only use PHP. It is so much nicer to program in and a lot easier to learn.

Reply With Quote
  #6  
Old January 26th, 2003, 11:59 AM
Ctb's Avatar
Ctb Ctb is offline
An Ominous Coward
Dev Shed Specialist (4000 - 4499 posts)
 
Join Date: Jan 2002
Posts: 4,425 Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level)Ctb User rank is Colonel (50000 - 60000 Reputation Level) 
Time spent in forums: 3 Weeks 10 h
Reputation Power: 0
Quote:
Don't use ASP, its is very horrid to use since it uses Visual Basic code
You can use pretty much any (INSERT: "proprietary Micro$oft language") you want with ASP.NET, however.

As for why ASP is so popular? It's Micro$oft and the same people who get all their information from the boob tube use it because of that.

// duck the flames.... duck the flames....

Reply With Quote
  #7  
Old January 27th, 2003, 06:43 AM
bricker42 bricker42 is offline
Moderator =(8^(|)
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Feb 2002
Location: Sacramento, CA
Posts: 1,710 bricker42 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 38 sec
Reputation Power: 8
Send a message via AIM to bricker42
Another option would be a CMS, I suppose. Then you wouldn't necessarily have to get into database stuff (you could though, since most CMSs are server-side).

The only client side CMS I know of is http://www.fogcreek.com/CityDesk/ . Never used it, so I can't give you much information.

Another option is to do some xml/xslt work to build your .html files. That could be a bit more complicated, though.
__________________
-james

Last edited by bricker42 : January 27th, 2003 at 06:46 AM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDev Shed Lounge > Affordable, Dependable Off-the-shelf back office software, anyone know of any???


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway