Change the default language in login screen (Windows)

Posted by Nordes on April 12th, 2010 filed in Uncategorized
Comment now »

At my new job, I had the french keyboard set by default. When I type my password I always need to change the language. I finaly found a solution, and to be able to apply the solution you need to be able to go in the regedit.

Here’s the article: http://support.microsoft.com/kb/138354

It also works into windows Xp.


Image resizing in IE does weird thing

Posted by Nordes on April 21st, 2009 filed in Uncategorized
1 Comment »

The fix can be found on http://devthought.com/tumble/2009/03/tip-high-quality-css-thumbnails-in-ie7/

It gives an easy css solution to display thumbnails properly on a web page (ie7 bug).


JQuery and ajax call to ASP.Net using object

Posted by Nordes on April 7th, 2009 filed in Uncategorized
1 Comment »

Great article on Encosia web site about posting data to your application using Ajax call.

It use the JQuery.ajax to post the data to the server using a stringnify method.

http://encosia.com/2009/04/07/using-complex-types-to-make-calling-services-less-complex/


Login or Log-In

Posted by Nordes on March 26th, 2009 filed in Uncategorized
Comment now »

Good thing to know ;)

http://stackoverflow.com/questions/307528/login-or-log-in


Design problems (solutions)

Posted by Nordes on February 3rd, 2009 filed in Programming
Comment now »

This app enumerates all user interface design problems and possible solution (with one or more sample solution)!

I think this should be our “bible” when designing a page of refactoring one.

And it should also be a guide when reviewing the usability of our apps…

 

http://quince.infragistics.com/#/ByMap/ViewPattern$pattern=Annotated+Scrollbar

 

For example:

Question: “How to focus the attention of the end-user to a page action ?”  

Answer: Use the “Primary Action pattern” (Have a look at it)

 

And on top of this, this is done in SilverLight 2. And the app is pretty fast considering the mass of information!

 

Thank’s to Yvan C. for this post.