Quantcast
Channel: llynix.com » Code
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

TimberWolf 3D Source Code

Something I programed for a school assignment. I’m including a full zip of what I have, although some of the files may be horribly outdated. I know the exe works fine on my computer. If I had it to do...

View Article



Javascript Error Check for File Uploads

If your uploading a file of any decent size it will only annoy the user if they upload something wrong and get told afterwards. What we’d like to do is scan that file and make sure it’s kosher before...

View Article

Photo Slideshow – Part One – Batch Resize

The idea is simple, I want to be able to upload a directory full of pictures and have a slideshow. I have a few groups of photos to share with the world and more and more I’m keen on the idea of coding...

View Article

Photo Slideshow – Part Two – Simple Slideshow

After I got my photos resized it was time to move on to a simple slideshow. It doesn’t get more simple then this. I’ll go with the code first then provide a full explanation. <!DOCTYPE HTML PUBLIC...

View Article

Javascript Countdown with PHP Fall Back

Perhaps you have an event that happens on your webpage at a certain time, or you want to give a countdown to when the world ends. With this piece of JavaScript you can do this, and a PHP fall back will...

View Article


Caps Lock to Shift

Title says it all, found it on the net and it’s been invaluable on the laptop. Posting it for posterity. Windows Registry Editor Version 5.00...

View Article

Image may be NSFW.
Clik here to view.

Odd Programming Languages

Piet Program A few weeks ago a ran across an old bookmark outlining the esoteric programing language Piet. I spent a little time trying to grok this language along with a few others that I had run...

View Article

Image may be NSFW.
Clik here to view.

IE8 Compatibility View

Compatibility View The latest incarnation of Internet Explorer 8 adds a new twist to standards compliant web pages. When viewing a webpage in standards mode the user is presented with a compatibility...

View Article


Sideways Text

Just upgraded to Firefox 3.5 and I have to test out the goods. Sideways Text If your on a cutting edge browser the text should appear sideways. I had to tweak a bit to get it to display properly, so...

View Article


The One Line Template Engine

Bought to you by vincevincevince over at webmasterworld. The engine itself: print preg_replace(“/\{([^\{]{1,100}?)\}/e”,”$$1″,file_get_contents(“template.tpl”)); Format of template.tpl file:...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images