•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 402,044 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,446 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 629 | Replies: 5
![]() |
•
•
Join Date: Mar 2007
Posts: 11
Reputation:
Rep Power: 2
Solved Threads: 0
Dear All,
i have been asked to develop a website either in php or in one of java techonologies ( struts or jsp) the very important point in this site is that it has the following features...
1)the will be used for any purpose ( i mean still now there is no specification for the purpose of this project ) it may be news site or university site ... or thing else
2)the administrator of the site will not be having the knowledge of computer languages which means that he is not well known with html or css or php or java technolgies so we have to provide him with all the functions so that he should be able to manage the site without calling the programmers.
2)the administrator of the site will be having the rights to create new templates , those new templates are a series of wizards to follow in which the administrator can select new things like ( background of the site , font type , advertisement photos direction ( right or left ),.... ), so once the administrator finished the creation of the template , he can view it and save it existing templates...
the administrator will be having the rights to edit and change those templates also
3) the templates made by the administrator will be available for the users to be used ( but not to be edited or deleted).
4)each end user will be having account ( user name and password)
5) there will be default template which will be apply to the website for whole the users as default template ( take example the background is green , font type is arial ....)
6)both the administrator and the end user will be having the rights to change the default template of the website into one of the existing templates (templates which made by the administrator)
but note that , the the administrator can login and change the defualt template to tempalate no 2 so the website will viewed for him using template2 and at the same time it might be the end user 1 will be login but he can apply template no 5 so a the same time they are using the website and for both of them they are using different templates.
7) the end user will be having the rights to made his own template ( so he can do exactly like what the the administrator did in step 2) but the difference is only that the template made by the end user will be available only to the end user who created the template and for the administrator of the site but it will not be available for other end users ).
the end user can also have the rights to edit/delete the template ( but as we said only his own templates)
8)so if the end user want to change the default template of the site , he can have one of the following choices
a) either to select one of the existing templates made by the administrator
b) he can create his own template and save to the system and then apply it to the website
9) the administrator of the site will be having the rights to edit/delete all the kind of the templates ( either created by himself or by or by end users ).
my question is
1)i need it urgently how i can implement that , i thought to make the templates inside css so that each template will be stored separetly in css sheet , but how about the editing of the template i will not be able to read the contents of the css and then update it again
2) how the administrator will manage the templates
3)is there any API (AJAX API,jsf or java based API) to apply the templates to the website and is there any API to manage the templates of the site
please reply me i need it urgently
i have been asked to develop a website either in php or in one of java techonologies ( struts or jsp) the very important point in this site is that it has the following features...
1)the will be used for any purpose ( i mean still now there is no specification for the purpose of this project ) it may be news site or university site ... or thing else
2)the administrator of the site will not be having the knowledge of computer languages which means that he is not well known with html or css or php or java technolgies so we have to provide him with all the functions so that he should be able to manage the site without calling the programmers.
2)the administrator of the site will be having the rights to create new templates , those new templates are a series of wizards to follow in which the administrator can select new things like ( background of the site , font type , advertisement photos direction ( right or left ),.... ), so once the administrator finished the creation of the template , he can view it and save it existing templates...
the administrator will be having the rights to edit and change those templates also
3) the templates made by the administrator will be available for the users to be used ( but not to be edited or deleted).
4)each end user will be having account ( user name and password)
5) there will be default template which will be apply to the website for whole the users as default template ( take example the background is green , font type is arial ....)
6)both the administrator and the end user will be having the rights to change the default template of the website into one of the existing templates (templates which made by the administrator)
but note that , the the administrator can login and change the defualt template to tempalate no 2 so the website will viewed for him using template2 and at the same time it might be the end user 1 will be login but he can apply template no 5 so a the same time they are using the website and for both of them they are using different templates.
7) the end user will be having the rights to made his own template ( so he can do exactly like what the the administrator did in step 2) but the difference is only that the template made by the end user will be available only to the end user who created the template and for the administrator of the site but it will not be available for other end users ).
the end user can also have the rights to edit/delete the template ( but as we said only his own templates)
8)so if the end user want to change the default template of the site , he can have one of the following choices
a) either to select one of the existing templates made by the administrator
b) he can create his own template and save to the system and then apply it to the website
9) the administrator of the site will be having the rights to edit/delete all the kind of the templates ( either created by himself or by or by end users ).
my question is
1)i need it urgently how i can implement that , i thought to make the templates inside css so that each template will be stored separetly in css sheet , but how about the editing of the template i will not be able to read the contents of the css and then update it again
2) how the administrator will manage the templates
3)is there any API (AJAX API,jsf or java based API) to apply the templates to the website and is there any API to manage the templates of the site
please reply me i need it urgently
•
•
Join Date: Aug 2006
Location: Noida, India
Posts: 157
Reputation:
Rep Power: 3
Solved Threads: 16
Hi,
I think u should start doing some designing of your project.
First create a good SRS, and then design and plan ur project and then start coding.
I think u should first concentrate on User-Managment(Admin, user) part of our project.
I think u should start doing some designing of your project.
First create a good SRS, and then design and plan ur project and then start coding.
I think u should first concentrate on User-Managment(Admin, user) part of our project.
When you think you have done a lot, then be ready for YOUR downfall.
•
•
Join Date: Aug 2006
Location: Noida, India
Posts: 157
Reputation:
Rep Power: 3
Solved Threads: 16
Replace the manager with one who can write code.
The only real way to set page properties is to put them into a stylesheet used by all files. But that means that each page must use the stylesheet in the same way.
You may end up with the job of implementing the manager's wishes.
The only real way to set page properties is to put them into a stylesheet used by all files. But that means that each page must use the stylesheet in the same way.
You may end up with the job of implementing the manager's wishes.
Daylight-saving time uses more gasoline
•
•
Join Date: Aug 2006
Location: Noida, India
Posts: 157
Reputation:
Rep Power: 3
Solved Threads: 16
Do one thing start developing ur project for Admin with full power. After developing all the features of ur project. You can restrict the user according to their Role. For example if user is Admin then show him every thing, else show him limited things.
By the way in which technology ur deciding to proceed PHP or JSP,JAVA.
By the way in which technology ur deciding to proceed PHP or JSP,JAVA.
Last edited by Luckychap : Jun 19th, 2008 at 2:58 pm.
When you think you have done a lot, then be ready for YOUR downfall.
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
apple blogging botnet cd community cracked digital drm ego fun gates google hack ipod itunes key kms management management studio 2005 manchester united melinda microsoft mp3 news phishing popularity registration rights ripping security service soccer sql store trojan vista web browser website website development yahoo! zune
- [For Hire] Php, Mysql, ASP, AJAX, DHTML programmer (Post your Resume)
- PHP/MySQL Developer (Web Development Job Offers)
- Turnkey Online Dating / Matchmaker Website (Websites for Sale)
- Web CMS 2006 (Windows NT / 2000 / XP / 2003)
- 5 Years Experiance In the PHP+MYSQL language and DB (Post your Resume)
- Ideas for final year multimedia project (IT Careers and Business)
- Greeting Your Members & Guests (PHP)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Javascript fails in Firefox
- Next Thread: create visitor counter



Linear Mode