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 (2264)
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
CalendarXP.net
Here please find a few screenshots of the high quality themes running in different browsers. You may click on the image to experience a recorded dynamic demo.
Category:

http://www.opencrypt.com
OpenCrypt.com is the main distribution point for the latest product from the Locked-Area.com team. For over seven years Locked-Area.com has been leading the web site membership management and password protection market and after years of success we have completed our latest offering. The aim for this project from the beginning has always been to develop the most flexible, customisable, powerful, secure and of course easy to use membership/user management and password protection system possible, and we think we've done just that. Product Details
Cost: $179/$399 $149/$349 USD
Released: 1st July 2006
Language: Perl and HTML
Database: mySQL
Platform: Unix/Linux, Solaris



Free Installation
Free installation by our trained technical support team is now available to all customers.




Screenshots



Admin Panel: Statistics

Admin Panel: Template Editor





Offering support for unlimited subscription/membership types, linked to unlimited member's areas with the ability to integrate with all major ecommerce payment processors allows for incredible flexibility over which users see what content and at what cost. Unlimited personalised mailing lists and in-built shopping cart style system make it an incredible marketing and community building tool too and of course, sophisticated anti-hack and password abuse detection tools prevent unwanted users from gaining access.
Category:

100 Fonts for FlashCard Greeting Card Creator
Over 90 fonts for FlashCard, including several hard-to-find symbol fonts. Enhance the FlashCard experience for your users with this font set. You must have FlashCard installed and working, and be able to correctly edit FlashCard's config.xml file, to use this font package.Click here for a complete list of fonts included in this package! Over 90 fonts for FlashCard, including several hard-to-find symbol fonts. Enhance the FlashCard experience for your users with this font set. You must have FlashCard installed and working, and be able to correctly edit FlashCard's config.xml file, to use this font package.Click here for a complete list of fonts included in this package!
Category:



Latest New Additions and Updates
New
Cover Flow XML
You can navigate through the albums with the slide bar or just by clicking in the album image.* AS2; * XML.
Category:

New
Mouse Trail Hearts
What about this effect to add to your Flash website? Easy to use and editable. AS3.
Category:

New
Dynamic Image Display with Zoom
This is very useful & customizable Image Display which can use in your website to display any Image or product.Resizable to fit within the dimension specified in HTML file.Use slider or mouse scroll to zoom image. Reset button control to to reset image to 100%.Features:* XML customizable; Only 7 KB; Show Image dynamically; Supported image files JPG , GIF, PNG etc; Add your favorite zoom level; Zoom Slider; Zoom on mouse scroll; Zoom reset button; Image preloader; Commented code; Help file included. Pass the image path using Flash Vars or from the XML two flash files are included for FlashVars & XML image path. XML customizable you can change viewable area size, Controller mouse rollout transparency, Maximum zoom level.
Category:

New
Display Date
Just need to drag & drop. Help file included. Features:* Display Current Date;* Shiny Look;* Easy to use;* Fully Customizable;* 100% Vector;* Resizable.
Category:

New
Simple Contact Form
The user inserts his name, email, email subject and message, and it sends to the destination mentioned in the PHP file.(MUST have PHP server for it to work!)
Category:



PHP: Developer News

PHPFreaks.com: 10 Signs of Crappy PHP Software

On PHPFreaks.com they have a new "top ten" list of signs to look out for to tell if you're dealing with crappy software or not.

Like it or not, as a professional developer, sooner or later you are going to do some customising (if you are lucky, "extending") of existing software. If you are not familiar with the software, it is good advice to look into it before accepting the job. I had to learn that the hard way. But how do you recognize crappy applications without getting knee deep into the code?

Their list of signs include:

  • The software tries to reinvent the object model, or "fix" language features.
  • Scattered HTML and SQL
  • Multiple levels of inheritance
  • In the code base, there is a directory called "core"

PEAR Blog: PHP 5.3 Windows and PEAR (go-pear.phar)

The PEAR blog has a quick note for users of PHP 5.3 and Windows:

Some users have reported that the windows builds of PHP 5.3 are not able to open the shipped go-pear.phar file.

If this is your situation, you can use their workaround (run the distributed phar version) or grab the non-pharred version.


Lorna Mitchell's Blog: Status Codes for Web Services

Lorna Mitchell has posted the last article in her look at web services - a focus on status codes.

Unlike the other posts in this series, this one is quite specific to one type of service - REST - since it deals with status codes, specifically HTTP ones. The ideas are transferrable however and other types of service can return statuses in a similar way.

She mentions things to keep in mind in returning the codes, some of the more interesting codes as well as some typical situations where things like an error code 500 would be thrown.

Status codes are like a headline to the calling entity about what happened, and are a valuable tool in the web service toolkit.

Oracle Technology Network: High Performance and Availability with Oracle RAC and PHP

John Lim has written up an article for the Oracle Technology Network about creating high performance systems with Oracle's Real Application Clusters (RAC) and PHP.

Running a software application that is able to work reliably through hardware and software failures is incredibly hard. [...] In this article, I will cover the network, architecture and design of our RAC application. Then I will discuss the real-world experiences and problems we experienced.

He details their RAC setup - load balancers, application servers and their RAC servers - before working through the different technologies and how they're all installed and configured to work together most efficiently.


DevShed: Using the spl_autoload() Functions to Build Loader Apps in PHP

In the next to last article of their loader series, DevShed looks at replacing some of the file loading functionality in their examples with functions from the SPL.

As I mentioned before, the Standard PHP library comes bundled with some helpful functions, such as "spl_autoload()," "spl_register_extension()" and "spl_autoload_register()" that allow you to either use a default implementation of the "__autoload()" function, or create a custom one for it.

Their example defines the extensions to use for autoloading and the name of the file/class to pull in. The rest is done automagically.



Main Category
204
2059
841
296
174
1805
2264
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: 21025
Categories: 1275
Registered Users: 947
Mailing List Subscribers: 2053
Unique Outgoing Hits: 244823

Pagerank Statistics
PR 10
1 site(s)
PR 9
11 site(s)
PR 8
50 site(s)
PR 7
184 site(s)
PR 6
602 site(s)
PR 5
1560 site(s)

PHP News