Oana and Arthur | Our dev blog




Delay-loading controls with UpdatePanel

I found an interesting article about delay-loading with UpdatePanel.

It is simple and useful, all you need to do is:

  • Add a PreRender event handler for the UpdatePanel which delays the enabling of the desired controls.
  • Do a Postback on that UpdatePanel from clientside PageLoad, using the EVENTTARGET & EVENTARGUMENT (set as an identification string to prevent multiple code executions)

Here is the complete description and code sample: http://www.codeproject.com/KB/aspnet/AllAboutDelayLoading2.aspx

Oana

 

Tags: , , ,
Categories: .NET | C#
2147 Comments
Actions: E-mail | Permalink | Comment RSSRSS comment feed


Optical illusions

Two of my favourite optical illusions, pretty amazing and unbelievable :)

First one (all details are written on the picture)

 

And the second one:

The big rectangle has a gradient color, but the bar has only a solid, single color.

 And many others http://www.michaelbach.de/ot/  -  thanks Vali ;)

 Have a nice day,
 Oana

 

Tags: , , , ,
Categories: Design | Misc | Fun
5672 Comments
Actions: E-mail | Permalink | Comment RSSRSS comment feed


Hawkeye, our "travel trails app", among the best

Hawkeye, our "travel trails app", among the best at the Imagine Cup's Windows Phone 7 “Rockstar” Award:

Details: http://windowsteamblog.com/windows_phone/b/wpdev/archive/2010/06/08/and-the-windows-phone-7-rockstar-is.aspx?utm_source=twitterfeed&utm_medium=twitter

 

Extremely happy,
Oana and Arthur

Tags: ,
Categories: Windows Phone
0 Comments
Actions: E-mail | Permalink | Comment RSSRSS comment feed


Windows Phone 7 - Architecture and APIs

Hawkeye is a solution build up of three main projects. 
  1. Hawkeye, the application which runs on a Windows Phone.
  2. Hawkeye.API, a web service used to implement API functionalities.
  3. Hawkeye.Console.App is a console application used for testing the web service and APIs.

Open source .NET APIs

Screenshots:

Visual Studio 2010 Hawkeye Solution

 

MainPage.xaml 

 

Oana & Arthur

 



Pivot

The new Silverlight Pivot control will be available with the release of Silverlight 4 on 15th April.
It enables you to organize, sort, visualize huge collections of data in a very friendly way.

More details and a demo video at: http://www.getpivot.com/silverlight/

 

Tags: ,
Categories: Silverlight
14831 Comments
Actions: E-mail | Permalink | Comment RSSRSS comment feed