Javascript

DZone Daily Dose - 2009/11/19

It was announced this morning that closures would be added to JDK 7.  Mark Reinhold made the announcement at the Devoxx conference.  Before today, Sun could...

0 replies - 1989 views - 11/18/09 by Mitch Pronschinske in News

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 - 967 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 - 1594 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 - 1018 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 - 2429 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 - 1764 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 - 1967 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 - 3645 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 - 2442 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 - 1448 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 - 4190 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 - 6632 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 - 2022 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 - 9328 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 - 768 views - 12/03/08 by Amr Elsehemy in News