Software Listing of Author : "Francisco Charrua"
- Absolute Include
- License: Freeware
- Price: 0.00


A small but useful wrapper function for include(). It allows the same include statement to be used in all the files in a website, regardless of which folder they are located in. This is handy for sites that are hosted on servers that have PHP open_basedir protection enabled. This tends to cause calls like include("/folder/file.inc"); to generate error messages.
- Publisher: Francisco Charrua
- Date Released: 09-06-2011
- Download
- Platform: PHP, Scripts
- dhtml layers
- License: Freeware
- Price: 0.00


Animate your website with the aid of DHTML. After being confounded by the javascript files that I came across on the internet, I decided to write an API that I could live with. Any content that you place within a <div> tag with the position css attribute set to absolute, can be manipulated like a sprite. Just don't forget to set id='unique_name', and pass 'unique_name' to the GetLayer() function.
- Publisher: Francisco Charrua
- Date Released: 20-06-2011
- Download
- Platform: JavaScript, Scripts
- directory navigation links
- License: Freeware
- Price: 0.00


Do you have a website with a navigation system that follows its directory structure? If so, with this ASP version of directory-navigation-links.php, you can implement a navigation solution that requires very little maintenance.
- Publisher: Francisco Charrua
- Date Released: 18-04-2011
- Download
- Platform: Asp, Scripts
- javascript cookies
- License: Freeware
- Price: 0.00


4 javascript cookie functions that I wrote for various website projects. I put them together in this script and used the above form to debug them. They allow you to access, assign, modify, and delete your cookies with client-side code.
- Publisher: Francisco Charrua
- Date Released: 25-08-2011
- Download
- Platform: JavaScript, Scripts
- javascript navigation links
- License: Freeware
- Price: 0.00


This is the JavaScript version of Directory Navigation Links, for those who wish to implement the solution on static html. Directories() returns an array of directories: The one containing the script itself, and its parents. directory_navigation_links() calls Directories() and uses the return value to create a navigation bar.
- Publisher: Francisco Charrua
- Date Released: 07-05-2011
- Download
- Platform: JavaScript, Scripts
- My Little Photo Gallery
- License: Freeware
- Price: 0.00


This is the photo gallery that I personally use. I always post 800 by 600 high to medium quality jpegs that I optimise for the web using photoshop. I also always make my thumbnails 100 by 100. You can visit my photo gallery here. I usually put my source code in a text box, this time however, I am just putting up the MySQL code required to set up the back-end.
- Publisher: Francisco Charrua
- Date Released: 09-09-2011
- Download
- Platform: PHP, Scripts
- spam arrest banner
- License: Freeware
- Price: 0.00


Add Spam Arrest affiliate banners to your website with ease. Randomly selects a banner of the appropriate size. Dont forget to assign values to $spam_arrest_affiliate_id and $banner_format. $banner_format determines the size of the banner.
- Publisher: Francisco Charrua
- Date Released: 08-01-2011
- Download
- Platform: PHP, Scripts
- table exists
- License: Freeware
- Price: 0.00


I find this little script very useful for web applications that need to automatically generate tables. I wrote it because I felt it was wrong to have a script execute create table SQL statements for tables that already existed.
- Publisher: Francisco Charrua
- Date Released: 19-10-2011
- Download
- Platform: PHP, Scripts
- users
- License: Freeware
- Price: 0.00


Include this script in the PHP pages of your web site in order to display the number of people that are viewing them. Before using this script remember to create a MySQL database for it (if you don't already have one), and to assign that name to $DataBaseName. Actually, remember to assign a value to all the initialization variables at the beginning of the script.
- Publisher: Francisco Charrua
- Date Released: 10-09-2011
- Download
- Platform: PHP, Scripts
- Validate E-Mail Script
- License: Freeware
- Price: 0.00


Validate E-Mail Script verifies that a string looks like a real e-mail address.
- Publisher: francisco charrua
- Date Released: 02-05-2013
- Download Size: 20 KB
- Download
- Platform: JavaScript, Scripts