Matei's blog

Of this and that

Creating REST Web Services with Windows Communication Foundation

clock March 25, 2008 09:38 by author mateid

Interesting article on WCF. Read on!

Creating RESTful Web Services with Windows Communication Foundation

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Conditional debug with JavaScript

clock March 25, 2008 09:38 by author mateid
We all know the "debugger" JavaScript statement will cause your script to break in the debugger. You can use this statement with like if {} else {} and conditionally break into the debugger in your script. See an example below.
 
   1: function ConditionalBreakPoint()
   2: {
   3:     debugger;
   4:     
   5:     for(i=0;i<20;i++)
   6:     {
   7:         if(i==10)
   8:         {
   9:             debugger;
  10:             Sys.Debug.trace("Debugger " + i);
  11:         }
  12:         Sys.Debug.trace(i);
  13:     }
  14: }

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


MooTools Help! I Don't Know JavaScript!

clock January 10, 2008 05:49 by author mateid

Very good list of Javascript and HTML resources over at MooTools site.

MooTools Help! I Don't Know JavaScript!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Happy New Year!

clock January 6, 2008 08:09 by author mateid

First post for 2008. I've been slacking off lately mainly due to some unpleasant health issues. Somehow it seems I scored an ulcer. I've done some cleanup to the site and added blogs I actually read to my blog roll. There are may more out there but these I read on a daily basis. I'll be posting more soon.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


How dangerous is HTML injection?

clock December 20, 2007 09:50 by author mateid

Damien Guard has a really good post on injection attacks. Worth a good read.

How dangerous is HTML injection?

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Render 3ds 3D-models with WPF and XAML

clock December 19, 2007 01:51 by author mateid

An interesting article on how to render 3D models with WPF and XAML. Includes links to a couple of tools that would handle exporting models from 3DSMax to XAML.

Render 3ds 3D-models with WPF and XAML

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Commonality - VS2008 Colour Schemes

clock December 17, 2007 01:42 by author mateid

If you're into colour coordinated computing like me you might enjoy these VS 2008 templates.

Commonality - VS2008 Colour Schemes

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Spell checker for HTML, ASP.NET, JScript, VB, C#, CSS and C++ for Visual Studio 2005 and 2008

clock December 17, 2007 01:40 by author mateid

This handy little add-in spell-checks your code and comments. It requires Word to be installed, but hey - it's free so don't complain. Check it out here:

Spell checker for HTML, ASP.NET, JScript, VB, C#, CSS and C++ for Visual Studio 2005 and 2008

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Calgary .Net user group event: Exploring Windows Cardspace

clock October 28, 2007 07:24 by author mateid

The Calgary .Net user group is hosting an event on October 29th: Exploring Windows Cardspace presented by Michele Leroux Bustamante.

Location:
Nexen Conference Centre Theatre
801-7th Avenue SW
When:
Monday, October 29th, 2007 5:00pm–8:00pm

Register here!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


ALT .Net conference

clock October 12, 2007 02:01 by author mateid

Scott Hanselman has a couple of videos from the ALT .Net conference in Austin. Here's the post. Should be very interesting. I wish there were 48 hours in the day!

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Search

Calendar

<<  October 2008  >>
SuMoTuWeThFrSa
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

Archive

Tags

Categories


    Blogroll

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2008

    Sign in