Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 33561-33580 of 36577
e-FreelanceMarket.com - Custom programming and website design
e-FreelanceMarket.com is a place for Project Managers and web programmers to meet. Project Managers post requests for custom designs and web programmers bid the cost of their services. You can easily search and find projects for you organized in their specific categories (PHP, Perl, etc.) It is FREE to sign-up and FREE to post projects. Customer service and support our are #1 priority. Give us a try you have nothing to loose! $2 sign-up bonus. You can also benefit from zero annoying advertisements. Our front page also displays Open Projects from large affiliate companies so you have more options and business opportunities!
(0 ratings)
Reviews0
PriceFree
Views2348
YTK Lite
YTK Lite is the Ultimate Yahoo! Messenger chat companion. This easy-to-use chat utility provides many additional features to Yahoo! Messenger including enhanced privacy, unlimited safe list/white list, unlimited ignore bin, font and style filtering and the highest level of anti-boot protection available for the Yahoo! Chat network as well as spam and nuisance blocking.
(0 ratings)
Reviews0
PriceFree
Views2060
Ajax.InPlaceSelect
This is an extension for scriptaculous. Creates a select control in place of the html element with the id specified. It functions similar to Ajax.InPlaceEditor but instead of an input control, it creates a select control with a list of options from which to choose. The parameters �values� and �labels� are arrays (of the same length) from which the options are defined.
(3 ratings)
Reviews0
PriceFree
Views3202
Molly - Dynamic Website Architecture
Molly is a system and architecture for building dynamic database-backed web sites easily using HTML and simple MAML (XML) tags. Molly is written in PHP and works with MySQL, PostgreSQL, Oracle, & ODBC databases, and runs on Linux, OS X, and Windows.
(0 ratings)
Reviews0
PriceFree
Views2390
Ajax.InPlaceDateTimeSelect
An extension for scriptaculous. Creates several select controls in place of the html element with the id specified. It functions similar to �Ajax.InPlaceSelect� but instead it creates several select boxes with year, month, day, hour, minute for choosing date and time.
(0 ratings)
Reviews0
PriceFree
Views2423
How to get all META data of a website
In this tutorial I will show you how you can easy check META information of any website. It can be very useful in search engine optimization when you want to check your competitors settings.
(3 ratings)
Reviews0
PriceFree
Views1975
Myref - PHP class library for control lists (references)
API and administrative script that help you manage "select", "checkbox" and "radio" lists (references) easy and comfortable.
(0 ratings)
Reviews0
PriceUSD 15.00
Views1155
Poseidon eBusiness Suite
Is your business data spread between your shopping cart, your CRM software, QuickBooks, UPS WorldShip, FedEx Ship Manager, and more? Are you wasting time and money re-keying data between systems? Does your business require precise inventory management, including serialized inventory and barcode label generation? Is your current lack of data linearity subtracting from your bottom line? If the answer to any of these questions is "Yes!", you could significantly benefit from Poseidon eBusiness Suite. Poseidon eBusiness Suite can generate barcode labels, serial numbers, and maintains full inventory control. Create UPS, FedEx, and US Mail shipping labels with a single click. Process customer returns and issue RMA numbers. Manage your online store, track your inventory, correspond with your customers, process your sales, ship your orders, purchase from your vendors, and track your bottom line with the Poseidon eBusiness Suite.
(0 ratings)
Reviews0
PriceUSD 150.00
Views1202
Facil HelpDesk
Facil HelpDesk is an easy to use "issue tracking software" for PHP, based in tickets, enabling users to track and manage their support requests faster. Tickets submission is by 3 ways web(registered users and contact form) or email(emails => tickets), supports File attachments. was designed for small and medium companies who want to organise communications. With Facil HelpDesk, you have access to articles, polls of responses, basic reports of usage,email validation,email notifications,SMS notifications,etc. Simple documentation, intuitive use,supports three levels login(user, staff member and administrator) Installation takes one minute, after of uploading files by ftp, email =>ticket requires cron, supports tickets scalation and notifications. Visit the online demo at: www. cromosoft.com/tickets/index_admin.php Also is compatible with SQLServer 2008(Facil HelpDesk 2.9)
(10 ratings)
Reviews1
PriceUSD 80.00
Views4966
Directory Skins and Templates
DirectorySkins.com is a design and development company which centers its attention on the fast growning market of directories on the internet. Our goal is to make it eaiser for the webmaster to customize the look and feel of their personal directory, as well as their customers directories. Started on January 1st, 2007, DirectorySkins.com has been providing professional directory templates to its customers and members, to help them create high quality website designs for clients or for personal use. DirectorySkins.com has become renowned for designing high quality templates and ever-increasing inventory while still maintaining product integrity, thus making customer and member experience at the top of the industry. We offer affordable, original, unique styles for your directory software.
(0 ratings)
Reviews0
PriceFree
Views1321
MilkieX
MilkieX is a library of new commands and functions for JavaScript, intended to make JavaScript coding easy and leave to the coders only the fun of programming. Development started on mid 1998, and it was mainly intended to convert old BASIC code to an online environment. An interesting feature is a set of commands to handle DHTML/JavaScript mobile objects ("sprites").
(0 ratings)
Reviews0
PriceFree
Views1190
XML as Data Source
After this tutorial, you will be able to manipulate and play with XML Data files in the same way as you do with MS Access. In addition to that, there are certain advantages of using XML, over MS Access. I introduce these advantages in the text, as we proceed on. The article has been organized in the increasing order of difficulty.
(3 ratings)
Reviews0
PriceFree
Views1423
SmileText Component for Flash
posted bysoft99inComponents
As seen in FlashChat! Advanced smile textarea component for your Flash projects. Includes 100% of the source code, and free upgrades. MXP files are included for easy addition to the Macromedia Extension Manager.
(0 ratings)
Reviews0
PriceFree
Views1455
Phone shine
posted bykreso007inEffects
This detailed tutorial will show you how to create a phone shine in flash 8. This effect is so cool and you can apply it on every object. For this example, we will use Sony Ericsson phone.
(0 ratings)
Reviews0
PriceFree
Views1675
Preview Anywhere
Preview Anywhere allows graphic designers, printers, sign companies, yellow pages, apparel & embroidery companies to have a user-friendly way for their clients to preview the artwork prior to production, without the difficulties of sending e-mail attachments or taking multiple trips across town to show the proofs for approval. Contractors login and create clients, upload items to proof, create folders for uploads and to seperate documents, and can even rename documents all within the interface Clients login and view the work and either approve the items or request changes be made., they can also upload examples and such All transactions are logged including client viewing, emails are sent both ways on all transactions Application uses the file system object to create folders and rename folders and files, all operations are took care of so there is no lack of communication, which can kill the print and graphic business Take test drive today!
(0 ratings)
Reviews0
PriceUSD 195.00
Views1833
5 useful PHP functions for MySQL data fetching
PHP usually comes with mysql extension mysql (mysql_... functions) which is rather low-level and requires writing too much code for a trivial tasks: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc. OOP mysqli extension isn't any better. In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations.
(3 ratings)
Reviews0
PriceFree
Views3344
AppendToLog in response object
There are many magic methods in response object. With AppendToLog method you can access and write your message to ISS logs. This could be very usefull if you wish to create custom messages in log files. But there is greate limitation of this method which can write maximum 80 characters and can not contains commas. Because log files are comma-delineated files and informations are splitting with commas.
(0 ratings)
Reviews0
PriceFree
Views1133
Storing and retrieving variables from application object
In this tutorial, we will take a look at Application Object. When you've used Application Object, all ASP pages can store and retrieve information. The information in Application Object stored in server and all ASP pages can access the information. The main diffrences between Session Object and Application Object is Application Object stores information in server memory.
(0 ratings)
Reviews0
PriceFree
Views1144
Close fit Help desk support software
Close Support is a suite of applications that operate together to allow your organization to manage its technical support operation. Working with Close Support will make your help desk become more effective and in better control. This table provides a brief introduction to the Close Support applications and exactly what is included with each of the purchase options. Click on any link to get further information.
(0 ratings)
Reviews0
PriceUSD 435.00
Views1966
Retrieving Column Names with values
This tutorials based on a bit of knowledge on SQL. Sample code displays us how to get and show name of columns with values.
(0 ratings)
Reviews0
PriceFree
Views1320
Results 33561-33580 of 36577