1F (One File) Scripts

Free PHP, JavaScript scripts in single file

About the Project

Sometimes when I need to find some simple script, let's say suggestion dropdown for textbox, I will found very pretty, very functional, very documented, very open source scripts with about 30 files, 5 CSS includes, 3 javascript files documents etc...

So after some time I always come to decision to write that script by myself, maybe I'll spent a night on that, but I'll have my own, configurable script, witch does exactly what I need. Now I just put them online, edit a little bit and add some comments and samples.

As all programmers, I am a little bit lazy including files so I like to write my scripts in one single file, for example 1F Suggest is single JS file which you just need to include somewhere in your document, and then mention what textboxes will have suggest dropdown.

All scripts on this website are under DYW (Do as You Wish) License, so fill free to distribute, change, delete my name from it and add yours, sell, use in your corporate project all you can find on this website.