Jabrown85

Stories kicked by Jabrown85

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 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

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