chaotic.signal
This website is now archived and will receive only maintenance updates.
Coding pointless stuff Add to Facebook Share on Twitter

Yeo that’s right, there’s nothing more time consuming than coding php and html for random stuff that no-one is ever going to see. But again that’s half the point of this site, to test things out and to see what is possible. It’s also fun to learn. Using this site and my own curiosity I have learned a great deal about php, flash, multimedia and more. I just wonder what use it will all be in the end.

Nexus 2 tech demo
Yummy tech demo

The first thing of note is the directory script @ http://media.csignal.org I was only using this to store the files, but now it’s easy to browse them all too. The script originally used JavaScript code to pop FLV videos up and play them on the page. However I recoded the thing to generate an actual html page with the FLV inside it, I also modified it to play MP4 extension too. So now anyone can watch any of the FLV/MP4 files on the domain without having to download them and I don’t have to make an individual page for each file. All I do is upload the file and the script generates the html code of a page for me, oh I also used mod_rewrite to make the URIs short and make sense. Check it out if you want 😛

I also coded a quick index script for small images, namely sprites, I had a small collection and felt like uploading them and displaying them in a visual fashion. It’s extremely basic and all I really did was take a simple file listing script and put image tags in it, no formatting so it the page just wraps the images as needed. Very simple and very effective 😀 Finally I implemented a proxy script so I can browse sites without disclosing my ip address. I know there are proxy servers all over the place, but at least this way I know where it’s going to be and I can customize it as I wish.

Comments 0
Posted 11/4/2009 Views 198  
Comments are closed.
Last modified: April 5, 2024 @ 3:46 pm