Is it hard to create admin panel for site with html+css knowledge?

Please support our Site Layout and Usability advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Oct 2007
Posts: 37
Reputation: wonderland is an unknown quantity at this point 
Solved Threads: 0
wonderland wonderland is offline Offline
Light Poster

Is it hard to create admin panel for site with html+css knowledge?

 
0
  #1
Oct 8th, 2009
Hi,

I've been renewing information in my site directly into code for quite some time now. Since my page isn't that big it's not very difficult.

I have about 15 .html pages in my web directory. They all are more or less identical, and they all have small news section. At the moment I'm just copying those news from one page to another. What I wanted to know is there a way I can Change news section in all of those pages at once?

Thanks!
Reply With Quote Quick reply to this message  
Join Date: Oct 2009
Posts: 7
Reputation: customhosting is an unknown quantity at this point 
Solved Threads: 1
customhosting customhosting is offline Offline
Newbie Poster
 
0
  #2
Oct 8th, 2009
could you build your sites template into a simple cms such as wordpress? then you could let the cms handle it al and leave you with more time to write news/ do something else
Quality VPS Hosting Use coupon 100FREE to get double memory & bandwidth!
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,154
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 530
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator
 
-7
  #3
Oct 8th, 2009
Really, you need to use some sort of content management system.

For that you are best using server-side-scripting technology (perhaps using a database as well, although for a small site, flat-file would do fine)
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 37
Reputation: wonderland is an unknown quantity at this point 
Solved Threads: 0
wonderland wonderland is offline Offline
Light Poster
 
0
  #4
Oct 9th, 2009
Originally Posted by customhosting View Post
could you build your sites template into a simple cms such as wordpress? then you could let the cms handle it al and leave you with more time to write news/ do something else
Thanks, I suppose I can use other cms as well like drupal etc ?!

Originally Posted by jbennet View Post
Really, you need to use some sort of content management system.

For that you are best using server-side-scripting technology (perhaps using a database as well, although for a small site, flat-file would do fine)
If I have a server to play around with, is there something I must install to use server-side-scripting. I'm not that familiar with servers yet.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,154
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 530
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator
 
-7
  #5
Oct 9th, 2009
If I have a server to play around with, is there something I must install to use server-side-scripting. I'm not that familiar with servers yet.
Speak to your web host and they can add PHP (one such server-side scripting technology) support and/or a database engine to your package for an increased monthly rate.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 37
Reputation: wonderland is an unknown quantity at this point 
Solved Threads: 0
wonderland wonderland is offline Offline
Light Poster
 
0
  #6
Oct 9th, 2009
I actually have those, not sure what to do though, Is there something I can install, like php my admin ? - I searched google a bit
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 44
Reputation: emhmk1 is an unknown quantity at this point 
Solved Threads: 0
emhmk1 emhmk1 is offline Offline
Light Poster
 
0
  #7
Oct 12th, 2009
I recently did a site which had a news section and to be honest all i did was create a text file and use
<?php include('news-file.txt');?>
into the pages i wanted to display the news.

For styling purposes you could create a HTML page and change the news-file.txt to news-file.html.

Probably not the best way of doing things but you only update one file upload it and bobs your uncle!!

Hope it helps!
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 37
Reputation: wonderland is an unknown quantity at this point 
Solved Threads: 0
wonderland wonderland is offline Offline
Light Poster
 
0
  #8
Oct 13th, 2009
Thanks!

I suppose I could do the same with iframe ?
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 816
Reputation: cohen is an unknown quantity at this point 
Solved Threads: 42
Featured Poster
cohen's Avatar
cohen cohen is offline Offline
Practically a Posting Shark
 
0
  #9
Oct 19th, 2009
You can just do a php include arrangement. That is what i have done.

Its pretty easy to do. Google will help you with that sort of stuff.
Cohen's Site www.cohenl.com

Do not PM me for support!!!
Reply With Quote Quick reply to this message  
Join Date: Oct 2007
Posts: 37
Reputation: wonderland is an unknown quantity at this point 
Solved Threads: 0
wonderland wonderland is offline Offline
Light Poster
 
0
  #10
30 Days Ago
Thanks guys, found some php include tutorials on the net
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC