Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 34541-34560 of 36559
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
Views1208
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
Views919
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
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
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
Views1209
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
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
Views1630
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
craigwatch / libcraigscrape
An easy library to do the heavy lifting between you and Craigslist's posting database. Given a URL, libcraigscrape will follow links, scrape fields, and make ruby-sense out of the raw html from craigslist's servers. libcraigscrape was primarily developed to support the included craigwatch script. See the included craigwatch script for examples of libcraigscape in action, and (hopefully) to serve an immediate craigscraping need.
(9 ratings)
Reviews0
PriceFree
Views2228
xFlow!
xFlow! is a gallery application that has been built to answer the internet's demand for a fully functional Coverflow style gallery. Written in PHP and Javascript, it's a breeze to setup and administer, and boasts a wealth of features. Visit the official site for a full description.
(0 ratings)
Reviews0
PriceGBP 10.00
Views1708
Water reflection effect
Using this thoroughly explained, detailed flash lesson, I will explain to you how to create advanced water reflection effect using a mask technique and some special flash tips and tricks.
(0 ratings)
Reviews0
PriceFree
Views1139
URL Submit Script
PHP script which allows users to submit website to over 130 engines in one time only, no lost your time in one click your site are listed in the most important engines
(49 ratings)
Reviews1
PriceFree
Views8516
Flash CS4 Tutorial
In this Flash CS4 tutorial you will learn the basics of Flash CS4 animation. You will familiarize yourself with the Flash CS4 workspace and learn how to use the various tools in order to create a Flash animation.
(0 ratings)
Reviews0
PriceFree
Views788
Wordpress Advertising Manager Plugin
Advertising Manager manages your Google Adsense and other ad network accounts, and allows you to easily place the ads either within your Wordpress blog posts, or within your Wordpress theme.
(0 ratings)
Reviews0
PriceFree
Views661
ArtAdminShortcuts
ArtAdminShortcuts adds quick icons and keyboard shortcuts to help administrator fast and easy access components and pages. Instead of spending a lot of time browsing through the Joomla! menu administrator can just press keyboard shortcut or quick icon to go to any page. - Created for Joomla! 1.5 CMS - Ability to select any component item/subitem to go to on icon click or keyboard shortcut - Keyboard shortcuts can be simple or more complicated: Alt+1, Ctrl+Shift+F, Shift+5, ... - Ability to use extension only for keyboard shortcuts, without quick icons - You can add any JavaScript code to be executed on keyboard shortcut - Configurable CSS styles Full description and demo: http://www.artetics.com/Articles/how-to-speed-up-your-joomla-admin-with-quick-icons-and-keyboard-shortcuts
(0 ratings)
Reviews0
PriceFree
Views770
Working with XML Via DHTML
XML is one of the core factors of an Ajax based application. Although there are other data formats that could be considered with JavaScript such as HTML and JSON, none of them provides the universality and lightweight features found in XML. This form of data could interact with any browser in any version and it will not have any heavy footprint which ensures the accessibility of the application. This is very important especially in building efficient client side application. Through proper use of XML, it can improve the website significantly without requiring too many resources. There are many retrieval techniques allowed within Ajax. But the most popular and probably the
(0 ratings)
Reviews0
PriceFree
Views1323
Detecting XML in Browser
XML is a must for most Ajax based applications. It’s a universal mark-up language which means almost any programming languages could work with XML. Aside from being accessible through various formats, it is also known to be relatively lightweight. It can be used in small online applications for faster processing or could be implemented in robust applications for a more complicated data manipulation. By properly calling XML in the application, developers are assured of a well functioning application. In an asynchronous setting, this is a bit challenging because of difference scenarios developers have to deal with. The Undying Browser Incompatibi
(3 ratings)
Reviews0
PriceFree
Views639
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
Results 34541-34560 of 36559