Today, Tomorrow, and the Future

Blog about C#, ASP.NET, HTML, CSS, JavaScript, VBScript, Classic ASP, and development, as well as hardware, software, and mobile devices.

Friday, June 07, 2013

Microsoft SQL Select Date Range

›
Select an arbitrary range of dates in Microsoft SQL, which can be joined against data with date gaps using a LEFT OUTER JOIN on the date ran...
Monday, October 08, 2012

Microsoft SQL Failover Partner

›
Connection String The SQL Native Client data providers introduced a new connection string keyword to support some of the new features in...
Monday, November 15, 2010

Microsoft SQL Insert Identity

›
Insert an identity into a table: At any time, only one table in a session can have the IDENTITY_INSERT property set to ON. If a table a...
Friday, August 13, 2010

Microsoft SQL MD5 Support

›
Microsoft SQL includes support for the MD5 hashing algorithm: SELECT SUBSTRING(master.dbo.fn_varbintohexstr(HASHBYTES('MD5', 'S...
Tuesday, July 13, 2010

New Microsoft Outlook Social Connectors Released

›
Microsoft has released Outlook Social Connectors for Facebook and Windows Live Messenger , both social connectors include 32 bit and 64 bi...
1 comment:
Wednesday, February 24, 2010

Microsoft Outlook Social Connector

›
Outlook Social Connector 32 bit (Beta) is now available for download: Stay up-to-the-minute with the people in your networks by accessi...
Tuesday, August 11, 2009

RPGDX Side-Scrolling Mini-RPG Summer 2009 Competition

›
For anyone who is interested, RPGDX is holding a 48 hour Side-Scrolling Mini-RPG Summer 2009 Competition , which begins this Saturday, A...
2 comments:
Saturday, April 11, 2009

Warhammer 40K – Let the Galaxy Burn

›
I am currently reading Let the Galaxy Burn , a collection of short stories set in the Warhammer 40K universe. Amazon describes the boo...

Sprint Commercial

›
I generally record shows using Windows Media Center in Windows Vista Ultimate and skip the commercials during playback, but this Sprint a...
2 comments:
Sunday, March 01, 2009

Walmart has lost my business and my respect

›
Last week Melissa and I purchased a piece of furniture and a DVD from Walmart. When we unpacked the furniture we could see it had been repac...
1 comment:
Friday, February 13, 2009

Microsoft Excel Workbook Links

›
Opening certain Excel or Comma Separated Value (CSV) files in Excel may (correctly or incorrectly) produce the following error message: ...
Sunday, February 08, 2009

Visualizing Numerical Data

›
I was looking into visualizing numerical data and came across the following website: http://www.visitmix.com/labs/descry/theobesityepid...
Sunday, January 25, 2009

Bookmarklet - View Rendered HTML Source Code

›
Developing DHTML applications can be challenging, often the rendered HTML source code is dynamically assembled via JavaScript or AJAX and ...
Friday, January 23, 2009

Change Remote Desktop Port

›
To change the default port for Windows Remote Desktop: Start Registry Editor ("RegEdit.exe") Locate and the following reg...

Classic ASP Permanent Redirect

›
In Classic ASP, the Response.Redirect method causes the server to send a temporary redirect code (302) in the response header. To send a ...
›
Home
View web version
Powered by Blogger.