We are all thankful now that IE is on its last iteration. Spartan, from I have seen, renders a lot … More
Tag: Web Tech
What is the easiest way to detect an iPhone?
Request.UserAgent.Contains(“iPhone”) returns true if the client is using their iPhone. First time I saw that, I had a few hundred … More
What should go into those pesky "alt" attributes?
Since the launch of HTML 3.0 we have been seeing this IMG tag attribute called ALT. Now with XHTML, it … More
How to have your application POST to a web page.
First thing that I hear is why would I POST rather than GET. Post send the information back on the … More
Here is a good list of MS compatible SSL and X.509 Certificate issuers.
AOL (http://www.aol.com)A-Trust (http://www.a-trust.at/)Arge Daten (http://www.signatur.rtr.at/de/providers/providers/argedaten.html)AS Sertifitseerimiskeskuse (http://www.sk.ee)Asociacion Nacional del Notariado Mexicano (http://www.notariadomexicano.org.mx/)Austria Telekom-Control Commission (http://www.signatur.rtr.at/)Autoridade Certificadora Raiz Brasileira (http://www.icpbrasil.gov.br/)Autoridad de … More
How to produce a podcast
Very simple… It is an RSS 2.0 feed with one or more MP3 attachments. http://audiofeeds.org/tutorial.php
Securing your site
We know that the simplest way to secure your site is with a security certificate from Verisign or GoDaddy, but … More
Some Basic Rules in Setting up Biztalk 2004
These are the poorly documented rules. Server name must not be greater than 8 characters.If the server name is greater … More
Timestamping
This is an old topic. But is it? In this time of data marshalling via remoting and XML webservices, timestamps … More
Not everything needs to be dynamic
Ever wonder why some site hosts suck so bad, and other don’t. Sometimes it isn’t the host but the number … More