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 (199)
Books, Frameworks, Scripts and Applications, Sites, Tips and Tutorials

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

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

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

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

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

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

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

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

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

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

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

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

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

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



Random Links
CMS script
Log on to the web-based cms control panel if you want to quickly add, edit, or update your content. This system aims for a simple, easy to use, fast website. The Content Management system allows an individual, business or enterprise to have a continuous web presence with a lot of efficiency and speed. Create your website with this content management script is very easy
Category:

PHP+GD Progress Bar Demo
This demo shows how to create dynamic progress bar images using the PHP GD functions. To learn how it works, check out the source for the demo and the source for the script creating the images.
Category:

Publish your data on the Web with PHPLens
PHPLens is a powerful PHP application server that runs on PHP4 and PHP5. PHPLens allows PHP developers to quickly create database-driven web applications. With PHPLens, web pages can be quickly created to present data as html tables with facilities to create, edit, paginate, search and delete records.
Category:



Latest New Additions and Updates
New
Bow Arrow Balloon Game
Package includes: FLA
Opens with: Flash 8, Flash CS3
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above

Hi,

Here is a game for your kid,
This game creates concentration and estimation of time with estimating the speed integration of different objects.
By this one can improve his/her estimating as well creativity power gifted by God.

Try the game and see how your kid will enjoy.

Thank you
Category:

New
3D Sphere
The 3D Sphere displays images on an interactive 3D Sphere using the Papervision 3D engine. Includes different opening animation effects as well as full mouse interactivity. Thumbnails can zoom in towards the camera when clicked or the camera can zoom in towards the thumbnail. Seamless transitions between thumbnails and large images. Built-in preloader, rollover displacement and tooltips. Available for ActionScript 3.0 (Flash CS3) only.
Category:

New
Circle Style Preloaders
Package includes: FLA
Opens with: Flash 8, Flash CS3
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above

Easy to use

Choose how to use

1. Copy the preloader to the first frame of your movie and put stop(); in the second frame

2. Put your content in the second frame of the preloader.FLA

3.You can modify color, size, blur...
Category:

New
Blue MP3 Player
The Mp3 Player has the following characteristics:

REPEAT ONE , REPEAT ALL , NO REPEAT
SHUFFLE , NO SHUFFLE
SLIDING SEEKER (to jump to another moment of the song)
PRELOAD BAR
PLAY , PAUSE, NEXT
ELAPSED & REMAINING TIME
MULTIPLE PLAYLISTS (multiple genders)
VOLUME CONTROL
SCROLLING PLAYLIST (moves according mouse position on it)
THE PLAYER IS DRAGGABLE
THE PLAYER CAN BE MINIMIZE , MAXIMIZE ,(by double clicking the black bar)
SPECTRUM ANIMATION (random waves) (+ the ability to change the animations colors and wave dimensions)

Also you can modify the animation color and the lines dimensions and you can have multiple playlists each one represented by an XML, and the first playlist will load when the player starts. But you don't have to edit the XMLs as I have made a PHP script that reads the MP3 files directly from the folders. I will include the "from folder" version and the XML version also.
Category:

New
SlideShow
Package includes: FLA
Opens with: Flash MX 2004
AS Version: ActionScript 2.0
Viewable with: Flash Player 8 and above

SlideShow flash component is intended for simply designing slide show and supports flash mx and flash mx 2004 authoring tools. Easy Slide Show allows you to add nice looking animated slide shows to your website in no time.
Category:



PHP: Developer News

Kevin van Zonneveld's Blog: How virtualization will improve your code

Kevin van Zonneveld has passed along a note about one of his latest posts to his blog, this overview of how virtualization on the desktop can help you make stronger, improved code.

If you have to wait endlessly for on SVN commits, uploads or compile steps, you will simply produce less inventive code. [...] If there's one thing I've really learned, it's invest in a good testing environment.

Another trick to improve the speed &quality of development, is to virtualize your production platform to your local workstation. The fake-production server (virtual machine) will mount your code directory directly as it's webroot, and so it can serve your IDE-work instantly.

He uses the VirtualBox software to create the virtual environment (Ubuntu on Ubuntu in this case) and gives the complete steps to setting it all up:

  • Download Operating System for Virtual Machine
  • Creating/Configuring a new Virtual Machine
  • Installing the OS
  • Upgrade/Updating to the most recent software versions
  • Making it a server
  • Testing the Environment


Zend Developer Zone: PHP User Group Panel Discussion at ZendCon UnCon

The Zend Developer Zone has posted a recording (from the Zend/PHP Conference &Expo 2008) of the UnConference session user group panel discussion.

Ben Ramsey, Software Architect at Schematic and PHP community leader, and Keith Casey, founder of CaseySoftware, held an UnCon session at ZendCon this year to discuss PHP User Groups.

You can either listen to it on the page or you can always grab the mp3 and listen at your leisure.


Stuart Herbert's Blog: Can You Secure A Shared Server With PHP + FastCGI?

In a new post today Stuart Herbert asks the question "is it possible to secure a shared server with PHP and FastCGI installed on it?" His answer follows...

The challenge with securing a shared hosting server is how to secure the website from attack both from the outside and from the inside. PHP has built-in features to help, but ultimately it's the wrong place to address the problem. [...] Before we can look at performance, the first question is: how exactly do we get PHP and FastCGI running as different users on the one web server in the first place?

He follows through on this, giving a little mini-tutorial on getting the environment installed on an Apache web server. He includes some benchmarks on the difference between using the Apache 1.3.x series and Apache 2 (generated using the ab benchmarking tool).


Jani Hartikainen's Blog: Zend Framework components as separate zips from the main distro? Sure!

Jani Hartikainen has put together a handy script for those out there that like what the Zend Framework is all about but don't really need the whole thing to get the job done. If that's you, this script might be just what you need.

Did you ever want to use just a single component from Zend Framework, but couldn't figure out which files you needed? Well, here's a solution: Zend Framework packageizer script! Just pick the class you want, and you'll get it and all its dependencies in a nice zip file for you to consume.

The packager uses the tokenizer functionality PHP offers natively to look through the files for the package you're after and finds all of the files that might need to be included and pulls them right along into the zip file.


PHP in Action: Get links with XPath

In response to this tutorial over on the PHPro.org website a new post has been made to the PHP in Action blog with an "even cooler" way to do the same sort of DOM fetching - XPath.

I'm a little bit surprised at the claim [the tutorial makes] that it's the "correct" (only) way, since there's at least one more that I find even cooler: XPath. Admittedly, it's slower, yet it's a more powerful language.

A quick example is included, building up from a simple search for anchor tags up to a custom query looking for just the anchor tags with a class of "bookmark".



Main Category
199
2044
829
286
175
1801
1439
913
1177
7568
70
917
59
2238
175

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: 19870
Categories: 1275
Registered Users: 762
Mailing List Subscribers: 2047
Unique Outgoing Hits: 230696

Pagerank Statistics
PR 10
1 site(s)
PR 9
14 site(s)
PR 8
37 site(s)
PR 7
245 site(s)
PR 6
701 site(s)
PR 5
1792 site(s)

PHP News