Category: Scripting

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 …

24

Mar

PHP string functions summary

Visit www.999tutorials.com/tutorial-php-string-functions-summary.htmlWorking with strings is done very often for the web, and PHP is probably one of the best programming languages for manipulating strings :-) I guarante that there are a function or combination of string functions for Anything you ever need.

24

Mar

PHP Script Tips - Creating Your Own Functions

Visit dev.fyicenter.com/faq/php/php_function_definition.phpA collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc.

24

Mar

Conort - Generate Microsoft Word (.doc) from php / asp

Visit conort.googlepages.com/generate-word-from-phThere are different ways to generate .doc files from PHP

24

Mar

PHP and Timezones

Visit www.expertsrt.com/tutorials/Matt/PHPTimeZone.htmlA common problem PHP developers run into is working with the current local time in the user's locale rather than that of the server…

24

Mar

PHP Script Tips - Understanding and Managing Cookies

Visit dev.fyicenter.com/faq/php/php_managing_cookies.phpA collection of 23 tips on understanding and managing cookies in PHP. Clear explanations and tutorial exercises are provided on setting and receiving cookies, …