Peter Gfader 's Blog
Showing posts with label
silverlight
.
Show all posts
Showing posts with label
silverlight
.
Show all posts
Silverlight - Testing the untestable
›
Another limitation of testing Silverlight that me and one of my workmates ran into with mstest and VS2010 is documented below. OOP es...
Fast = $$$ How do you make sure to have a fast application?
›
Many articles on the web , books and statistics tell us that “faster = better” and even more important: faster = more revenue. ...
A better EBay in Silverlight
›
Thanks everyone for 2 great user group nights. Here are my slides and my most important slide, based on Paul Stovell's blog post
1 comment:
Silverlight - 5 easy steps to obfuscate auto-magically on the build server
›
Disclaimer Before you start flaming me, I am aware that all business relevant code and IP stuff must be on the server side. Just funny ho...
8 comments:
Silverlight - Prevent users from losing changes by using the browser back button
›
Do you know how to prevent users from losing changes in your Silverlight application, if they click the "back button" or "c...
12 comments:
How to reduce the size of a Silverlight application?
›
We are using the WrapPanel from the Silverlight toolkit Because we don't need the whole toolkit assembly, we copy/paste the source of ...
Customer Support in Silverlight
›
Imagine the following You have built the world's best Silverlight twitter client, but every now and then your app crashes OR...
13 comments:
Silverlight usability – the context menu
›
My question to you (developers & designers) about the context menu in Silverlight: Is an application more user friendly, if there a...
7 comments:
Google Wave in Silverlight – Online collaboration made easy
›
Google Wave is pretty cool, and was a big hype in the beginning . I still use for sharing some notes with others… Building something s...
2 comments:
Silverlight – Showing HTML content “inside” Silverlight – without the WebBrowser control
›
Everyone was VERY excited about the possibility to show HTML content inside Silverlight. But soon we Silverlight developers realized tha...
7 comments:
Silverlight - Reduce your XAP download and increase the start-up performance
›
How can I reduce the size of my Silverlight application? And make it a better user experience on start-up?
5 comments:
Silverlight - Browser interaction
›
Reminder to myself Silverlight - How to use managed code to manipulate HTML DOM? How to interact with the DOM of the hosting page from ...
1 comment:
Silverlight – The UI thread belongs to the browser!
›
To myself: Remember the following Silverlight is “normally” hosted in the browser. So, the single UI Thread should belong to the browser...
No debugging in Silverlight 4 with VS2010?
›
If you get this nice error message, you are probably lost, because there is no hints on WHY!!!??? Microsoft Visual Studio ------------...
10 comments:
Unable to open project in Expression Blend (since you are using VS2010 with .NET 4)
›
If you get the following problem in Expression Blend 3.0.1927.0: “Unsupported project” Figure : Error messages in Expression Blend A...
2 comments:
"Real time" communication – client/server
›
How would you implement an online chat application? Which technology would you use? -------- We are building something similar and...
3 comments:
How to create a Karaoke machine in Silverlight
›
(Scroll to the bottom for the nice UI) Figure: Karaoke machine UI done by a Developer :-) Goal We have 2 textboxes for arti...
›
Home
View web version