DCSIMG
April 2009 - Posts - מקודד לשווא

April 2009 - Posts

1
תגובות

Quick and Dirty Logging in Silverlight על ידי danielisimo

using Firefox with Firebug or IE8 ? try QDLog easy and quick way to get logging in a manner of seconds. you can send log messages to the debug console , just add the following class to your project and your done using System.Windows.Browser; using System.Windows; namespace QDLog { public class Log { public static void Debug( object message) { HtmlPage.Window.Eval( " console.log " ); var log = (HtmlPage.Window.Eval( " console.log " ) as ScriptObject); if (log != null ) { log.InvokeSelf...
0
תגובות

Media Center Spotlight [HEB] על ידי danielisimo

לאחרונה חיפשתי דרך לראות אתרים בעברית במדיה סנטר , את התשובה הראשונה מצאתי ממש כאן בבלוג של דרור שלאחרונה גם קיבל MRD למדיה סנטר (מברוק) הפיתרון שדרור הציע לא עבד לחלק מהגולשים ולצערי נמנתי בינהם. והפוסט הזה הוא השנקל (two cents) שאני יכול להוסיף למדריך של דרור. אז מה שעבד אצלי הוא - ביצעתי את שלבים 1-4 במדריך המצויין שלו . עשיתי אתחול למכונה. נכנסתי למדיה סנטר בחרתי Settings General Automatic Download Options Download Now וקיבלתי את התוכן בעברית.
Powered by Community Server (Commercial Edition), by Telligent Systems