Welcome to Dream.In.Code
Become an Expert!

Join 137,427 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,896 people online right now. Registration is fast and FREE... Join Now!




moduler code

 
Reply to this topicStart new topic

moduler code

myharshdesigner
8 Jan, 2008 - 08:33 AM
Post #1

New D.I.C Head
*

Joined: 26 Dec, 2007
Posts: 24


My Contributions
i want to design a website but my requirements are to creat modules.
now in desktop applications we can just add new modules to our existing program and the new module will be the part of that software.

i just need that type of functionality in my website.

suppose i need to develop a website for students.
it have 3 parts.

1st assignments.
2nd question paper.
3rd problem solving section.

now i just want to develop only 1st section right now rest two i want to be develop later so how to design the site.
just like out desktop application modules. which will be easily addable in my current running website or web application.


any help any guidance any tutorial ?


thanks
harsh
User is offlineProfile CardPM
+Quote Post

Martyr2
RE: Moduler Code
8 Jan, 2008 - 11:54 AM
Post #2

Programming Theoretician
Group Icon

Joined: 18 Apr, 2007
Posts: 5,260



Thanked: 227 times
Expert In: C/C++, Java, VB, VB.NET, C#, PHP, Web Development, HTML & CSS, Javascript

My Contributions
Well I am going to answer this, then throw it into the web development category since it is more of a web development design topic.

My approach to it would be like any other system that manages resources... a content management system. If you don't want to go to that lengths, all you would have to do is create your central home page, add in a admin page in the back which has something like an icon that can take you to a page where you add edit and delete assignments. When you decide to create the sections for question papers and problem solving, you would create those pages separately with add edit delete subpages and when it is ready, add an icon to your admin page which would link to each tools main page. So your hierarchy would look like...

CODE

Homepage
     Login page for admin
          Main admin control panel
               Icon to main assignments panel page
                    Add/edit/Delete subpages
               Icon to main question papers panel page
                    Add/edit/Delete subpages
               Icon to problem solving
                    Add/edit/Delete subpages


Then whenever you have another tool or section, create an icon, tie it into your admin control panel page and spawn a whole new branch in the hierarchy.

Now your students could visit the homepage and login to their accounts and their account pages will read data from a database for each of the subsections, showing them their assignments etc.

Take a look at some of the content management system control panels for an idea of what I am talking about. At the link below you can play with some of the free open source CMS systems without needing to install them. This will allow you to give them a quick test by logging into the admin section with the passwords they provide. I recommend you take special notice of how the CMS called "Joomla" has setup their admin page and how each section is basically pluggable right into that page through the use of icons etc. Much like an application would.

OpenSourceCMS.com (Look at Joomla's admin pages)

Hope that gives you some ideas of how to do it. smile.gif
User is offlineProfile CardPM
+Quote Post

myharshdesigner
RE: Moduler Code
10 Jan, 2008 - 06:49 PM
Post #3

New D.I.C Head
*

Joined: 26 Dec, 2007
Posts: 24


My Contributions
Thanks sir for reply.

sir can you provide me some examples easy examples.
what i wana develop is this.
there us a user section. now every use cant able to access question paper section. 1st he or she have to register in some particular section for accessing there question paper.

so any one can provide me a little and easy example of modular programming. similar to the previous problem which i told to you.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 12/5/08 04:49AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month