From the notebook of Jeffrey Rosczyk
UCLA becomes a vendor on CENIC
While this may be great for small departments that have to budget their own websites... I don't see how this would work for a larger university with a centralized IT.
They are hosting a webinar, sign-up @
http://www.doodle.com/c3r9wsafuzp58p3u
The UCLA Mobile Web Framework is no longer being developed.
Nope
The MWF group is currently developing a new "framework" to contain open-source responsive CSS frameworks.
It is called WebBlocks.
WebBlocks is a tool to build responsive CSS out of open-source CSS responsive frameworks.
There are dozens of great open-source CSS responsive frameworks.
What UCLA is doing is wrapping these frameworks inside of another CSS framework, so that they can change the CSS naming scheme.
Then offering a tool to compress the CSS and JS so that it can be dropped into a website/app.
So that whenever the newest CSS responsive framework comes out... they only need to change CSS files instead of going into every individual HTML page and changing the CSS tags and HTML div structure.
Eventually, I was told. WebBlocks currently needs to be managed by a developer, where as MWF (at default settings) is plug and play.
Actually, responsive CSS has been a part of UCSC's mobile project proposal plan all along.
Since WebBlocks isn't a web framework, but rather a CSS compiler... this is something UCSC could use during the proposed phase 1 plan.
(Phase 1 includes changing all WCMS CSS into responsive CSS.)
UCLA attorney presented the do's and dont's of opensourcing code
Yes
Use the BSD opensource license.
Do not use GPL licenses.
http://ucla.github.com/mwf-conference/attendee-slides/contributing-to-open-source-from-higher-ed.pdf
It was interesting to hear and see how other UC's are addressing mobile development.
There was little talk about mobile app development.
Most UC's are treating mobile as an extra format to model their site designs to.
The WebBlocks demo was interesting. It's really taking advantage of the Github social coding trend. This is the current future. If that makes sense :)