מקודד לשווא
גבולות השפה הם הם גבולותיה של המחשבה
Sign in
|
Join
|
Help
עמוד הבית
טופס יצירת קשר
אודות
RSS 2.0
Atom 1.0
חיפוש
תגיות
.NET
.net .40
ActionScript
addon
air2
ajax
as3
asp.net
availability
bash
bidi
box2d
Box2DFlex
browser
c#
CAP
chrome
client side
community server
content-type
css
css3
demo
design
DEV
display
doc
document database
education
ETL
explorer
firefox
flash
flash 10.1
flex
flex3
form
framework
game
gist
hack
header
howto
HTML
html5
input
integration
javascript
JavaScript plug-in download
json
localization
mobile
mod
multitouch
mxml
nosql
nvidia
OFFTOPIC
open source
podcast
Podcast list
ravendb
resources
review
RTL
SAAS
scalability
sharding
Silverlight
software license
sqlite
storage
summary
TECH
text layout framework
textfield
thanks
timezone
tip
tips
tips and trick
tips and tricks
trick
ui
vista
visual studio
vs2010
w3c
web20
win7
windows
wordpress
אינטרנט
דפדפן
טכנולוגיה
כרום
עזרה
קוד פתוח
קיטורים
תוכנה
ניווט
Home
All Posts
RSS
Popular Tags
ארכיון
August 2011 (1)
June 2011 (1)
May 2011 (1)
November 2010 (1)
July 2010 (7)
June 2010 (11)
May 2010 (4)
April 2010 (2)
November 2009 (13)
September 2009 (5)
June 2009 (1)
April 2009 (2)
March 2009 (3)
February 2009 (6)
January 2009 (1)
December 2007 (5)
November 2007 (4)
October 2007 (5)
Me
DNA Studio
Code In Vain
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...
תגים:
DEV
,
.NET
,
logging
,
Silverlight
0
תגובות
Media Center Spotlight [HEB]
על ידי
danielisimo
לאחרונה חיפשתי דרך לראות אתרים בעברית במדיה סנטר , את התשובה הראשונה מצאתי ממש כאן בבלוג של דרור שלאחרונה גם קיבל MRD למדיה סנטר (מברוק) הפיתרון שדרור הציע לא עבד לחלק מהגולשים ולצערי נמנתי בינהם. והפוסט הזה הוא השנקל (two cents) שאני יכול להוסיף למדריך של דרור. אז מה שעבד אצלי הוא - ביצעתי את שלבים 1-4 במדריך המצויין שלו . עשיתי אתחול למכונה. נכנסתי למדיה סנטר בחרתי Settings General Automatic Download Options Download Now וקיבלתי את התוכן בעברית.
תגים:
localization
,
TECH
,
Media Center