Silverlight With Java Script [Beta 01] Tutorial 05

Continuing in my series of Silverlight Introductions relying only upon HTML and Java Script, I have uploaded the 5th one:

](http://www.wynapse.com/Silverlight/Tutor/Silverlight_With_Java_Script_Tutorial_05.aspx)

I didn't notice until I grabbed an image for the blog post that my xaml wasn't centered... oh well:) That will probably bother me enough that I'll change it tonight!

This one introduces the Ellipse as you can see, and also adds in MouseEnter and MouseLeave messages to give us rollover effects on the text.

I also demonstrate an interesting combination of Opacity and Visibility

Going along with yesterday's post, I have included the full html to run this page on the page. So all you need do is copy the html to an html file, and copy the xaml to a xaml file named as I have mine in the html file and it will run. Note that in the HTML I am using subfolders for js and xaml, so without those you will have difficulties as well.

Have fun, and thanks for all the kind comments!


and and

This article is part of the GWB Archives. Original Author: Dave Campbell

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.