Sign In
MSDN Blogs
Microsoft Blog Images
More ...
March, 2007
Common Tasks
Blog Home
Email Blog Author
About
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Relevant Links
Profiles
My LinkedIn profile
LinkedIn Profile for Phani Raj
My MSDN Forums profile
MSDN Forums profile for PhaniRaj
My Github profile
Github profile for PhaniRaj
My StackOverflow profile
StackOverflow profile for Phani Raj
Useful links for OData Server applications
Debugging WCF Data Services
HTTP 400 Bad Request on Posting Large Payloads to an astoria service
Adding custom elements to OData Feeds-EDM
Adding custom elements to OData Feeds-CLR
Adding custom elements to OData Feeds
Server Driven Paging
Error Handling
useful code snippets
Checklist for OData Feed publishers
Enabling Cross Domain access to your OData feeds
OData applications I built
OData Browser for Windows Phone
OData Desktop/web browser
Useful links for OData Client applications
Detect if there are pending changes in client
Working with 1 to many associations
Working with 1 to 1 associations
Customize serialization of entities
Working with Inheritance
Running Batched queries
Auto Paging enumerable
Sample Windows Phone application
T4 templates for client-side proxy generation
Server-side sorting/paging in Silverlight
OData client, Silverlight and Forms Authentication
Archives
Archives
November 2011
(1)
September 2011
(1)
August 2011
(1)
March 2011
(1)
February 2011
(1)
January 2011
(2)
September 2010
(1)
August 2010
(2)
July 2010
(1)
May 2010
(1)
April 2010
(4)
March 2010
(4)
January 2010
(1)
November 2009
(1)
September 2009
(4)
August 2009
(3)
June 2009
(2)
May 2009
(3)
March 2009
(6)
February 2009
(1)
December 2008
(3)
October 2008
(5)
September 2008
(3)
August 2008
(9)
July 2008
(6)
June 2008
(2)
January 2008
(1)
November 2007
(1)
October 2007
(3)
September 2007
(4)
August 2007
(1)
June 2007
(2)
May 2007
(3)
April 2007
(4)
March 2007
(6)
February 2007
(8)
January 2007
(2)
December 2006
(1)
MSDN Blogs
>
With Great Power comes Great Response.write('Ability')
>
March, 2007
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
With Great Power comes Great Response.write('Ability')
Expirements with Ms AJAX 1 : Plot a Path and follow it
Posted
over 5 years ago
by
Phani Raju MSFT
4
Comments
While working on some documentation and presentations for MS AJAX Animation ( wait for it , its gonna rock !! ) , I made what you see in the demo video. Its basic premise is this : Allow the User to plot points on a plane Then trigger an animation that goes over all the points and stops Why do this ? No Perceptible use , pure fun factor . I just though that it'd be cool to control an animation by clicking...
With Great Power comes Great Response.write('Ability')
How To : Using MS AJAX CaseAnimation in your applications
Posted
over 5 years ago
by
Phani Raju MSFT
3
Comments
I hang out at the forums a lot .( http://forums.asp.net/1022/ShowForum.aspx ), I go by phanatic. Looking at a couple of threads let me know that there are no examples of the caseAnimation anywhere :-( Ok, so I built a simple sample which illustrates the use of a CaseAnimation . See demo here So , here we go .... 1) Add a reference to the AjaxControlToolkit to your page. <%@ Register Assembly="AjaxControlToolkit...
With Great Power comes Great Response.write('Ability')
HowTo : Sys.Preview.UI.Effects.FadeAnimation
Posted
over 5 years ago
by
Phani Raju MSFT
1
Comments
The Sys.Preview.UI.Effects Namespace contains a couple of animations that one can use in their applications. Here , we will talk about how to use the FadeAnimation thats present in the Sys.Preview.UI.Effects NameSpace. The Scripts that are to be included are : MicrosoftAjax.js PreviewScript.js PreviewGlitz.js Call the Initialize function to do the same to the Ajax Scripts :-) <script language= ...
With Great Power comes Great Response.write('Ability')
Sys.Preview.Timer Control - A Client Side Timer
Posted
over 5 years ago
by
Phani Raju MSFT
2
Comments
We have quite often come across scenarios where-in we need to execute certain client-Side code at certain intervals . What we often ended up doing is to use the window.setTimeOut() and the window.setInterval functions of IE to execute an expression at certain intervals of time . The Sys.Preview.Timer Provides an abstraction over these functions and makes it easier to define Functions to be Executed...
With Great Power comes Great Response.write('Ability')
Using MS Ajax Animations From the Client-Side
Posted
over 5 years ago
by
Phani Raju MSFT
9
Comments
We will talk about how to use the MS-Ajax Animation Framework without any server-side code. The sample completely illustrates how to instantiate and use the Animation Controls by including the proper script references. 1) Include the following scripts in your HTML Page MicrosoftAjax.js ( download from Here ) Timer.js ( downlod from Here ) BaseScripts.js Common.js Animations...
With Great Power comes Great Response.write('Ability')
Customizing the Alert Messages in IE
Posted
over 5 years ago
by
Phani Raju MSFT
8
Comments
Have you ever felt that this looks ugly ? Did you ever want to customize the Image , the text, the Icons ? You would probably want to customize it to the Look and feel of your web application. We are gonna talk about how to customize the Alert Box in IE . When we are done , it will look like this . We can change the Default ALERT function with Javascript . window.alert= function ( alertMessage ){ ...
Page 1 of 1 (6 items)