-
Posts
89 -
Joined
-
Last visited
Reputation
282 ExcellentAbout pauljonze

Personal Information
-
Occupation
MIS Manager
-
Location
Staffs
-
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?
-
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.
-
Flipped Disc
-
Flipping Fisbees
-
I've had much fun watching Family Guy and Robot Chicken at the expense of Lucas so he has something to be thanked for.
-
SQL Help - Count entries per month but include months with 0 entries
pauljonze replied to FragglePete's topic in Coding
How about a simple left join to a table with one columns listing all the months in it? -
[pics] What Is This? From Neatorama.COM
pauljonze replied to 6Foot2's topic in Jokes/Interweb Things
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? -
[pics] What Is This? From Neatorama.COM
pauljonze replied to 6Foot2's topic in Jokes/Interweb Things
An IProd? -
Was that Mattx...
-
Coming soon... Mattx shows us how to wire a plug...
-
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
-
After seeing Cameron's success at finding a fall-guy in the coalition government, Obama tries to improve his own poll rating...
-
I have something to get session groups, times, rooms etc. in SQL you could have - contact me I'll send a copy
-
CMIS Export of room data into format for room booking system
pauljonze replied to ranj's topic in MIS Systems
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;
