slimmerchatten.nl
Chatiquette.nl - Slimmer chatten met je klanten!
http://www.slimmerchatten.nl/nieuws.html
Managament Support Magazine (Offline). Chatten met vrienden kan iedereen, maar chatten met je klanten is een ander verhaal. Een chatgesprek is heel iets anders dan een telefoon gesprek of een zakelijke e-mail. Wie voor het eerst een chat gaat inzetten in de zakelijke omgeving, heeft aan dit boekje een mooie handleiding, met praktische tips en heldere voorbeelden. Auteur: Floris van der Veen. Kijk voor de rest van het artikel op Chatbot.org. 31/07/2009 - Financieel Management. Het boek Chatiquette biedt e...
web-snippets.blogspot.com
web-snippets: Silverlight 4 – Using the webcam
http://web-snippets.blogspot.com/2009/11/silverlight-4-using-webcam_2976.html
This is my personal weblog. It does not reflect the opinion of my employer in any way. Thursday, November 19, 2009. Silverlight 4 – Using the webcam. Yesterday the beta release of Silverlight 4 was announced. Of course I couldn’t resist to get started with one of the items on my personal wish list (and on lots of other peoples wish list as well). As I mentioned before we’ll be using a Grid to display the video in. Why wouldn’t you use a MediaElement? What is available then? Describing how to get the vide...
web-snippets.blogspot.com
web-snippets: TextBox with automatically resizing of the fontsize
http://web-snippets.blogspot.com/2009/07/textbox-with-auto-resizing-fontsize.html
This is my personal weblog. It does not reflect the opinion of my employer in any way. Sunday, July 12, 2009. TextBox with automatically resizing of the fontsize. A while back I ran into this textbox that automatically made the font smaller when the text was larger than the size of the textbox. I wanted to recreate one in Silverlight. In Visual Studio, add a class and make it inherit the default TextBox:. Public class TextBoxAutoResizingText : TextBox. Besides these private fields we have a few propertie...
web-snippets.blogspot.com
web-snippets: April 2009
http://web-snippets.blogspot.com/2009_04_01_archive.html
This is my personal weblog. It does not reflect the opinion of my employer in any way. Thursday, April 23, 2009. Open in Expression Blend - switch between 2 and 3. Since Silverlight 3 is available, Blend 3 Preview was also released. When installing Silverlight 3 tools it is no longer available to create Silverlight 2 applications. Thanks to Amy Dullard who created an awesome batch file/deinstaller/installer script. It makes life a lot easier. Reg import Blend3-to-2.reg. Reg import Blend2-to-3.reg. Now, w...
web-snippets.blogspot.com
web-snippets: Silverlight 4 - Drag and drop images on a Silverlight application
http://web-snippets.blogspot.com/2009/11/silverlight-4-drag-and-drop-images-on.html
This is my personal weblog. It does not reflect the opinion of my employer in any way. Saturday, November 28, 2009. Silverlight 4 - Drag and drop images on a Silverlight application. One of the great new features of Silverlight 4 is drag-drop. This makes it possible to drag files from your OS onto the Silverlight application. In this tutorial we’ll create a ListBox and make it possible to drop images from the desktop onto the application. The images will then appear in the ListBox. At this time Silverlig...
web-snippets.blogspot.com
web-snippets: October 2008
http://web-snippets.blogspot.com/2008_10_01_archive.html
This is my personal weblog. It does not reflect the opinion of my employer in any way. Monday, October 13, 2008. Clipboard support in Silverlight 2. The demo now works with Silverlight 2 RTW and the ClipboardHelper has been added to the source of the SilverlightContrib project. It'll be in the next release. By default, there is no clipboard support in Silverlight 2. Page Brooks. Who is the project coordinator of the open source project SilverlightContrib. I'm working on with a bunch of other developers.
web-snippets.blogspot.com
web-snippets: September 2008
http://web-snippets.blogspot.com/2008_09_01_archive.html
This is my personal weblog. It does not reflect the opinion of my employer in any way. Saturday, September 20, 2008. But here's a preview of another one of the projects in Foundation Silverlight 2 Animation. I made a little modification to this compared to the one that you'll create from the instructions in the book, assuming you're going to get it of course :). To make the dragon move more "natural" I used a DispatcherTimer with a random duration to make it change direction at a random time.
web-snippets.blogspot.com
web-snippets: November 2009
http://web-snippets.blogspot.com/2009_11_01_archive.html
This is my personal weblog. It does not reflect the opinion of my employer in any way. Saturday, November 28, 2009. Silverlight 4 - Drag and drop images on a Silverlight application. One of the great new features of Silverlight 4 is drag-drop. This makes it possible to drag files from your OS onto the Silverlight application. In this tutorial we’ll create a ListBox and make it possible to drop images from the desktop onto the application. The images will then appear in the ListBox. At this time Silverlig...
web-snippets.blogspot.com
web-snippets: January 2009
http://web-snippets.blogspot.com/2009_01_01_archive.html
This is my personal weblog. It does not reflect the opinion of my employer in any way. Wednesday, January 28, 2009. Creating a ColorFillToy in Silverlight - Part 2. Click here to view a demo of the application after part 2 of the tutorial/. Click here to download the source. In part 1 of this tutorial. We focused on the creation of the XAML for the ColorFillToy application. In this part, we will create the code to set the cursor and to detect the FillArea that we need to fill. First of all we're going to...