NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  

Welcome to Scripts Directory
Finding the scripts is easy at YourFreeScripts.com - click through any of the categories below, or use the search box to find the scripts you need. If you are an author of programmer, you can add your scripts for free by submitting to this page and following the on-screen instructions

Free Scripts Directory

Ajax (204)
Books, Frameworks, Scripts and Applications, Sites, Tips and Tutorials

ASP (2059)
Books, Magazine Articles, Online Communities, References, Scripts and Components....

ASP.NET (841)
Books, Scripts and Controls, Software, Tips and Tutorials, Web Developers....

C and C++ (296)
Books, Online Communities, Scripts and Programs, Tips and Tutorials, Web Sites

CFML (174)
Books, Magazine Articles, Scripts and Programs, Tips and Tutorials, Web Developers

CGI and Perl (1805)
Books, Magazine Articles, Online Communities, Scripts and Programs, Software....

Flash (2255)
Books, Components, Fla Archives, Movies, Online Communities....

Java (927)
Applets, Applications, Books, JavaBeans, JSP and Servlets....

JavaScript (1214)
Books, References, Scripts and Programs, Software, Tips and Tutorials....

PHP (7660)
Books, Magazine Articles, Online Communities, Scripts and Programs, Software and Servers....

Python (73)
Books, Magazine Articles, Scripts and Programs, Software, Tips and Tutorials....

Remotely Hosted (926)
Ad Management, Affiliate Programs, Auctions, Audio Systems, Banner Exchange....

Ruby on Rails (64)
Books, Scripts and Programs, Software and Servers, Tips and Tutorials, Web Sites

Tools and Utilities (2372)
Communication Tools, Content Management, Customer Support, Database Tools, Debugging and Testing....

XML (184)
Books, Magazine Articles, References, Scripts and Programs, Software....



Random Links
PHP login script
Programming a php login script can be a real pain. It has to be well coded, unique and, most of all, secure. We will pass all the mentioned aspects of a php login system in this tutorial by actually building one. Today I'm going to teach you how to write a good login script with user levels (admin, members, managers etc.), with forgot password included, user activation upon registering and just about everything that is supposed to be included in a good login system. Just like we did on the search engine tutorial some while ago, we are going to code our project with multiple examples, upgrades of code and also by comparing a bad usage with a good one.
Category:

UltraGuest Free Guestbook Service
UltraGuest Free Guestbook Service
Category:

News Search Engine
Do you want to provide news that is focused to a specific topic, region, person etc ?
Category:



Latest New Additions and Updates
New
Image Scroller Gallery XML
Gallery Key Features: * Horizontal & Vertical versions; * Roll over image coloring & scrolling; * Image titles, descriptions & mirrors; * Scrolling speed adjustment & Mouse Wheel support; * Set URL links when pressing big images in the XML file; * Optionally set the XML file with FlashVars.
Category:

New
2 Mode Mp3 Player Black
Features: 1. vector based; 2. normal and lite display mode; 3. easy to use for XML or ActionScript; 4. unlimited number of MP3 files; 5. you can add link for every song in playlist to make an online music store. Player property: mode - normal or lite; allowDrag - true or false; allowDoubleClickToSwitchMode - true or false; showPlaylist - true or false; autoPlay - true or false; loop - true or false; shuffle - true or false; volume - 0 to 100; mute - true or false. Playlist Item Property: cover - cover image file path; singer - singer name; album - album name; song - audio name; url - audio path; img - img path; link - img link URL; linkTarget - how to open img link , _self or _blank or _top or _parent.
Category:

New
Advanced News Reader 02
The following variables can be customized in the XML: - the total width and height of the news box;- the total radius for the corners;- the first and second stroke size, the image stroke size;- the HTML field width;- the colors for the main background, the first and second stroke;- the scrolling text box width and height;- the mask's height for the scrolling box;- the button height and the vertical distance between buttons for the scrolling box;- button label for each news item (eg. Read More) and of course the URL. Enjoy this new release from OXYLUS Flash.
Category:

New
3 Butterflies
Interactive butterfly.
Category:

