|
|
BronwenZ
BronwenZ
 |
|
Stories kicked by BronwenZ
|
|
submitted by
BronwenZ
5 months, 7 days ago
soulsolutions.com.au — This article is a update to Your video to Silverlight Streaming 102. It gives a simple introduction to Silverlight Streaming that will allow you to turn your own video content into a Silverlight Streaming application ready for you to place on your website or blog using Silverlight Streaming plug-in for Expression Encoder to publish to your Silverlight Streaming account.
read more...
add a comment
|
category: Silverlight | Views: 3
|
|
tags:
SilverlightStreaming, ExpressionEncoder2, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
5 months, 9 days ago
soulsolutions.com.au — Today we launched project “Deep Earth” on codeplex. This open source project will bring together skills from developers all over the world to continue this concept and ultimately create a useable Silverlight control.
Seven people have joined the fun: Shaun Becker, Jonas Follesø, Bronwen Zande, Darko Radiceski, Nicolas Boonaert, Rob Farley and myself John O’Brien. What a great mix of people!
read more...
add a comment
|
category: Silverlight | Views: 15
|
|
tags:
DeepZoom, VirtualEarth, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
5 months, 12 days ago
soulsolutions.com.au — The feedback from Part 1 has been great! There is definitely interest in this. Shaun Becker sent through this gem that removes my proxy server completely! Yes we now have Silverlight Deep Zoom talking directly to Virtual Earth! And better still I can give you a live demo (need SL beta2 installed – click image to view): read more...
add a comment
|
category: Silverlight | Views: 41
|
|
tags:
DeepZoom, Mapping, Silverlight, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
5 months, 12 days ago
soulsolutions.com.au — Silverlight and Virtual Earth are made for each other, but how best do we go about creating a Virtual Earth control in Silverlight? First up lets look at utilising the existing Deep Zoom control to serve up the base image tiles. In this proof of concept we have little more then a stock MultiScaleImage control hooked up to some appropriately created configuration XML, the output is only 6.8KB for the client! And check out the results on video: read more...
add a comment
|
category: Silverlight | Views: 45
|
|
tags:
DeepZoom, Mapping, Silverlight, VirtualEarth | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
7 months, 29 days ago
soulsolutions.com.au — Have had "fun" with the SilverlightStreamingMediaPlayerl today..haven't found the solution..just all the symptoms.
So i've got a SilverlightStreamingMediaPlayer, I've set it to point to an application on Silverlight Streaming, with autoplay OFF so it doesn't start playing as soon as you load the page...all works well.
Then I added a GridView which displayed thumbnails of all the videos I want to play, and when the user clicks on one i update the video and play it using the following javascript:
read more...
add a comment
|
category: Silverlight | Views: 3
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
7 months, 29 days ago
soulsolutions.com.au — The Expression team have posted about how to manipulate collections within the Silverlight 2 multiscaleimage control. So what a great time to revisit my little sample code and make some improvements. Let make sure we have mouse, mouse wheel, keyboard, bounds checks and resorting.
See my updated sample here. Use the "R" key to resort the collection
read more...
add a comment
|
category: Silverlight | Views: 3
|
|
tags:
Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
8 months, 9 days ago
soulsolutions.com.au — After seeing the amazing demo at Mix08 this week I decided I needed to play with this. Checkout my collection of photos from our trip to Thailand last year: http://thailand.soulclients.com
read more...
add a comment
|
category: Silverlight | Views: 7
|
|
tags:
DeepZoom, Silverlight | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
8 months, 9 days ago
soulsolutions.com.au — I wanted to play with the Silverlight Streaming Server control that's part of the Live Tools for Visual Studio.
When i went to run my application I got the following error:
Sys.InvalidOperationExceptoin: DownloaError error#1001 in control 'SilverlightStreamingMediaPlayer1': AG_E_UNKNOWN_ERROR
I tried both the Dec CTP and the Feb CTP with the same error. Turns out you can't use a videos that were uploaded using the new "Manage Video" option, only applications.
So I've switched back to using videos uploaded as applications and it works a treat :)
read more...
add a comment
|
category: Other | Views: 0
|
|
tags:
SilverlightStreaming | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
8 months, 9 days ago
soulsolutions.com.au — If you've been using the Windows Live Tools for Visual Studio, the February 2008 CTP has been released. See the notes here: https://connect.microsoft.com/content/content.aspx?ContentID=7901&SiteID=505&wa=wsignin1.0
So what's different?
Messenger Chat Control has been added
Depenency on ASP.Net 3.5 Extensions has been REMOVED.
CTP is compatible with Silverlight 2.0 SDK
The site is context sensitive so click on Downloads to get the list of builds available for download or go here: https://connect.microsoft.com/Downloads/Downloads.aspx?SiteID=505
read more...
add a comment
|
category: Other | Views: 2
|
|
tags:
Server, Controls, Windows, Live | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
8 months, 19 days ago
soulsolutions.com.au — Was playing with Linq to XML today and wanted to do an orderby based on one of the fields in the xml file.
It's a bit different to SQL as the orderby goes between the from and the select.
My code below shows selecting everything and ordering by the eventdate descending.
read more...
add a comment
|
category: Linq | Views: 4
|
|
tags:
LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
10 months, 20 days ago
soulsolutions.com.au — Today I was asked to do what seemed like a fairly simple task:
Take an Excel 2003 file, add a couple of columns of data and save to a new Excel file programattically.
I haven't done any coding Excel for AGES so this i what I did. To read in the file and add the extra columm and data I did the following:
Used OleDBConnection to grab the data from the sheet into a dataset
Added some columns to the dataset
did some processing and set the data in the dataset
with the following code:
read more...
add a comment
|
category: ADO.NET | Views: 2
|
|
tags:
Excel, Com.Interop, ADO.NET, Database | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
1 year ago
soulsolutions.com.au — Have been using Visual Studio 2008 for awhile now so I thought I'd share some great features.
1. Split View - gives us the ability to see both Design/XAML or Design/HTML view on the same screen with real time update ..very cool
2. Document Outline - to turn this guy on goto View -> Other Windows -> Document Outline. This gives you a tree of all the objects on your page. You can use it to navigate to a specific item and it gives you a visual queue of what it looks like + with split view selects the item in desgn and code view.
Using both of these features together is really useful to get to "hard to find elements".
I've attached a screen shot to show both these features in action at once. Here I've selected a button in the Document Outline..it shows a popup of the button, selects it in the design view aswell as the xaml view. read more...
|
|
tags:
Tips | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
1 year ago
soulsolutions.com.au — After playing with the Web IM Control and Presence API yesterday, I thought to myself..hey..it'd be cool for ppl to ask me questions about my articles.
So i've put my presence next to my name on my articles
read more...
add a comment
|
category: Other | Views: 0
|
|
| tag it
Everyones tags: | Your tags: | |
No tags
|
|
|
|
|
submitted by
BronwenZ
1 year ago
soulsolutions.com.au — For those interested in the new IM Control and Presence API there is a new article on ViaWindowsLive
Messenger IM Control & Presence API Introduction - This article gives a brief introduction to the Windows Live Messenger IM Control & Presence API. It provides a walkthrough of how to setup, install and use the control from both an owner and a vistor user perspective.
Anyone wanting to contribute articles to the site should goto the Contribute Page
read more...
add a comment
|
category: Other | Views: 3
|
|
tags:
presence, Article, liveservices, WebIM | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
1 year ago
soulsolutions.com.au — Many of you may have alread seen Angus's blog and the introduction of a web IM/Presence control on the left side. For those who haven't...check it out :)
So for anyone who uses Messenger and has thought to themself.."gee, it'd be really handy to be able to have a messenger control on my site so people can talk to me without having Messenger", your wishes have been granted.
I'll be doing an article about setting this up in the next couple of days..so watch this space...
If you want to have a play yourself here's the cutdown version of what to do:
read more...
add a comment
|
category: Other | Views: 4
|
|
tags:
LiveService, WebIM, presence | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
BronwenZ
1 year ago
soulsolutions.com.au — I wanted to use ObservableCollection for databinding in WPF cause it handles all the nofications of list changes and generally is just cool.
The problem i had was I had my objects in a different project..a dll and I couldn't access the ObservableCollection object. It worked if I was in a WPF project though.
My problem was essentially that I didn't read the object definition in MSDN very well cause it clearly states it's in the WindowsBase directory!
So if you're having this problem..you can't find ObservableCollectioin...just include WindowsBase.dll in the project references.
read more...
|
|
tags:
ObservableCollection, WPF | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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