Mov CX,Scx
Mov DX,Sdx
Add DX,Y
Add CX,X
Mov Scx,CX
Mov Sdx,DX
Mov AX,04F07H
XOr BX,BX
Int 10H
I was just looking at my old files .. Mwahahahhahah .. calling interrupt 10 .. poof. Whatever I wrote 12 years ago doesn't work in my Intel Core 2 Duo anymore. It was 386, then 486 .. now it's Core-Quad or whatever.
Continue ReadingI've been trying to find a good date picker based on YUI for my web projects but haven't found any that meets the simplistic requirement - without having to attach it to events and whatnot. So I decided to made one for myself based on this: http://www.javascriptkit.com/script/script2/dyndateselector.shtml