rishitraykhanna

Stories submitted by friends of rishitraykhanna

Received - Electronic Copy of "Silverlight 2 in(iftekharahmedamit.blogspot.com)

submitted by iftekhariftekhar(250) 3 years, 10 months ago

Received - Electronic Copy of "Silverlight 2 in Action". I have received the free electronic copy of "Silverlight 2 in Action". PDF Document. 3.86MB. Silverlight 2 in Action, Chad A. Campbell and John Stockton, MEAP Release: October 2007, Softbound print: September 2008 (est.) 425 pages, ISBN: 1-933988-42-8 read more...

add a comment |category: |Views: 63

tags: another

Silverlight Developer Reference Posters(iftekharahmedamit.blogspot.com)

submitted by iftekhariftekhar(250) 3 years, 10 months ago

Silverlight Developer Reference Posters - Silverlight 1.1 & Silverlight 2 read more...

1 comment |category: |Views: 223

tags: another

Silverlight Book - Apress Silverlight 2 Visual Essentials(iftekharahmedamit.blogspot.com)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 11 months ago

Apress Silverlight 2 Visual Essentials is the last published book for Silverlight. Download Link: Apress.Silverlight.2.Visual.Essentials.Jun.2008.pdf I'm sharing this book for all silverlight developers. If you like the book, buy a printed copy from book store. If you need any book related help, send mail to books@amconlinebd.com read more...

2 comments |category: |Views: 57

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part Five(dotnetslackers.com)

submitted by faisalfaisal(1345) 3 years, 11 months ago

In the last part I’ve shown how the VideoBrush can be used and videos can be animated by dividing MediaElement into two parts. In this demonstration of Silverlight animation I’ll focus on transitional animation. We’ve seen this type of animation many times in movies, television commercials, music videos, in sting which we see at the beginning of any news. The wipe effect and dissolves are mostly used in film and television. There are other effects which fall into the category of wipe and dissolves. read more...

4 comments |category: |Views: 125

tags: another

Presenting Expression Blend 2.5 June Preview(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 3 years, 11 months ago

Expression Blend 2.5 June Preview is now available which can be downloaded here. Now it's possible to edit the ControlTemplates from Blend using Visual State Manager to change the look and feel of the controls. read more...

add a comment |category: |Views: 173

tags: another

Microsoft Silverlight 2 Beta 2 Download Links (iftekharahmedamit.blogspot.com)

submitted by iftekharahmedamitiftekharahmedamit(530) 3 years, 11 months ago

Microsoft Silverlight 2 Beta 2 Download Links Silverlight 2 Beta 2 Installer (4.66 MB) & SDK Beta 2........................ read more...

8 comments |category: |Views: 169

tags: another

Silverlight Tips, Tricks, Tutorials and Links Page(iftekharahmedamit.blogspot.com)

submitted by iftekhariftekhar(250) 3 years, 11 months ago

Silverlight Tips, Tricks, Tutorials and Links Page Hope these Tips, Tricks, Tutorials and Links will help your SILVERLIGHT development. - Iftekhar Ahmed Amit read more...

5 comments |category: |Views: 234

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part Four(dotnetslackers.com)

submitted by faisalfaisal(1345) 3 years, 11 months ago

In this example I’ll show you how animations can be performed using a VideoBrush. This is one of the examples that attracts the users attention by completing the animation at the right time. The video will be clipped and rotated during the animation. read more...

1 comment |category: |Views: 88

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part Three(dotnetslackers.com)

submitted by faisalfaisal(1345) 4 years ago

Here's an example of an animation where clicking a button will increase the size of the font of the button. First I've declared two constants of type double, one for the font size of the button at the initialization time, which is declared as initFontSize; and the other one at runtime when the button is clicked. When clicked, the event handler creates a DispatcherTimer that generates Tick events every tenth of a second. The TimerOnTick method here increases the FontSize by two units every tenth of a second until the size reaches 48 units, at which point the button is restored to its original size and the timer is stopped. read more...

1 comment |category: |Views: 95

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part Two(dotnetslackers.com)

submitted by faisalfaisal(1345) 4 years ago

I mentioned in the first article that a Storyboard controls animations with a timeline, and provides object and property targeting information for its child animations. This is the cornerstone of Silverlight animation. A Storyboard is a set of one or more animations. It is comparable to a <TransformGroup> element. Storyboard does exactly the same things for animations that <TransformGourp> does for transformations. Storyboard has a Children property that enables you to access all the animation objects within a given Storyboard. Animations do not add or remove elements, they temporarily alter the property values of existing elements. If you create a new Storyboard and add a new rectangle to the canvas, that rectangle will be available to all Storyboards, not just the current one. The rectangle was added to the scene’s base canvas and is not specific to the active Storyboard. read more...

add a comment |category: |Views: 132

tags: another

Animation in-depth with Silverlight 2.0 Beta – Part One(dotnetslackers.com)

submitted by faisalfaisal(1345) 4 years ago

Animation allows us to create attractive user interfaces. Animation is used to apply dazzling effects such as spin a logo or video, make text scroll, make images grow when the mouse is over them etc. Animation is much like varying the property value over time as far as Silverlight 2.0 is concerned. This will be clear if someone takes a closer look at the animated stuff done in Silverlight/WPF applications. read more...

1 comment |category: |Views: 28

tags: another

Using Microsoft Expression Design to design the control in Silverlight(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 4 years, 1 month ago

I’ve used Expression Blend in many occasions but I’ve never experimented with expression design since the release of this product. After the release of version 2.0 Beta of Expression Design this is the first time I’m using Microsoft Expression Design. In this demonstration I’ll fix design of my control using Expression Design. Let’s dig into the story . read more...

add a comment |category: |Views: 16

tags: another

Creating reflection with Silverlight 2.0 beta(windowsclient.net)

submitted by faisalfaisal(1345) 4 years, 2 months ago

I was searching for some WPF videos, after googling I found a site named contentpresenter . I found couple of interesting video there on WPF. After releasing of Silverlight 2.0 beta , my intention is implementing those WPF stuff in Silverlight as much as possible cause they're quite similar now. Let's start how I did this read more...

1 comment |category: |Views: 132

tags: another

Changing the visual appearance of the control with Silverlight 2 Beta(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 4 years, 2 months ago

Now Silverlight has become quite similar to WPF, it's become easier to change the visual appearance of the controls.With the beta 2 release of Silverlight we've found rich set of controls now to work with.In this demonstration of changing appearance of the controls,I just tried to apply what I learnt from WPF.Those useful styling and Templating of controls by using Style and ControlTemplate. read more...

1 comment |category: |Views: 6

tags: another

Creating ImageListBox in WPF(blogs.windowsclient.net)

submitted by faisalfaisal(1345) 4 years, 3 months ago

In Windows Presentation Foundation Images can be added as ListBox items and this is one of the coolest features of WPF to me.But i never thought that this can be done so easily.In this post i tried to explain how i built that. read more...

add a comment |category: |Views: 36

tags: another