DotNetShoutout - Latest published stories in UX (page 3)
3
Shouts

AngelCode bitmap font parsing using C#

published 503 days, 20 hours, 56 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 506 days, 42 minutes ago
Wednesday, January 04, 2012 5:44:44 PM GMT Monday, January 02, 2012 1:58:30 PM GMT
Article describing a component for parsing bitmap font files generated by AngelCode's BMFont utility (more)
category: UX | clicked: 29 | 1 comment | | source: cyotek.com
tags: C#, Fonts, bitmap
3
Shouts

Mindscape WPF Elements 5 Released

published 528 days, 2 hours, 28 minutes ago posted by traskjdtraskjd 531 days, 5 hours ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 9:40:02 AM GMT
Mindscape have released version 5 of their popular WPF control suite. Highlights include a high performance data grid, time explorer and over 1000 improvements across the entire 50+ controls now included in the suite. (more)
category: UX | clicked: 20 | comment | | source: www.mindscapehq.com
tags: DataGrid, WPF, XAML, Mindscape
2
Shouts

Composite charts in WPF

published 528 days, 2 hours, 28 minutes ago posted by traskjdtraskjd 530 days, 16 hours, 2 minutes ago
Sunday, December 11, 2011 12:12:15 PM GMT Thursday, December 08, 2011 10:38:26 PM GMT
This blog post demonstrates how easy it is to create composite charts with Mindscape WPF Elements. You can choose any chart such as a bar chart, line chart, etc and compose them together to present data however you need it. (more)
category: UX | clicked: 12 | 1 comment | | source: www.mindscapehq.com
tags: chart, WPF, Mindscape, WPF Elements
4
Shouts

Bringing Windows 8 UI to Windows 7 with RadPanorama for WinForms. Today.

published 531 days, 10 hours, 14 minutes ago posted by KodefuGuruKodefuGuru 536 days, 20 hours, 33 minutes ago
Thursday, December 08, 2011 4:26:26 AM GMT Friday, December 02, 2011 6:07:25 PM GMT
The once unnamed RadPanorama control is here to make your Windows Forms applications rock! Together with the Touch API we have introduced in our previous blog, it brings the full power of touch-optimized applications to your Windows 7 users. If you have not heard anything about RadPanorama before, let us introduce it with a few words. Basically, this new control allows you to represent a small amount of data in the form of tiles that the end-user is able to smoothly scroll left or right with a gesture, ... (more)
category: UX | clicked: 32 | comment | | source: blogs.telerik.com
tags: win7, Win 8, Telerik, WinForms, touch
2
Shouts

Equal column height, div problem

published 557 days, 11 hours, 18 minutes ago posted by jphellemonsjphellemons 560 days, 1 hour, 24 minutes ago
Saturday, November 12, 2011 3:22:30 AM GMT Wednesday, November 09, 2011 1:16:35 PM GMT
Years ago, everybody made a column layout with an Html table. If you do not remember why tables are bad, I recommend reading these nine reasons not to use tables. Today we use (external) cascading style sheets to solve it. Most of the time with the famous ‘faux columns’ trick. Here is a nice way to fix the div equal height problem with a small piece of jQuery. (more)
category: UX | clicked: 8 | comment | | source: www.jphellemons.nl
tags: w3c, jQuery, CSS, HTML
4
Shouts

Jquery Drag and Drop Google+ Circle Effects for developers | Developers Code

published 598 days, 19 hours, 46 minutes ago posted by taanu51taanu51 600 days, 5 hours, 4 minutes ago
Saturday, October 01, 2011 6:53:51 PM GMT Friday, September 30, 2011 9:35:49 AM GMT
HI friends,In this article i would like to share about the jquery effects of Google+ Circles.These effects completely based on coding only no need to use images..so lets start to create the awesome effect Just follow the steps First,Create Main Tags that is html,head and body Next,In the Head Section.Create two script tags. Tag-1 Tag-2Next,Add the Css code in the Head section Now the Head section part is completed Now add code in the body tag Developers code Thats it...Now the outp... (more)
category: UX | clicked: 123 | 5 comments | | source: www.developerscode.com
tags: Google, Social, JavaScript, jQuery
4
Shouts

Developing Applications for Visio with Visual Studio (Windows Forms, WPF, XBAP)

published 622 days, 7 hours, 29 minutes ago posted by mikeborozdinmikeborozdin 625 days, 1 hour, 12 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Monday, September 05, 2011 1:28:16 PM GMT
This tutorial demonstrates how to extend the Visio functionality by writing an Visio add-in with VSTO, creating a standalone application with both Windows Forms and WPF, and finally by building a browse application with WPF (XBAP). (more)
category: UX | clicked: 21 | comment | | source: www.mikeborozdin.com
tags: XBAP, WPF, VSTO
4
Shouts

