DotNetShoutout - Stories tagged with UI
2
Shouts

Hide table column and colorize rows based on value with jQuery

published 443 days, 13 hours, 32 minutes ago posted by lenielleniel 451 days, 19 hours, 52 minutes ago
Sunday, April 01, 2012 8:31:29 PM GMT Saturday, March 24, 2012 2:10:58 PM GMT
This is a handy piece of code that I used last year in one of my projects. I had scheduled to post about it but it was just after I saw a question at StackOverflow asking for this that I decided to write about it. So here it is: let’s say you want a nice UI experience and to achieve that you wanna colorize/highlight a table row according to a given value present in a column of this row. This is a simple task when we use jQuery. Read on... (more)
category: UX | clicked: 71 | comment | | source: www.leniel.net
tags: ASP.NET MVC, column, row, hide, color, Programming, TAble, UI, JavaScript, Highlight, jQuery, WebGrid, CSS, HTML
2
Shouts

Coded UI Tests : Property “ReadOnly” cannot be retrieved due to the current state of Edit

published 523 days, 2 hours, 40 minutes ago posted by jmix90jmix90 525 days, 14 hours, 58 minutes ago
Friday, January 13, 2012 7:23:16 AM GMT Tuesday, January 10, 2012 7:05:14 PM GMT
Did you ever encounter this error while trying to retrieve a property value from an AutomationElement ? I did ! Don’t worry, there is always a work-around, and I’ve found one. In this post, we’ll dig a little more into this issue and give a little example of the “Coded UI Tests” fun ! (more)
category: How To | clicked: 20 | 2 comments | | source: www.jonathanantoine.com
tags: Coded UI Test, How-To, WPF, Tests, UI, Testing, coded ui tests
4
Shouts

Coded UI tests : AutomationId or how to find the chose one (control) !

posted by jmix90jmix90 593 days, 17 hours, 52 minutes ago
Thursday, November 03, 2011 4:11:39 PM GMT
In my previous post on Coded UI tests, we have seen how to make a control discoverable by a Microsoft UI Automation client including the Coded UI tests builder. This is a first step and the controls now need to be uniquely identified. This is done via the AutomationId property. In this post we’ll digg a little more in coded UI tests and discover the AutomationId property. (more)
category: How To | clicked: 28 | comment | | source: www.jonathanantoine.com
tags: Automation, Silverlight, Test, WPF, Tests, UI, coded
4
Shouts

Refreshthe WPF UI now: how to wait for the rendering to finish ?

published 654 days, 23 hours, 42 minutes ago posted by jmix90jmix90 656 days, 2 hours, 29 minutes ago
Saturday, September 03, 2011 10:20:57 AM GMT Friday, September 02, 2011 7:34:25 AM GMT
WPF is really awesome to build reactive applications and data binding is here to push useful information inside of the User Interface. All is done magically and it’s wonderfully simple to create an application without knowledge of the internals of the WPF’s rendering. Now, I wan’t to talk about something which can useful in every WPF application : how to wait for the rendering UI to be done. This can also be rephrased to : “how to force the rendering after I performed an action ?“. (more)
category: How To | clicked: 58 | 5 comments | | source: www.jonathanantoine.com
tags: Rendering, How-To, Performance, WPF, Force, UI, refresh, How
2
Shouts

Does Visual WebGui represent a Declarative or rather an Imperative development style? - Itzik Spitzen

published 939 days, 9 hours, 2 minutes ago posted by webguiwebgui 940 days, 1 hour, 17 minutes ago
Tuesday, November 23, 2010 1:00:50 AM GMT Monday, November 22, 2010 8:46:42 AM GMT
This interesting subject does bother some of the .NET developers out there... one of the reasons for which it is so interesting to understand this deeper, is the perception on declarative programming representing a more advanced approach... Well, while there is no doubt about declarative being the more advanced approach, we should carefully go about determining what is really declarative programming and where exactly the thin line between declarative and imperative programming goes. I guess that if you... (more)
category: Web Dev | clicked: 5 | comment | | source: blogs.microsoft.co.il
tags: .NET, Cloud, Windows Client, Programming, Development, Web, UI, Ajax, ASP.NET
4
Shouts

ASP.NET Ajax will not be left behind the HTML5 rush, Visual WebGui the ASP.NET extension will support HTML5 frontends

posted by webguiwebgui 946 days, 1 hour, 40 minutes ago
Tuesday, November 16, 2010 8:23:12 AM GMT
And here is where Visual WebGui presents its value. VWG takes a different approach all together. It virtualizes .Net code atop ASP.NET server, and by doing that, it provides 2 major achievements: In design time and in Run time. (more)
category: Web Dev | clicked: 5 | comment | | source: www.visualwebgui.com
tags: Silverlight, Framework, Flash, Development, Web, WPF, UI, Ajax, ASP.NET, html5
5
Shouts

