Live Church Presentation 2.0.1
Bible, Church Software, ProgrammingNew features in 2.0.1 version:
- added German Luther translation
- display 2 different translations at the same time (ex: English + German)

New features in 2.0.1 version:

CTRL+COMMA is the answer (Ctrl+,).
Pressing the key combination will open the new ‘Navigate To’ dialog that allows you to search for files, types, variables and members within your solution – and then open and navigate to them.

http://code.google.com/p/live-church-presentation/
if anybody wants to contribute to the project, just let me know.
No Comments »If you want to debug your Javascript code using Visual Studio in a Silverlight application you have to uncheck the ‘Silverlight’ checkbox under your website ‘Propertie’s section. You cannot debug both at the same time according to msdn.

Constraints list on MSDN.
Using example - create an instance of an object that must have a public parameterless constructor:
public class ObjectFactory<T> where T : new() { public static T CreateObject() { return new T(); }}
Advantage: specifying a class that does not provide a default constructor will now generate a compile time error.
No Comments »When I first time interacted with Expression Blend I liked a lot it’s theme. Now I finally found it’s clone made by Hadi Eskandari:
Other themes:
Rudi Grobler WPF Themes (New - based on the new Silverlight 2.0 themes)
Expression Blend WPF theme - Source code
ASP.NET 3.5 Grouping Grid Skins
Note:
Finally I bought myself an iPhone - super cool device. As you probably know, I’m an User Interface guy and I admit that what I like the most at the iPhone is the UI, so I started to replicate it on WPF (rocks). The first control developed in WPF is the CheckBox:
Unchecked state:
Checked state:
Download ResourceDictionary (source code)
Download Demo Application + source code
I’m not such a good designer but hope you like it.
No Comments »
Recent Comments