Click on this icon to open the XML page.Tom Van Gaever - Blog
Search:   

CSS Min-Height In IE6 and all Browsers! 
Friday, September 14, 2007, 10:41
Posted by Administrator
While searching after a method to assign a min-height on IE6 I found this little trick:


#wrapper{
min-height:500px;
height:auto !important;
height:500px;
}


Example:


<div id="header">HEADER</div>
<div id="wrapper">
<p>content</p>
</div>
<div id="footer">FOOTER</div>


that's all ;)


add comment ( 1 view )   |  permalink   |   ( 3 / 558 )
Ajax Script Error on Refresh, Back button click only in IE 6 SP2  
Thursday, September 13, 2007, 13:39
Posted by Administrator
When you want to use AJAX.NET extensions build for .NET 3.5, the update panel control returns javascript errors in the scriptmanager. As you know, javascript does noet work anymore since it has detected an error...

When i tested my webapplication in IE6 an error occured and my uber design ajax.net menu won't work anymore...

Ssearching for a while a discovered that a small adjustment in the web.config resolves the problem without making other collisions to to the other browsers.


<system.web.extensions>
<scripting>
<scriptResourceHandler enableCompression="false" enableCaching="false" />
</scripting>
</system.web.extensions>


add this to your web.config and the error is vanished!

add comment ( 3 views )   |  permalink   |   ( 3.1 / 362 )
Install multiple versions of IE on your PC 
Thursday, September 13, 2007, 10:30
Posted by Administrator
Ever wanted to test your website in various versions of Internet Explorer?

It is possible to run Internet Explorer in standalone mode without having to over-write previous versions thanks to Joe Maddalone who came up with a way of achieving that in November 2003. Basically, Internet Explorer is run by exploiting a known workaround to DLL hell - which was introduced in Windows 2000 and later versions - called DLL redirection.


add comment ( 2 views )   |  permalink   |  related link   |   ( 3 / 353 )
Adobe toont webversie Photoshop 
Sunday, September 9, 2007, 10:12
Posted by Administrator


Today the crowd at Photoshop World got a quick preview of Photoshop Express, a new application currently in development at Adobe. First hinted at by Adobe CEO Bruce Chizen some six months ago, Photoshop Express isn't meant to duplicate/replace Photoshop CS3 or Photoshop Elements. Rather, it's a new member of the Photoshop family that's meant to make Adobe imaging technology immediately accessible way to large numbers of people.

Earlier this year, Adobe introduced Premiere Express, a free, Flash-based online video editor for creating mash-ups and remixes. Anyone using Photobucket, MTV.com and YouTube’s TestTube site can take Premiere Express for a spin. Photoshop Express, though not yet publicly available, aims to offer a similarly easy, approachable experience for image editing.
add comment ( 1 view )   |  permalink   |  related link   |   ( 3 / 454 )
Introducing Project Codename Astoria 
Saturday, September 8, 2007, 21:13
Posted by Administrator
The new wave of web applications are built on technologies such as AJAX and Microsoft Silverlight that enable developers to build better, richer user experiences. These technologies bring a shift in how applications are organized, including a stronger separation of presentation from data.

The goal of Microsoft Codename Astoria is to enable applications to expose data as a data service that can be consumed by web clients within a corporate network and across the internet. The data service is reachable over HTTP, and URIs are used to identify the various pieces of information available through the service. Interactions with the data service happens in terms of HTTP verbs such as GET, POST, PUT and DELETE, and the data exchanged in those interactions is represented in simple formats such as XML and JSON.

Downloads

1 x Visual Studio Code Name 'Orcas' Express Edition (C# + Web)

1 x Microsoft Codename "Astoria" - May 2007 Community Technology Preview (Download)

1 x BizTalk Labs Identity and Connectivity Services (Download SDK)




Getting Started
add comment ( 3 views )   |  permalink   |   ( 3 / 358 )

<<First <Back | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | Next> Last>>