Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 721-740 of 36559
Simple ring preloader (AS3)
Simple ring preloader, two spining rings with a percentage counter inside. Rings always ends their spin in the same position. You can change the color and font of this preloader through the fla file.
(0 ratings)
Reviews0
PriceUSD 3.00
Views588
interactive xml globe as3
interactive xml Globe . the animation use 100% as3 code. all info are from XML file , you can add easily new city and info text or modify info via editing XML . you don't need to any actionscript programming. Features: * 100% actionscript 3.0 source code. * Allow to interactive scale globe size * Allow to change World map using extenal image. * You can easily add / remove new city , info via editing xml file. * you can easily add any city in the world , you only need know the longitude and latitude of the city , the flash app will can automatically show the city in the globe map base the longitude and latitude of the city. * all info are from xml file , you only need to edit the XML file * globe automatically rotate, when user click one city , it will stop rotating and show pop up window * Don’t hesitate to send your questions about the file..
(0 ratings)
Reviews0
PriceUSD 20.00
Views716
Software Install Builder
Executable setup maker utility provides facility that users can add all basic information of product including product name, title, version, shortcut path, license, registry value etc. Software install builder tool always keeps the quality of installer while creating executable setup package. Setup creator application takes less time with less memory space during installation and facilitates users to distribute program on internet via single exe.
(0 ratings)
Reviews0
PriceUSD 69.00
Views642
Jobs , recruitment management for Joomla
Employers Panel: Employers have their own panel Job Seeker Panel: Job seekers have their own panel. E-commerce: Jobs! has credit system which can be fully configurated from admin panel. Credits are spent for resume search and job postings. Employers can buy new credit with their paypal account. Template System Dual Login More *Rss Feeds * Multi-language: Jobs! is multi-language * Image Resize and watermarking: * Social Bookmarking Buttons
(0 ratings)
Reviews0
PriceUSD 105.00
Views1221
AeroSQL
AeroSQL is a free web based tool for managing MySql servers written in PHP. The key feature of the product is an intuitive management of the database content. The result of SELECTs is displayed in a grid as in traditional desktop applications. The grid is editable: you can update cells and save the changes to the backend database server. For now, the query browser represents the main functionality. Additional features will be added in the next versions: administration tools (backup, restore), database object management (create tables).
(0 ratings)
Reviews0
PriceFree
Views927
osCommerce Amazon Export Data Feed
osCommerce Amazon Data Feed includes: * Amazon Apparel Export * Amazon AutoAccessory Export * Amazon Beauty Export * Amazon Camera and Photo Export * Amazon Consumer Electronics Export * Amazon Health & Personal Care Export * Amazon Home & Garden Export * Amazon Jewelry Export * Amazon Musical Instruments Export * Amazon Office Products Export * Amazon Pet Supplies Export * Amazon SoftwareVideoGames Export * Amazon Sporting Goods Export * Amazon Tools Export * Amazon ToysBaby Export * Amazon WATCHES Export * Amazon Wireless Export
(4 ratings)
Reviews1
PriceUSD 30.00
Views1425
VisualAp
VisualAp supports the visual creation of audio processing system. The user can create an system by selecting the components from a toolbox, configuring the parameters (via the Javabeans framework), and connecting the components together in order to set-up communication channels between the components.
(8 ratings)
Reviews2
PriceFree
Views1867
Online Compiler
Online compiler allows you to create and compile various programming language namely C, C++ and C#. Online you can build, edit, save, compile and download your project with your favourite programming language. Online compiler uses a highlight editor with the multi language syntax coloration to make visibility and height performance in your code.
(20 ratings)
Reviews2
PriceFree
Views2476
Rotation text banner
In this thoroughly explained, detailed flash lesson, I will show you how to create rotation text banner.
(0 ratings)
Reviews0
PriceFree
Views727
NaviCoder IDE for Java
NaviCoder is a Java IDE that runs on Windows which enables programmers to create, navigate, modify, and debug code faster and more accurately. NaviCoder features an intuitive interface and provides a wide range of features: fast opening, rapid response times, customizable user interface, project management, wizards, class viewer, package viewer, tabbed documents and remote debugging. NaviCoder also equips a comprehensive set of code editor tools enabling developers to rapidly create sophisticated Java applications/applets, some of the capabilities, including syntax highlighting, smart code completion, automatic indentation, formatting, and more. For quick changes you can launch NaviCoder, make your edits, and close down in less time than it takes for other IDEs to finish loading. Because the engine is native C++, you will experience very rapid response times to keyboard and mouse commands.
(0 ratings)
Reviews0
PriceUSD 31.00
Views843
XML Ajax Application Using DHTML
Creating an Ajax based application with XML ensures functionality and ease of development from developers. Because of XML’s ability to work with different browsers and programming languages, XML enable developers to build applications not just based on JavaScript for Ajax but other programming languages that combine the best functionalities. XML ensures mash-ups of different frameworks for JavaScript and Ajax. This means the possibilities in the application is almost endless. The improvement of XML on Ajax cannot be possible with the help of DHTML. This lightweight yet highly dynamic version of HTML provides the interaction while maintaining one of the best features of HTML
(0 ratings)
Reviews0
PriceFree
Views792
DHTML Global Style Sheet
Style sheets are gaining importance in many websites and online applications. Because of its ability to provide real time data with little to no effort, it has become a very powerful tool by developers who wanted interactive online applications. As long as CSS is properly implemented, developers and users can expect a powerful application with highly efficient data retrieval capability. But aside from client side programming languages, developers could also opt to implement CSS in non-interactive websites. Even HTML based websites can use CSS so that it could update users on the data they need in their website.
(0 ratings)
Reviews0
PriceFree
Views753
Resize Images Using PHP and GD Library
The article along with complete code sample demonstrates the use of GD library to generate thumbnails. The script first saves the uploaded image in a specific location, it then generates a thumbnail version of the image and finally saves the generated thumbnail image in JPEG format. The article also includes explanation of the calculations involved and a few other tips.
(0 ratings)
Reviews0
PriceFree
Views1629
Create Text Images on the Fly with ASP.NET
The code sample demonstrates how you can use the built-in ASP.NET classes to generate a graphical representation of a single line of text. The example uses three parameters: (1) the text (2) font size (3) font color The generated graphic is a 256 color GIF image with transparency. This example includes a palette hack for forcing a transparent background on the GIF image.
(3 ratings)
Reviews0
PriceFree
Views1207
Crop-To-Fit an Image Using ASP/PHP
Classical ASP does not provide native methods for handling file uploads and processing images, therefore, we have to rely on server components. The article demonstrates how you can utilize Persits Software AspUpload and AspJpeg components to crop-fit images. Ideal for generating fixed sized thumbnails regardless of original image dimensions and aspect ratio.
(0 ratings)
Reviews0
PriceFree
Views1265
Language Attribute
The language attribute in JavaScript is probably one of the most ignored attribute in an Ajax based application. This form of attribute has become so familiar that developers have started to ignore it. The language attribute in JavaScript may just look like a simple command for the browser but without it, the application will not work. This basic function will practically set the stage for other codes to be interpreted in the browser. As JavaScript and Ajax increases its functionality, the importance of properly using language attribute in these types of application is also realized.
(0 ratings)
Reviews0
PriceFree
Views916
Watermark Your Images with another Image Using PHP and GD Library
The article along with complete code demonstrates the use of GD library to watermark images on the fly. The method demonstrated here to watermark an uploaded image is to overlay the original image with another image, preferably a transparent PNG image.
(9 ratings)
Reviews0
PriceFree
Views1923
Reporting Tool for Firefigthers in Joomla
This component for Joomla 1.5 is used to manage the fire services and management of operations and vehicles. It shows a listing of the use of details, task, description, operations, crew, vehicles, etc..
(0 ratings)
Reviews0
PriceFree
Views1208
Easy Activation of HTML in Ajax
An Ajax based application could work with XML, JavaScript, CSS and a little bit of HTML. Other programming languages could be part of this client side programming technique but they are often regarded as an add-on and not a part of Ajax. The combination of these programming languages has made Ajax into one of the most powerful programming techniques. Instead of simple websites, highly interactive Ajax based online applications are created. It can even be said that the reality of cloud computing has been made possible because of the advancement of Ajax based applications. But when it comes to programming, Ajax is one of the most difficult to code and maintain. The variables
(0 ratings)
Reviews0
PriceFree
Views758
SpiderLoop web site marketing software
SpiderLoop integrates seamlessly into your web site develops content optimizes pages, creates META and alt tags, generates content based on keywords, and allows users to trade three way triangular links with other SpiderLoop users for link building. Application data storage is 100% XML so no database is required. The application is built to comply with all search engine TOS and has been tested for over 7 years. If you have an ASP.NET website you absolutely can not live without this application.
(0 ratings)
Reviews0
PriceUSD 1.00
Views768
Results 721-740 of 36559