|
|
Stories recently tagged with 'AJAX'
|
|
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
|
category: AJAX | Views: 14
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 12
|
|
tags:
ScriptControl, ASP.NET, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 1
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 0
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 0
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 20
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 0
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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...
1 comment
|
category: ASP.NET | Views: 0
|
|
tags:
AJAX, Performance, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 12
|
|
tags:
WCF, WebServices, JSON, AJAX, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 0
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 2
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 0
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
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
|
category: AJAX | Views: 0
|
|
tags:
VirtualEarth, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|