Filed under: Design, Silverlight, free | Tags: 2, 3, Blend, Design, designer, Expression, graphic, graphics, information, live, resource, Silverlight, silverzine, Tutorial

Well it’s been pretty quite on AGkDesign.blog, but its for good reason! For the last few weeks, in between some crazy projects I have been working on, I have been slaving away to create SilverZine. It’s an on-line resource for Designers that are working with Silverlight. We hope to add heaps of awesome content over time and create a really great resource to help get people started with Silverlight and provide the more experienced Designers with some ideas and new techniques to try out!
And today I’m very proud to announce that SilverZine is finally live!!!!
Thanks to all the help everyone has given me and don’t forget to drop us a line over at SilverZine sometime
Thanks
Alex
Filed under: Uncategorized | Tags: 2, 3, beta, Blend, Design, designer, Expression, resource, Silverlight, silverzine, site, suite, Tutorial, web
Today I announced that SilverZine.com was coming and included a link to the site, since then the SilverZine twitter has been on fire, so to keep the momentum rolling I thought I would organise a little sneak peek on what SilverZine is!

I have been thinking about this for a while now and I have finally stepped up to the challenge.
There are plenty of sites out there dedicated to Silverlight, but being a designer myself, I have found there is not a lot of design orientated ones.
Enter SilverZine!
SilverZine is a community resource that will allow designers to find tips, tricks and inspiration for their Silverlight projects or get their name out there with something they have put together themselves. Basically it’s a resource for designers who work with or are interesting in working with Silverlight.
With that said, developers are most welcome as well, although it will not be a code heavy website, you might find some cool inspiration for the look of your next interface/application or grab one of the free resources we plan to have available as time goes by.
Let me know your thoughts and things you might be interested in seeing on the site.
and don’t forget to hook up with the SilverZine twitter to keep up to date with its progress
Thanks everyone
Alex
Filed under: Silverlight | Tags: 3, 3d, beta, Blend, blur, browser, demo, desktop, drop, Expression, install, microsoft, mix, new, OOB, out, pixel, prespective, projection, shader, shadow, Silverlight
I whipped up a quick demo last night using Silverlights 3 and Expression Blends new tools. This demo should help get some ideas flowing hopefully. I did for me!
See the Demo! – Hover over the panels to bring them into focus
If you don’t have Silverlight 3 installed, Grab it here (it’s in the right hand side panels).

