Jump to content

pauljonze

Members
  • Posts

    89
  • Joined

  • Last visited

Reputation

282 Excellent

About pauljonze

Personal Information

  • Occupation
    MIS Manager
  • Location
    Staffs
  1. We are currently moving to the Bromcom Cloud offering from CMIS but some of our in-house systems will continue to be used. Can anyone give me advise on the options available to extract selected bits of our school data? I've only managed to locate stuff about using GroupCall but wondered if there was a way of pulling the data down using a call to the API, also, are there data dictionaries available? Or is there a built in export utility as part of Bromcom that can be used?
  2. Perhaps she should have said "Thank Dog". Many of the points made by the student in the Professor/Student extract are just playing on words. Science accepts change and adapts to new information, it undergoes review and is developed by experiment, it is based on questioning and reasoning; two things which religion expects you to give up.
  3. Flipped Disc
  4. Flipping Fisbees
  5. I've had much fun watching Family Guy and Robot Chicken at the expense of Lucas so he has something to be thanked for.
  6. How about a simple left join to a table with one columns listing all the months in it?
  7. Definitely an axle of some type and it wouldn't have been a very big wheel - the two ends are exactly the same and look like they were once embedded into a material which has since rotted away, the tips look like they were beaten/hammered. Hang on it's not an ancient pizza box lid holder is it?
  8. Was that Mattx...
  9. Coming soon... Mattx shows us how to wire a plug...
  10. Just gonna jump in and put a comment about the pub shot (I know it as I used to live in Wolves and even worked on renovating the old Low Level Station nearby - many years ago) on the basis of that one photo I'd say you need to get more foreground detail and use the local features to your advantage. To be honest the pub shot looks like something from an estate agent window, you could experiment with taking some shots from under the bridge so its cutting into the skyline, there are quite dramatic effects if you make shots black & white too. The cropping is quite important as well, sometimes its what you can't see that gives a photo that bit extra, maybe you don't need the whole of the frontage in frame for example. Just a few ideas but nice to see
  11. After seeing Cameron's success at finding a fall-guy in the coalition government, Obama tries to improve his own poll rating...
  12. I have something to get session groups, times, rooms etc. in SQL you could have - contact me I'll send a copy
  13. Try: select timetable.weekday, timetable.starttime, timetable.finishtime, timetable.lecturerid, timetable.roomid, teachinggroups.groupcode, timetable.courseyear from timetable inner join teachinggroups on timetable.groupid = teachinggroups.groupid and timetable.setid = teachinggroups.setid where timetable.setid='2010/2011' and timetable.weekday>0;
×
×
  • Create New...