Javascript

Framework Agnostic Web Languages

After a great time at a language agnostic conference this past weekend (I don't have pictures, I got a new camera and I forgot to bring it. I was so mad) I've...

0 replies - 934 views - 08/21/09 by sarajo in News

Video: V8: Building a High Performance JavaScript Engine

Presented by: Mads Ager, Lars Bak & Anders SandholmV8 is Google's high-performance JavaScript engine used in Google Chrome. V8 is optimized for...

0 replies - 1538 views - 07/17/09 by alashcraft in Videos

Does jQuery Make Us Lazy?

Yesterday I read a post that proposed that using jQuery as the answer to every JavaScript problem makes us lazy programmers.This is not what I was expecting to...

1 replies - 975 views - 06/25/09 by DaveMBush in News

jQuery ProgressBar

Once you venture into the land of AJAX you’ll soon discover the need to let your user know that some work is taking place in the background.  If you can,...

0 replies - 2306 views - 05/29/09 by DaveMBush in News

JavaScript for C# Developers: Functions are Objects

Another stop on the long road to JavaScript understanding from a C# developers perspective. This time we really look at what it means to say that functions...

1 replies - 1697 views - 05/14/09 by jmbucknall in News

JavaScript for C# Developers: Date Basics

A scenic diversion on the road to understanding JavaScript when you're a C# programmer. In this episode, we'll look at dates in JavaScript. Dates are...

2 replies - 1867 views - 04/28/09 by jmbucknall in News

jQuery Tabs

While the TabControl provided by Microsoft in the AJAX toolkit is probably a bit easier to use, the Tabs in jQuery are not much harder to implement and give us...

1 replies - 3557 views - 04/09/09 by DaveMBush in News

jQuery - Auto Scrolling the Slider

Question from Yuhsin: I would like to make the jquery steps slider to do auto-increment when the window loads. Is there an easy way to trigger the slide to...

0 replies - 2328 views - 03/23/09 by DaveMBush in News

JavaScript for C# Programmers: the with Statement Considered Harmful

A quickie pitstop on the road to learning JavaScript when you know C#. In this episode, the with statement. See it, and then forget all about it. If you've...

0 replies - 1419 views - 03/09/09 by jmbucknall in News

jQuery, JSON and ASP.NET

A few months ago, I demonstrated how to use ASP.NET’s JSON capabilities.  Lately, I’ve been demonstrating how to use jQuery.  Both use a considerable...

0 replies - 4101 views - 01/22/09 by DaveMBush in News

Playing Accordion With CSS and jQuery

One of the problems web designers face on a daily basis is the limits that are placed on one with regards to the size of your 'canvas'. Bigger screens with...

0 replies - 6448 views - 01/19/09 by Schalk Neethling in News

MVC Framework and jQuery = Ajax Heaven

I've got an admission to make: I've never used any of the Microsoft Ajax Toolkit. But recently I've been adding some mapping functionality to the project I'm...

0 replies - 1958 views - 01/07/09 by mikehadlow in News

2009 Predictions, 2008 Predictions Revisited

It's once again that time of year, and in keeping with my tradition, I'll revisit the 2008 predictions to see how close I came before I start waxing prophetic...

7 replies - 9160 views - 01/02/09 by Ted Neward in Articles

Introducing jBlogMvc

In this part, I announced jBlogMvc the ASP.NET MVC and jQuery blogengine which I build in order to learn more about the two new technologies, and discuss the...

0 replies - 739 views - 12/03/08 by Amr Elsehemy in News

Eliminating Postbacks: Setting Up jQuery On ASP.NET Web Forms and Managing Data On The Client

So you're stuck with Visual Studio 2005 and ASP.NET Web Forms. You want to flex your ninja skills. You can't jump into ASP.NET MVC or ASP.NET AJAX or an...

1 replies - 10467 views - 11/12/08 by Jon Davis in News