Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.480.943 Times

Joomla Employee Directory freeware
Filter: All | Freeware | Demo
 

Joomla Employee Directory

< 1 2 3 4 5 
Added: May 10, 2013 | Visits: 573

IntelliFolks IntelliFolks is a free Enterprise Social Networking Server.IntelliFolks enriches any intranet with a social network including customizable people profiles, people and expert finder, interactive organization charts, collective intelligence communities, blogs, faceted information discovery, social... Platforms: Windows, Mac, *nix, ASP.NET, BSD Solaris

License: Freeware Download (62): IntelliFolks Download

Added: September 10, 2013 | Visits: 839

LinkShare Link Lookup for Joomla This alpha version of the Joomla Plugin makes it easy to add commission generating links to your postings. All you need is an account at LinkShare. Whenever you see a product you like at one of the LinkShare merchants, all you need to do is copy this link into a post, wrap it with curly brackets... Platforms: PHP

License: Freeware Size: 10 KB Download (62): LinkShare Link Lookup for Joomla Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 691

Photo Directory Software As churches grow, it becomes more and more difficult to "put a face to a name" when looking at individuals in the church database or directory. This Photo Directory application allows a picture to be added to both an individual profile and family profile. Those pictures can then be viewed in a... Platforms: Windows

License: Freeware Size: 2.04 MB Download (62): Photo Directory Software Download

Released: October 19, 2012  |  Added: October 19, 2012 | Visits: 646

Directory Submission Directory submission software. Submit to 200 directories. Add your own or delete. Platforms: Windows, Edition 2005

License: Freeware Size: 1.3 MB Download (61): Directory Submission Download

Added: May 10, 2013 | Visits: 890

Use email module to bundle current directory Use email module to bundle current directory script uses the email module to create a multipart MIME message. Platforms: Windows, Mac, *nix, Python, BSD Solaris


Released: December 16, 2012  |  Added: December 16, 2012 | Visits: 891

123 Flash Chat Joomla Module Component Joomla! Chat Module/ Joomla! Chat Extension, Introduction: * New Functions added in this version: chat-room's settings can be easily configured in Joomla Admin panel,it works for: 1.chat server and chat client are on the same/different server; 2.123 Flash Chat host solution, 3.The chat window's... Platforms: Mac

License: Freeware Size: 10.24 KB Download (60): 123 Flash Chat Joomla Module Component Download

Added: May 10, 2013 | Visits: 867

Recursive directory listing in HTML This script contains a function that walks a directory path, listing the files and directories in HTML format. It can sometimes be handy to get a look at an entire directory tree, and HTML is a good way to display it. This script goes through the directory tree using os.path.walk in a generator,... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): Recursive directory listing in HTML Download

Added: May 10, 2013 | Visits: 705

Directory Listing Script Directory Listing Script allows you to list directories on your HTTP server.  Features Perform basic operations on files and directories (list, download, rename, delete, create, upload) Password protection of defined directories Ability to hide certain files and... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): Directory Listing Script Download

Added: May 10, 2013 | Visits: 801

PHP Directory Indexer PHP Directory Indexer is a PHP indexer to make indexes of directories. It supports themes, and is very customizable. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): PHP Directory Indexer Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 949

C,C++ Source Code Directory Submitter This softwre can help you to find your most needed C,C++ source code from the C,C++ source code directory cprogram.org.You can also submit your source code in web to spread and test your knowledge on programming.Submit C,C++ source code to this directory to make it rich with source code and... Platforms: Windows

License: Freeware Size: 373 KB Download (60): C,C++ Source Code Directory Submitter Download

Added: May 10, 2013 | Visits: 412

A simple non-recursive directory walker This script is an equivalent of os.path.walk(), but without callback function. A simple directory walker, without the burden of creating a callback for os.path.walk().This is also usefull for incremental directory walking (where you want to scan remaining directories in subsequent calls). Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (60): A simple non-recursive directory walker Download

Added: January 16, 2013 | Visits: 578

Official Joomla! .12 Help Screen Dump File Pack This is the MySQL dump file pack recently released by the Joomla! User Documentation Team. The pack includes the data from the #_content, #_categories, #_section, and #_menu tables of the database plus a pack including the full download of images used on the Joomla! Help Portal. Platforms:


Added: May 10, 2013 | Visits: 1.014

Clean up a directory tree This script can be used to clean up a directory tree irrespective of whether the directory tree contains non-empty directories. As long as the user has permission to remove the files, this will work.There is no files, thor cleaning a non-empty directory tree in python os module. os.removedirs()... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (59): Clean up a directory tree Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 1.164

AutoIndex PHP Script (Directory Indexer) AutoIndex is a PHP script that makes a table that lists the files in a directory, and lets users access the files and subdirectories.It includes searching, icons for each file type, an admin panel, uploads, access logging, file descriptions, and more. Platforms: Windows, Mac, Linux

License: Freeware Size: 398.59 KB Download (59): AutoIndex PHP Script (Directory Indexer) Download

Added: May 10, 2013 | Visits: 724

SOBI 2 SOBI 2 - Sigsiu Online Business Index 2 is a directory component for the WCMS Mambo and Joomla! to show entries of companies, clubs, persons, shops, products and more.The entries are divided into categories, which can contain subcategories. One entry can be entered in up to five categories. The... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): SOBI 2 Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 616

Directory Template Creator Directory Template Creator is a command line utility designed to facilitate the creation of directory-structures based on templates for various scenarios, such as department-, project- and process-folders. Directory Template Creator creates or maintains the hierarchies, applies rights... Platforms: Windows

License: Freeware Download (58): Directory Template Creator Download

Added: May 10, 2013 | Visits: 696

Flexible directory walking This function walks a directory tree starting at a specified root folder, and returns a list of all of the files (and optionally folders) that match our pattern(s).The standard match our tree function os.path.walk can be confusing, and is difficult to customize. It can also be slow. Here's an... Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (58): Flexible directory walking Download

Added: May 10, 2013 | Visits: 469

Accessible Joomla! Accessible (a8e) Joomla! is a Joomla! fork that conforms to accessibility guidelines and standards (e.g. W3C ). Table layout is removed, also popup and javascript have been converted to accessible code. A8e Joomla! will follow regular Joomla! releases. We hope to make the project obsolete ASAP... Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (58): Accessible Joomla! Download

Added: May 10, 2013 | Visits: 620

check if a file or directory exists To determine whether a file exists on the server, PHP has a simple function: file_exists(). This can also be used to determine if a directory exists. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): check if a file or directory exists Download

Added: May 10, 2013 | Visits: 969

Automated cron backup thru emailAutomated cron bac Program to automate the backup of the MySQL database & file directory, and send the backup data files to an offsite destination for safe storage through email. Works with Joomla!, Mambo, PostNuke, WordPress & etc. Platforms: Windows, *nix, PHP,


< 1 2 3 4 5