November 2005 - Posts

XHTML in VS2005

this weekend , when trying to port an ASP.NET 1.1 application
to ASP.NET 2.0 I ran into trouble with the Table control
the Table was with height 100%
and on the VS2003 it was 100% , and on the VS2005 it wasn't
after a bit of looking in the HTML
the solution was that you should change the HEADER
from :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

to

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >


and that should do the trick

with 1 Comments

Sql 2005 Downloads

I was yesterday in the first of 5 day course on SQL 2005
and among other things the Sql 2005 Express caught my eye
due to the fact that
1. it's free
2. it's much better then the MSDE , in concept and in actual performance
3. it has a GUI management tool
4. ... the list goes on
so, what's missing ? well .. the install does not include the Books OnLine ( BOL )
so I looked and looked , and finaly I asked a friend
... and here is the link which made me think : "DAH , I KNEW DAT"
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/default.mspx

Adlai
with 0 Comments