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 (2663)
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 (7706)
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
MetaCart
This store and its products are for demonstration purposes only. You cannot actually purchase any of the products, nor is there a secure server to process your order.
Category:

Flash Atom Feed Readers
Clones of the RSS Set #7 readers, but for Atom feeds. These will read Atom 3.0-compliant XML feeds. 100% of the Flash 2004 Professional source code is included. Clones of the RSS Set #7 readers, but for Atom feeds. These will read Atom 3.0-compliant XML feeds. 100% of the Flash 2004 Professional source code is included.
Category:

ReAgent 2.1
With today's technology, there is no easier way to get information than the Internet. Your business literally has a gateway to the world for the purposes of corporate marketing, customer and administrative support, and as a sales channel.

We are aware of the problems you are faced with when making an important decision like choosing to place your presence online.
Category:



Latest New Additions and Updates
New
Smoke Generator AS3
You'll be able to see the influence of different values with provided demo. All sources and instructions are inside the package.All variables are public there, so you can change them at any time from the main project (animating colors, fading etc.).Project is for Flash Pro CS3 and CS4.
Category:

New
Advance Flow Image
The Advance Flow Image components is a high quality component with a very useful Component Inspector that allows you to configure it without entering the code. To use the component, simply drag the Flow Image component from the library into the stage and edit the component inspector.
Category:

New
BS Real Estate Software (For Realtors)
BS Realtor Script allows real estate agents to create their own sales platform. Home buyers can browse available properties for free. The property listings are detailed with features, photos, and driving directions linked to MapQuest. Currently we are offering features rich website + Installation + Support service for the best possible price.
Category:

New
Banner Rotator Slideshow V1 Pixelate effect
You can use it as a slideshow, it loads images(.JPG, .PNG, .GIF) and Flash files (.SWF) , it has 18 settings in the XML file plus the code is OOP in external classes easy to change. The download files contain a help.txt file with instructions.You can set:* High number of images or SWF's through the XML file* the banner's width and height* target URL's for each image* the button background and text color, for over and normal state* the load bar color* the time interval between transitions (you can specify the duration in seconds for each image /SWF in the XML file).
Category:

New
Photo Portfolio XML v3
Features of XML:* First visible navigation category,* Text color, font size, background color,* Rounded corner radius of text backgrounds,* Position of image description texts,* CSS file path,* Loading of site name, logo by XML,* swfAddress* path of menu items.This template uses phpMailer to send mails.
Category:



PHP: Developer News

PHPFreaks.com: Template based document generation using LiveDocx and Zend Framework

On PHPFreaks.com there's a new tutorial posted today looking at combining the Zend Framework with the LiveDocx libraries to create PDF/DOCX/DOC/RTF documents based on simple templates.

Generating print-ready well-formatted PDF documents with PHP is not an easy task. Traditionally, there are two main approaches to PDF generation with PHP. Given sufficient time and patience, both partially get the job done, but still leave a lot to be desired. [...] In this article, the author presents an entirely new, third approach. It relies on templates being created in a WYSIWYG environment, such as Microsoft Word or Open Office, and then being populated with data in PHP. The resulting document can be saved not only to PDF, but also DOCX, DOC and RTF.

They include both an overview of the LiveDocx tool and some code samples to use a template made in Microsoft Word to generate a PDF file with dynamic values. They also include a bit about how to create dynamic images.


Millwood Online Blog: Multi-site Drupal installations

On the Millwood Online blog there's a quick step-by-step about getting multiple Drupal sites up and running on one code installation.

One of the great things about Drupal is that you can run more that one site off one installation. This saves disk space and load on your server, it also saves maintenance time. With only one installation to manage and update the time spent administering your site drops greatly.

The process is pretty simple - install Drupal normally and set it up for the main domain, then change the directory name for the settings and add another for the new domain name. Go update your Apache virtual host configuration file to point to the new location and restart the web server. Both of your domains should be set and ready.


Brandon Savage's Blog: Why Every Developer Should Write Their Own Framework

In his latest post Brandon Savage suggests that every developer should do one thing before they start working with PHP frameworks - write their own.

So for those of you wanting to write your own frameworks, feel free. But don't even think about putting it in production until you've read this blog post. Lots of times new developers are shot down from writing their own frameworks by bosses or community members who insist that "NIH" (not invented here) has no place in their organization or language. [...] To me, that doesn't make a whole lot of sense.

He points to a comment from Elizabeth Smith that reinforces his ideas and supports the creation of a framework. Using it in production, however, is a whole different story. They both agree that writing your own framework is good for learning how it all works, but that you should stick with the larger frameworks for real development.


John Lim's Blog: Updated Optimizing PHP Article

John Lim has updated his Optimizing PHP article with some new tips on caching data:

In this chapter, we explain why optimizing PHP involves many factors which are not code related, and why tuning PHP requires an understanding of how PHP performs in relation to all the other subsystems on your server, and then identifying bottlenecks caused by these subsystems and fixing them. We also cover how to tune and optimize your PHP scripts so they run even faster.

The article talks about true high performance, some of the bottlenecks that can keep you from it, tuning your Apache/IIS web server, tips on caching and some ways you can benchmark your application to figure out the best configuration for you.


NETTUTS.com: Book Review: Zend Framework 1.8 Web Application Development

On NETTUTS.com today there's a new review of the Packt book "Zend Framework 1.8 Web Application Development" (Keith Pope) from Fred Wu.

The flow of this book is heavily inspired by the famous Ruby on Rails book, Agile Web Development with Rails, where the author invites you to join the process of building a demo application, which in both cases is a shopping cart system.

He mentions how "short" the book is (at 350 pages), how much focus is put on MVC, the creation of the simple online store application and a bit of content on code optimization, caching and testing. Overall, he found it a good book for those that know PHP already and don't mind following along with a fast-paced read.



Main Category
204
2062
845
299
174
1805
2663
928
1216
7706
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: 21502
Categories: 1275
Registered Users: 1023
Mailing List Subscribers: 2054
Unique Outgoing Hits: 248401

Pagerank Statistics
PR 10
1 site(s)
PR 9
5 site(s)
PR 8
41 site(s)
PR 7
116 site(s)
PR 6
419 site(s)
PR 5
1224 site(s)

PHP News