Skip to content

RIA

2010-03-08 - NEW EXAMPLE: Get Tree from List

UIZE JavaScript Framework - Sat, 07/24/2010 - 14:29
The new Get Tree from List example demonstrates how the Uize.Node.Tree.getTreeFromList static method of the Uize.Node.Tree module can be used to build a tree data object by analyzing the structure of a nested list defined by an HTML ul tag. A tree data object like this can be supplied to a tree menu widget, or can otherwise be used to build UI for navigating to different sections of the document (a contents tree, for example).
Categories: Open Source, RIA

2010-03-08 - NEW MODULE: Uize.Node.Tree

UIZE JavaScript Framework - Sat, 07/24/2010 - 14:29
The new Uize.Node.Tree module provides convenience methods for generating a tree data object by analyzing HTML on a page. A tree data object is an array, where each element of the array is a Tree Item. Because a Tree Item may itself contain a child Tree Data Object, specified by its items property, a Tree Data Object can be used to represent an arbitrarily complex, hierarchical structure for information. A Tree Data Object can be used in any number of ways, but is commonly used for building tree-based user interface elements such as contents lists, structured dropdown menus, etc. A number of widget class support data in the Tree Data Object format, such as the Uize.Widget.Tree.List, Uize.Widget.Tree.Menu, and Uize.Widget.Tree.Select classes. Outside of widgets, tree data objects can be used to drive the generation of HTML, in build scripts or Web applications, using JavaScript Templates.
Categories: Open Source, RIA

In Silverlight Application Change Your Namespace and Assembly Name

The first thing I do when creating a new project in Visual Studio (regardless of type) is change the project name, assembly name, and default namespace. I like for the names of all these to be consistent. However, I have noticed in Silverlight, you must make changes in five different places for everything to work alright otherwise you will get errors. I’m no Silverlight expert, but I thought this post would be useful for people like me who only dabble in it from time to time. When you create your new Silverlight project, right click on the project name and bring up its properties. Go ahead and change the default namespace and assembly name just like you would in any other project.

read more

Categories: Media, RIA

In Silverlight Application Change Your Namespace and Assembly Name

The first thing I do when creating a new project in Visual Studio (regardless of type) is change the project name, assembly name, and default namespace. I like for the names of all these to be consistent. However, I have noticed in Silverlight, you must make changes in five different places for everything to work alright otherwise you will get errors. I’m no Silverlight expert, but I thought this post would be useful for people like me who only dabble in it from time to time. When you create your new Silverlight project, right click on the project name and bring up its properties. Go ahead and change the default namespace and assembly name just like you would in any other project.

read more

Categories: Media, RIA

New phone bits, same pretty charts [Upgraded my Windows Phone 7 Charting example for the Windows Phone Developer Tools Beta]

Microsoft Silverlight content - Fri, 07/23/2010 - 18:48
The recent release of the Windows Phone Developer Tools Beta introduces a variety of notable changes to the Windows Phone platform and I've been meaning to update my Data Visualization on Windows Phone sample so I could continue to refer people to it...(read more)
Categories: RIA

Microsoft Money Machine Grinds On

Microsoft’s stock price may stink but its P&L numbers are pretty much sweet perfume. In the June quarter, Microsoft’s fiscal fourth quarter and the end of its fiscal year it made $4.52 billion, 51 cents a share, up 48% on record revenues of $16.04 billion, up 22%.

read more

Categories: Media, RIA

Microsoft Money Machine Grinds On

Microsoft’s stock price may stink but its P&L numbers are pretty much sweet perfume. In the June quarter, Microsoft’s fiscal fourth quarter and the end of its fiscal year it made $4.52 billion, 51 cents a share, up 48% on record revenues of $16.04 billion, up 22%.

read more

Categories: Media, RIA

