calebt

Stories kicked by friends of calebt

Mutually Exclusive HTML Select Elements Using jQuery(rndnext.blogspot.com)

submitted by calebtcalebt(300) 2 years, 9 months ago

This jQuery code snippet shows how to make a number of related html select elements mutually exclusive. That is, all of the select elements have the same list of options, but you should only be allowed to choose a given option once. read more...

add a comment |category: |Views: 62

tags: another

Generic Query String Helper for ASP.NET(rndnext.blogspot.com)

submitted by calebtcalebt(300) 2 years, 9 months ago

Query strings are something we deal with constantly. I’ve come up with a helper that uses .NET Generics to handle a lot of common cases that we usually write unnecessary code for. read more...

add a comment |category: |Views: 203

tags: another

Iterating a Complex DataList Hierarchy With Lambda Expressions(rndnext.blogspot.com)

submitted by calebtcalebt(300) 2 years, 10 months ago

This post demonstrates one way to use lambda expressions as part of a strategy to avoid code duplication when iterating over complex control hierarchies. read more...

add a comment |category: |Views: 11

tags: another

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

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

jQuery live() and plugins(rndnext.blogspot.com)

submitted by calebtcalebt(300) 3 years, 3 months ago

Strategy for using jQuery 1.3's live() and certain plugins such as hoverIntent. read more...

add a comment |category: |Views: 342

tags: another

jQuery live() and plugins(rndnext.blogspot.com)

submitted by calebtcalebt(300) 3 years, 3 months ago

Strategy for using jQuery 1.3's live() and certain plugins such as hoverIntent. read more...

add a comment |category: |Views: 342

tags: another

jQuery Ajax Tooltip(rndnext.blogspot.com)

submitted by calebtcalebt(300) 3 years, 3 months ago

Example of using jQuery 1.3 and the new live() method for creating an ajax tooltip. read more...

2 comments |category: |Views: 2784

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

Set WPF ListBox SelectedItem on Hover(rndnext.blogspot.com)

submitted by calebtcalebt(300) 3 years, 4 months ago

How to make the ListBox highlight the current item the mouse is on. read more...

add a comment |category: |Views: 294

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

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

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