Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 3561-3580 of 36577
Share this / Tell-a-friend component for Joomla 1.5
Sharing your website pages/articles is easy for your visitors with our award winning tell-a-friend components. *** Supported Address Books/Social Networks : Hotmail/MSN.com/Live.com, GMail, Yahoo, AOL, Lycos, Mail.com, Rediffmail, Indiatimes, MobileMe (.Mac), FastMail, GMX, Web.de, IcqMail, LinkedIn, MyNet.com, Data.bg, Ig.com.br, Mail.ru, Rambler.ru, Yandex.ru, Freenet.de, Libero.it, Onet.pl, Interia.pl, Wp.pl (WirtualnaPolska), Sapo.pt, O2.pl, Plaxo, Daum.net, Naver.com, Email.It, Alice.it, Virgilio.it, Terra.es, Orange.es, Facebook, Friendster, Hi5, MySpace, Orkut, BlackPlanet, Xing, Bebo, MeinVZ, Hyves, Twitter, Outlook CSV, Outlook Express CSV, Thunderbird CSV, Thunderbird LDIF, Apple/vCard
(0 ratings)
Reviews0
PriceUSD 39.00
Views1670
Church Directory Script
eSyndiCat is a powerful church directory software. We included professional religious template in the church package. eSyndiCat Church Directory Software includes a database of 300 K+ US churches and religious organizations with their addresses and phone numbers. Visitors can browse listings by states or input a zipcode and a distance and get results closest to input value. Visitors can see directions to a church location using Google Map. Don't hesitate! Get eSyndiCat Church Directory Package right now!
(0 ratings)
Reviews0
PriceUSD 75.00
Views2247
plusPHP Fake Magazine Covers Generator & Rating
Script designed to launch interactive service there people may upload their photos to add it to fake magazine covers (30 templates included) or fancy frames - to amaze their friends and/or to print them. From certain moment site becomes self-running because visitors promote it by sharing their "magazine covers". Ideal solution to earn money through advertisement or selling prints via 3rd party services (application saves high quality printable images up to 1800x2400 pixels).
(0 ratings)
Reviews0
PriceUSD 199.00
Views1431
Eicra CMS Script
EicraCMS® is an expandable and flexible content management system aimed at web designers and web site owners. Dynamic sites, full of content can quickly and easily be created without the need for any programming skills. PHP CMS comes with an easy to use Web Content Administration system with built in management for documents, images and streamed media, and provides all the components required to build and manage content rich, attractive websites with the ease of creating a word document.
(0 ratings)
Reviews0
PriceUSD 99.00
Views1205
Full photo mask animation
In this thoroughly explained, detailed flash lesson, I will show you how to create full photo mask animation using some special flash tips and tricks and action script code.
(0 ratings)
Reviews0
PriceFree
Views688
Advanced picture animation
Using this thoroughly explained, detailed flash lesson, I will explain to you how to create advanced picture animation using some special flash tips and tricks.
(0 ratings)
Reviews0
PriceFree
Views727
Opal
Opal is a powerful Item Management Application built in Ruby on Rails. It allows you to list any kind of item, from houses to video games to hotdog vendors.
(33 ratings)
Reviews0
PriceFree
Views5424
vBulletin Chat Module of 123 Flash Chat
It can add a live chat room to vBulletin seamlessly, multiple skins and user integrated. A chat room makes vBulletin more interactive, it will boost traffic as well as revenue to your vBulletin, and will increase vBulletin user loyalty. Chat Features: 1. Users integrated: User database of vBulletin can be fully integrated to Chat. 2. Mutiple Skins: Nine skins are available to fit in your forum. 3. Lobby and private chat. 4. Admin Panel: Two ACPs: You can define what kind of chat status to be listed on vBulletin, the open mode of the chat window, the server mode, etc. in the vBulletin ACP, and customize the chat room in the chat Admin Panel. 5. Other features: Avatar, smilies, flash emotions, post-notifier, etc. So what the module can add to vBulletin? It adds a chat button which links to a fabulous chat room, with multiple skins and multilingual support, written in flash or HTML/Ajax, and a visual setting panel, etc. Recent changes: the backend management is enhanced.
(9 ratings)
Reviews0
PriceFree
Views2839
Generating HTML5 Documents Using DOMDocument In PHP
PHP 5 includes a powerful set of DOM manipulation classes that gives you full control over HTML and XML documents. This functionality behaves very similar to JavaScript's DOM manipulation engine. In this tutorial, we'll explore the DOMDocument class by generating an entire HTML5 page without writing a single bit of raw markup. This may not be practical for most applications, but it should give you a good idea of how the basic DOMDocument methods work.
(3 ratings)
Reviews0
PriceFree
Views1085
Urtechnology
Our team commands good knowledge and expertise in open source like Joomla, Typo 3, OsCommerce,Wordpress, Magento. The developers have wide experience in these applications and the project managers are experts in the entire cycle of software development in these technologies. PHP development is not only and accomplishment but also a passion for us. The client can also rest assured of application migration or re-engineering if he wishes for his existing software
(0 ratings)
Reviews0
PriceFree
Views681
Snippet: Converting Seconds to Readable Time (PHP & JS)
Sometimes, you might need to convert an integer representing seconds into a format that is easier to read. These functions can be used to turn a number of seconds into a simple format of HH:MM:SS, with leading zeros (ex. 15272 = 04:14:32). This can be used for countdown scripts, which is why I also include both a PHP and a JavaScript version.
(0 ratings)
Reviews0
PriceFree
Views1124
Create a Slide-In Panel with jQuery
This tutorial will explain how to create a slide-in panel effect with jQuery. Basically, this means a hidden panel the slides into view when it is triggered by a button or other action. This is often used to display a contact form in a fun way. As it turns out, this is very easy to do.
(0 ratings)
Reviews0
PriceFree
Views1833
5 Tips for Writing Cleaner PHP Code
There are many benefits to writing clean code for any project, no matter how small. The importance of clean code becomes most apparent when you need to find an error, especially a syntax error. In the end, cleaner code means less time reading and more time coding!
(0 ratings)
Reviews0
PriceFree
Views1102
Joomla Instant Messaging Extensions
he Joomla Instant Messaging extensions allows you to integrate Joomla with an XMPP Server to provide an Instant Messaging solution for your Joomla users.
(0 ratings)
Reviews0
PriceFree
Views1406
An Introduction to Google's O3D
posted byphyxxinDevelopment
Learn about Googles new O3D plugin, and get started with a simple O3D application.
(0 ratings)
Reviews0
PriceFree
Views892
The PHP Simple Pagination Class
Pagination just means numbering pages. In the project that I was working on, I was retrieving large amounts of data from a MySQL database and realized that I would have to break the data up into pages for two main reasons, 1) there was so much data that it could hang the browser when it was loading and 2) from a user perspective (we still care about that right?) it was unruly to say the least. If I was returning 50,000 rows from a database query, I knew that I would need to slice that up into more manageable chunks. Now in the past, I had written basic pagination functions to handle this type of issue and sometimes copied and pasted functions from older scripts to cut down on development time, fixing and re-coding where necessary. But I realized that for this new project I could try to write a pagination class that I would be able to just plug into any script and have it do the pagination for me.
(12 ratings)
Reviews0
PriceFree
Views2541
iFavIcon Generator
To create a favicon for your website use [JPG, PNG, GIF] image, for transparent favicons use [PNG or GIF] image and for best resolution use image with same width and height. A favicon (short for "favorites icon" and also known as a page icon), is an icon associated with a particular website or webpage that is displayed in the browser address bar next to a site's URL.
(0 ratings)
Reviews0
PriceFree
Views1362
Results 3561-3580 of 36577