Feed your aggregator (RSS 2.0)




  On this page




  Calendar

<October 2008>
SunMonTueWedThuFriSat
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678



  Archives



  Categories




  Blogroll






Sign In

  Wednesday, March 21, 2007

     Revoluxions Episode#5 : Designer and Developer Integration

Generally its said that Developers don't design and Designers do not code. Is this statement true or false its up to you to decide, but one thing is sure that for productive work Developers and Designers have to work in sync and only then a company, big or small can get productive results. Its easier said then done, well now its easier to be implemented also.

Through years Visual Studio has been the tool for developers with which they love to code. Designers have now got a new tool which has made their work so much easier its Microsoft Expression Blend, actually its helpful to both Developers and Designers.

WPF Technology now makes its easier for developers to work in Visual Studio and Designer to use Microsoft Expression Blend while working on the same project without interfering in each others work. How? Thats the topic that is covered in the Episode#5 of Revoluxions which is called "Designer + Developer Integration". Believe me this episode covers a topic which is very important for Developers and Designers to work together.

Total running time of the show is 12:04 and the file size is 45 MB. This show can be downloaded at Revoluxions website.



Microsoft Expression Blend | revolUXions | WPF | XAML

3/21/2007 1:40:50 AM (India Standard Time, UTC+05:30)
Comments [0]  |  Trackback



  Thursday, March 15, 2007

     XAML is cool

If technology is easier to understand and implement and at the same time complex enough to handle heavy tasks it increases it chances of becoming popular. Languages like "C", "C++" are the examples of it. ".Net 2.0" made programming even easier and gave us more control to develop applications which are more complex but easier to design.

.Net 3.0 makes designing of applications even simpler, XAML is the coolest thing to happen in recent times. I wonder its so simple to make a major change in application just by adding a group of simple tags. Microsoft Expression Blend is the tool used to design applications in .NET 3.0. As you design the interface, the XAML is written by the software, though you can also write XAML to make changes.

XAML Code for making a simple button is very simple:

<Button Width="100" Height="40" Content="Button"/>

 


What makes it even cooler is that we can add subtags to this easily, to enhance the control for eg. in the code above if we add subtags <Button.BitmapEffect> as shown in code below we can use the <DropShadowBitmapEffect> to give shadow to the button

<Button Width="100" Height="40" Content="Button">
    <Button.BitmapEffect>
        <DropShadowBitmapEffect Direction="315" ShadowDepth="2" Softness="1"/>
    </Button.BitmapEffect>
</Button>


.Net 3.0 ships with a feature in the built in dictionary wich provides spell-checking on a textbox or RichTextBox control. Also it allows a context menu for the suggestions of alternatives for the replacement of the misspelt word. Following code shows us how. When the propery "SpellCheck.IsEnabled" is set to True TextBox will mark all misspled words with wavy red line like Mircosoft word.

 

<StackPanel Margin="20">
   <TextBlock>TextBox</TextBlock>
   <TextBox SpellCheck.IsEnabled="True">
      Speling is wrong and underlined with wavy line
   </TextBox>
</StackPanel>

When you execute this code you will see Textbox with red way line under "speling" which is spelled incorrectly. Right click on it to see the alternatives.

 

To learn about more cool features and power of XAML and Microsoft Expression Blend watch the screencast Revolutions which is hosted by Dax and Andy.



Microsoft Expression Blend | revolUXions | WPF | XAML

3/15/2007 2:16:27 PM (India Standard Time, UTC+05:30)
Comments [4]  |  Trackback



  Monday, March 05, 2007

     Episode#4 of Revolutions is Live
Animations in WPF

Hi Friends, Episode 4 of Revolutions is out now and I am sure you will love it. Dax shows us how WPF can be used to create animations using WPF in Microsoft Expression Blend. He creates a custom button and shows us how the mouse hover animation can be applied to it.

This episode really shows us the real animation power of WPF, which you can surely start experiemnting with, once you are aware of the wonderful features of Micrsoft Expression blend after watching this show.

This is a must download show.


Animation | revolUXions | WPF

3/5/2007 7:31:23 PM (India Standard Time, UTC+05:30)
Comments [0]  |  Trackback



  Tuesday, February 20, 2007

     Revoluxions Episode 3
Episode 3 of Revoluxions is live and it shows how tooltips can be easily incorporated in your app. Andy takes us through the Flickr RSS App that was shown in Episode1. This is a must see show as Dax shows how little bit change in XAML code can make our life easy.

Total lenght of the show is 14:25 and download size is 47MB.

Anakin and Vader have put up a great show in this episode. :)



revolUXions

2/20/2007 5:50:50 PM (India Standard Time, UTC+05:30)
Comments [1]  |  Trackback



  Sunday, February 11, 2007

     revolUXions Episode 2 is now Online

Second episode in the revoluxions series in now online. It talks about control customization in Expression Blend. This show is available in WMV format for download and you can download it at www.revoluxions.com.

 



revolUXions

2/11/2007 12:27:42 PM (India Standard Time, UTC+05:30)
Comments [0]  |  Trackback



  Tuesday, February 06, 2007

     revolUXions

Windows Presentation Foundation (WPF) is out. Microsoft Expression Blend is available to take the full advantage of WPF. There is lot of talk going on about the real potential of WPF, but most of you must be confused on what exactly is WPF and how to use it in real world.

We have started a new series of screencasts wherein Dax (Nukeation Studios) and Andy (Thincsoft) will be hosting this series. This series is called revolUXions and it focuses on the real world application of WPF using Blend.

Episode One of revolUXions is now available for download at www.revolUXions.com



revolUXions

2/6/2007 12:51:24 PM (India Standard Time, UTC+05:30)
Comments [0]  |  Trackback









newtelligence dasBlog 1.8.5223.2
© Copyright 2008 Send mail to the author(s) Parvez Ansari

Designed by Nukeation