Jump to content

nickbro

Members
  • Posts

    4,190
  • Joined

  • Last visited

Everything posted by nickbro

  1. Wireless drivers?
  2. ~/app_data/hapConfig.xml On each resource, look for Years="inherit", replace inherit with a comma separated list of years you want
  3. Hmm, ok, I think I know why that happens now. Revert the web.config file That will stop users getting to the main screen of HAP but still allow the APIs and unuthorised page to work. Alternatively add:
  4. You need to change the authorization rules in that file, they reference my school
  5. Thanks all, need to better manage my own time now Been on the cards for 6 months now since my boss got the assistant head job. The business manager passed away at the start of term and he had to take on Finance as well, which made the need to offload the IT side of things
  6. Thanks all, having overview of the attendance system it seems (our current attendance officer doesn't do enough, I think we are going to reshuffle some stuff so she can focus on inclusion and dealing with LA services), we use Go4Schools for attendance now, and lesson attendance, and because it is a website it falls under IT for monitoring. Got reprographics and consumables assigned to me as well now as well. Hmm what else, I'm sure there's more on the way now.
  7. Hi all, just wanted to let you guys know that I got promoted to ICT Systems manager today, more pay is always welcome. Had to interview for the post with the Head/Chair of Govs/Ass Head, which I found amusing, especially when the CoG we'll talk to the other applicants (was just me). Couldn't of done it without the support found on edugeek, it's solved a fair few problems looking through past posts. This doesn't mean I wont stop developing little apps to make our lives easier, e.g. http://www.edugeek.net/forums/mis-systems/142553-sims-exchange-calendar-tool.html and Home Access Plus+
  8. Check WEBDAV, if it's enabled disable it and try again Check ~/bookingsystem/web.config
  9. New SIMSExchage Service, if anyone wants to try it out?SIMSExchange Service.zip
  10. Updated exeSIMSExchange.zip
  11. Ok, I'll add direct support for 1Mon -> 2Fri in the next release, and fix the silent issue. I'll be adding to the SIMSExchange Service the ability for it to monitor a folder for file changes and then process them in the next release of that app. It's proving very reliable for me at the moment for cover (I did have to set the service to auto restart when it stops through, but it processes within 2 minutes of exporting the cover arrangements)
  12. Just an FYI, this is my current joystick, albeit the one I've got is over 6 years old now: Saitek X52 (v2) Flight Control System PC Joystick & Throttle - USB - PS28 - Scan.co.uk, I may buy myself this one for Christmas this year: Saitek Pro Flight X-55 Rhino H.O.T.A.S. (Hands on Throttle and Stick) System for PC - SCB432150002/02/1 - Scan.co.uk
  13. I don't exactly know, I've still got a 680gt in my PC and it plays very well, it's quite light on the CPI front, you can always turn the graphics down.
  14. It's an old joystick now, very good though. I also do some Flight Simming so the dual stick works very well in Airbus aircraft.
  15. Cool, if you want to provide what your system currently using day name wise I'll add it to the system and try and figure out why it's not closing with the silent tag, need to do it at home as that has more up to date source code now.
  16. Been playing it since the premium beta, using a Saitek x52 joystick throttle combo. v2 beta was a big step up.
  17. deny users="?"
  18. Ok, here is an updated version with more error logging. I've also attached a service that can be run on a server which monitors the cover folder. Make sure you set it to use a local path. Double clicking on the file runs a tester but you can install it via c:\Windows\Microsoft.NET\Framework\v4.0.30319\InstallUtil.exe CHS.SIMSExchange.Service.exe to uninstall it with the /u switch SIMSExchange.zip SIMSExchange Service.zip
  19. it should do, I think the HTTP standard doesn't thing the + sign is a special character
  20. Hmm, don't know on that one, try removing the + sign from the file name
  21. Do you get any javascript errors?
  22. You may need to add a override for the unauthorised.aspx file to allow users="*" deny roles="?"
  23. Use IIS Manager's ASP.net authentication to Allow Domain Admins and the Teachers Group but deny all others. If you are doing this in the web.config file:
  24. O ok for these function updateTicket() { function assignTicket() { function fileTicket() { add this below $("button, input").prop("disabled", true);[code] Then [code]function Update() { add this below $("button, input").prop("disabled", false); This will disable the button once it's clicked once straight away, so if they double click on it the 2nd click shouldn't work
  25. You can do " + navigator.platform + " which will inject the os Win32 etc. JavaScript Window Navigator How to find the operating system version using JavaScript - Stack Overflow
×
×
  • Create New...