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 (2062)
Books, Magazine Articles, Online Communities, References, Scripts and Components....

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

C and C++ (299)
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 (2691)
Books, Components, Fla Archives, Movies, Online Communities....

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

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

PHP (7715)
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 (927)
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 (2394)
Communication Tools, Content Management, Customer Support, Database Tools, Debugging and Testing....

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



Random Links
PHPMaker is a powerful automation tool
PHPMaker is a powerful automation tool that can generate a full set of PHP quickly from MySQL database. Using PHPMaker, you can instantly create Web sites that allow users to view, edit, search, add and delete records on the Web. PHPMaker is designed for high flexibility, numerous options enable you to generate PHP applications that best suits your needs. The generated codes are clean, straightforward and easy-to-customize. The PHP scripts can be run on both Windows or Linux/Unix servers. PHPMaker can save you tons of time and is suitable for both beginners and experienced develpers alike.
Category:

AtomicOxide
Welcome to AtomicOxide, this site is devoted to supplying you with free resources for your site, This includes, Free PHP Scripts, Free Tutorials and Free Templates. If you are stuck for ideas or just want to develop your site further, then the PHP Script section is where to look with over 600 scripts, and growing fast.
Category:

Miraplacid Scripting Components Exec (MSCExec) 2.0
MSCExec Component allows you to call OS command or launch an application right from your script. You can set parameters for the call and check results.
Category:



Latest New Additions and Updates
New
BPDomains - domains marketplace script, Sedo clone, buy - sell domain auction
Welcome to BPDomains!
BPDomains is a script for building a domain marketplace site. The user can buy and sell domains,
check for available domain names online and register new domains. The program has built-in powerful search page, on which site users can search domain names according to categories, subcategories, extensions and keywords. Each domain, before it is displayed on the site, must pass system admin verification.
Category:

New
XML Driven Complete Photography Template
This is a complete template with the unique video background feature. You can change the color theme of the template and you can change the video background with an image background. This possibilities make this template the most amazing one on the market.This is an ActionScript 3.0 XML driven Flash template, and a perfect template for any photographer and for anyone else interested.No Flash knowledge is required for setting up this template. Everything can be set from a main .xml file and also each gallery has its own .xml file making it very easy to update and maintain.This template it's resizable adjusting considering the browser size. This means that everything will look the same on each resolution and your photos will appear the same for all your visitors.You can use a video or an image as a background. You don't need to worry about the resizing of the image or video background, all is done by the template, all you need to do is to set the path for them in the XML file.You can add as many photo collections as you like and you can also change their names.
Category:

New
Artfolio
One of the main advantages, comparing with similar products, is its feature to customize design and edit content with help of the online admin panel. You don't need any Flash/ XML knowledge to do that! ARTFOLIO is a good tool to create your personal portfolio design. Please, explore 'Samples' section to see how various could be your portfolio designs. Although ARTFOLIO is multilingual website that means you can use different content for each language.This template consists of sections: 'About', 'News', 'Portfolio', 'Contacts'.
Category:

New
Unique Navigation XML Banner Rotator
Features:* XML driven content;* title and description of images;* slide show option;* customizable colors;* unique navigation;* customizable slide show delay;* custom banner size.
Category:

New
QuickMenu Series A
Through XML you can:-> Add(max count:5) or Delete MenuItem;-> Modify the text of MenuItem;-> Modify the caption of the panel.Notice: the Max count of the first one is six.
Category:



PHP: Developer News

Lorna Mitchell's Blog: Conference Biography Help

Following some of the suggestions from the php|architect folks about getting your ideas accepted at conferences, Lorna Mitchell has posted some of her thought process behind coming up with a good conference bio.

To get to this point, I started with a list of things I should include. My job, my blog, my community activity, my technical interests. [...] I then turned my points into sentences, and emailed the result to a few people to read. [...] I always take this approach even when I know I'm probably making a hash of it, if I'm asking for someone's input, I take the time to attempt it myself and send them the result.

She also notes that proofreaders are always a big help, catching some of the small things that you might gloss over and could make your bio. You can get a few other ideas and examples here, here or here.


Ilia Alshanetsky's Blog: Igbinary, The great serializer

In looking for a better way to handle serialized data (than the usual serialize) Ilia Alshanetsky discovered an extension called Igbinary:

As I was reading docs on Andrei's new memcache extension (memcached) I came across a binary serialization extension called Igbinary written by Sulake Dynamoid Oy. This extension promised much more optimal serialization routines by using binary, rather then a clear text format. Sounded, good so I decided to run a few benchmarks on it.

He uses several different sizes of files to run his tests and found that, while it is just a bit slower than the normal serialization, the compression rate that's about fifty times smaller than the usual. The extension also offers a "compact_strings" parameter that allows for even more compression of just string data.

As you can see the serialization speed is pretty amazing, once your serialized data set is in excess of 100bytes, you can expect nearly 2x improvement with a ~30% data set reduction with igbinary. I think we got a winner!

IBuildings techPortal: PHP on Windows: The WinCache 1.0 Benchmark

Following the release of the 1.0 stable version of Microsoft's WinCache accelerator, Ivo Jansch took the opportunity to run some benchmarks to see the response times of two applications, WordPress and SilverStripe, on a standard Windows hosting setup.

While it's important to realise that benchmarks have their drawbacks, they are very useful to make relative comparisons, and that is exactly what we will be doing in this article. The benchmarks were carried out by Mark van der Velden, one of our PHP on Windows platform specialists. I'm going to describe his setup in a minute, but for those unfamiliar with the concept of acceleration, I'd like to point to this Wikipedia article which is a good primer on how PHP accelerators work and why you should use one.

They used two servers with the same hardware specs and a the following software: WordPress &SilverStripe, the Web Platform Installer (Microsoft) and Zend Server. Check out the rest of the post for the results of their testing.


Content with Style: Viewing BLOB content in phpMyAdmin

New from the Content with Style blog today there's a quick tip from Matthias Willerich for phpMyAdmin users who are having issues viewing the content of blob data types.

n my phpMyAdmin installation, version 3.1.1, none of the old style config settings [...] had any effect, and the solution was terribly elusive. "view blob", "show blob", "display blob", all that Google suggested were people asking the same question, at various ages of the internet.

Finally, after wading through negative comments of forums and not getting much help at all, Matthias dug into the source and found a session variable that can be set to true and the content magically appears.


PHP.net: PHP 5.3.1 Released!

As is mentioned on the PHP.net website today, the latest release in the PHP 5.3.x series has been posted for download - PHP 5.3.1.

The PHP development team would like to announce the immediate availability of PHP 5.3.1. This release focuses on improving the stability of the PHP 5.3.x branch with over 100 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.

Security updates in this release include a new max_file_uploads directive for the php.ini settings, the addition of some sanity checks on exif processing, correction of a safe_mode and open_basedir bypass and more. Check out the changelog for more information on what was updated and the release announcement for a full update.

You can download the source here and grab the Windows binaries here.



Main Category
204
2062
845
299
174
1805
2691
928
1216
7715
73
927
64
2394
190

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: 21545
Categories: 1275
Registered Users: 1026
Mailing List Subscribers: 2054
Unique Outgoing Hits: 248719

Pagerank Statistics
PR 10
1 site(s)
PR 9
5 site(s)
PR 8
40 site(s)
PR 7
115 site(s)
PR 6
410 site(s)
PR 5
1196 site(s)

PHP News