Enable Javascript debugging in Silverlight application

Programming

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.

No Comments »

Another interesting Microsoft dialog

Uncategorized

I’m running Windows XP

No Comments »

VS 2008 Beta 2 - Installer Error

Programming

VS 2008 Beta 2 Error

1 Comment »

What I’ve learned today: C# .NET Generic Constraints

Programming, What I've learned today

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 »

Free WPF Themes

Programming, Tools

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

Silverlight controls skins

ASP.NET 3.5 Grouping Grid Skins

Note:

  • .NET 3.0, Visual Studio 2008 needed
  • I’ll update this post on the run with new free themes (maybe some day with a personal one)

1 Comment »

WPF iPhone Checkbox

Programming

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:

OffState

Checked state:

OnState

Download ResourceDictionary (source code)

Download Demo Application + source code

Download executable

I’m not such a good designer but hope you like it.

No Comments »

[Bible] Book of Matthew - Tag Cloud

Bible

What is a Tag Cloud?

Tag Cloud - a visual depiction of user-generated tags, or simply the word content of a site (the Book of Matthew in our case), used typically to describe the content of web sites. Tags are usually single words and are typically listed alphabetically, and the importance of a tag is shown with font size or color. Thus both finding a tag by alphabet and by popularity is possible. The tags are usually hyperlinks that lead to a collection of items that are associated with a tag.

[most used words from Book of Matthew]

Book of Matthew - Tag Cloud

Jesus, Lord, kingdom, heaven, place, away, father, shall - awesome words

Made with Wordle by Yipeng

No Comments »

Hillsong - Healer

Music

The song “Healer” appears  on the new “Hillsong Live - This is our god” album. The story behind this song is amazing, it touched me. The song was written by Mike Guglielmucci (a great impacting speaker and he has had affect on many peoples lives, also a bass player, vocals and a song writer) from Planetshakers (another australian chrisitan band that I also like). He was diagnosed with a blood disease, some kind of cancer, that kept him in a wheelchair for a long time. While suffering he wrote this song:

I BELIEVE that YOU’re my HEALER
I BELIEVE YOU are all I Need
I BELIEVE YOU’re my portion
I BELIEVE YOU’re more than enough for me
JESUS, YOU’re ALL I NEED

With a strong trust in God he was healed in front a lot of people and so he was a testimony proving the great power of our God.

The story behind the song
 
“Nothing is impossible for YOU”

6 Comments »

MercyMe in action

Music

MercyMe is another favorite christian band and I like the fact that they are so involved in blogging and also vlogging. This video made me laugh so hard:

MercyMe - Cover Tune Grab Bag - Stayin’ Alive

No Comments »

HILLSONG ALBUM 2008 - THIS IS OUR GOD

Life in general, Music

Noul album Hillsong (impreuna cu Hillsong United - favoritii mei) a fost inregistrat live in data de 9 Martie 2008 pe Acer Arena - Sydney. Am gasit de curand pe net sample-urile noilor melodii. Noul album intitulat ‘This is Our God’, al 17-lea album live de lauda si inchinare va fi lansat oficial in luna Iulie, odata cu conferinta anuala Hillsong.

HillsongAlbum2008

OFFICIAL TRACK LISTING
1. Your Name High
2. Run
3. Desert Song
4. This Is Our God
5. He is Lord
6. High and Lifted Up
7. Stronger
8. Healer
9. You Are Here (The Same Power)
10. You Deserve
11. Across The Earth
12. Where We Belong
13. Sing to the Lord
14. You’ll Come
15. Turn Your Eyes Upon Jesus
16. With Everything

Favorita mea: Run - aveti toata melodia in player. Mini auditie placuta :D

1 Comment »
Entries RSS Comments RSS Log in