Sign In
Zainal Arifin
Little blog in the big web community world
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Framework
08s
ASP.NET
C#
Debugger
Design
EBook
Edison
GUI
Hi-tech
IE
Live Meeting
Microsoft
MSDN
NBC Olympics
Self-improvement
Silverlight
UX
Virtualization
Vista
Visual Studio
Windows
Windows Update
WPF
XAML
Archive
Archives
March 2009
(1)
December 2008
(3)
November 2008
(7)
October 2008
(6)
September 2008
(9)
August 2008
(15)
July 2008
(1)
November, 2008
MSDN Blogs
>
Zainal Arifin
>
November, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Zainal Arifin
Putting resource in separate xaml files
Posted
over 4 years ago
by
zainala
3
Comments
In Silverlight, we usually define several shared resources (i.e. definition of Color, Brush, Style, etc) in an individual xaml file (i.e. inside <UserControl.Resources></UserControl.Resources>, which scope is local to that file only) or in...
Zainal Arifin
Cool Silverlight debugging tool
Posted
over 4 years ago
by
zainala
1
Comments
This tool Silverlight Spy is pretty neat for seeing what inside Silverlight app.
Zainal Arifin
Get rid of file hiberfil.sys
Posted
over 4 years ago
by
zainala
1
Comments
I was working on my old machine running Windows XP to connect to internet (it hasn't connected to internet for years), and when installing Windows Update, the disk space on C:\ drive seems almost full. Then I noticed there's file called hiberfil.sys ...
Zainal Arifin
Changing HTML page title from Silverlight
Posted
over 4 years ago
by
zainala
1
Comments
Recently I wrote following Silverlight code and got stuck with the runtime error (as being commented below). ScriptObjectCollection soc = HtmlPage .Document.GetElementsByTagName( "Title" ); if (soc != null && soc.Count > 0) { HtmlElement...
Zainal Arifin
Generic delegate in C# 3.0 or .NET 3.5
Posted
over 4 years ago
by
zainala
3
Comments
As we do event-based programming or implement publish-subscribe pattern, we use the delegate feature from .NET heavily. The sample code below demonstrates simple usage of the feature. public delegate void DataChangedDelegate ( int oldValue, int newValue...
Zainal Arifin
Innovation, Failure and Success
Posted
over 4 years ago
by
zainala
1
Comments
I just read this pretty good book The Riddle: Where Ideas Come From and How to Have Better Ones , and at the last chapter it suggests us to discuss these three important words to help us find our conceptual creativity. Innovation : Don't innovate,...
Zainal Arifin
Incorrect installed date in Windows Update
Posted
over 4 years ago
by
zainala
1
Comments
My laptop informed me about new windows update, which then I installed it. After the installation was done, I was curious what's the update. I viewed the update history and surprised to find that the update's date installed is 1/22/2081 instead of today...
Page 1 of 1 (7 items)