Monday, November 26, 2007

ASP.NET API incosistency

HtmlAnchor has HRef property, while HtmlLink has Href.

My guess is that some architect at MS left the review board in the middle of the project. Let me know if you have other opinions.
Now MS would have to support this API the way it is.

Wednesday, November 21, 2007

How to remove blogspot's top frame ?

Don't know how long this solution would work.

If you look at HTML source of the page it has the following style that is getting inserted into the web page:
#navbar-iframe { display:block }

So, all you have to do is to add into your blog's template something like this:
#navbar-iframe{
height:0px;
visibility:hidden;
display: none !important;
}
Good Luck!

Tuesday, November 20, 2007

back to blogspot

I'm moving my blogging activities back to blogspot.
It's been more than 2 years since my last post here and I was surprised that my "blogger" account still exists.
The silentcoder.com domain is currently forwarded to this blog and the cached version of the silentcoder.com blog is still avaible through google search.

Will see how it goes from now on.