- line of site: My QR Code
Had a meeting last week with our Japanese partners and they showed us an advertisement with a QR code in it. Kind of like cuecat for mobile phones, except useful.
(categories: cuecat mobile qr )
Monthly Archives: January 2006
Links: 1-25-2006
- Google Code: Web Authoring Statistics
Google analyzes the HTML elements of 1 billion documents…
(categories: code google html )
Links: 1-19-2006
- Arachno Ruby IDE – Editor and Debugger
via bogle
(categories: ide ruby )
Links: 1-18-2006
- Dan Creswell’s Weblog: Jini vs. SOAP
I’ve never gotten around to playing with JXTA / Jini, maybe someday..
(categories: jini soap )
Links: 1-17-2006
- AJAX Activity indicators with Rails 0.14.3
Using this as a reminder that the name for this widgets is ‘activity indicator’.
(categories: activity ajax indicator ) - Monkeygrease » Overview
Java servlet filter that gives you the ability to markup an app on the server side.
(categories: bananas greasemonkey java servlets ) - Tooltip.js – Main — Demos
JavaScript library for creating tooltips on both IE and FireFox browsers
(categories: javascript tooltip ) - Download details: Internet Explorer Developer Toolbar Beta
Almost the exact same toolbar as the Web Developer Toolbar in FireFox, except for the inclusion of the ruler tool, which would be worth the price of admission by itself.
(categories: developer ie tools )
Links: 1-11-2006
- Amazon.com Books: Books / New & Used Textbooks
Hopefully I’ll be able to use it this semester for books. The books cost so much at the campus bookstore that you half expect them to throw you a free diamond or something.
(categories: amazon books ) - Lightbox JS
Lightbox JS is a simple, unobtrusive script used to to overlay images on the current page. Would come in handy on product detail pages to show the large image intead of a pop up window.
(categories: dhtml images javascript ) - Microsoft PowerToys for Windows XP
Some cool stuff in here: TaskSwitch shows you a preview of the Window when you do ALT-TAB (which is kind of slow on my machine, so we’ll see, (update: way too slow…)
(categories: microsoft powertoys ) - VideoHelp.com Forum Archive – How to convert .flv (flash video) to .avi or .mpg
Looks like the freeware site is down (probably from too much bandwidth), nonetheless, very useful.
(categories: flash flv ripping video )
ASP, ServerVariables, Server_Name, Windows 2003, IIS6
We’re in the process of upgrading our webservers to Windows 2003 and thus IIS6. One of the issues we ran into was that the Server_Name
key of the ServerVariables collection in VBScript started returning the computer name of the machine rather than the host name of the website. I spent a couple hours googling and found nothing, my recent hire found the hot fix on microsoft.com in about 5 minutes today (which shows how important good google skills are). In short, there’s a security issue with IIS (surprised?) whereby sending a GET request to an IIS web server without sending a host header would result in the web server returning the IP address of the web server in the content location field of the response TCP header. The easy fix is to run:
cscript adsutil.vbs set w3svc/UseHostName false
which modifies all IIS web sites to return the website host name rather than the machine name / IP address when getting the Server_Name key of the ServerVariables collection.
Links: 1-3-2006
- Plus Addressing on wikipedia.com
Useful if you have to test web applications that need require you to create new email addresses all the time.
(categories: + addressing email plus )