Git!

I mentioned in my last post about BBC’s Glow framework source code being hosted with Git/GitHub. Well Rob Conery the creator of the excellent ORM Subsonic has posted a blog post and video on how to get started with the Git version control system.

Continue Reading

BBC Glow JavaScript framework released.

Surprisingly the BBC have released an open source JavaScript library called Glow. The difference between this and other JavaScript libraries is that the BBC’s library looks like it supports older or ‘Level 2’ browsers. Source Code Documentation Demo’s On a side note the BBC are using Git and GitHub to host the source code. I really must have a play with Git as a source control provider.

Continue Reading

SubSonic 3.0 released

The excellent open source ORM from Rob Conery who now works for Microsoft has been released.

Continue Reading

Fluent NHibernate and Linq2NHibernate

Just read a good example of using the Fluent NHibernate project to map your POCO classes to the database design via a fluent interface rather than the standard mapping xml files. Another quality Code Project article.

Continue Reading

JSON Web Services and accessing them via jQuery

Continuing with jQuery day I have just read another cracking post that explains how to create a JSON web service that returns JSON formatted data and finally call the JSON web service with jQuery. Excellent stuff.

Continue Reading