New
Floating Scroll Image Gallery
As you can see the gallery is very easy to resize, edit and use. I give you 2 samples with different data. Here are the variables that you can change: width set the width for the main picture, the gallery;height set the height for the main picture, the gallery;backgroundColor set the background color for the main pictures;borderSize set the border size for the main picture ... the border color will be the background color;moveSpeed set the speed for the fade in/out effect;previewHeight set the preview picture height, the pictures are progresive resized so the width will keep the picture ration;previewSpace set the preview pictures space;previewBorder set the preview pictures border size;previewBorderColor set the preview pictures border color;previewBackgroundColor set the scroll bar background color;previewBackgroundAlpha set the scroll bar background alpha;previewMoveSpeed set the scroll and description bar appereance speed;scrollSpeed set the scroll speed ... it's progresive scroll so it will speed slower in the end;active set the first active picture;descriptionBackgroundColor set the description background color;descriptionBackgroundAlpha set the description background alpha;up this is an true/false variable that decide if the scroller should be up or down;titleFormat set the text format for the title;descriptionFormat set the text format for the description. As you can see is a nice, simple and useful component. I offer full support for this component.
Category:



PHP: Developer News

Community News: PHP North West 2009 Website Launch

The PHP North West group has officially launched the website for this year's event - PHP North West 2009:

We're proud to announce the second edition of the PHP North West Conference, to be held on Saturday 10th October, 2009. Following from last year's successful debut, this event returns to bring a great mix of speakers and community from the north of England and beyond. With a local feel, there will be a packed day of talks from a range of speakers, socials Friday and Saturday night, and informal sessions running on Sunday for those making a weekend of it. We hope to see you there!

The site currently has links to their registration, Call for Papers and resources to use when linking to conference.


WebReference.com: XML and PHP Simplified

New on WebReference.com is this look (part of a series) at working with XML in PHP, this time it's specifically covering the DOM functionality.

With this series of articles, I will try to simplify and demystify the use and application of XML and the DOM. First, we will look at what XML is and then move on to what functions are available for use to manipulate and use XML.

The tutorial introduces XML and gives a sample structure of a document and breaks it down to explain each of the parts. Following that they look at some of the XML-related functionality to create their sample XML file.


Vinu Thomas' Blog: Saving Data into Excel the Easy Way using PHP

Vinu Thomas has a new post to his blog looking at using the MS-Excel Stream Handler class to push your data out to Excel (in more than just a CSV file).

If you're looking for an easy way to output your data from a PHP script into a Excel file, you've got to check out this script which I came across at the PHP Classes site. What this script essentially does is to implement a stream handler interface to write Microsoft Excel spreadsheet files.

Code snippets are included showing how to structure the data for the import and how to push that generated Excel file out to the user's waiting client.


Ilia Alshanetsky's Blog: Type hinting for PHP 5.3

One of the features included in the PHP 5.x releases is type hinting for validating that you have the right values for your functions and methods coming in. In this new post to his blog Ilia Alshanetshy takes a look at the the feature and gives a patch to add it .

On a general level most people agree it would be a good idea to have, since it is an optional feature and does not introduce any regressions, heck you can even mix type hinted code with the non-type hinted one. The "PROBLEM" has always been combining of PHP's typeless nature with type hinting, which is where the consensus has been difficult (impossible) to reach.

He mentions an example of why its such an issue (technically, both 1 and "1" are valid numbers) and includes a link to a patch that gives a new hint to help with the problem.


Ibuildings Blog: PHP 5.3 from a development manager's perspective

On the Ibuildings blog today Ivo Jansch has posted a look at PHP 5.3 from a slightly different perspective - how development with it affects the management.

At our Techportal Cal Evans gave an overview of the important changes, to make migration easier for developers. In this post,I'm going to look at the migration from a less technical angle, and explain when migration to PHP 5.3 is a good idea and when not.

He talks about why you should consider the move up to PHP 5.3 and some of the things you should use to handle (and pay attention to) the migration.



Main Category
204
2059
841
296
174
1805
2255
927
1214
7660
73
926
64
2372
184

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 21015
Categories: 1275
Registered Users: 947
Mailing List Subscribers: 2053
Unique Outgoing Hits: 244802

Pagerank Statistics
PR 10
1 site(s)
PR 9
10 site(s)
PR 8
51 site(s)
PR 7
182 site(s)
PR 6
608 site(s)
PR 5
1557 site(s)

PHP News