WPF open source color pickers' comparison

published 948 days, 13 hours, 54 minutes ago posted by SergeyVlasovSergeyVlasov 949 days, 23 hours, 57 minutes ago
Saturday, November 13, 2010 8:08:52 PM GMT Friday, November 12, 2010 10:06:26 AM GMT
A list of most interesting open source WPF dialog based color pickers that I found (not commercial and not drop-down color picker controls). (more)
category: UX | clicked: 2 | comment | | source: blog.tabsstudio.com
tags: colors, color, WPF, UI, UX, Open Source
3
Shouts

Gizmox - the only .NET based vendor to offer instant Client/Server CloudMove - announces a new free downloadable assessment tool

posted by webguiwebgui 960 days, 1 hour, 18 minutes ago
Tuesday, November 02, 2010 8:45:19 AM GMT
Gizmox, the developer of the award-winning Visual WebGui (VWG) Platform announced today its instant CloudMove assessment tool that tells prospects "how close their applications are to the Cloud". It generates a report that details the automatic logic code transposition and needed user interface adjustments, which are also handled by smart tools. Prospects can download the assessment tool for free, run the report and get Gizmox's free evaluation support in assessing the task. The AssessmentTool can be ... (more)
category: Web Dev | clicked: 3 | comment | | source: www.visualwebgui.com
tags: .NET, Cloud, migration, Framework, Development, legacy, Web, UI, Tools, platform
3
Shouts

Async, Await and the UI problem

posted by mikeukmikeuk 960 days, 23 hours, 50 minutes ago
Monday, November 01, 2010 10:13:22 AM GMT
The new async/await asynchronous programming facilities in .NET solve one of its long standing problems - how to write and an elegant application that uses the UI correctly. (more)
category: How To | clicked: 3 | comment | | source: www.i-programmer.info
tags: Async, UI, await, Threading
6
Shouts

WPF Blogger | Windows Phone 7 App Lifecycle & different layers of the UI

published 962 days, 12 hours, 29 minutes ago posted by ParvezParvez 963 days, 16 hours, 34 minutes ago
Saturday, October 30, 2010 9:34:34 PM GMT Friday, October 29, 2010 5:29:41 PM GMT
In one of my previous Blog post we had a look at the Windows Phone 7 App Structure. In this post I will cover how the App runs in Windows Phone 7, we will also see the different layers of the WP7 UI. (more)
category: Metro | clicked: 0 | comment | | source: www.wpfblogger.com
tags: Silverlight, Windows Phone 7, app, UI
7
Shouts

Visual WebGui 6.3.16 released

published 981 days, 19 hours, 5 minutes ago posted by webguiwebgui 988 days, 2 hours, 40 minutes ago
Monday, October 11, 2010 2:57:59 PM GMT Tuesday, October 05, 2010 7:22:59 AM GMT
Check out the latest 6.3.x version of the innovative web/cloud applications platform (more)
category: Web Dev | clicked: 3 | comment | | source: www.visualwebgui.com
tags: .NET, web apps, C#, Framework, VB.NET, UI, web development, web developers, UI / UX, UI Developing, Ajax, we design, applications, windows developers, ASP.NET
2
Shouts

Easy UI threading with Background Worker

published 990 days, 13 hours, 37 minutes ago posted by mikeukmikeuk 991 days, 21 hours, 14 minutes ago
Saturday, October 02, 2010 8:26:24 PM GMT Friday, October 01, 2010 12:49:06 PM GMT
Given the single threaded design of the Silverlight/WPF UI and the abhorrence of DoEvents you have little choice but to conclude that two threads are mandatory in any Silverlight/WPF application. The problem is how best to work with them. The BackgroundWorker class can be used to implement a completely general application architecture - find out how. (more)
category: Metro | clicked: 0 | comment | | source: www.i-programmer.info
tags: BackgroundWorker, UI
5
Shouts

Creating a Custom Application Bar Icon - Kirupa Chinnathambi

published 993 days, 5 hours, 8 minutes ago posted by jantujantu 993 days, 23 hours, 16 minutes ago
Thursday, September 30, 2010 4:54:55 AM GMT Wednesday, September 29, 2010 10:47:28 AM GMT
One of the more prominent pieces of UI that makes up your Application Bar is the series of buttons and their icons housed under what is affectionately dubbed the ApplicationBarIconButton: Since most of us do not have icons that look similar to this handy, to help you out, the Windows Phone Developer Tools install a handful of icons that you can just use. You can find them here: {Program Files}\Microsoft SDKs\Windows Phone\v7.0\Icons To go even further in making life easy for you, if you use Expression Bl... (more)
category: UX | clicked: 5 | comment | | source: www.kirupa.com
tags: SDK, Windows Phone 7, UI, Icon, Expression Blend
7
Shouts

