Just a quick post about what I've been working on lately for kicks.
I created this script on friday night when i couldn't sleep. It takes animated .gif files and converts them to halflife animated textures for use as sprays in counter-strike: source. the interface isnt too fancy, but it gets the job done. ordinarily converting animated gifs is a pain because you have to resize and split the image into .tga's, then download the source sdk and figure out how to use the resource compiler. this automates that whole process, so im going through and converting some of my favorite animated gifs from ytmnd. :)
Another project I've been working on is PHP:IRC. An IRC client written in PHP as the name might suggest. I've based my code on the current php:irc applet, and more or less re-wrote the whole thing to a working state. its functional now, but i need to add a few more things in and pretty it up before showing it off. i'd say this is the project ive learned the most off of, because ive never done a streaming html page before, or 2 scripts sharing session variables in real time (needed for posting the input). The main reason for this was the lack of a working web-based irc client. by web based i mean the webserver makes the connection to the irc server for you, circumventing corporate firewall restrictions. the applet from sourceforge was in an unworkable state previously, which is a terrible thing for something thats released to the public. i also tried cgi:irc, which isnt portable to windows, and im definitely not wasting my time writing in shitty perl to fix it.
Yet another project i haven't finished yet is a small script that goes to my rogers photo site, retrieves all the albums listed there, and retreives all the images in the album. fortunately yahoo/rogers has no referrer protection (yet), so this allows me to create my own front-end for my rogers photo storage, so i can make it look like whatever i want, and still have all the data pulled from their servers instead of wasting my bandwidth. im still undecided as to where to go with this, maybe exporting to a standard .xml data to suck into some other album such as imagevue or something. or i could create an album script again, from scratch, with CSS and XML support and all that.
Oh and speaking of CSS, here's the mockup of tomes2 I did in CSS. its much smaller and easier to work with (code wise), and it more or less replicates all formatting from the current tomes site, and is compatible in both browsers. it took a little doing, since IE is buggy when it comes to CSS interpretation. firefox is right on the mark though, so I develop with that then work back to IE.
More to come. I'm really enjoying getting a few of these scripts done, theyre fun to work on.
Tuesday, June 07, 2005
Subscribe to:
Post Comments (Atom)
2 comments:
Firefox rules all! :) Cool that you're posting some of your work ... i've finally got my ass in gear and wrote a few posts on developers.ie but nothing too worthwhile yet.
Aaron! I thank you for this. I've been having trouble learning how to convert these gif files into these mng files.
Thanks a bunch
By the way, it's Justin's little brother.
Check ya later!
Post a Comment