Blog articles

0
comment
on 7/18/2009 11:00 AM
Local procedure calls Given the scripting nature of the web non-obfuscated JavaScript code presents itself to the technical user almost as a public API. You can try it out yourself by writing: for (x in document){console.log(x);} in your browser JavaS[...]
.
0
comment
on 7/18/2009 11:00 AM
Local procedure calls Given the scripting nature of the web non-obfuscated javascript code presents itself to the technical user almost as a public API. You can try it out yourself by writing: for (x in document){console.log(x);} in your browser java[...]
.
0
comment
on 7/18/2009 9:40 AM
In the first course in computer science we (students) received the following words of wisdom from the lecturer: Above anything avoid JavaScript. Pure JavaScript A few years later I started working as a programmer (late 2005) the need to do certain s[...]
.
0
comment
on 7/18/2009 9:40 AM
In the first course in computer science we (students) received the following words of wisdom from the lecturer: Above anything avoid javascript. Pure javascript A few years later I started working as a programmer (late 2005) the need to do certain small[...]
.
0
comment
on 7/16/2009 12:35 AM
A colleague told me about another initiative for graphics on the web. It turns out that John Resig has written a library for this.
.
0
comment
on 7/16/2009 12:16 AM
There are some pitfalls for using javascript. Intellisense being one of them. Not to worry, a great starting point would be ScottGu’s blogg post about general javascript intellisense as well as his post about jquery intellisense. The nice thing is that yo[...]
.
0
comment
on 7/14/2009 1:36 PM
There are many problems with the hard coded nature of how a membership provider operate. Once your site depends on a membership provider it's not always easy to switch into using some different method of membership. I mean, it's extremely frustrating tel[...]
.
0
comment
on 7/9/2009 6:31 PM
The third part of "Rapid prototyping of DSLs in F#" presents the semantic checker for Simply, a small programming language with functions and expressions.
.
0
comment
on 7/5/2009 5:56 AM
I'm using a lot of jquery these days. One thing that troubled while trying to hunt down a wierd bug was how to find the event listeners for an element. You can read about it here: http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers[...]
.
0
comment
on 6/21/2009 9:50 PM
The second part of "Rapid prototyping of DSLs in F#" presents the parser for Simply, a small programming language with functions and expressions.
.
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