DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

pbrooks Subscribe to this feed
pbrooks
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by pbrooks
1
kicks
submitted by pbrooks pbrooks 3 days, 8 hours ago

pagebrooks.com — If you have ever used Resharper, you may know that it has a great feature called Templates. Templates give you the ability to quickly generate code that you would generally need to write by hand. I've built 4 templates that you can use in your Silverlight endeavors. read more...

Add a comment add a comment | category: | Views: 3
tags: | tag it

1
kicks
submitted by pbrooks pbrooks 3 days, 20 hours ago

pagebrooks.com — When building a custom control in Silverlight 2, the OnApplyTemplate method gives you the opportunity to “wire-up” logical instances of elements in your control. When a control is loaded, it is important to realize that in Silverlight 2, this method is not triggered very early with respect to other events. In other words, you could very easily write code that fails just because of where you call it. Understanding the control’s life cycle will help in avoiding these situations. read more...

Add a comment add a comment | category: | Views: 7
tags: | tag it

3
kicks
submitted by pbrooks pbrooks 1 month ago

jeff.wilcox.name — A week ago, we gave the world the first release of the Silverlight Toolkit. Shawn Burke told you that we’re agile, and that we have a neat release model. The fun continues! Today, the source code to the Silverlight Unit Test Framework is available with the same open source license. It is checked in to the source control for the toolkit on CodePlex. read more...

Add a comment add a comment | category: | Views: 3
tags: | tag it

29
kicks
published 1 month, 6 days ago, submitted by pbrooks pbrooks 1 month, 6 days ago

codeplex.com — The Silverlight Toolkit is a collection of Silverlight controls, components and utilities made available outside the normal Silverlight release cycle. It adds new functionality quickly for designers and developers, and provides the community an efficient way to help shape product development by contributing ideas and bug reports. This first release includes full source code, unit tests, samples and documentation for 12 new controls covering charting, styling, layout, and user input. read more...

Add a comment add a comment | category: | Views: 189
tags: | tag it

2
kicks
submitted by pbrooks pbrooks 1 month, 14 days ago

silverlightcontrib.org — I'm happy to announce the Alpha 2 release of Silverlight Contrib! If you have been following the project on CodePlex, you know that a lot has changed in the past few weeks. The team has grown to 6 members and we have added quite a few new features (including Silverlight 2 RTW Compatibility). Additionally, we have created a web site (SilverlightContrib.org) which contains live demonstrations of many features in Silverlight Contrib as well as an RSS feed for keeping up with announcements. read more...

Add a comment add a comment | category: | Views: 10
tags: | tag it

3
kicks
submitted by pbrooks pbrooks 1 month, 22 days ago

pagebrooks.com — Quite often, I hear people asking if they can use .NET assemblies compiled for the full .NET runtime in Silverlight. Unfortunately, this just isn’t possible, the Silverlight runtime is a subset of the full .NET runtime and for code to run correctly under the Silverlight runtime, there are various dependencies that must be linked and verified at compile time. But (there is always a but), there is one technique that you can use that effectively allows you to write your code once and have it work in both Silverlight and regular .NET applications. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

2
kicks
submitted by pbrooks pbrooks 2 months, 17 days ago

blogs.msdn.com — Shortly after MIX07, ScottGu brought up an idea of building a larger team focused on building controls. We kicked this idea around for while as we talked about details, timelines, and goals. In April, most of these details were worked out and we hashed out a charter and some early areas of focus and deliverables. read more...

Add a comment add a comment | category: | Views: 14
tags: | tag it

3
kicks
submitted by pbrooks pbrooks 3 months, 9 days ago

pagebrooks.com — I've just started a new project on CodePlex called Silverlight Contrib. The aim of this project is to offer the most comprehensive collection of free and open source Silverlight controls. The first drop is very small, but with support from the community, I hope to grow this collection into a full suite of controls that you can incorporate into your solutions. read more...

