Script: Save all Internet Explorer tabs as Favorites
We spend a lot of time in web browsers and if you’re like me, you probably have a gazillion tabs open – your work stuff,…
We spend a lot of time in web browsers and if you’re like me, you probably have a gazillion tabs open – your work stuff,…
I keep getting comments from readers about the move to WordPress. I really do appreciate it! You have changed my perception about you! I used…
The big news from MIX09 is probably the release of Internet Explorer 8, but for shell aficionados, Exchange folks and scripting geeks, the release of…
I’ve been quite impressed with IIS 7 and the IIS blog in the past, and these guys continue to impress. If you’ve noticed some changes…
In previous versions of IIS, the IUSR_MachineName account is created for anonymous authentication. This is an actual user account created on the server (a domain…
If you have anything to do with CSS/XHTML and web design, Chris Pederick’s Web Developer extension for FireFox is a must have! It lets you…
It’s been a long while since I designed or created a web page with any complexity, so I’ve never had to face the browser incompatibility…
To add a “Back” text link to a web page: <a href=”JavaScript:history.back(1)”>the past</a> Using VBScript and FORM button: <form method=”POST” name=”VBScript_Nav_Sample”> <input type=”button” name=”Go Back!”…