garethEds Posted March 27, 2009 Posted March 27, 2009 In school - we have a morning meeting where staff get handed a sheet full of the announcements other teachers want to make to the pupils. This is an amazing waste of paper. I have been asked to find a piece of web based software where people can post their announcements, set the year group and then store that announcement with the date somewhere. Then when the form tutor checks the announcement webpage it shows the daily announcements for that year group. So naturally I thought of a database backend with a website form to post items to the database and then a different web page to query the database for that days announcements - with the option of checking forthcoming announcements. Does anyone have anything like this I could use? Maybe I could move to write it myself, but whilst I could develop the database in Access I'm not sure I could do it on MySQL. Can anyone suggest something? Gareth
SYNACK Posted March 27, 2009 Posted March 27, 2009 You can still use an access database just not for a really large implementation. If you are using a windows server to host it have a look at Visual Web Developer 2008 Express Edition which can help you throw together an asp.net site without a single line of codeing. It even comes with SQL Express incase you want to make the leap and it is free.
meastaugh1 Posted March 28, 2009 Posted March 28, 2009 Our sharepoint intranet/extranet is set to automatically run when staff logon. The staff just click the year group of the class they have in P1 (as we don't have discrete AM registration sessions) which takes them to a filtered view of the daily message board list.
garethEds Posted March 28, 2009 Author Posted March 28, 2009 Hi Mike, That sounds about right - I was going to attemt something today along those lines. As an experiement using an Access database to setup the backend. I might get out a MySQL/PHP book which I purchased the other year to see if I can do it that way. Then to start - 5 buttons one for Year 7, 8 ,9 ,10, 11 - once they click on that button it runs the query with the date (Date= AND Year=) - it then returns the output in a reprort (for now). Then using the Web Development tool suggested above I might try a front end. Then again the EDF Semi Final is on all afternoon so maybe a trip to the pub would be a better option LOL. Thanks everyone for advice, Gareth
kxv2020 Posted March 29, 2009 Posted March 29, 2009 I would use sharepoint; it would save you time and it would be a better option! If you need any help, PM for further details. Sharepoint WSS is FREE if you have Windows 2003 servers!
PhilNeal Posted March 30, 2009 Posted March 30, 2009 If you are a SIMS user this is a standard feature for teachers and in widespread use - not in a browser though.
garethEds Posted March 30, 2009 Author Posted March 30, 2009 If you are a SIMS user this is a standard feature for teachers and in widespread use - not in a browser though. We were told it couldn't be done by our LEA. What aspect of SIMS does this? I'm not the school SIMS officer - and do not do much with the admin network side. If you could let me know that would be excellent. Gareth
garrysaddington Posted March 30, 2009 Posted March 30, 2009 I have developed a web based messaging server. The system does: 1/Weekly bulletin 2/Daily messages 3/Teacher messages 4/Calendar 5/ICT bug reporting 6/Resource booking 7/Installs on Windows with no set up. All web based including admin. If you would like to trial it give me a shout. Regards Garry 2
PhilNeal Posted March 30, 2009 Posted March 30, 2009 It is the school bulletin section that does this. You need permission to post. I'm sure your LEA will be able to assist but if not please come back to me.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now