Convert a PDF into a series of images using C# and GhostScript

published 622 days, 7 hours, 29 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 625 days, 22 hours, 44 minutes ago
Thursday, September 08, 2011 7:11:32 AM GMT Sunday, September 04, 2011 3:56:33 PM GMT
Article which describes how to use C# and GhostScript to convert PDF files into raster images for displaying in an application without requiring a dedicated PDF reader. (more)
category: UX | clicked: 25 | 1 comment | | source: cyotek.com
tags: PDF, C#, WinForms, GhostScript
4
Shouts

Extending the ImageBox component to display the contents of a PDF file using C#

published 624 days, 8 hours, 14 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 625 days, 22 hours, 26 minutes ago
Tuesday, September 06, 2011 6:26:05 AM GMT Sunday, September 04, 2011 4:14:20 PM GMT
Article describing how to extend the ImageBox control to support displaying PDF files using the GhostScript API in a Windows Forms application. (more)
category: UX | clicked: 10 | 1 comment | | source: cyotek.com
tags: PDF, C#, WinForms, GhostScript
3
Shouts

Property elements in WPF: XAML | Tech Samosa

published 638 days, 15 hours ago posted by ankygoyalankygoyal 641 days, 3 hours, 15 minutes ago
Monday, August 22, 2011 11:40:39 PM GMT Saturday, August 20, 2011 11:25:17 AM GMT
As we know XAML allows us to define properties of elements using the attribute syntax. It means that,for example, if we want to specify the content/background colour of button control than we can specify it using attributes as shown below: However there might be a challenge using this syntax. Consider a scenario where we want to display a rectangle inside the button. In this case it would not be possible to define a rectangle in the content attribute.This will be due to string restrictions of attribut... (more)
category: UX | clicked: 11 | 1 comment | | source: techsamosa.com
tags: WPF, XAML
2
Shouts

10 Fresh and Awesome Resources for Web Developement Lovers

published 642 days, 18 hours, 38 minutes ago posted by tutorialfeedtutorialfeed 643 days, 7 hours, 57 minutes ago
Thursday, August 18, 2011 8:02:35 PM GMT Thursday, August 18, 2011 6:42:53 AM GMT
In this post I am sharing Ten fresh resources for web developers. This list includes HTML5 page flip, jQuery Notty, Display Tweets using PHP and jQuery, 10 Free online HTML5 tools and 18 Time saving web apps and much more. (more)
category: UX | clicked: 49 | 2 comments | | source: www.tutorialfeed.org
tags: freebies, Resources
4
Shouts

JavaScript - RoyalSlider – Touch-Enabled jQuery Image Gallery - CodeCanyon

