Main > Free Download Search >

Free intends to script

intends to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 445
Window Move-To

Window Move-To


Use this code to automatically move a window to a specified X,Y coordinate. For example, you can automatically move a window to X0,Y0 (upper left). Great to use this in pages in your site you link to using target="_blank" (new window) or popup windows. more>> Use this code to automatically move a window to a specified X,Y coordinate. For example, you can automatically move a window to X0,Y0 (upper left). Great to use this in pages in your site you link to using target="_blank" (new window) or popup windows. You want them to open up to show more information but you want it placed out of the way.<<less
Added: 2005-12-16 License: Freeware Price: $0.00USD
14 downloads
Introduction To ACL

Introduction To ACL


In this tutorial I hope to display to you the value of Access Control Lists (ACL)! For those of you who dont know, access control lists are an easy and simple way to manage permissions and security in more>> In this tutorial I hope to display to you the value of Access Control Lists (ACL)! For those of you who dont know, access control lists are an easy and simple way to manage permissions and security in your applications. This is just one more step to MVC programming, and is a great help (Look for my tutorial on Class Diagrams). An ACL performs two basic operations: A) The handled, B) The Handler. The handled are referred to as Access Control Objects (ACO) and the handler is referred to as Access Request Objects (ARO). We refer to these as Objects due to the fact that you dont have to be a person to request any of the ACOs. So putting all of that knowledge together, ACL is what decides which ARO is granted access to each ACO.<<less
Added: 2007-01-18 License: Other Free / Open Source License Price: Free
626 downloads
Introduction to PHP 1

Introduction to PHP 1


This is a welcome to PHP, Contains information on the history of the scripting language, it gives you details on what you can make with PHP including forums and chat software. Test PHP using the phpinfo() function, It will bring up all your php more>> This is a welcome to PHP, Contains information on the history of the scripting language, it gives you details on what you can make with PHP including forums and chat software. Test PHP using the phpinfo() function, It will bring up all your php configuration and vital php info and information about your system were PHP is installed. The next chapter will show you how to make your first PHP script. Explores PHP Variables in some detail. Perfect of PHP beginners. We touch on PHP functions in the last chapter.<<less
Added: 2005-08-16 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Introduction to PHP
Introduction to PHP 1Basic guide to help experience HTML webmaster getting started with PHP. It defines PHP ... The tutorial also briefly cover how to set up Apache and PHP on your own server. Introduction to
Price: 0.00
License:Freeware
Download
14 downloads
Added: 2003-06-12
Introduction to PHPThis is a welcome to PHP, Contains information on the history of the scripting language, it ... The next chapter will show you how to make your first PHP script. Explores PHP Variables in some
License:Freeware
Download
859 downloads
Added: 2005-08-16
Introduction to PEAR

Introduction to PEAR


An introduction to PEAR with examples of using the Benchmark package. more>> An introduction to PEAR with examples of using the Benchmark package.<<less
Added: 2003-10-14 License: Not Specified Price: Free
2211 downloads
Send to a Friend

Send to a Friend


This Tell a Friend script will allow visitors to your site to send an email to their friends recommending it. It is extremely easy to set-up and use requiring no database or complex configuration and more>> This Tell a Friend script will allow visitors to your site to send an email to their friends recommending it. It is extremely easy to set-up and use requiring no database or complex configuration and you can have it working in just a few minutes. You can use it to let people recommend your site or even a single news item - its up to you. It is also highly configurable, you can change just about everything there is to change including the labels and text used so it will match your site perfectly. It also has many inbuilt features, full cross browser support and works on virtually any PHP server. Some of the features are the ability to configure the script just how you want, full error checking for valid email addresses and completed forms and IP address checking to help prevent abuse. The functionality of this script is the same, and in some cases better, than those we have seen on sale for $40 or more and this script is free! Supports multiple languages.<<less
Added: 2004-07-26 License: Freeware Price: FreeAdditionalInfoFree
1924 downloads
MD Send to Friend

MD Send to Friend


This script allows your visitors to send an email about your site to their like minded friends. It includes a required field checking function that will return the user with the forgotten bits highlig more>> This script allows your visitors to send an email about your site to their like minded friends. It includes a required field checking function that will return the user with the forgotten bits highlighted in a colour of your choice.<<less
Added: 2002-12-09 License: Free for non-commercial use Price: Free
2519 downloads
Beginners guide to php

