calebt

Stories submitted by friends of calebt

Switching ViewControllers on Orientation Change(rndnext.blogspot.com)

submitted by mikejarrellmikejarrell(35) 2 years, 11 months ago

Have you ever wondered how Apple achieves the smooth transition to Coverflow from the iPod app on the iPhone? Today I'll go over how you can accomplish the same feature with very little code. read more...

add a comment |category: |Views: 12

tags: another

Creating a badge icon plugin with jQuery(rndnext.blogspot.com)

submitted by Jabrown85Jabrown85(120) 3 years, 3 months ago

This is a quick run down on a simple jQuery plugin that will place an image over an element. read more...

1 comment |category: |Views: 408

tags: another

Validation in WPF – The Disconnect(rndnext.blogspot.com)

submitted by Jabrown85Jabrown85(120) 3 years, 4 months ago

The issue that escaped me while playing around with WPF was the disconnect between the UI and the ViewModel when binding. This statement itself seems like a major problem, and it is if you aren’t aware. Here is the problem..... read more...

add a comment |category: |Views: 24

tags: another

ComboBox Bug(rndnext.blogspot.com)

submitted by mikejarrellmikejarrell(35) 3 years, 4 months ago

Today we found a small, but annoying, bug in the WPF ComboBox. As Caleb mentioned before, we are implementing an autocomplete control. Since our implementation is a bit different, we are programmatically opening and closing the dropdown list using IsDropDownOpen. read more...

add a comment |category: |Views: 17

tags: another

Another reason to use Expression Blend to design your WPF Applications(rndnext.blogspot.com)

submitted by Jabrown85Jabrown85(120) 3 years, 5 months ago

A quick tip on how to save time and frustration when designing dynamic Windows/UserControls read more...

add a comment |category: |Views: 27

tags: another

Selecting WPF Combobox With Tab Key(rndnext.blogspot.com)

submitted by Jabrown85Jabrown85(120) 3 years, 5 months ago

Changing the default behavior of the WPF Combobox. read more...

add a comment |category: |Views: 87

tags: another