Just Brainpicks
Just Tutorials
Just Showcases
Stop asking! I wanna search everything!

Category: Scripting

24

Mar

Highslide JS - JavaScript thumbnail viewer

Visit vikjavev.no/highslideHighslide JS is a piece of JavaScript that streamlines the use of thumbnail images on web pages.

24

Mar

Interface elements for jQuery - About Interface

Visit interface.eyecon.ro/abouInterface is a collection of rich interface components which utilizes the lightweight JavaScript library jQuery. With this components you can build rich client web applications and interfaces with the same simplicity as writing JavaScript with jQuery.

24

Mar

Ajile - Advanced JavaScript Importing & Loading Extension

Visit ajile.iskitz.com/Namespaces for JavaScript with easy Dependency Definition using simple Automated Load and Importing

24

Mar

Aptana: The Web IDE

Visit www.aptana.com/index.phpThe Aptana IDE is a free, open-source, cross-platform, JavaScript-focused development environment for building Ajax applications.

24

Mar

Tooltips, DHTML, javascript - BoxOver

Visit boxover.swazz.org/BoxOver uses javascript / DHTML to show tooltips on a website. Implementation of the tooltips, however, requires no knowledge of DHTML or javascript.

24

Mar

Event:Selectors

Visit encytemedia.com/event-selectorsevent:Selectors allow you to apply an event such as mouseover, mouseout, click, et al using a CSS style syntax. It keeps your layers separated and greatly reduces the amount of code you have to write.

24

Mar

JAVASCRIPT MOTION TWEEN

Visit jstween.blogspot.com/Javascript Motion Tween

24

Mar

PHP Script Tips - Working with Directoris and Files

Visit dev.fyicenter.com/faq/php/php_file_system_function.phpPHP scripts and tips on file systems, including creating and removing directories, copying and removing files, dumping directory contents for an array, parsing file path names, etc.

24

Mar

Easy Encryption and Decryption using PHP

Visit www.expertsrt.com/scripts/Matt/EasyCrypt.htmlPHP programmers frequently need to temporarily encode data and decode it later. The functions below, which are essentially just wrappers for the Mcrypt Encryption Functions, provide an easy way to do this and are especially useful …