Sign in
|
Help
Paulo Morgado
.NET Development & Architecture
This Blog
Home
Contact
About
Syndication
RSS for Posts
Atom
RSS for Comments
Email Notifications
Go
Blog Recent Posts
More On ASP.NET Validators And Validation Summary Rendering of Properties
Rendering ASP.NET Validators And Validation Summary Property As HTML Attributes
The Cause Of ASP.NET Validators And Validation Summary Slowness
JSMock on CodePlex
How To Close Browser Windows In Windows Internet Explorer 7
Search
Go
News
Events
Top Links
Recent Readers
Visitor Locations
My Profile
Community
Home
Blogs
Media
Groups
Sponsored By
.NET Consultants
orlando florida web design
Online games at Dailygames
Hard Drive Data Recovery
Sponsor this blog
Sponsor this blog
Sponsor this blog
Sponsor this blog
Sponsor this blog
Sponsor this blog
Recent Articles
Improving The Page Flow Application Block
Improving The Page Flow Application Block: Current Definition And Current Page Flow
Improving The Page Flow Application Block: Decoupling Page Flow Usage From Its Implementation
Improving The Page Flow Application Block: Removing Database Dependencies
Visual Studio Find And Replace Regular Expression Patterns
Page Flow Application Block With Page Modules
The Cost Of Client-Side Redirects In ASP.NET And Using Page Modules
Introducing ASP.NET Page Modules
WebBrowserControl for the .NET Framework 1.1
HTTP compression in .NET Framework 2.0
Tags
.NET
AJAX
Architecture
ASP.NET
Blogging
C#
Certifications
CodePlex
CodingConventions
Community
EntLib
Events
FireFox
geekSpeak
HTML
HTTP
Hyper-V
IIS
IIS7
InternetExplorer
JavaScript
LINQ
MCP
Microsoft
MSDN
MVP
Office
Outlook
PageFlow
PageModules
PDC
PDC08
PDC2008
Personal
PnP
Podcasts
redgate
Reflector
SCSF
SharePoint
Silverlight
SoftDev
SoftwareFactories
SQLServer
SQLServer2008
Sysinternals
Techdays
TechdaysPT08
TechEd
TechEd2008
TechNet
Testing
Tools
Training
TypeMock
UnitTests
Virtual
Virtualization
VirtualPC
VisualBasic
VisualStudio
VisualStudio2008
WCF
WCSF
Web
Webcasts
WebServices
WF
Windows
WindowsClient
WindowsHomeServer
WindowsLive
WindowsLiveWriter
WindowsServer
WindowsServer2008
WindowsVista
WinForms
WPF
XML
Email Notifications
Go
Archives
September 2008 (1)
August 2008 (15)
July 2008 (7)
June 2008 (10)
May 2008 (18)
April 2008 (2)
March 2008 (10)
February 2008 (8)
January 2008 (19)
December 2007 (9)
November 2007 (11)
October 2007 (14)
September 2007 (13)
August 2007 (2)
July 2007 (6)
June 2007 (6)
May 2007 (23)
April 2007 (8)
March 2007 (8)
February 2007 (11)
January 2007 (11)
November 2006 (3)
October 2006 (9)
Browse by Tags
All Tags
»
JavaScript
(
RSS
)
.NET
AJAX
ASP.NET
FireFox
HTML
InternetExplorer
Microsoft
MSDN
MVP
SoftDev
Testing
Tools
UnitTests
Web
Monday, June 23, 2008 1:47 AM
More On ASP.NET Validators And Validation Summary Rendering of Properties
On previous posts [ ^ ][ ^ ] I mentioned the size of ASP.NET validators and validation summary rendering and the fact that expando attributes are being used to add properties. Mohamed also mentions this issue. Besides the fact that custom attributes aren't...
Posted by
Paulo Morgado
| with
no comments
Filed under:
.NET
,
ASP.NET
,
SoftDev
,
Microsoft
,
MSDN
,
Web
,
InternetExplorer
,
JavaScript
,
FireFox
,
HTML
Tuesday, May 13, 2008 1:34 AM
Rendering ASP.NET Validators And Validation Summary Property As HTML Attributes
Yesterday I blogged about the cause of ASP.NET validators and validation summary slowness . At that point I wasn't aware of the existence of the XHTML conformance configuration (thanks Nuno ). With the XHTML conformance configuration set to Legacy...
Posted by
Paulo Morgado
| with
no comments
Filed under:
.NET
,
ASP.NET
,
SoftDev
,
Microsoft
,
MSDN
,
Web
,
Tools
,
JavaScript
,
AJAX
,
HTML
Monday, May 12, 2008 12:17 AM
The Cause Of ASP.NET Validators And Validation Summary Slowness
When building ASP.NET pages, if you use too many validators and validation summaries your pages can become very slow. Have you ever wondered why? Lets build a simple page web page with a few validators. Something like this: The page is composed of: 2...
Posted by
Paulo Morgado
|
3 comment(s)
Filed under:
.NET
,
ASP.NET
,
SoftDev
,
Microsoft
,
MSDN
,
Web
,
Tools
,
JavaScript
,
AJAX
,
HTML
Thursday, December 27, 2007 9:57 PM
JSMock on CodePlex
Bruno has set up a project at CodePlex for his testing framework for JavaScript .
Posted by
Paulo Morgado
| with
no comments
Filed under:
SoftDev
,
Microsoft
,
MSDN
,
MVP
,
Web
,
Tools
,
Testing
,
UnitTests
,
JavaScript
Friday, November 02, 2007 2:38 AM
How To Close Browser Windows In Windows Internet Explorer 7
When a web page uses scripting to close a browser window that was opened by the user and not opened by some action on another page, Internet Explorer pops up a question to the user warning that " The webpage you are viewing is trying to close the...
Posted by
Paulo Morgado
|
16 comment(s)
Filed under:
SoftDev
,
Microsoft
,
MSDN
,
Web
,
InternetExplorer
,
JavaScript