DotNetShoutout - Latest published stories in UX (page 13)
7
Shouts

"Hello world" F# + WPF | Channel 9 | Maurizio Colucci from tabbles.net

published 1205 days, 16 hours, 17 minutes ago posted by TabblesTabbles 1206 days, 17 hours, 39 minutes ago
Tuesday, March 02, 2010 3:18:28 PM GMT Monday, March 01, 2010 1:56:09 PM GMT
Tabbles is one of the few commercial products written entirely in F# - and all the GUI is done using WPF, making it pretty unique. This is the first of two posts about getting started with F# + WPF. Enjoy! (more)
category: UX | clicked: 3 | comment | | source: channel9.msdn.com
tags: WinFS, .NET 3.5 SP1, tabbles, WPF, virtual file system, file tagging, F#
12
Shouts

XAML Power toys add-in for VS2010

published 1206 days, 18 hours, 56 minutes ago posted by ZORIGZORIG 1209 days, 15 hours ago
Monday, March 01, 2010 12:39:12 PM GMT Friday, February 26, 2010 4:35:00 PM GMT
XAML Power toys add-in for VS2010 If you have been using XAML Power toys addin in VS2008, you would be happy to know that Karl has now got it ready for VS2010.. (more)
category: UX | clicked: 2 | comment | | source: blogs.msdn.com
tags: VS 2010
5
Shouts

NovoGeek.com - Krishna's weblog | Overriding jQuery/JavaScript functions using closures

published 1206 days, 18 hours, 56 minutes ago posted by novogeeknovogeek 1208 days, 13 hours ago
Monday, March 01, 2010 12:39:12 PM GMT Saturday, February 27, 2010 6:35:08 PM GMT
Function overriding is an important feature in any programming language. In advanced languages like .NET, Java, it can be accomplished easily through a set of key words. But this is not the same in JavaScript and this is where closures come to your rescue. (more)
category: UX | clicked: 6 | comment | | source: www.novogeek.com
tags: JavaScript, jQuery
7
Shouts

Postback Text Processing with the AJAX Modal Dialog - Misfit Geek

published 1209 days, 16 hours, 58 minutes ago posted by jantujantu 1210 days, 21 hours, 14 minutes ago
Friday, February 26, 2010 2:37:38 PM GMT Thursday, February 25, 2010 10:20:58 AM GMT
I’ve started blogging simple tips when I get a question from a developer that’s a bit tricky.This is one of those. Simple to do, but not always simple to find the answer.In this case the developer wanted to use an AJAX Editor Control inside a ModalPopup control.This isn’t a problem but, the user needed to clicking the OK button to cause a post-back so that he could execute some server –side logic.The ”Ok” Button is an ASP.NET control but adding a Click Event Handler for the button didn’t solve ... (more)
category: UX | clicked: 2 | comment | | source: misfitgeek.com
tags: blog, ASP.NET AJAX, ASP.NET
6
Shouts

Silverlight Sketchflow and Clients

published 1211 days, 12 hours, 55 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1213 days, 13 hours, 34 minutes ago
Wednesday, February 24, 2010 6:40:36 PM GMT Monday, February 22, 2010 6:01:08 PM GMT
2/22/2010Sketchflow and Clients Sketchflow is a project template type that can be created to quickly prototype application design, quick UI experiments, and communicating design intent.  I decided, to get a bit more practiced at using the Sketchflow capabilities, that I would write a quick tutorial on starting and creating a basic Sketchflow Application. First step, open up Microsoft Expression Blend 3.  Then click on File and then New Project.  In that dialog you will see the available Expression Blen... (more)
category: UX | clicked: 0 | comment | | source: www.adronbhall.com
6
Shouts

Dot Net Facts: Hide specific cell values in DataGridView

published 1214 days, 12 hours, 59 minutes ago posted by eugenciutaeugenciuta 1216 days, 11 hours, 5 minutes ago
Sunday, February 21, 2010 6:36:05 PM GMT Friday, February 19, 2010 8:30:27 PM GMT
In this post I will show you how to hide a specific cell value in a DataGridView control. (more)
category: UX | clicked: 2 | comment | | source: dotnetfacts.blogspot.com
tags: .NET, hide, values, DataGridView, cell
3
Shouts

50 Amazing Jquery Examples- Part1 - Noupe

published 1216 days, 19 hours, 9 minutes ago posted by KhaledKhaled 1217 days, 8 hours, 40 minutes ago
Friday, February 19, 2010 12:26:42 PM GMT Thursday, February 18, 2010 10:54:48 PM GMT
Many of us have been using a good deal of jQuery plugins lately. Below I have provided a list of the 50 favorite plugins many developers use. Some of these you may have already seen, others might be new to you.  This is just the first series , the second version will be coming soon, stay tuned and Enjoy! (more)
category: UX | clicked: 0 | comment | | source: www.noupe.com
8
Shouts