The Value of Prism (Silverlight TV #37)

Microsoft Silverlight content - Thu, 07/22/2010 - 19:51
In this episode of Silverlight TV, Brian Noyes discusses strategies for building Silverlight business applications . Brian is an advisor working with the Patterns and Practices team on the current and future versions of Prism. John and Brian discuss what...(read more)
Categories: RIA

Best Practices on JavaScript and AJAX Performance

Latest News from AJAX & RIA Journal - Thu, 07/22/2010 - 19:44
JavaScript can save your day or it can cause you nightmares. JavaScript and XHR (XmlHttpRequest) enable what the industry considers to be Web 2.0 – meaning highly interactive web sites where some application logic is pushed down to the client into the browsers JavaScript engine. As with any application code – regardless of the language and runtime environment – it is easy to not follow Best Practices which ultimately negatively impact the end-user experience with the site.

read more

Categories: Media, RIA

Notes of a Lifelong IT Student

Latest News from Adobe Flex Journal - Wed, 07/21/2010 - 03:36
Have you ever attended software training? If yes, have you enrolled voluntarily or your employer required you to get re-trained to get extra points for your annual review? If so, was that class useful other than getting these points? In my blog “Notes of a traveling contract trainer ” I promised to write a sequel from the student’s point of view. You got it. If you work for a large corporation, the chances are high that you are entitled for taking one or two training classes each year. In some cases you even get to choose which classes to attend. I mean off-sight training. But most likely, you are enrolling a class offered onsite by an invited instructor.

read more

Categories: Media, RIA

Hopping outside the box [How to: Leapfrog Bindings (bridge DataContexts) in Silverlight and WPF]

Microsoft Silverlight content - Tue, 07/20/2010 - 21:59
The data binding infrastructure for Silverlight and WPF is extremely powerful and makes it easy to write powerful, dynamic applications without worrying about synchronizing the UI with every change to the underlying data. By leveraging this power, developers...(read more)
Categories: RIA

Fixed a problem with comments

Microsoft Silverlight content - Tue, 07/20/2010 - 02:50
It appears that MSDN’s new blog engine has started more aggressively marking comments for moderation. I started getting suspicious at not receiving any comments on our posts, so I checked and it turned out there was a huge queue of comments waiting to...(read more)
Categories: RIA

Debugging a “Silverlight Business Application” Out Of Browser

Microsoft Silverlight content - Tue, 07/20/2010 - 00:52
If you’re using RIA Services then you might be using the “Silverlight Business Application” template which has an issue with out-of-browser debugging which causes it to throw an exception rather than start your debugging session properly. Fortunately...(read more)
Categories: RIA

Flex 4 ACE Exam | Adobe Developer Connection

This certification can help set you apart from other IT professionals and demonstrate your skills and knowledge with Flex.
Categories: RIA

Windows Client Developer Roundup for 7/17/2010

Microsoft Silverlight content - Sat, 07/17/2010 - 12:47
This is Windows Client Developer roundup #33. A little early this week The Windows Client Developer Roundup aggregates information of interest to Windows Client Developers, including WPF , Silverlight , Visual C++, XNA , Expression Blend , Surface , Windows...(read more)
Categories: RIA

Ooyala and Silverlight Bring the Beach Volleyball Open to You, Live!

Microsoft Silverlight content - Sat, 07/17/2010 - 04:12
Exciting news for beach volleyball fans: watch live coverage of the AVP Nivea Tour Hermosa Beach on AVP.com powered by Ooyala’s new Silverlight player. Check out the Ooyala blog and learn about the Ooyala player for Silverlight , which leverages the Silverlight...(read more)
Categories: RIA

PollingDuplex multiple mode timeouts demystified

Microsoft Silverlight content - Sat, 07/17/2010 - 02:07
The new MultipleMessagesPerPoll mode added to PollingDuplex in Silverlight 4 , comes with some new timeouts , so I thought it would be useful to post a detailed description of how those work. Unfortunately this is not currently covered by our documentation...(read more)
Categories: RIA