August 2010
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        
Search

 
Catagories
Archives
Recent Entries
Links
RSS

October 28, 2009

card magnetic stripe?

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

curiously enough, i discovered the magstripe on a credit card does not encode or obfuscate data (more than being a magnetic field with the equivalent of a bar code that is)... i just assumed it did. when you think about it, this is really the equivalent of peering at the front of the card --that's what you "see". i guess this makes sense. but i've also realized, card information is more vunerable than i hoped.

there are a number of well known, publish standards and specs.
this is the format i got scanning one of my cards:

;4111111111111111=1201=LAST/FIRST

read more...
 
Posted by 7hz at 09:34 AM | Comments (0)

October 20, 2009

IE8 'IE7' compatibility mode

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

you can tell IE8 to emulate IE7, if for some reason your page isn't rendering properly in the new brower. add this tag to the master page in your project to cover the whole site in one step.

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />

Posted by 7hz at 01:26 PM | Comments (0)

October 13, 2009

reporting services sql server install error

Catagory: programming · This Entry · Comment(1) · eMail entry · Google
programming

When you go to (re) install sql server, you may get this error if you re-use the same instance name since the Reporting Services user data files are not deleted during uninstall and may contain valued user data.

Here's the message: Rule Reporting Services Catalog Temporary Database File Existence failed.

"The Reporting Services catalog temporary database file exists. Select a Reporting Services files-only mode installation."

read more...
 
Posted by 7hz at 03:00 PM | Comments (1)

October 02, 2009

how to suspend norton rtvscan.exe process

Catagory: programming · This Entry · Comment(0) · eMail entry · Google
programming

stop the norton (synamtic) antivius service.

Posted by 7hz at 04:13 PM | Comments (0)