Suppose you have a relationship articulated as follows:
a user may be present in n groups, each of which are associated n documents. All this, of course, with a n to m table. Suppose also that you ha
February, 16th 2012 |
SQL
With geolocation, it's possible to offer space-related informations to users.
For example, we can show job offers ordered by the distance from a user.
To obtain the desired result is sufficient to r
December, 24th 2011 |
.NET
As previously mentioned, I'm working with Backbone.js.
In particular, I had the need to send to the server-side module, powered by .NET MVC, a complex JSON data structure, as follows:
Invoice: {
December, 22nd 2011 |
.NET
We are testing Backbone.js ì and I must say that the first approach was certainly exciting. Some time now our applications are based on a structure heavily skewed on the client where the server is t
December, 14th 2011 |
.NET
In some cases, such as the comments of a social newtork, you may want to turn urls entered by a user into clickable links. In Igloo we had the need to create a function that would allow us to achieve