track7
features
the analog underground- download free software with source code.
pen vs. sword- read short stories and theories.
bln (natural blog)- find out what i think.
lego models- download instructions to build lego models.
graphics- see pencil sketches and digital artwork.
photo album- view my collection of photos.
guides- learn something.
disc golf- track disc golf scores.
forums- speak your mind and see what others think.
comment on aulib by bs0d
Hey I love the login! It uses a bit of AJAX coding, right?
Now I see what you're taking about and how it can be used. For some reason I was thinking you wanted to delay execution of code.
comment on aulib by misterhaan
timer is more like a stopwatch or a clock, or even a kitchen timer so i can get the word timer in there :). when you create a timer object it grabs the current time, then you can call functions to see how long it’s been since you created it or since you last checked the time. i use it to get the number for my “generated in ___ milliseconds” message at the bottom left of every page — it’s created before i even connect to the database, then i check it when writing out the page footer. the only thing not included in the time is spitting out my copyright line and the hidden login form.
comment on aulib by bs0d
I have a question. Can you explain the timer? Why would you want to delay code execution for layouts? Thanks!
re: windows 7 slide show gadget broken by anonymous
misterhaan, you are a gentleman and a scholar. Thank you.
comment on kitchen-painted by Jodi
I know I'm late in posting this, but glad you got new bar stools. The others looked a little too pink, at least they did when you had pink counters. I'm sure Brit is happy about that too!
comment on backsplash-corner by JulieBrez
Nice work! Saw your post and had to check it out. I'll have to contact you for kitchen tips when we get around to doing ours too!
[ updates | posts | comments ]






comment on aulib by misterhaan
yeah it sends the login request asynchronously and gets back an xml result. if the login worked it reloads the current page and if it didn’t it shows you the error with a javascript alert(). i just fixed it to stop saying error saving your vote if you got your password wrong :).