Beginners guide to php


Want to learn php, we have set up a simple to follow quick guide to send you on your way. We cover all the very basics of php also find our other tutorials covering an even wider range of php coding. more>> Want to learn php, we have set up a simple to follow quick guide to send you on your way. We cover all the very basics of php also find our other tutorials covering an even wider range of php coding.<<less
Added: 2006-11-05 License: Freeware Price: Free
1098 downloads
Title To Note

Title To Note


This script uses the standard title attribute to show a message in the bottom right corner of the browser instead of the standard browser tooltip. more>> This script uses the standard title attribute to show a message in the bottom right corner of the browser instead of the standard browser tooltip.<<less
Added: 2006-04-03 License: Freeware Price: $0.00USD
12 downloads
LINQ to XML 1

LINQ to XML 1


This tutorial explains how to read, construct and write XML data by using LINQ to XML data provider. LINQ to XML is a built-in LINQ data provider that provides a clean programming model to read, construct and write XML data. more>> This tutorial explains how to read, construct and write XML data by using LINQ to XML data provider. LINQ to XML is a built-in LINQ data provider that provides a clean programming model to read, construct and write XML data.<<less
Added: 2008-11-26 License: Freeware Price: $0.00USD
13 downloads
Image to ASCII

Image to ASCII


This is a PHP program that generates ASCII images from JPG, GIF or PNG images. There are several options to alter the generated output, such as color, inversed color, font sizes, background color, line height or letter spacing only to name a few. So if more>> This is a PHP program that generates ASCII images from JPG, GIF or PNG images. There are several options to alter the generated output, such as color, inversed color, font sizes, background color, line height or letter spacing only to name a few. So if you are looking to generate ASCII images from regular jpg, gif or png images, look no further as this is definitely the PHP script for you and will get the job done.<<less
Added: 2007-12-04 License: GPL Price: 1.00GBP
11 downloads
Send Page To Friend

Send Page To Friend


This is a simple send page to friend, it has spam protection. I have seen many of these types of scripts that allow the user to add their message, doing so allows persons to use your account to spam o more>> This is a simple send page to friend, it has spam protection. I have seen many of these types of scripts that allow the user to add their message, doing so allows persons to use your account to spam other people. So this script is more secure than most.<<less
Added: 2006-08-27 License: GPL Price: Free
1161 downloads
Introduction to functions

Introduction to functions


In this tutorial we look at the basic use of functions in Javascript. more>> In this tutorial we look at the basic use of functions in Javascript.<<less
Added: 2006-09-16 License: Freeware Price: $0.00USD
12 downloads
Brief Introduction to PHP

Brief Introduction to PHP


A brief introduction to PHP that explains the basics of PHP programming. more>> A brief introduction to PHP that explains the basics of PHP programming.<<less
Added: 2005-02-27 License: Not Specified Price: Free
1703 downloads
Database To XML 1.0

Database To XML 1.0


This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output. more>> This small tool helps you to convert your MySQL database layout into XML. Just specify connection informations and you can display or save the generated XML output.<<less
Added: 2006-08-07 License: Freeware Price: $0.00USD
17 downloads
 
Other version of Database To XML
Database To XMLto convert your MySQL database layout into XML. Just specify connection informations and you ... to convert your MySQL database layout into XML. Just specify connection informations and you
License:Freeware
Download
1181 downloads
Added: 2006-08-07
GMT to UTC 1.0

GMT to UTC 1.0


Does exactly what it says on the box - it converts a GMT date, entered by a user, in the format dd/mm/yyyy into UTC format and vice versa. A handy tool to have around when testing SQL date-based queries where dates are stored in UTC format. more>> Does exactly what it says on the box - it converts a GMT date, entered by a user, in the format dd/mm/yyyy into UTC format and vice versa. A handy tool to have around when testing SQL date-based queries where dates are stored in UTC format.<<less
Added: 2006-10-03 License: Free Non-Commercial Price: $0.00USD
14 downloads
 
Other version of GMT to UTC
GMT to UTCDoes exactly what it says on the box - it converts a GMT date, entered by a user, in the ... A handy tool to have around when testing SQL date-based queries where dates are stored in UTC
License:Free for non-commercial use
Download
1131 downloads
Added: 2006-10-03
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5