Blog articles

0
comment
on 4/7/2012 12:22 AM
There seems that the there is a shift from the Crockford style global variables to lower case namespaces or mixed case. Older libraries use the Crockford style all caps. YUI JSON Probably this is influenced by Crockford’s thoughts about global var[...]
.
0
comment
on 4/7/2012 12:22 AM
There seems that the there is a shift from the Crockford style global variables to lower case namespaces or mixed case. Older libraries use the Crockford style all caps. YUI JSON Probably this is influenced by Crockford’s thoughts about global var[...]
.
0
comment
on 4/6/2012 10:39 AM
One of the recent talks that stirred the blogosphere is the Inventing on Principle talk by Bret Victor, in which he shows how one can do programming with realtime results. What surprised me more than the talk itself was people’s reaction to the talk: I th[...]
.
0
comment
on 4/5/2012 7:50 PM
This is actually homework from a 3D gaming course that I am taking. So far the game has turned out ok. The game shows the use of the following fundamental 3D gaming concepts: 3D model loading and movement along paths  Collision detection Particle effects [...]
.
0
comment
on 4/5/2012 7:50 PM
This is actually homework from a 3D gaming course that I am taking. So far the game has turned out ok. The game shows the use of the following fundamental 3D gaming concepts: 3D model loading and movement along paths  Collision detection Particle effects [...]
.
0
comment
on 4/4/2012 10:00 AM
I noticed this morning that Google patent search returns 189 results for the query “homomorphic encryption." I have written about homomorphic encryption in the past; it is a true mathematical breakthrough which has the potential to transform cloud computi[...]
.
0
comment
on 4/4/2012 9:07 AM
On key-feature in Haskell is it’s laziness, meaning that it does it’s evaluations in normal-order (an expression is evaluated when the value is needed). F# on the other hand uses applicative evaluation (for example: parameters to a function are evaluated [...]
.
0
comment
on 4/4/2012 8:00 AM
IntelliSense is the identifier auto-completion facility in Visual Studio.  As a developer, IntelliSense is critical to my productivity, as it allows me to easily work with thousands of functions from different namespaces and classes without having to cons[...]
.
0
comment
on 4/3/2012 9:26 AM
Currently I’m trying to get a bit more JavaScript and HTML5 exposure (no use denying it I guess – it’s here to stay) and found the Paper.js framework which seems to be really nice. An easy way to test a … Continue reading →
.
0
comment
on 4/2/2012 9:18 AM
If you ever worked with a larger XAML Project the entries in your resource dictionaries will start to pile up and it’s really a pain to find where you put some Brush or Style or whatever. Wouldn’t it be nice … Continue reading →
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper