Blog articles

0
comment
on 1/4/2011 3:10 PM
F# is a new language so the F# editor in Visual Studio does not have all the bells and whistles of say the C# editor. I particularly missed the C# outlining/navigation features in the F# editor. Fortunately, Visual Studio 2010 … Continue reading →
.
0
comment
on 1/3/2011 4:29 PM
Following on from part 2 where I wrote a simple page with a canvas area where you can scribble, I thought I’d add a couple of new features: ability to show the image as PNG image so user can save it change the line cap change the line join change the shad[...]
.
0
comment
on 1/3/2011 10:25 AM
This is a neat trick I picked up the other day, you can create a dynamic class which takes in a set of properties in the constructor and dynamically generates Accessor and/or Mutation methods (you just have to choose which lines to leave out): In your cal[...]
.
0
comment
on 1/3/2011 9:55 AM
In C# and other similar general purpose languages, there are access modifiers which allow you to specify whether a particular property can be accessed/modified by everyone (public), only subclasses (protected) or only from within the same class (private).[...]
.
0
comment
on 1/3/2011 6:34 AM
Earlier I explored some of the basic drawing methods available on the 2D context of the new canvas element in HTML5, moving on from there, I’ve put together another quick demo here (see image below) which lets the user scribble inside the canvas element. [...]
.
0
comment
on 1/1/2011 1:32 PM
One of the cool new features introduced by HTML5 is the new <canvas> tag, which defines an area for you to draw graphics on using javascript. Basics To create a canvas element is as easy as inserting a <canvas> tag like this: Typically you will give it an[...]
.
0
comment
on 12/30/2010 6:13 AM
As I go through the HTML5 spec, I find some useful new feature just about everywhere, and the new contenteditable attribute is certainly one of those. It’s supported by most elements and provides a simple and yet effective way for you to allow the users t[...]
.
0
comment
on 12/29/2010 4:33 AM
HTML5 includes two new ways to store data on the client – local storage and session storage. Local storage has no time limit on how long the data should be kept around, session storage on the other hand (as the name suggests) stores data for only one sess[...]
.
0
comment
on 12/28/2010 4:56 AM
As a late Christmas present I bring this to you dear readers: I recently invited David Pollak (of Lift fame), Jason Zaugg (of Scalaz fame), Philipp Haller (of Scala Actors fame) and myself to collaborate on a feature matrix that would allow people to see [...]
.
0
comment
on 12/27/2010 7:03 AM
I’ve got some ideas for conference/group talks that I have yet to assemble, but I thought I’d let the community have a vote in what they’d think be interesting. Proposal 1: Git things done Approx time: 45 minutes “This is a case-study on moving from CVS/[...]
.
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