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 'AJAX' Subscribe to this feed
1
kicks
submitted by kalyan 1 day, 4 hours ago

blog.kantikalyan.com — Doloto - A system for splitting JS and reducing initial payload for a more faster interaction with Web 2.0 applications. read more...

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

3
kicks
submitted by crpietschmann 1 day, 12 hours ago

pietschsoft.com — I've been doing a lot with ASP.NET AJAX for almost 2 years now, including my Web.Maps.VE product. So, I've decided to spread some of my knowledge in this area by writing up some articles on things that I've learned and figured out. The ScriptControl is basically the first building block you want to use to start building out a WebControl (server control) that will have some kind of rich AJAX functionality in the browser. You may have heard of ASP.NET AJAX Control Extenders, especially if you're familiar with the AJAX Control Toolkit, so why would we use ScriptControl instead of creating an ExtenderControl in order to give a control some rich AJAX functionality within the browser? Well, you want to create an ExtenderControl to extend or enhance an existing control with some rich AJAX functionality, and you want to inherit from the ScriptControl class when you are creating a full control that will have some rich AJAX functionality. read more...

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

2
kicks
submitted by janko janko 1 day, 22 hours ago

jankoatwarpspeed.com — In a previous post "Partial page rendering", we have looked into ASP.NET Ajax basics - partial rendering using UpdatePanel control. In this article you will see another way to perform partial page rendering and that is - by calling a ScriptService from JavaScript. Let's see why UpdatePanels are not always a good solution. UpdatePanels are very simple and it is very easy to turn your classic aspx pages into ajax-enabled pages. However, this has its own downsides. read more...

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

3
kicks
submitted by kirchi 3 days, 22 hours ago

blog.devarchive.net — Quite often we need to load js files dynamically right from javascript. With ASP.NET AJAX it is simple. ASP.NET AJAX library has internal ScriptLoader class that can be used to load js files, specify callbacks that will be invoked when script is downloaded and ready, and execute functions inside newly loaded files. read more...

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

2
kicks
submitted by kirchi 4 days, 3 hours ago

blog.devarchive.net — I have created ASP.NET AJAX Extender control. It extends GridView control fixing it's header on the top while adding vertical scroll bar to it's contents. The control also supports maintaining scroll position inside grid between postbacks. The control works fine inside or outside of UpdatePanel. read more...

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

16
kicks
published 3 days, 5 hours ago, submitted by kirchi 4 days, 3 hours ago

blog.devarchive.net — Recently after reading blog post Ajax Templates by Nikhil Kothari I really liked the idea, the source code is great, and the control is huge help for AJAX development. In this blog post I want to share what I learned after investigating sample more carefully, and in what scenarios I feel this control is doing it's job quite well. read more...

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

1
kicks
submitted by kirchi 4 days, 3 hours ago

blog.devarchive.net — Recently after reading blog post Ajax Templates by Nikhil Kothari I really liked the idea, the source code is great, and the control is huge help for AJAX development. In this blog post I want to share what I learned after investigating sample more carefully, and in what scenarios I feel this control is doing it's job quite well. read more...

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

5
kicks
submitted by oazabir 4 days, 5 hours ago

codeproject.com — A web page can load a lot faster and feel faster if the Javascripts files referenced on the page can be loaded after the visible content has been loaded and multiple Javascripts files can be batched into one download. This handy technique combines external javascripts references into one script tag and serves multiple javascripts using a Http Handler. read more...

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

15
kicks
published 4 days, 4 hours ago, submitted by fintz69 6 days, 7 hours ago

javicrespotech.blogspot.com — In this post Javi discusses the use of JSON services int the context of a client centric development approach, and then he moves on from the theoretical point of view and explains with some samples how to to implement JSON services using the different mechanisms that ASP.NET provides: Page Methods, Web Services and WCF Services. read more...

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

3
kicks
submitted by cwbrandsma cwbrandsma 7 days ago

ejohn.org — John Resig shows off his port of the Processing visualization language to JavaScript, using the Canvas element.. read more...

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

3
kicks
submitted by sanjev.sharma 8 days, 9 hours ago

sanjevsharma.blogspot.com — XMLHttpRequest can’t access remote servers .Multiple Ajax Requests are not fired in order.Asynchronous XMLHttpRequests responses will arrive in no particular order read more...

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

3
kicks
submitted by cwbrandsma cwbrandsma 9 days, 22 hours ago

elegantcode.com — How to use the JQuery DatePicker in Asp.Net. Show how to setup the JavaScript, the code behind, and the text box control. read more...

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

2
kicks
submitted by duanesavio 10 days, 9 hours ago

packtpub.com — ZK includes an Ajax-based event-driven engine, rich sets of XML User Interface Language (XUL) and XHTML components, and a markup language.. This book is a Developer's Guide that steps you through the ZK framework with examples. It starts with installing and configuring ZK and takes you on to integrate it with other frameworks. read more...

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

2
kicks
submitted by wtroom 11 days, 1 hour ago

xdevsoftware.com — a full example of the ReOrderList for the AJAX.NET Toolkit read more...

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

1
kicks
submitted by crpietschmann 12 days, 15 hours ago

blogs.msdn.com — Some types of plug-ins feature special data or rendering, and are intended to be used with a particular website. Others are intended to enhance the experience of all websites, and run every time a user runs VE3D. Most of the samples given so far have been about the former, where the test html page references the plug-in you wish to load. Today we’ll talk about the latter. In addition, there is currently a limitation that plug-ins must be installed in the GAC in order to run. This is true regardless of what category the plug-in falls under. End users of a plug-in will need a way of installing the plug-in. Fortunately writing an installer is easy with Visual Studio. read more...

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

1
kicks
submitted by crpietschmann 12 days, 16 hours ago

blogs.msdn.com — I am happy to announce that we have a new release of the Virtual Earth JavaScript Intellisense Helper to bring Intellisense in sync with the new Virtual Earth Map Control 6.1. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge