DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'JavaScript' Subscribe to this feed
1
kicks
submitted by crpietschmann crpietschmann 22 days, 14 hours ago

pietschsoft.com — A couple weeks ago I started the new VEToolkit (Virtual Earth Toolkit) Open Source project. This project spawns out of the need for more helpers to make Virtual Earth Map development much simpler, and follows inspiration from the Ajax Control Toolkit. This is a JavaScript library, so it's all client-side code; just like the Virtual Earth AJAX API itself. The project is also meant to play nicely with any client-side, JavaScript library you want to use within your application (such as jQuery, Prototype, etc.) read more...

Add a comment add a comment | category: | Views: 3
tags: , , | tag it

2
kicks
submitted by JamesCurran2 1 month, 2 days ago

honestillusion.com — jQuery.growl is a cool open-source plugin for a cool open-source javascript library. Some just needed to tell people how to used it. read more...

Add a comment add a comment | category: | Views: 15
tags: , , , | tag it

6
kicks
submitted by powerrush powerrush 1 month, 7 days ago

altnetpodcast.com — In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, and Scott Koon conclude their discussion of Microsoft’s jQuery in ASP.NET announcement. Continuation or Episode 12. read more...

Add a comment add a comment | category: | Views: 7
tags: , , , | tag it

1
kicks
submitted by gabriel 1 month, 8 days ago

bitrepository.com — This is a JavaScript function that works like array_combine() in PHP. read more...

Add a comment add a comment | category: | Views: 1
tags: | tag it

3
kicks
submitted by crpietschmann crpietschmann 1 month, 14 days ago

liveside.net — The Virtual Earth JavaScript control is not small weighing in at 217KB when compressed in Version 6.2. When you require the rich experience of Virtual Earth this size is not an issue, the control is aimed at broadband users and within a few moments of interacting with the map you can easy exceed this with the rich imagery being loaded on demand. But what if your web page only needs to show the Virtual Earth map when a user asks for it or you just want your page to load super fast? You need to load Virtual Earth on demand. read more...

Add a comment add a comment | category: | Views: 5
tags: , , | tag it

19
kicks
published 1 month, 14 days ago, submitted by powerrush powerrush 1 month, 15 days ago

altnetpodcast.com — In this episode Chris Brandsma, Rick Strahl, Dave Ward, Bertrand Le Roy, Scott Koon, and Steven Harman discuss Microsoft’s jQuery in ASP.NET announcement. read more...

Add a comment 2 comments | category: | Views: 180
tags: , , , | tag it

3
kicks
submitted by atifaziz atifaziz 1 month, 17 days ago

blogs.msdn.com — Internet Explorer 8, as of Beta 2, offers native JSON parsing (JSON.parse) and serialization (JSON.stringify) while maintaining compliance with JSON support as described in, “ECMAScript 3.1 Language Specification - Draft.” This will enable Ajax applications to run faster and parse untrusted payloads in a safe manner without resorting to (regex-verified) eval! read more...

Add a comment add a comment | category: | Views: 9
tags: , , | tag it

2
kicks
submitted by crpietschmann crpietschmann 1 month, 19 days ago

garzilla.net — In this example we will look at the functionality needed to dynamically draw a polyline on the map. In the example to the right, functionality has been added so that you can dynamically draw a polyline on the displayed map. At the bottom of the map there is a button that needs to be clicked to start the process. read more...

Add a comment add a comment | category: | Views: 11
tags: , , | tag it

2
kicks
submitted by crpietschmann crpietschmann 1 month, 19 days ago

faxt.com — As I’ve already mentioned, I'm an advocate for using Silverlight in moderation - keeping the web WEBBY. I'm also one very excited Silverlight programmer. That's why I use islands of Silverlight in my html pages instead of one huge monolithic Silverlight application that takes over the entire experience. read more...

Add a comment add a comment | category: | Views: 12
tags: , , | tag it

1
kicks
submitted by crpietschmann crpietschmann 1 month, 19 days ago

wilcob.com — This can be addressed with Silverlight. The key to integrating all of this is the two-way interoperability layer in Silverlight (sometimes referred to as 'the HTML/JS bridge'), which is what I will be going through in this article. I will show you how you can access the HTML DOM and use your existing JavaScript code. You will see how you can pass managed objects back and forth, and program against them in JavaScript like ordinary JS objects. We will dive deep and take a look at what really happens under the hood to understand how far exactly our interoperability goes. read more...

Add a comment add a comment | category: | Views: 16
tags: , , | tag it

16
kicks
published 1 month, 19 days ago, submitted by crpietschmann crpietschmann 1 month, 21 days ago

dotnetcurry.com — In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so. One using Hidden variables and the other using the __doPostBack() javascript method. read more...

Add a comment 1 comment | category: | Views: 345
tags: , , , , | tag it

1
kicks
submitted by crpietschmann crpietschmann 1 month, 24 days ago

blogs.msdn.com — I am happy to announce that we have an updated version of the Virtual Earth JavaScript Intellisense Helper that is in sync with the update Virtual Earth Map Control 6.2. read more...

Add a comment 1 comment | category: | Views: 8
tags: , , , , | tag it

1
kicks
submitted by _ama 1 month, 29 days ago

dotnetcurry.com — One of our partner sites Revresponse has come up with a few FREE technical resources that we would like to share with our viewers. All you have to do is: 1. Simply choose the resource 2. Click on ‘Request Now’ 3. Complete the application form and submit it. All the resources shown here are absolutely FREE to professionals who qualify. Please check out the ‘Geographical Eligibility’ before downloading the books. The books shown here are for Developers, Testers, Team Leads, Project Leads, Project Managers , CEO’s etc. read more...

Add a comment add a comment | category: | Views: 15
tags: , , , , | tag it

2
kicks
submitted by crpietschmann crpietschmann 2 months, 3 days ago

dotnetcurry.com — In this article, we will see how to pass javascript values on postback and then access these values in your server side code. This article will primarily showcase two techniques of doing so. One using Hidden variables and the other using the __doPostBack() javascript method. read more...

Add a comment add a comment | category: | Views: 12
tags: , , | tag it

3
kicks
submitted by naveedkamboh 2 months, 7 days ago

isolutionteam.co.uk — Disabling / Enablin Asp.net net list box items using javascript..... read more...

Add a comment add a comment | category: | Views: 19
tags: , , | tag it

2
kicks
submitted by Mohamed_Abdelghani 2 months, 7 days ago

mabdelghani.wordpress.com — 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 add a comment | category: | Views: 5
tags: , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge