Stories recently tagged with 'JavaScript'

Javascript Closures(mabdelghani.wordpress.com)

submitted by Mohamed_AbdelghaniMohamed_Abdelghani(30) 3 years, 8 months ago

One of the features of Javascript is closures , Javascript closures keep the local variables of a function even after it returns. read more...

add a comment |category: |Views: 15

tags: another

Dojo Toolkit Series(ghidinelli.com)

submitted by sirroccosirrocco(800) 3 years, 8 months ago

A starting point on using the DojoToolkit. read more...

add a comment |category: |Views: 13

tags: another

Starting With jQuery - Dynamically Applying Rules(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 8 months ago

This series of posts on using jQuery with no prior knowledge comes to its fourth iteration. This week, we're going to build on the Validation plug-in by looking at how to add and remove rules dynamically. read more...

add a comment |category: |Views: 269

tags: another

JavaScript in Chrome(ejohn.org)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

A full rundown of the JavaScript features and bugs in Chrome read more...

add a comment |category: |Views: 589

tags: another

Starting with jQuery(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 9 months ago

This is the first of number of posts to come on getting started with jQuery with no previous knowledge of the framework. Over the course, various jQuery Plug-Ins will be used and discussed along with gradual integration with traditional ASP.Net 2.0 web applications components (i.e. Master Pages, User Controls, and ASP.Net AJAX). read more...

add a comment |category: |Views: 456

tags: another

The Complete Reference for Any jQuery Developer(effectize.com)

submitted by YuraYura(995) 3 years, 9 months ago

If you ever to do something with jQuery, you should find it in this extensive list. read more...

add a comment |category: |Views: 1067

tags: another

Object Oriented Programming with JavaScript : Timer Class(dailycoding.com)

submitted by rsonirsoni(930) 3 years, 9 months ago

How to do object oriented programming with JavaScript by taking simple example to a timer class.. read more...

add a comment |category: |Views: 76

tags: another

Dynamically create ASP.NET UserControl using JQuery & Ajax Web Service(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 9 months ago

Few thing you need to consider when you are accesing ASP.NET webservice through JQuery. * Request verb Type * Content- length with IIS6+ * Default contentType * JSON object formatting * Maximum length exceed exception I am explaining these issues and workaround to make JQuery work fine with ASP.NET Ajax enabled web service. read more...

1 comment |category: |Views: 866

tags: another

A sneak peak at ASP.NET AJAX 4.0’s client-side templating(encosia.com)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Hot on the heels of the recent ASP.NET AJAX roadmap, Bertrand and team have released a limited preview of the new AJAX functionality coming in ASP.NET 4.0. Dave is giving a sneak peak about it read more...

add a comment |category: |Views: 305

tags: another

jQuery Content Slider Tutorial(blog.lavablast.com)

submitted by EtienneTremblayEtienneTremblay(5008) 3 years, 10 months ago

This tutorial shows how to make an horizontal content slider with jQuery and a plugin called jFlow. read more...

add a comment |category: |Views: 1607

tags: another

Dynamically create ASP.NET user control using Ajax and Web Service(weblogs.asp.net)

submitted by SanjeevanaSanjeevana(795) 3 years, 10 months ago

To make web UI dynamic and more responsive to the various situations and modes, several techniques are used by the developers like making irrelevant controls invisible, disabling unused controls. This technique makes you page complex and heavy in size. Dynamic user control is another story. With dynamic control creation you will get the unmatched flexibility and innovation with robustness. Using this technique you can add any usercontrol to any page as per demand without postback or update panel. read more...

add a comment |category: |Views: 578

tags: another

Continuous scrolling pattern using JavaScript and ASP.NET(jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 10 months ago

Continuous scrolling is very interesting pattern. If I would have to describe it in short I would say that new items are being loaded while you scroll down the content. It is a completely opposite pattern to a pagination. In this article, you will learn about this pattern and see how it can be implemented using JavaScript and ASP.NET. read more...

add a comment |category: |Views: 386

tags: another

Continuous scrolling pattern using JavaScript and ASP.NET(jankoatwarpspeed.com)

submitted by jankojanko(2555) 3 years, 10 months ago

Continuous scrolling is very interesting pattern. If I would have to describe it in short I would say that new items are being loaded while you scroll down the content. It is a completely opposite pattern to a pagination. In this article, you will learn about this pattern and see how it can be implemented using JavaScript and ASP.NET. read more...

add a comment |category: |Views: 386

tags: another

Using jQuery To Call ASP.NET Page Methods and Web Services(dexign.net)

submitted by redbullredbull(140) 3 years, 10 months ago

Seems like more and more ASP.NET devs are using jQuery. There are similar things on DNK but none that actually do provide code that uses jQuery to callback. read more...

add a comment |category: |Views: 908

tags: another

JavaScript ShowModalDialog Aspx page_load event not fires(isolutionteam.co.uk)

submitted by naveedkambohnaveedkamboh(254) 3 years, 10 months ago

I was using javascript to show Popup window. In popup window I was loading .aspx page....... read more...

add a comment |category: |Views: 78

tags: another

jQuery.UI ProgressBar Widget(mattberseth.com)

submitted by mosessaurmosessaur(5424) 3 years, 10 months ago

Matt share his first steps in building jQuery.UI Widgets. But it doesn't seem as this is really first step! Check it out because it is very informative and descriptive. read more...

add a comment |category: |Views: 209

tags: another