This demo uses:
Built using
- Expression Blend 3 Mix Beta
- Silverlight 3 engine
Pixel Shaders
- Drop Shadow (added to buttons and spinning animation)
- Blur (added to shadows and canvas
Transform attributes
- Scale
- Project
Out of browser
The project also includes the save to desktop option, to see this in action, right click on the silverlight application and select “Install Projection Demo on this computer” and then to uninstall the application at a later date, simply open it up and right click again selecting Uninstall/Remove.
Hope you enjoy the demo and if you have any questions just drop me a comment.
Oh and B.T.W don’t think this is everything the new Silverlight has to offer, there is sooo much more!!!! These are just a few things I have been playing with.
Thanks
Alex
Filed under: Silverlight, Uncategorized | Tags: 3, Blend, browser, desktop, Expression, install, OOB, out, project, Silverlight, windows
Since the release of Expression Blend 3 and Silverlight 3 yesterday at Microsoft’s Mix09, there has been heaps of buzz around all the awesome new features and changes to the product, the one I wanted to mention today was Silverlight on the desktop.
You can now run Silverlight applications offline and on the desktop. This is a huge step for Silverlight and giving developers the ability to make a great web based application that also serves as a normal desktop application. Best bit of all? Its really easy to make your application down-loadable to the desktop and even easier for users to save and delete it.
Lets have a quick look at it…
With some small additions to your application.xml like adding information for the icon, name and description of the application and its ready to go.
Inside the Silverlight application when its running, Right click to see the install option

Once you have chosen to install the app you have a few choices about the install

Click OK and your done, you app will be installed in the start menu, desktop or both

Then if you wish to get rid of the application, open it back up (either the web version or the version installed on your desktop) and right click again.

How easy is that!
This of the possibility this could add to your application, and this is only the start, there are so many other awesome features to look at and I will do my best to show them to you as soon as possible.
I will also post a tutorial soon on how this is achieved.
Thanks
AGKDesign.net
Filed under: Design, Personal, Silverlight | Tags: Design, graphic, panorama, photography, Silverlight, web, XAML
My new Silverlight Site is live, I thought it could use a little attention.
Let me know what you think.
Thanks
Alex
Filed under: Design, Silverlight, Tutorial | Tags: Blend, breaker, Design, effect, Expression, gina, gradient, how, PNG, properties, radial, shadow, Silverlight, simple, site, to, Tutorial, vector, web, XAML
I have always liked using half shadows to break up sections of websites but in order to bring it into my Silverlight designs I have had to create PNG’s and import them into my Silverlight projects. This way has been fine but if you could create the same effect using simple XAML you would be able to create a smaller (file size) and a lot more flexible!!!
![]()
… so thats what I did…
To create this effect just open up Expression Design and create a new document.
Create a oval shape which is much taller than wide. its about 400px high and 25px wide.
![]()
Next up, apply a gradient to your oval. We need to set the gradient to Radial ![]()
and it needs to go from black to black, ![]()
with the second stop of the gradients alpha set to 0%. ![]()
Should look at bit like this
Now we need to edit the gradient to create the effect we want by editing the gradient properties. ![]()

I’m setting the height of the gradient to about 2.5%. (remeber to unlock the constraints between your height and width of the gradient by clicking the link icon in between them)
Ok now we just need to edit the shape of the oval to cut off half of the gradient.
Use the direct select tool to move the points and splines to create a straight line on one side.
![]()
And there you have it, a nice shadow breaker for you sites all made with XAML!
![]()
Another cool thing you can do with these shadows is, create a copy of your shadow, flip it and change it to white, this is called the Gina effect as coined by the guys at “from the couch”.
![]()
Thanks for reading, hope it helped and let me know how you go with it!
Alex
Filed under: Design, Silverlight, Tutorial, free | Tags: adobe, another, back, boolean, clipping, complex, compound, Design, direct, distort, divide, envelope, Expression, front, graphic, how to, illustrator, intersect, learn, microsoft, minus, msft, one, path, paths, remove, select, shapes, Silverlight, tools, Tutorial, vector
I just want to throw together a really quick post on how to create complex shapes in expression design.
There are heaps of sweet tools at your disposal to create the look you want and here’s how to use them.

Here is 2 simple shapes I am going to use for the examples, with a blue gradient, corner radius of 20px and a stroke thickness of 5px
Compound Paths

Compound paths take the existing paths and find the overlapping sections and remove them (the paths are un-altered but the shape is merged).
How to: Select both shapes and goto Object > Compound Path (or just hit ctrl+8)
Clipping Paths
Clipping paths remove anything that is outside the selected “clipping path”.

I have turned the top shape into a clipping path, so it deletes any part of the bottom shape that is outside its path, when you create a clipping path you are given the option on which path you wish to use as the clipping path.
How to: Select both shapes and goto Objects > Clipping path and select if you want to top or bottom shape to be the clipping path, you can also release a clipping path from here.
Intersect
Intersect is very cool, all it does is find the overlapping sections of the 2 objects and keeps it, then deletes the rest

How to: select the 2 objects, goto Objects > Path Operations > Intersect
Divide
This takes each section of the paths and “divides” them into parts.

This is cool is you wanted to explode the object.

How to: Select the 2 objects, Object > Path Operations > Divide (to detach each section just select each part and move as if they were separate objects)
Unite
Unite simply makes the 2 objects one. Removing any overlapping sections

How to: Select the 2 objects, Object > Path Operations > Unite
There are 2 other options in the Path Operations menu which are:
Front minus back and Back minus front
These items simply remove one object from the other.

How to: Select the 2 objects, Object > Path Operations > Front Minus Back (or Back Minus Front)
And last but not least… the Envelope distort tool…
This doesn’t need 2 objects to be done, but it will work with multiple objects selected…
This will create a grid over your object, and using the Direct Select tool
you can manipulate each point in the grid for some really cool effects!

How to: Select you object/s and goto Object > Envelope Distort, then use the direct selection tool to manipulate each point.
Hopefully with these tricks you will be able to get the most out of Expression Design and create some really interesting stuff.

Made using compound paths and clipping paths
Thanks
Alex



























