dzak

Stories kicked by dzak

Silverlight Center And Scale Behavior(geekswithblogs.net)

submitted by dzakdzak(210) 2 years ago

If you are interested in my last post about "How to center and scale Silverlight applications using ViewBox control", I just published behavior that you can use instead of making changes in code. How it works? 1. Download behavior (http://gallery.expression.microsoft.com/en-us/CenterAndScale ) 2. Add dll to your application <UserControl ..... xmlns:interaction="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" xmlns:behavior="clr-namespace:CenterAncScaleBehavior;assembly=CenterAncScaleBehavior" .... > <interaction:Interaction.Behaviors> <behavior:CenterAncScaleBehavior /> </interaction:Interaction.Behaviors> <Grid > ... </Grid> </UserControl> 3. DONE! Your application is ready! read more...

add a comment |category: |Views: 11

tags: another

How to center and scale Silverlight applications using ViewBox control(geekswithblogs.net)

submitted by dzakdzak(210) 2 years ago

There are many ways to make your application scalable in Web Browser window and align it in the center. Usually we use two Grid controls to align and panel control (like Canvas) to scale our apps.... read more...

add a comment |category: |Views: 30

tags: another

BugCamSmash Dissected part 2 – Make the Bugs Crawl « Adam Kinney(adamkinney.wordpress.com)

submitted by dzakdzak(210) 2 years, 5 months ago

In part 1 of this series, explaining how BugCamSmash we walked through the creating the bug sprite, placing the bug at a random position on the screen and triggering a Smash animation when a rock sprite collides with the bug sprite. In this part we will cover creating the Walk animation, rotating the bug towards and walking to a point clicked with the mouse.Creating the Walk Animation Blend makes creating new Storyboards for animations very simple, in the Objects Panel click the “+” button, provide a n... read more...

add a comment |category: |Views: 1

tags: another

[Behaviors] Mouse Over ComboBox Open (Behavior)(geekswithblogs.net)

submitted by dzakdzak(210) 2 years, 7 months ago

After my last successes with TextBox Button Inovker Behavior, which was downloaded more than 700 times in 7 days and recommended by Silverlight sites like http://silverlike.net/invoke-button-click-event/, http://silverlightcream.com/, http://geekswithblogs.net/WynApseTechnicalMusings/ , I got motivation to share with you one more. This time my behavior will not be so useful and probably won’t be so famous but I hope It will be helpful for someone. What I did this time is a simple behavior for... read more...

add a comment |category: |Views: 30

tags: another

[ Visual Search Engine in Silverlight] Surfity.com new release(geekswithblogs.net)

submitted by dzakdzak(210) 2 years, 8 months ago

As I promised in my last post about Surifty.com ( http://geekswithblogs.net/SilverBlog/archive/2009/09/15/visual-search-dont-browse-surf-it.aspx ) I did some performance improvement but still you have to run it on good PC to see 100% power of visual search engine. From now on application need less than 250MB in memory (I know, It’s still a lot!). I also changed design. I hope it's now more user friendly. :) And here is a sample video showing how..... read more...

add a comment |category: |Views: 150

tags: another

[Behaviors] How to attach behavior in code behind (Silverlight 3)(geekswithblogs.net)

submitted by dzakdzak(210) 2 years, 8 months ago

For those of you who would like to add (attach) behavior to control in code behind, there is a simple solution. Adding Behaviors Let's say that we have xaml code like this one: , where "i:" is .... read more...

add a comment |category: |Views: 56

tags: another

[Behaviors] TextBox Enter Button Invoke (TargetedTriggerAction)(geekswithblogs.net)

submitted by dzakdzak(210) 2 years, 8 months ago

Few days ago I wrote a small behavior, which I think, can be used in many applications, so I decided to share it with you :) What are behaviors in Silverlight I won't write in this post, because there are many other places where you can find nice tutorial about this.... What I did is a "TargetedTriggerAction" behavior, which simulate button click on targeted button control... read more...

add a comment |category: |Views: 53

tags: another

Reimagining www.asp.net(john-sheehan.com)

submitted by CraigStuntzCraigStuntz(438) 2 years, 8 months ago

Unfortunately www.asp.net hasn’t evolved along with the community it was intended to support and the current state of affairs on the web. The author says, "I thought to myself, 'How would you build www.asp.net if you could start from scratch?' I decided to write a series of articles to answer that question." read more...

1 comment |category: |Views: 328

tags: another

IIS Database Manager Release Candidate(code2code.info)

submitted by quachnguyenquachnguyen(384) 2 years, 8 months ago

IIS Database Manager allows you to easily manage your local and remote databases from within IIS Manager. read more...

add a comment |category: |Views: 12

tags: another

Managing Parent/Child relationships with NHibernate (Inverse managemen(blog.lowendahl.net)

submitted by lowendahllowendahl(750) 2 years, 8 months ago

When working with parent/child relationships in object models it is important to know what kind of Inverse Management your ORM technology have. Inverse management means handling all the relationships and keys shared between the parent and the child. This post will help you understand how NHibernate manages these relationships and what options you have. read more...

add a comment |category: |Views: 40

tags: another

WCF IIS settings for load balanced HTTPS(gtrifonov.com)

submitted by gtrifonovgtrifonov(225) 2 years, 8 months ago

How to make you Silverlight - WCF communication working again once your website is load balanced read more...

add a comment |category: |Views: 17

tags: another

Scriptmanager and loadscriptsbeforeUI(weblogs.asp.net)

submitted by BagavathiBagavathi(150) 2 years, 8 months ago

Author explains about the loadscriptsbeforeUI property of Script Manager and how it can be used to enhance the perceived performance of a page read more...

add a comment |category: |Views: 54

tags: another

Jumpstarting Your Next jQuery Plugin with an Online Tool(elijahmanor.com)

submitted by elijahmanorelijahmanor(1448) 2 years, 8 months ago

The following screencast focuses on how to quickly make a jQuery plugin. The intent is not to dig deep into the ins and outs of a jQuery Plugin’s wiring. If that is what you are looking for there are many other good tutorials out there for that such as… * You Still Can’t Create a jQuery Plugin? by Jeffrey Way * A Plugin Deveopment Pattern by Mike Alsup * How to Develop a jQuery Plugin by Craig Buckler This screencast’s focus is to build off of your current knowledge of how to build a jQuery Plugin (although it doesn’t have to be too deep), and allow you to quickly focus on the building your plugin, rather than worrying about how all the little pieces are wired together. The tool we will be using is called Starter: jumptstart Your jQuery Plugins and you just provide the new jQuery Plugin name, optional namespace, parameters, options, etc… and then you are on your way focusing on the guts of your Plugin. read more...

add a comment |category: |Views: 5

tags: another

Rolling Out a Custom WCF Software Updater for Win Forms / WPF(goneale.com)

submitted by gonealegoneale(1055) 2 years, 8 months ago

Alright, a big one today peoples. I’ve recently had the opportunity of writing a commercial custom self-updating software package after more than merrily ditching ClickOnceAndHope to the kerb due to exhaustive problems and restrictions, and I would like to share with you today a version I have made for you guys componentised and ready to go :) Now for my gripes with ClickOnce, that story is for another day… read more...

add a comment |category: |Views: 34

tags: another

‘Win XP’ Message Box Fallback for TaskDialog in Win API Code Pack(goneale.com)

submitted by gonealegoneale(1055) 2 years, 8 months ago

I have made a helper class to the TaskDialog method that is featured in the Windows API Code Pack (available for a couple of months now), which gracefully downgrades the TaskDialog to a standard System.Windows.Forms.MessageBox if the client operating system is not supported, ie. if the client is not using Windows Vista or higher. read more...

add a comment |category: |Views: 46

tags: another

Visual Studio: Automatically increment assembly build version(code.mareoblo.pl)

submitted by elfyelfy(230) 2 years, 8 months ago

I always wanted to have automatic build version increment for my apps and libraries to avoid setting it manually again and again. Additionally there should be support inside Visual Studio and possibility for custom settings because I like the “date sigining” where 3 last fields are just YYYY-MM-DD. A dream come true ;) in form of Build Version Increment add-in for Visual Studio 2005/2008. read more...

2 comments |category: |Views: 674

tags: another