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.181.346 Times

Ejemplos De Resume Jewelry Php Id software
Filter: All | Freeware | Demo
 

Ejemplos De Resume Jewelry Php Id

< 1 2 3 4 5 > 
Added: April 07, 2013 | Visits: 435

PictoBrowser This plugin shows Picasa and Flickr web galleries in Wordpress using Pictobrowser. Only the album ID and its user ID are needed to show an album inside your Wordpress Blog.How to retrieve the needed ids and insert an album??Flickr: 1. Visit an album on flickr you want publish in your blog, e.g....



Platforms: PHP

License: Freeware Size: 10 KB Download (42): PictoBrowser Download

Added: August 15, 2013 | Visits: 1.210

Feed-Need This is version 1.1.1 of the feed-need plug-in. It fixes the broken 1.1 releas. I would like to say sorry for that broken package. You can tell what you think or report any bugs at this location. http://www.phpvrouwen.nl/forums/forum.php?id=3This plugin was born out of curiosity. I wanted to know...





Platforms: PHP

License: Freeware Size: 10 KB Download (47): Feed-Need Download

Added: June 21, 2013 | Visits: 949

Add Link Class Short Version: Adds a field to the create/update dialog box within the Visual post editor so that you can assign a class to the link you are creating.Limitations/Known bugs: When unlinking, the assigned class will not be removed. Instead a span tag will be generated and the class will be applied...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 51.2 KB Download (49): Add Link Class Download

Added: December 01, 2013 | Visits: 414

Poddy Home Poddy Home is a multimedia application that can replace: * your CD player * your DVD player * your video recorder * all your CDs * all your DVDs * your collection of videos stored somewhere on your computer so that you are able to save very much space at home, just by replacing all these things...


Platforms: Mac

License: Shareware Cost: $0.00 USD Size: 972.8 KB Download (32): Poddy Home Download

Added: October 24, 2013 | Visits: 977

MacSleep This tool enables you to put your Mac to sleep, shutdown and log off after a defined time frame. You can set also the hibernate mode to put your Mac to deep sleep (saves Energy while sleeping). Additionally you can also use a already installed Insomnia (...


Platforms: Mac

License: Freeware Size: 3.88 MB Download (38): MacSleep Download

Added: September 11, 2013 | Visits: 430

Grainsboro for Linux Grainsboro is a light GTK theme powered by the Murrine engine. Metacity and Xfwm4: Xfwm4 theme name's Candido Redux Flat. Xfwm4 and Metacity themes can be found here: http://candido.berlios.de/pages/themes.php Wallpaper: Cloud and Moon 1 http://gnome-look.org/content/show.php?content=92520...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (35): Grainsboro for Linux Download

Added: July 07, 2013 | Visits: 981

Not Mac Gnome theme look like Mac. This theme based on Glossy P theme. This theme tested on Archlinux. Note: * Change your panel background with image panel-bg.png in theme directory Other tools, make your desktop like mac * gnome-globalmenu (https://aur.archlinux.org/packages.php?ID=23797) *...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (33): Not Mac Download

Added: May 10, 2013 | Visits: 1.536

ADD TAX ID NUMBER TO CREATE_ACCOUNT.PHP This will require a customer to enter their Tax ID number or their EIN number to create an account.FIND$sql_data_array = array('entry_firstname' => $customers_firstname,'entry_lastname' => $customers_lastname,'entry_street_address' => $entry_street_address,'entry_postcode' =>...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (57): ADD TAX ID NUMBER TO CREATE_ACCOUNT.PHP Download

Added: May 10, 2013 | Visits: 634

Cool XUL Resume Generator The Cool XUL Resume Generator is a web based application for creating and maintaining professional resumes, using mozilla's XUL for a simple to use GUI interface, and php/mysql to manipulate the resume data and generate the final resume document.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (52): Cool XUL Resume Generator Download

Added: July 24, 2010 | Visits: 2.401

PHP music player controller PHP music player controller (PMPC) is a script that allows navigation through your music directory, and the adding of albums or single songs into a playlist. The project also allows you to play, stop, pause, and go back and forth through the playlist. Apache needs to run as the same user that...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): PHP music player controller Download

Added: August 25, 2010 | Visits: 2.599

Easy PHP Upload Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (223): Easy PHP Upload Download

Added: July 03, 2010 | Visits: 1.845

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: July 07, 2010 | Visits: 1.966

PHP Voice PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP. PHP Voice supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (206): PHP Voice Download

Added: August 04, 2010 | Visits: 1.173

php-pimentcore PimentCore project is a HTTP interface written with PHP witch allows you to reach a database (PostgreSQL) and read, modify it. PimentCore is helped by meta-datas witch show it how to edit the different fields of tables. PimentCore gives you also an easy and powerfull admin tool to manage this...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (90): php-pimentcore Download

Added: July 24, 2010 | Visits: 2.198

PHP::Session PHP::Session is a Perl module to read / write PHP session files. SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get(foo); $session->set(bar => $bar); # remove session data...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): PHP::Session Download

Added: September 04, 2010 | Visits: 1.167

PHP::Session::DB PHP::Session::DB is a Perl module to read / write PHP sessions stored in databases. SYNOPSIS use PHP::Session::DB; my $session = PHP::Session::DB->new($id, { DBUSER => $dbuser, DBPASSWD => $dbpasswd, DBNAME => $dbname }); # session id my $id = $session->id; # get/set session data my...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (101): PHP::Session::DB Download

Released: September 29, 2012  |  Added: October 21, 2012 | Visits: 3.700

MochiGames PHP Script ZDR MochiGames PHP Script ZDR is web site, ready for use, for flash games. These flash games are downloaded automatically by "MochiGames PHP Script ZDR" from MochiGames media. The use of the games is free, you can use your own Mochi Publisher ID and take money from MochiMedia by their terms and...


Platforms: Windows, *nix, Other

License: Freeware Size: 368.54 KB Download (161): MochiGames PHP Script ZDR Download

Released: November 21, 2012  |  Added: December 15, 2012 | Visits: 1.391

Best PHP Obfuscator It is simply the best php and html obfuscator you can find on the internet, there are many others that offer obfuscation, some are buggy, others easy to decode, but the most common problem is incompatibility. They brake the functionality of the project that you want to obfuscate. Also there...


Platforms: Windows

License: Shareware Cost: $18.00 USD Size: 2.4 MB Download (97): Best PHP Obfuscator Download

Released: August 03, 2012  |  Added: August 03, 2012 | Visits: 583

PHP Programmers Brain Animated PHP Programmers Brain Screensaver courtesy of Curso de PHP


Platforms: Windows

License: Freeware Size: 817 KB Download (44): PHP Programmers Brain Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 1.094

PHP Mass/Bulk Emailer PHP Mass/Bulk Emailer is a powerful PHP script that will allow you to send out large number of emails from your own server to the intended recipients safely. Key Features: - Powerful and secure web-based PHP auto mailer - No MySQL database needed, installation on your server can be done within 5...


Platforms: Windows, Mac, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source, Unix, Other

License: Freeware Size: 25 KB Download (134): PHP Mass/Bulk Emailer Download

< 1 2 3 4 5 >