Re: School Intranet Community Center by simhakidsden A school intranet is like a private website for students, teachers, and staff. It helps them communicate, share resources, and access important information within the school community. It's like a digital hub where everyone can connect and collaborate on school-related matters securely. timetable generator code Programming Software Development by john.damilare1 timetable generator code Timetable Programming Web Development by pallavibhoite Plz frenz help me. I want to display timetable of college lectures using PHP/MySQL. I stored the information …(like Monday,Tuesday). I attached image for the format of timetable. There are two arrays for lecture start timings and week… Timetable Programming Software Development by 14fg Hi, I need help with a timetable which must do the following: 1: Input: program name Output: … Timetable for school department Programming Databases by mtrinick I wish to design a timetable for a school department. The timetable will have rooms (various), times (various), lecturers and subjects. There must not be a clash in rooms whereby a room cannot be booked at the same time as it is already booked. Can anyone help? Many thanks in advance:-) Marian Re: Timetable for school department Programming Databases by akindayo [QUOTE=;][/QUOTE] I am a member of timetable committee in my school. We were charged with the responsiblity of designing a clashless timetable with 67 teachers and various classrooms. which software can you rcomend for me as the team leader? Timetable Management System Programming Software Development by kim_boto Hi guys, i want to make a timetable management system in c#. the system should generate timetable for school for both teachers and students. please help me out here. Re: timetable scheduling system Programming Software Development by kloon91 … confuse that whether which tools is better for me designing timetable scheduling system. So RubberMan, can I ask u one more… I m thinking to use ASP.net to develope the timetable scheduling system, possible ? Re: Timetable Management System Programming Software Development by rproffitt To me that sounds unuseful but sure, take a look at current timetable apps and you see the screens and reports and some the code underneath. Why start with a blank piece of paper? It's not like this is homework. Use what folk have learned to date. Re: Timetable Management System Programming Software Development by rproffitt Just googled it and there are C# ready to use and modify sources out there. Example: http://code.daypilot.org/65101/timetable-tutorial-asp-net-c-vb-net Now if you didn't tell all and this was for your school class assignment, well I would never guess that. I take it that we do such to solve problems or learn how such were solved. timetable algorithm in php? Programming Web Development by Raakesh399 hi everyone i need your help in making course timetable algorithm in php? timetable scheduling system Programming Software Development by kloon91 Problem 1 : does anyone have any knowledge about genetic algorithm? Problem 2 : what development tools should I use to develop the timetable? For example : tools for back-end code and tools for Interface. Re: Timetable Programming Web Development by Stefano Mtangoo Could you post your schema? I can guess it is not well designed. just my guess Re: Timetable Programming Web Development by diafol I agree, storing day as text is awkward - how about daynumber as Monday = 1...Sat = 6. Also starttime = 9.00etc - what about period = 1 to 6? If you store like this, you now have 36 periods per week: You can check for a calculated field, let's call it CELL which can be calculated thus: [CODE]"SELECT `period` + (6*(`day` - 1)) AS `cell`, ...… Re: Timetable Programming Web Development by pallavibhoite Thanks. It really helped me. Re: Timetable Programming Web Development by diafol ARe we solved? Re: Timetable Programming Web Development by pallavibhoite Not completely but I got idea now. I'll do it. Thanx. Re: Timetable Programming Web Development by diafol BTW, I forgot the 'Hour' heading in the table: [CODE]$table = "<table><tr bgcolor=\"#0099CC\"><td bgcolor=\"#0099CC\">Hour</td><td>Monday</td><td>Tuesday</td><td>Wednesday</td><td>Thursday</td><td>Friday</td><td>Saturday</td><… Re: Timetable Programming Web Development by pallavibhoite I got that. I included 'hour' in my code. :-) Re: Timetable Programming Software Development by Ezzaral Post the code that you have and what problems you are encountering. Please put [ code] tags around any code you post. Re: Timetable Programming Software Development by 14fg Hey Ezzaral, Its quite large could i send you it in a private message? I am using BlueJ as well to do my Java Re: Timetable Programming Software Development by Ezzaral Try to narrow the relevant code section if it is overly large or provide a skeletal portion of it as needed and post it here. Questions should generally be kept on the forums so that all can participate or view the suggestions offered. Personally I never provide code help via PM. Re: Timetable Programming Software Development by 14fg Ok thanks dude, ive sent you a PM with my code and what ive done so far Re: Timetable Programming Software Development by Ezzaral As I've indicated twice now, you need to post the code here and [U]specific[/U] questions about what you are having trouble with. "Having trouble with case menu" isn't all that specific. What piece do you not understand about it? Re: Timetable Programming Software Development by 14fg dont understand how to get it to print my options out Re: Timetable Programming Software Development by 14fg or is there a simple solution to get my code to work Thanks Re: Timetable Programming Software Development by Ezzaral You still haven't posted the code here. Re: Timetable Programming Software Development by 14fg could you not help me ezzaral as i dont want to post my code Re: Timetable Programming Software Development by jasimp He said he will not help you via PM. To summarize: post your code in the forum, only relevant parts ask specific question also remember to use [noparse] [code] [/code] [/noparse] tags Re: Timetable Programming Software Development by 14fg Need help with case menu please: [CODE] public void menu() { int x; do { printOptions(); switch(x) { case 1: addPrograms (); break; case 2: listModules(); break; case 3: addModules(); break; case 4: listModuleLeaders(); break; case 5: …