Sign in
Janne Mattila's blog
From programmer to programmer -- Programming just for the fun of it
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
.NET General
2007 Office system
ACT
Application Compatibility
Application Development
asp.net
C/C++
Excel
Excel Services
Fun
IE8
InfoPath
Microsoft CRM
Microsoft Office SharePoint Server 2007
Mobile
Programming
Silverlight
tips and tricks
Visual Studio
WCF
Archive
Archives
October 2010
(1)
December 2009
(1)
November 2009
(3)
October 2009
(1)
April 2009
(2)
March 2009
(1)
February 2009
(1)
January 2009
(1)
October 2008
(2)
September 2008
(1)
August 2008
(2)
June 2008
(2)
May 2008
(3)
April 2008
(1)
February 2008
(4)
January 2008
(4)
December 2007
(2)
November 2007
(2)
October 2007
(2)
September 2007
(2)
August 2007
(3)
July 2007
(1)
June 2007
(4)
April 2007
(1)
March 2007
(1)
February 2007
(4)
January 2007
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Janne Mattila's blog
Blog moved...
Posted
over 3 years ago
by
Janne Mattila 2
0
Comments
...to new address http://jannemattila.wordpress.com/ . There you can continue to read my adventures in the software world (when I have time to publish them :-). Anyways... Happy hacking! J
Janne Mattila's blog
Modifying application behavior with Detours (for Application Compatibility reasons)
Posted
over 4 years ago
by
Janne Mattila 2
0
Comments
My previous post was about Application Compatibility Toolkit and shims. But what if you have a bit different situation... Imagine that I have my good old My Windows App application that has been working correctly in the past. Now it’s not maintained anymore...
Janne Mattila's blog
Tombo in Windows 7 / Windows Server 2008 R2
Posted
over 4 years ago
by
Janne Mattila 2
2
Comments
Few years ago my friend showed me interesting application called Tombo . Author of Tombo describes it like this: TOMBO is yet another NotesTaker works on Windows/Windows CE (taken from here ) . It means that it can be used to save notes and it runs on...
Janne Mattila's blog
Internet Explorer 8 and InPrivate Filtering
Posted
over 4 years ago
by
Janne Mattila 2
5
Comments
I just noticed pretty cool feature which I have previously managed to miss. And that is InPrivate Filtering in IE8. It’s basically mechanism that allows you to filter content from the web pages. Previously I haven’t thought this as “ Adblock functionality...
Janne Mattila's blog
Live Mesh + Visual SourceSafe = Code everywhere!
Posted
over 4 years ago
by
Janne Mattila 2
0
Comments
For long time I have wanted have my code _ everywhere _. Just because I have 3 different computers that I use to write my own stuff. Obviously it would be nice to have version control system (such as Team Foundation Server) but for my own use it would...
Janne Mattila's blog
My Chess (another chess application)
Posted
over 4 years ago
by
Janne Mattila 2
4
Comments
I came up with the idea of My Chess when I wanted to play games with my friends and I noticed that I don’t have time to do that :-) So I decided to write an application that allows me to play chess with my friends just by using small amount of time every...
Janne Mattila's blog
My Notes (a small application between notepad and OneNote)
Posted
over 4 years ago
by
Janne Mattila 2
1
Comments
I have been using Windows 7 and Windows Server 2008 R2 since the first beta. And I mean on my “ production ” laptops. And I have to say that I haven’t had any major issues with them. In fact I’ve used to them so much that I don’t want to use older...
Janne Mattila's blog
Story of wrong content type and InfoPath publishing location
Posted
over 4 years ago
by
Janne Mattila 2
3
Comments
I found myself troubleshooting on issue that I thought shouldn’t be issue anymore. I have created InfoPath form and published it to the SharePoint. However when I created new form using that template it ended up using wrong content type at my library...
Janne Mattila's blog
Treasure hunting with Microsoft Tag
Posted
over 4 years ago
by
Janne Mattila 2
2
Comments
Many people know geocaching (Wikipedia) and think of it as one of the modern treasure hunting games. Few days ago I found myself playing around with Microsoft Tag and I thought that this could be another treasure hunting game! Therefore I thought that...
Janne Mattila's blog
Visual Studio 2008: Track Active Item in Solution Explorer
Posted
over 4 years ago
by
Janne Mattila 2
9
Comments
If you’re working on solution that has many projects and many project items and you tend to get lost between your files ... You might want to go to Tools –> Options –> Projects and Solutions and set Track Active Item in Solution Explorer on. For...
Janne Mattila's blog
Creating Excel Game (or something similar for fun)
Posted
over 4 years ago
by
Janne Mattila 2
3
Comments
Awhile back I saw really interesting article: Microsoft Excel: Revolutionary 3D Game Engine? After that I was forced to do small test on that and that of course resulted to this post :-) I just grabbed the idea and made small “car game” (but in reality...
Janne Mattila's blog
Attaching debugger to w3wp.exe using nice and easy keyboard shortcut
Posted
over 5 years ago
by
Janne Mattila 2
8
Comments
How many times have you done some web development and used following method to attach your Visual Studio Debugger to w3wp.exe (a.k.a. Debug > Attach to Process –method): And then you scroll the long list and find your w3wp.exe and press attach...
Janne Mattila's blog
Web Services and namespaces (or WCF?)
Posted
over 5 years ago
by
Janne Mattila 2
3
Comments
You might have encountered following situation: 1. You have created class library “MyLibrary” and it contains following class: 1 2 3 4 5 6 7 8 namespace MyLibrary { public class Employee { public string FirstName; public string...
Janne Mattila's blog
Tip: Disable RunOnce from Internet Explorer in your VPC images
Posted
over 5 years ago
by
Janne Mattila 2
8
Comments
If you’re working with VPC images that cannot connect to internet you might have noticed annoying thing at Internet Explorer. IE tries to connect to internet so that it could finish up the setup. It’s good if you CAN connect to internet but it’s really...
Janne Mattila's blog
Use LINQ to access CRM objects
Posted
over 5 years ago
by
Janne Mattila 2
5
Comments
If you have written small console application to check some data from CRM database you have probably already read this article from MSDN: Use Filtered Views . That is okay but honestly I’m currently more into LINQ solution. I’ll show you what I mean....
Janne Mattila's blog
Maximize the use of CPU with parallel extensions (+ some WPF stuff)
Posted
over 5 years ago
by
Janne Mattila 2
3
Comments
Since this is my 40th post to this blog I decided to go back to square one… or post one actually :-) I’m going to create Windows Presentation Foundation (WPF) application that solves the Knight’s Tour puzzle. I actually didn’t know about this puzzle before...
Janne Mattila's blog
SQL Server Profiler and SPQuery
Posted
over 5 years ago
by
Janne Mattila 2
1
Comments
Question: I’m using SPQuery to retrieve items from my SharePoint list and now I want to know little bit more about SPQuery properties. Actually I’m interested about performance related things since I’m not sure about my query currently. I currently have...
Janne Mattila's blog
Creating Localization Tool with Silverlight
Posted
over 5 years ago
by
Janne Mattila 2
3
Comments
Since Silverlight 2 is in Beta 2 phase it’s definately time to create small application with it. Together with my friend we’e created small example application called Localization Tool . Idea in our example application is pretty simple... allow end users...
Janne Mattila's blog
Link: SharePoint slow spin-up times…
Posted
over 5 years ago
by
Janne Mattila 2
1
Comments
I accidently found myself on this page: SharePoint 2007 Quirks - Solving painfully slow spin-up times . After reading that article I was forced to test that. And my stsadm experience was really fast after that! So this link deserves a link post even if...
Janne Mattila's blog
Adding CRM 4.0 to your own win app with web form authentication
Posted
over 5 years ago
by
Janne Mattila 2
1
Comments
Last year I wrote small article Adding MS CRM to your own windows forms applications that demonstrates the usage of CRM in your own custom windows forms applications. In CRM 4.0 the story is pretty much the same but there’re few things that you need to...
Janne Mattila's blog
CRM 4.0 (or SharePoint or custom application) and DebugView
Posted
over 5 years ago
by
Janne Mattila 2
3
Comments
Every now and then I’m find myself trying to solve same issues over and over again :-) That’s why I found myself (again) using DebugView as my debugging assistant at remote box. If you don’t know what DebugView is then you should definitely try it out...
Janne Mattila's blog
Simple Outlook Add-in with VSTO 3.0
Posted
over 5 years ago
by
Janne Mattila 2
5
Comments
Creating add-ins with Visual Studio 2008 and VSTO 3.0 (Visual Studio Tools for Office) is easy and fast… Just use File –> New –> Project –> Select correct add-in i.e. Outlook 2007 Add-in and you project template is created. And you can run you...
Janne Mattila's blog
Custom SharePoint application and System.IO.FileNotFoundException
Posted
over 5 years ago
by
Janne Mattila 2
1
Comments
Question: I have normal user access rights at SharePoint but I'm administrator of the physical SharePoint box. I don't have access rights to SharePoint databases but I still need to run few lines of code against SharePoint. I have created small console...
Janne Mattila's blog
CRM 4.0, SharePoint and ASP.NET Trace
Posted
over 5 years ago
by
Janne Mattila 2
3
Comments
Sometimes I tend to forget how much stuff is built into .NET Framework. Framework gives you nice set of features that you can use without writing a single line of code. ASP.NET Trace is one of them. I know that it's nothing new but I think that it's still...
Janne Mattila's blog
Comparing two databases (schema and/or data)
Posted
over 5 years ago
by
Janne Mattila 2
3
Comments
Quite often people like to know what's happening under the covers when they do something through user interface. For example they use CRM, SharePoint or some other product through user interface and they would like to know what has happened at the database...
Page 1 of 3 (55 items)
1
2
3