published 646 days, 17 hours, 47 minutes ago posted by diiiimaaaadiiiimaaaa 649 days, 1 hour, 23 minutes ago
Sunday, August 14, 2011 8:53:00 PM GMT Friday, August 12, 2011 1:16:59 PM GMT
RoyalSlider is easy to use jQuery image gallery with animated captions and touch support for mobile devices. Easily add unlimited number of slides and captions. Use it as image slider, image gallery, banner rotator, banner ads, or even presentation. - Animated HTML captions with custom effects (fade, move top, move right…) - Touch gestures navigation (tested on iOS and Android) - Adjustable speed, transition and easing for each caption or slide - Static content for each slide is allowed - Resizable(fluid... (more)
category: UX | clicked: 38 | 1 comment | | source: codecanyon.net
tags: Slider, gallery, jQuery, Mobile, touch, html5
4
Shouts

HTML5 Feature Support Detection « Composite Code

published 653 days, 18 hours ago posted by http://compositecode.com/http://compositecode.com/ 655 days, 23 hours, 41 minutes ago
Sunday, August 07, 2011 8:39:59 PM GMT Friday, August 05, 2011 2:59:22 PM GMT
HTML5 is a collect of individual features, that currently are either supported or not by the current array of browsers. The best approach I’ve found at this time, is to write for HTML5 and use other tools to downgrade graceful. The following are some detection techniques that are in use today: Input Types: HTML5 defines over a dozen new input types for use in web forms. For determining which of these new form elements is supported use the following code, per element (yes I know, that’s a pain in the as... (more)
category: UX | clicked: 8 | comment | | source: compositecode.com
tags: html5
4
Shouts

Speech Recognition

published 660 days, 18 hours, 48 minutes ago posted by BlackWaspBlackWasp 664 days, 16 hours, 46 minutes ago
Sunday, July 31, 2011 7:52:05 PM GMT Wednesday, July 27, 2011 9:53:52 PM GMT
The later versions of Microsoft Windows include a speech recognition engine called "Windows Desktop Speech". This engine is made available to .NET framework developers using the types defined in the System.Speech.Recognition namespace. (more)
category: UX | clicked: 16 | comment | | source: www.blackwasp.co.uk
tags: audio, Speech
4
Shouts

JavaScript Development Environment « Composite Code

published 667 days, 16 hours, 24 minutes ago posted by http://compositecode.com/http://compositecode.com/ 668 days, 23 hours, 7 minutes ago
Sunday, July 24, 2011 10:16:21 PM GMT Saturday, July 23, 2011 3:33:32 PM GMT
JavaScript is pretty easy to develop with, usually only a browser and a text editor is the only thing needed. But seriously, that’s a bit slow going. It helps a lot of have certain tools, editors, debuggers, or other pieces to make the development move along smoothly. So far, over the last few months of doing a little JavaScript here and there I’ve accrued the following tools to help with my JavaScript Development. First a few descriptions of what I’ve been using and and why, then toward the end I’ll pro... (more)
category: UX | clicked: 49 | comment | | source: compositecode.com
tags: JavaScript
8
Shouts

Preview: CodeSmith 6 Template Explorer

published 669 days, 6 hours, 27 minutes ago posted by tduponttdupont 669 days, 22 hours, 15 minutes ago
Saturday, July 23, 2011 8:13:37 AM GMT Friday, July 22, 2011 4:25:46 PM GMT
The CodeSmith Team has been hard at work updating the CodeSmith Generator to use an all new WPF UI. Beyond having a sleek new look, the new template explorer also includes full file system functionality. Check it out and leave feedback now, because it is very close to its first public beta. (more)
category: UX | clicked: 20 | comment | | source: community.codesmithtools.com
tags: WPF, Code Generation, CodeSmith
8
Shouts

Video: CodeSmith 6.0 Editor in Action

published 669 days, 6 hours, 27 minutes ago posted by tduponttdupont 677 days, 23 hours, 46 minutes ago
Saturday, July 23, 2011 8:13:37 AM GMT Thursday, July 14, 2011 2:53:50 PM GMT
This short video shows the new CodeSmith Generator 6.0 Editor in action. This new editor will make the CodeSmith Template editing experience about 10 times better than it was before (yes, that is a scientific measurement), and that is not even counting that it will be integrated right into Visual Studio. There is still more work to do, but a beta version is coming soon. (more)
category: UX | clicked: 44 | 5 comments | | source: community.codesmithtools.com
tags: Visual Studio Plugin, Code Generation, CodeSmith
4
Shouts

CSS Syntax Highlighting in the DigitalRune Text Editor Control

published 681 days, 6 hours, 44 minutes ago posted by http://richardmoss.myopenid.com/http://richardmoss.myopenid.com/ 683 days, 20 hours, 12 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Friday, July 08, 2011 6:28:01 PM GMT
An article which describes how to create a definition ruleset to allow CSS formatting in the DigitalRune/SharpDevelop Text Editor Controls, and how to load custom definition rulesets into the control. (more)
category: UX | clicked: 35 | 1 comment | | source: cyotek.com
tags: C#, Syntax Highlighter
7
Shouts

Preview: CodeSmith 6 Editor Improvements

published 681 days, 6 hours, 44 minutes ago posted by tduponttdupont 683 days, 23 hours, 31 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Friday, July 08, 2011 3:09:37 PM GMT
The CodeSmith Team has been hard at work on the new Visual Studio Template Editor and existing Visual Studio Integration story. In Generator 6 you will be able to create, edit, and run template entirely from within Visual Studio. Check it out and leave feedback now, because it is very close to it's first public beta. (more)
category: UX | clicked: 10 | comment | | source: community.codesmithtools.com
tags: Code Generation, Visual Studio, CodeSmith
7
Shouts

PLINQO for Entity Framework v1.1 Released

published 700 days, 8 hours, 16 minutes ago posted by tduponttdupont 701 days, 23 hours, 48 minutes ago
Wednesday, June 22, 2011 6:24:14 AM GMT Monday, June 20, 2011 2:52:23 PM GMT
PLINQO for Entity Framework 1.1 adds support for Stored Procedures, and adds Query Extensions for views. PLINQO for Entity Framework brings the simplifications, optimizations, and convenience of the highly successful PLINQO (for LINQ to SQL) to Entity Framework 4.1. PLINQO for Entity Framework includes: Safe regeneration of your EDMX, intelligently merges data and code changes, generates chainable query extension methods, and includes a quickstart to started in 30 seconds or less. (more)
category: UX | clicked: 19 | comment | | source: community.codesmithtools.com
tags: Entity Framework, Code Generation, ORM, PLINQO
Previous 1 2 3 4 5 6 7 8 9 10 ... 13 14 Next