Diving Into The User Interface With Fundamental Questions - Joel Reyes

published 1044 days, 19 hours, 30 minutes ago posted by iftekharahmedamitiftekharahmedamit 1045 days, 9 hours, 7 minutes ago
Monday, August 09, 2010 2:32:49 PM GMT Monday, August 09, 2010 12:56:45 AM GMT
The charismatic process of designing a user interface is one that requires not only the adequate skills, but understanding of an effective user to application relationship. Engineering an effective user interface means you should place focus on certain parameters that will allow you to build a set of accomplished user goals. Everything from the visual elements to the functional ... (more)
category: UX | clicked: 0 | comment | | source: spyrestudios.com
tags: UI, UX
4
Shouts

Coded UI Test – Tip 4 – Add Unused Controls to UI Map - Shai Raiten

published 1044 days, 19 hours, 30 minutes ago posted by KluggerKlugger 1045 days, 10 hours, 2 minutes ago
Monday, August 09, 2010 2:32:49 PM GMT Monday, August 09, 2010 12:01:27 AM GMT
If you are using Coded UI for advanced tests or even a simple test but with complex logic you might faced the following dilemma: How can I add a control inside the UI Map without recording or assertion that control? Why?Here is a simple scenario: I’ve create a simple Coded UI Test that opens Calculator (again) and perform couple of click and stops. Now, I don’t want to add assertion! I just wa... (more)
category: UX | clicked: 0 | comment | | source: blogs.microsoft.co.il
tags: Test, UI, UX
2
Shouts

Infospectrum goes Green with automated recruitment & interview HR system

posted by webguiwebgui 1072 days, 23 hours, 18 minutes ago
Monday, July 12, 2010 10:45:25 AM GMT
Looking to develop a rich business application and put it on web? then you might want to read this case study. "The ease of development of the UI with Visual WebGui is just amazing! During the project execution, we have seen desktop developers who never worked in web applications learn the framework and be productive in record time. The hassles of JavaScript, Ajax, and HTML are absent which increases productivity many folds". (more)
category: Web Dev | clicked: 1 | comment | | source: www.visualwebgui.com
tags: .NET, Web applications, Programming, Development, developers, UI, Ajax, Frameworks, ASP.NET
2
Shouts

Updated Developer CompanionKit version released

posted by webguiwebgui 1092 days, 23 hours, 35 minutes ago
Tuesday, June 22, 2010 10:28:41 AM GMT
New and modified content including new controls code snippets were added to enhance developer experience (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: .NET, demo, C#, Framework, Development, VB.NET, developers, Web, UI, snippets, Ajax, applications, apps, code, controls, ASP.NET
3
Shouts

Command Image Changing Extension - The Visual Studio Blog

published 1096 days, 20 hours, 29 minutes ago posted by rajuraju 1097 days, 3 hours, 39 minutes ago
Friday, June 18, 2010 1:34:10 PM GMT Friday, June 18, 2010 6:23:49 AM GMT
Hi, I’m Ryan Molden, a developer on the Shell team. Due to popular feedback from users I have been reassigned to a top-secret UI project. I can’t say much about it, just give you a quick sneak peek... (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: UI, Visual Studio, feedback
3
Shouts

The SD Times 100, 2010: A Noble Gathering of Leaders

posted by webguiwebgui 1099 days, 19 hours, 17 minutes ago
Tuesday, June 15, 2010 2:46:45 PM GMT
From Web, Web 2.0 & Rich Internet Applications to Agile & Collaboration, from Tools & Frameworks to Quality Assurance, from Software Confirmation Management to overall Influencers, this year’s Knights of the Software Development Table hail from far and wide... (more)
category: Web Dev | clicked: 0 | comment | | source: www.visualwebgui.com
tags: RIA, web 2.0, Programming, Development, Web, UI, Software, Frameworks, sdtimes
5
Shouts

Creating a Master-Detail UI - Kirupa Chinnathambi

published 1098 days, 23 hours, 20 minutes ago posted by jantujantu 1099 days, 22 hours, 43 minutes ago
Wednesday, June 16, 2010 10:42:58 AM GMT Tuesday, June 15, 2010 11:20:14 AM GMT
A lot of data visualization involves taking data and filtering it down to only the data that is more important to you. These don't have to always involve clever infographics or charts however. Here is a simple, mundane example: Get Microsoft Silverlight In the above example, scroll through the list of items on the right and select something. Notice that, as you select an item from your list, a larger/detailed version of just the image from your selected item gets displayed. (more)
category: UX | clicked: 1 | comment | | source: www.kirupa.com
tags: UI, Blend, silveright
Previous 1 2 3 Next