Automated Web Testing (2) Using Selenium
is another automated web application testing framework. Unlike ,
531 words
|
3 minutes
Automated Web Testing (1) Using WatiN
(what-in), stands for Web Application Testing In .NET, is a very easy automated web application testing framework. WatiN is developed in C# for web testing with
936 words
|
5 minutes
IE7 Still Does Not Like PNG: filter Is Faster Than background
2008-12-22
Everyone knows IE 6 does not like PNG images. When a transparent PNG is created as a background image,
268 words
|
1 minute
Customizing View Folder Path In ASP.NET MVC Beta
By default, in an ASP.NET MVC Web application, all ViewPages and ViewUserControls should be placed in the default ~/Vews/ directory. But today some one needs to place them into a custom location.
328 words
|
2 minutes
.NET Framework 3.5 SP1 Beta Installer
2008-06-30
Today when installing .NET Framework 3.5 SP1 Beta, the installer need to close itself to continue.
16 words
|
1 minute
Fixing The “jQuery.dequeue is not a function” Error
Today when using in , an error occured in both IE an Firefox. displayed such error mess
77 words
|
1 minute
Understanding .NET Primitive Types
2007-12-20
Sometimes symbols like “int” and “Int32” can be confusing for developers beginning to use C# / .NET.
695 words
|
3 minutes
The Future Of Web Standards: HTML5
hibernated for years:
570 words
|
3 minutes
Customizing IE Scrollbar
Today someone is asking how to customize the color of IE scrollbar. The following code works for HTML:
107 words
|
1 minute
document.getElementById() In Browsers
For non-form elements, like <div>, etc., document.getElementById() usually works stably, except Opera:
95 words
|
1 minute