Entries listed under “lt”

superfast snobbin'

Brought back the blogsnob ad to the linkage column. It's incredibly fast loading this time around - because the ad is loaded on the server side using php, instead of javascript. If you're a BS member and your blog pages support PHP, you can substitute the adcode for this:

<? @include("http://blogsnob.idya.net/ad5.php?type=plaintext&id=XXXX")
?>

|

using your own

I'm conducting the quiz at my college's computer fest, and I needed a simple way to store all those questions, so that I could edit them etc. And guess what I used? DBX!! It's simple and small, and we wont need to install it(since DBX doesn't need to be) on the PC in college. Also, since the data is stored in XML, I'm directly writing all my questions in <question> tags in my text editor... It's quite fast, and has made the process much easier. It's a nice feeling when you find a good use for your own creat

| |