Freelance Web Developer - Advanced Javascript - Javascript Documentation - Javascript Examples - Javascript Discussions - HTML Documentation - HTML Examples - HTML Discussion - CSS Techniques
OSDOK  |  HELM  |  FireFox Browser  |  Quirks Mode  |  W3 Schools  |  Get A Freelancer
Resources

Here are some scripts, mostly client side javascript, that can come in handy to web developers whether you need to get code samples or you are actually interested in using them as they are.

I haven't had a lot of time to organize this data better so you may find some less documented files, but I tried to make sure that there is a working demo or well commented code version for each resource, that should be minimum requirement so that people can download the script and make it work.


- PHP Scripts -----

Aresbot A very simple and versatile autoresponder php script that which supports basic admin commands thru email and is installable on a given email address and set to run at regular intervals using cron jobs on the server. This script has all the required info within the aresbot.php file.

Basic PHP Encryption Two php functions, one for encryption and one for decryption that I've created to use in those cases when the mcrypt library is not available. It uses a very simple character substitution algorithm but as distinctive feature it allows the programmer to define the range of characters that will be used as replacements. The functions and a demo are available for download.

- JavaScript -----

Bind Menu Effect A simple, very flexible javascript object called "bind menu effect" which will bind a menu like effect ofer a plain html table which contains options. Not much of a functionalty but great as a component in larger scripts and very small and easy to undersand. Also allows object instancing (v1.9+).

DND Object Work in progress however with functional basic features. A drag and drop javascript object. As with all the scripts I created, I tried to make it as simple as possible and well documented so that anyone can understand what is going on within the code. A working, interesting feature is the grid method, which allows the definition of visible or invisible grids and assign drag and drop elements to snap on any of those grids. Sorry, not too much text yet, only a demo. A zip archive can be downloaded here.

Loading Animation A small javascript object used to display a "loading please wait..." animation next to the mouse cursor. This is useful when preloading images or running some client side operations which may take a longer time to process otherwise the user may not understand what is happening and will not know to wait for a result. A good example of this script's use can be seen on the portfolio page.



All content of this site is free to be used in any purposes by anyone, please read this
This site uses a tableless structure with css. You can select between the two sample themes here: Theme1, Theme2