Displaying Relative Time (C#)

published 1219 days, 20 hours, 17 minutes ago posted by BlackWaspBlackWasp 1221 days, 19 hours, 5 minutes ago
Tuesday, February 16, 2010 11:18:33 AM GMT Sunday, February 14, 2010 12:29:54 PM GMT
When developing software that works with time stamped information, it is common to show the date and time at which an item was created or last updated. A user-friendly alternative is to display a relative time, such as "Two Hours Ago". (more)
category: UX | clicked: 4 | comment | | source: www.blackwasp.co.uk
5
Shouts

Playing WAV Files (C# / .NET)

published 1230 days, 11 minutes ago posted by BlackWaspBlackWasp 1232 days, 9 hours, 35 minutes ago
Saturday, February 06, 2010 7:24:26 AM GMT Wednesday, February 03, 2010 10:00:19 PM GMT
A commonly used standard for high quality sound reproduction is the Waveform Audio File Format, with sound data usually stored in WAV files. The .NET framework provides the SoundPlayer class to allow simple playback of such files. (more)
category: UX | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: wav, audio, .NET, C#
6
Shouts

Code outlining (folding) added to WPF syntax-highlighting code editor control

published 1231 days, 20 hours, 14 minutes ago posted by ActiproActipro 1232 days, 16 hours, 37 minutes ago
Thursday, February 04, 2010 11:21:05 AM GMT Wednesday, February 03, 2010 2:57:53 PM GMT
Check out details and some screenshots on the new code outlining (folding) features that were just added to our syntax-highlighting code editor control for WPF. Run-time functionality matches the outlining features you'll find in Visual Studio 2010. (more)
category: UX | clicked: 8 | 2 comments | | source: tr.im
8
Shouts

Strange behavior of DropShadowEffect | Software and UX

published 1247 days, 17 hours, 56 minutes ago posted by http://pedropombeiro.blogspot.com/http://pedropombeiro.blogspot.com/ 1249 days, 11 hours, 16 minutes ago
Tuesday, January 19, 2010 1:38:55 PM GMT Sunday, January 17, 2010 8:19:42 PM GMT
This article describes an unexpected behavior from DropShadowEffect that can trip many developers. (more)
category: UX | clicked: 1 | comment | | source: sweux.com
tags: WPF, XAML
7
Shouts

Getting the Active Process (C# / .NET)

published 1248 days, 20 hours, 53 minutes ago posted by BlackWaspBlackWasp 1250 days, 20 hours, 10 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Saturday, January 16, 2010 11:24:44 AM GMT
When developing software that monitors running processes, it can be useful to obtain details of the currently active application. The .NET framework does not provide methods to permit this so Platform Invocation Services (P/Invoke) must be used. (more)
category: UX | clicked: 0 | comment | | source: www.blackwasp.co.uk
tags: .NET, C#, Windows
8
Shouts

WPF Extensibility Hacks – Preview 1 – Few interesting Triggers and Actions for WPF, Invoking Triggers based on Conditions etc

published 1248 days, 20 hours, 53 minutes ago posted by http://amazedsaint.blogspot.com/http://amazedsaint.blogspot.com/ 1252 days, 2 hours, 31 minutes ago
Monday, January 18, 2010 10:41:45 AM GMT Friday, January 15, 2010 5:04:05 AM GMT
A set of extensibility hacks for WPF. A few interesting triggers and actions, including EventTrigger, ReactiveTrigger, InvokeMethodAction, and InvokeCommandAction. Also allows invoking Triggers and Actions based on Conditions. Just want to have a quick word on what is available. Here are a couple of points about Wex. Wex is built on top of the System.Windows.Interactivity infrastructure. Wex allows you to define multiple conditions for invoking triggers (like you can specify a KeyDown event trigger sh... (more)
category: UX | clicked: 1 | 1 comment | | source: amazedsaint.blogspot.com
tags: C#, WPF, Visual Studio
10
Shouts

A Collection of Printable Sketch Templates and Sketch Books for Wireframing

published 1257 days, 19 hours, 6 minutes ago posted by http://pedropombeiro.blogspot.com/http://pedropombeiro.blogspot.com/ 1261 days, 10 hours, 51 minutes ago
Saturday, January 09, 2010 12:29:34 PM GMT Tuesday, January 05, 2010 8:44:39 PM GMT
At the beginning of a web (or application) development project I always create the sketches first. While sketching can be done on a blank paper, it’s much better to use a sketch template. For me that is the best and most productive way to work on and improve my ideas before application development begins (and things get more complicated :-)). This way I won’t pay too much attention to some details that should be taken care of later, but stay focused on general layout and functionality. Below you will f... (more)
category: UX | clicked: 1 | comment | | source: www.geekchix.org
tags: iPhone, Web, UX, wireframe, prototyping
9
Shouts

Charts ala visiFire

published 1261 days, 18 hours, 3 minutes ago posted by http://www.adronbhall.com/http://www.adronbhall.com/ 1262 days, 11 hours, 56 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 7:38:52 PM GMT
12/8/2009Charts ala visiFire As mentioned in my last blog entry, I have been on the hunt for some good charting displays.  I found visifire and here is the quick setup & display of some initial reports.  I used some sample data via trusty Webtrends Analytics 9 API, since we have a bit of example data about the office. ; ) Before even getting started, I am using Visual Studio 2010 beta2.  If you don't have access to this then your screen shots will appear a good bit different then mine, or simply you ... (more)
category: UX | clicked: 0 | comment | | source: www.adronbhall.com
tags: Silverlight, Charting, visifire, WPF, charting control
7
Shouts

jQuery Show/Hide Content

published 1268 days, 18 hours, 6 minutes ago posted by http://2leggedspider.wordpress.com/http://2leggedspider.wordpress.com/ 1269 days, 17 hours, 4 minutes ago
Tuesday, December 29, 2009 1:29:13 PM GMT Monday, December 28, 2009 2:31:34 PM GMT
Here is a technique I normally use to show/hide a content in a div tag. This is quite an useful UI technique in situations where you have to show a Master-Child data, where the child data will be hidden initially and will be shown on demand on click on a image or button. (more)
category: UX | clicked: 0 | comment | | source: 2leggedspider.wordpress.com
tags: JavaScript, jQuery
9
Shouts

Xaml color scheme generator

published 1270 days, 17 hours, 28 minutes ago posted by http://rickrat.myopenid.com/http://rickrat.myopenid.com/ 1273 days, 4 hours, 22 minutes ago
Sunday, December 27, 2009 2:06:50 PM GMT Friday, December 25, 2009 3:12:51 AM GMT
I’ve made a xaml color scheme generator that works with http://colorschemedesigner.com/ It generates a resource dictionary and xaml demo source. In the color scheme generator site, just export to xaml, and save to a file. In the generator, browse for that file, and click convert. (more)
category: UX | clicked: 4 | 1 comment | | source: blogs.compdj.com
6
Shouts

Top 6 Firefox Extensions for Twitter and Facebook

published 1273 days, 11 hours, 47 minutes ago posted by kirankkirank 1273 days, 18 hours, 40 minutes ago
Thursday, December 24, 2009 7:48:36 PM GMT Thursday, December 24, 2009 12:55:22 PM GMT
Programming Help..Skip to ContentHomeLog inEntries RSSComments RSSTop 6 Firefox Extensions for Twitter and Facebook 24Dec kirankamble Blogging, SQL, Twitter, Web Development, jquery Mozilla has lots of addons, plug-ins and application which are useful for make your browsing better form all the aspects, here are some best addons for facebook and very famous Twitter. 1.Facebook Toolbar for Firefox Facebook Toolbar adds Facebook search and activity notifications to Mozilla Firefox. if you use ... (more)
category: UX | clicked: 1 | comment | | source: kirank.blog.com
tags: Mozilla
7
Shouts

Windows Ribbon for WinForms, Part 21 – SizeDefinition - Arik Poznanski's Blog

published 1282 days, 19 hours, 53 minutes ago posted by arikarik 1284 days, 9 hours, 23 minutes ago
Tuesday, December 15, 2009 11:41:59 AM GMT Sunday, December 13, 2009 10:12:31 PM GMT
Windows Ribbon for WinForms, Part 21 – SizeDefinition After reviewing the MSDN documentation for the Windows Ribbon Framework I’ve discovered there is only one subject I haven't covered in my ribbon posts. This post comes to rectify this issue. This post is about how to define custom size definitions for ribbon group elements. The post is entirely about ribbon markup, so no changes to the Windows Ribbon for WinForms library. Nevertheless, I’ve uploaded a new sample “18-SizeDefinition” to the project s... (more)
category: UX | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: .NET, Ribbon, Windows 7, C#
12
Shouts

Mindscape WPF Themes released

published 1283 days, 15 hours, 43 minutes ago posted by traskjdtraskjd 1287 days, 3 hours, 52 minutes ago
Monday, December 14, 2009 3:52:23 PM GMT Friday, December 11, 2009 3:43:18 AM GMT
Mindscape have released a suite of WPF themes to help developers deliver attractive applications faster than ever before. All source code is included so that UI tweaks can be made to create your own style or leave them as they are to have an Office 2007 style or Expression Blend look and feel. (more)
category: UX | clicked: 5 | comment | | source: www.mindscape.co.nz
tags: Themes, Skinning, WPF, Mindscape
Previous 1 2 ... 5 6 7 8 9 10 11 12 13 14 Next