Main > Free Download Search >

Free letters from script

letters from

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 150
Remove Letter Accents from Text

Remove Letter Accents from Text


This function will translates all accented characters, from a string, to their non-accented equivalents. more>> This function will translates all accented characters, from a string, to their non-accented equivalents.<<less
Added: 2008-10-22 License: Freeware Price: $0.00USD
10 downloads
Letters world in Flash

Letters world in Flash


Use this tutorial to learn how to create a circle that rotates using Mask trick. more>> Use this tutorial to learn how to create a circle that rotates using Mask trick.<<less
Added: 2006-05-21 License: Freeware Price: Free
1252 downloads
Flying letters effect 1.0

Flying letters effect 1.0


Read this thoroughly explained, detailed tutorial and see how to create advanced flying letters animation, which you can use for any flash banner or some presentation. more>> Read this thoroughly explained, detailed tutorial and see how to create advanced flying letters animation, which you can use for any flash banner or some presentation.<<less
Added: 2009-03-09 License: Freeware Price: $0.00USD
15 downloads
Moving letters with mouse 1.0

Moving letters with mouse 1.0


This, step by step lesson, will show you how to create that every letters follow the mouse using the action script code. more>> This, step by step lesson, will show you how to create that every letters follow the mouse using the action script code.<<less
Added: 2009-05-12 License: Freeware Price: $0.00USD
16 downloads
Get image from database

Get image from database


Learn how to get a stored image from a database and display it on a page. more>> Learn how to get a stored image from a database and display it on a page.<<less
Added: 2004-10-27 License: Not Specified Price: Free
1840 downloads
Letters animation without AS 10

Letters animation without AS 10


In this thoroughly explained, detailed lesson, I will show you how to create practical letters animation without AS. more>> In this thoroughly explained, detailed lesson, I will show you how to create practical letters animation without AS.<<less
Added: 2009-03-08 License: Freeware Price: $0.00USD
14 downloads
Jumping letter animation

Jumping letter animation


See this lesson and learn how to create letter that is jumping from the right to the left and inversely using some special flash tricks. more>> See this lesson and learn how to create letter that is jumping from the right to the left and inversely using some special flash tricks.<<less
Added: 2007-12-08 License: Freeware Price: $0.00USD
15 downloads
Send HTML News Letters 2.3.16

Send HTML News Letters 2.3.16


Download this free amazing News Letter Managment Program. Send personalized HTML messages, and automatically manage the opt-in and opt-out submissions of your subscribers all with the mere need of just one POP and SMTP mail accounts. VEry easy to use, more>> Download this free amazing News Letter Managment Program. Send personalized HTML messages, and automatically manage the opt-in and opt-out submissions of your subscribers all with the mere need of just one POP and SMTP mail accounts. VEry easy to use, easy to setup and manage.<<less
Added: 2006-10-06 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Send HTML News Letters
Send HTML News LettersLetter Managment Program. Send personalized HTML messages, and automatically manage the opt ... Letter Managment Program. Send personalized HTML messages, and automatically manage the opt
License:Freeware
Download
1126 downloads
Added: 2006-10-06
Rotating letter effect in text

Rotating letter effect in text


See this tutorial and learn how to rotate letters in series using some special flash tricks. more>> See this tutorial and learn how to rotate letters in series using some special flash tricks.<<less
Added: 2007-09-19 License: Freeware Price: $0.00USD
14 downloads
WSN FormEmail 1.20

WSN FormEmail 1.20


Takes any form submitted to it, sends an email to you containing all values of all fields in the form, and seemlessly transfers the visitor to the page of your choice. Optionally sends a copy to the submitter, or sends an auto-response to the submitter more>> Takes any form submitted to it, sends an email to you containing all values of all fields in the form, and seemlessly transfers the visitor to the page of your choice. Optionally sends a copy to the submitter, or sends an auto-response to the submitter containing the text of whatever text file you specify. WSN FormEmail can use the security image (a prompt asking people to type in the letters which appear in an image) from any other WSN script (Links, Gallery, KB, Forum) you have installed, in order to prevent spam submissions.<<less
Added: 2003-11-17 License: BSD Price: $0.00USD
11 downloads
 
Other version of WSN FormEmail
WSN FormEmailpeople to type in the letters which appear in an image) from any other WSN script (Links, Gallery
License:BSD Style
Download
2172 downloads
Added: 2003-11-17
Send Postal Letters via PostalMethods 1.1

Send Postal Letters via PostalMethods 1.1


Send postal letters (snail mail) via PostalMethods, the Web-to-Post Web Service, using this PHP script. Other scripts are available allowing to check your letter status, retrieve your letter image and more. more>> Send postal letters (snail mail) via PostalMethods, the Web-to-Post Web Service, using this PHP script. Other scripts are available allowing to check your letter status, retrieve your letter image and more.<<less
Added: 2009-02-28 License: Freeware Price: $0.00USD
13 downloads
Short URLs from t1ny.net

Short URLs from t1ny.net


Make long and hard to remember URLs into short easy ones with t1ny.net! With Safe URL Preview visitors can opt to preview any URL before they are redirected to view the integrity of each link they are sent. We also provide a free and easy to use toolbar more>> Make long and hard to remember URLs into short easy ones with t1ny.net! With Safe URL Preview visitors can opt to preview any URL before they are redirected to view the integrity of each link they are sent. We also provide a free and easy to use toolbar that enables you can create a short t1ny.net URL with the click of your mouse!<<less
Added: 2008-09-19 License: Freeware Price: $0.00USD
16 downloads
Search Listbox Items - FREE 1.0

Search Listbox Items - FREE 1.0


A very simple and powerfull Search Listbox Items javascript !!!! This script search listbox items by entering first letters... usefull for long listbox. more>> A very simple and powerfull Search Listbox Items javascript !!!! This script search listbox items by entering first letters... usefull for long listbox.<<less
Added: 2007-07-27 License: Other Price: $0.00USD
14 downloads
Using Ajax from Perl

Using Ajax from Perl


You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code. Thankfully, theres already a m more>> You could spend a lot of time figuring out all the pieces of JavaScript on the client side and Perl on the server side in order to work out how to use Ajax in your code. Thankfully, theres already a module on CPAN to take the pain out it: CGI::Ajax.<<less
Added: 2006-11-10 License: Freeware Price: Free
1087 downloads
Selecting random record from database

Selecting random record from database


This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number bet more>> This ASP source code describes a short way to select a record from database. First we need to calculate how many records we have in our table. Using randomize function, we generate a random number between 0 to count of records in database. Last part of code to select our record using our random number. We must move dynamic cursor in database table and move it to row number. There a few ways to move cursor to row, but personally we can do it similiar as paging records. We select all records from table dividing one record per page. Complete reference code is included.<<less
Added: 2007-07-12 License: Freeware Price: Free
521 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5