Sign in
|
Join
|
Help
Wen Ching's Blog
My blog about everything
This Blog
Home
Syndication
RSS for Posts
Atom
RSS for Comments
Go
Search
Go
Tags
.NET
Asp.Net
ASP.Net 2.0
C#
Community
Computer Games
CSS
CustomValidators
Food/ Holiday/ Trips
General
Javascript
LINQ
Mesiniaga
Microsoft
My E-Book
NHibernate
QueryString
Skin
Technology
Test / Automation
T-SQL
Visual Studio 2005
Windows Vista / WinFX
Work Stuff
YouTube
Community
Home
Blogs
Media
Forums
Groups
Archives
September 2007 (5)
June 2007 (6)
May 2007 (14)
April 2007 (25)
March 2007 (29)
February 2007 (32)
January 2007 (13)
December 2006 (21)
November 2006 (11)
October 2006 (34)
September 2006 (9)
April 2006 (5)
March 2006 (8)
February 2006 (3)
January 2006 (4)
December 2005 (3)
November 2005 (1)
October 2005 (20)
September 2005 (15)
August 2005 (12)
Cryptography
Online MD5 Hash Database
Reverse Engineering
Crackme.De Community
General Security
Schneier on Security
WinFx / Windows Vista
Windows Workflows Foundation
Browse by Tags
All Tags
»
Javascript
(
RSS
)
Asp.Net
ASP.Net 2.0
Monday, June 11, 2007 9:34 AM
JavaScript - Hide status panel on mouseover asp.net button, hyperlinks, etc
My friend just asked me on last weekend on how to hide the status of Internet Explorer 7 (this doesn't happen in FireFox) when he "mouse over" on an ASP.NET button, Hyperlinks or pure html <a> links. I had never noticed about it since...
Posted by
chuawenching
| with
no comments
Filed under:
Javascript
,
ASP.Net 2.0
Friday, June 01, 2007 5:23 PM
Enable JavaScript Save As "Webpage Complete"
If you do the normal way to show the SaveAs dialog box from JavaScript like below, you are limited to what you can save. “document.execCommand” is the API that you should used. function doSaveAs(){ if (document.execCommand){ if (isReady){...
Posted by
chuawenching
|
1 comment(s)
Filed under:
Javascript
Friday, December 01, 2006 10:03 PM
ASP.NET 1.1 to ASP.NET 2.0 Migration #11
This is a life saving tip. Well of course you can find in google about this, but it saves me a lot today. Basically this method is use to register Javascripts. If you don't deal with this, won't be useful for you. It is worthfile to notice it...
Posted by
chuawenching
| with
no comments
Filed under:
Asp.Net
,
Javascript