Browse by Tags
All Tags »
JavaScript (
RSS)
Scott gave a whirlwind presentation to a standing room only crowd at the North Dallas Dot Net User Group tonight. A wide range of topics were covered from IDE tips and tricks to ASP.NET tips to MS AJAX to LINQ and DLINQ (I still like to call it DLINQ...
I just downloaded beta 1 of ASP.NET AJAX today. Wow! Lots and lots of changes. The type system has been greatly simplified. I like this. The move to prototypes over closures was a good decision. The core scripts are much easier to read and comprehend...
http://www.defmacro.org/ramblings/fp.html This article was a great overview of many of the aspects of functional programming. With what Micosoft is doing to the CLR and C# and VB it would seem that functional programming is making advances into the main...
Lance and I were musing over some of the recent product renamings and it gave me the idea to throw together a product name generator. Here's my first stab at it: var pfx = new Array("", "Visual ", "Compact ", "Embedded ", "Expression "); var prd = new...
http://ajaxian.com/archives/the-future-of-javascript-an-update-from-brendan-eich I'm a big fan of JavaScript. It's amazing how versatile it is. Just look at all the AJAX libs that have popped up (e.g. Atlas). It's good to see that there is some thought...
Here is a great list of javascript goodies for all you AJAX/Web 2.0 junkies: http://edevil.wordpress.com/2005/11/14/javascript-libraries-roundup/
How in the heck did I miss this? After seeing a couple of blog posts here on weblogs.asp.net about E4X I went out and did a bit of googling . In case you missed the boat like I did here's the scoop: E4X is a set of extensions to java script that was standardized...
Every time I go back to coding any JavaScript I discover new things that I never knew were there. It's like the language that keeps on giving. :) For a great tour around the language check out this site: http://www.crockford.com/javascript/ JSON is a...
More Posts