Add a comment add a comment | category: | Views: 10
tags: | tag it

20
kicks
published 3 months, 12 days ago, submitted by pbrooks pbrooks 3 months, 13 days ago

pagebrooks.com — I thought it would be cool to try building a reusable container control so I came up with CoolMenu. You really have to try this one out to get the full experience, a screen shot just doesn't do it justice. CoolMenu is a Silverlight container control that gives you a nice wave-like effect as you move your mouse over the menu items. Clicking a menu item causes the item to bounce. read more...

Add a comment 3 comments | category: | Views: 351
tags: | tag it

2
kicks
submitted by pbrooks pbrooks 3 months, 25 days ago

pagebrooks.com — After posting my Treadmill application, Andrew Duthie suggested that it would be cool if I made it so you could drag your mouse along the speed and incline visuals and have them update instead of repeatedly clicking the plus and minus buttons. That gave me the idea for a new control. What if we built a gauge control that you could adjust in a similar manner as described above? That way, anyone could use it and furthermore, a properly designed control would allow us to define the "gauge" to be anything we would like and the control would work the same! read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

2
kicks
submitted by pbrooks pbrooks 3 months, 28 days ago

pagebrooks.com — This control presents 4 stars/hearts/whatever and, by hovering your mouse over the control, you can change the state of the control. Clicking on a particular star will set the rating for the selector. I think this screenshot really illustrates the awesome skinning capabilities of Silverlight. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

2
kicks
submitted by pbrooks pbrooks 4 months, 1 day ago

pagebrooks.com — In the final post for this series, we will be expanding the usefulness of our application by adding a workout feature. This feature will allow you to craft workouts (in XML format of course) and then have the application execute them. The application will render a nice visualization so you can monitor your progress as you burn off those calories. read more...

Add a comment add a comment | category: | Views: 4
tags: | tag it

2
kicks
submitted by pbrooks pbrooks 4 months, 4 days ago

pagebrooks.com — I work with several different computers on a daily basis and sometimes it can be a chore to keep up with multiple copies of files and remember which machine has a particular file. In particular, I have a few applications that are constantly out of sync with one another and manually keeping them in sync is next to impossible. read more...

Add a comment add a comment | category: | Views: 10
| tag it

2
kicks
submitted by pbrooks pbrooks 4 months, 5 days ago

pagebrooks.com — In the first part of this series, I demonstrated a Silverlight application that controls a treadmill. Today, we will go into a little more detail on using various audio signals (aka Chirps) which, in turn, instruct the treadmill to change settings. To keep things simple, we are going to just focus on the speed and incline aspect of the application in this post. read more...

Add a comment add a comment | category: | Views: 0
tags: | tag it

3
kicks
submitted by pbrooks pbrooks 4 months, 7 days ago

pagebrooks.com — If you are like me, you have a treadmill that sits in your garage collecting dust while you sit in front of your computer all day. Well, it's time to drag that 350-pound waste of metal within reach of your computer so you can wire-up some bleeding-edge technology to it! Yes, we are going to control your treadmill with Silverlight. read more...

Add a comment add a comment | category: | Views: 9
tags: | tag it

3
kicks
submitted by pbrooks pbrooks 4 months, 14 days ago

silverlightshow.net — Coming from projects in which WPF design experience was established, the step to developing in Silverlight 2 was not an easy one. Even though I anticipated getting disappointed and even annoyed by times, there were several gotchas that baffled me. Some of those can still be found in the current Beta 2 release, but others are resolved to a degree that makes for a workable Silverlight 2 environment. These include Canvas rules, Color resources, limited fonts, no BitmapEffects, no paging facility, limited resource facilities, significant transparency, StaticResources only, XML Databinding, and the lack of some important controls. I’ll let you in on this treasure trove and tell you all about these 10 Silverlight 2 gothas resolved. read more...

Add a comment add a comment | category: | Views: 14
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge