Results matching for "short+url"
Sort Listings By
Show Only
By Customer Review
Licence Type
HTML To Image Wizard
posted bydagudainImage Manipulation
Html To Image Wizard help you capture the whole web page's content(including Flash) into PNG, JPG, BMP, TIFF or GIF on the fly, and not only the HTML files, but also the plain text files, the Web Archive Format (*.MHT) files and the Internet ShortCuts can be converted to image in batches.
Html To Image Wizard can be seamlessly integrated with your Internet Explorer to help you convert html to image instantly while you are surfing.
(0 ratings)
Reviews0
PriceUSD 29.00
Views1642
Gurt JavaScript Menu
Gurt Menu JavaScript is extremely fast and small for its wide featureset, cross-browser javascript navigation. Here's short list of most striking product features: smart config inheritance and default values - there's NO NEED TO SETUP WHOLE the menu; items outlook is set via CSS; UNLIMITED hierarchy DEPTH; any number of menus on one page; compact (~3k) and optimized code
(93 ratings)
Reviews0
PriceFree
Views11622
Stat Flex
The script tracks more than 10 types of stats (pageloads, unique & returning visitors; visitor path; system statistics; etc). You can view the stats for a given timeframe and subset of users, which allows, in addition to general stats, creating precise queries that can really help in making a decision. For example, you are paying for an ad at some site (say, at ads.com) and you want to check its efficiency. You can query the script how many visitors who come from ads.com visit your order page later. You can create, store, edit queries, and add favorite queries to main menu. Other features: graphic and table data representation; compact database format (one entry per visitor). Also, the script will block your own visits to your websites from being counted. To add a web page to statistics you need to add a short JavaScript code.
(34 ratings)
Reviews1
PriceFree
Views16857
Multi-Level DHTML Menu
The script allows creating DHTML menus with several levels of nestings. To create a menu, write an array of titles & URLs and pass it to a JavaScript function. The appearance is controlled by Style Sheets, so you can easily change colors, dimensions, background images, etc. Top level elements are purely HTML (anchor tags with id attributes), so that the site can be browsed by the users with JavaScript disabled and so that its structure is transparent for search engines. Also, unlike commercial analogs, this script is short (about 100 lines of code) and written in clear language. Tested with IE 8/7/6, FireFox, Opera, Safari.
(72 ratings)
Reviews0
PriceFree
Views33633
URLSpider
posted byperlcodersinSite Mapping
This is a simple spider you can aim at any site and have it grab every link on the page and spider them as well, building a list of links that can be used in numerous ways.
(0 ratings)
Reviews0
PriceUSD 100.00
Views1877
uAlbum
posted bycrempainImage Galleries
uAlbum is one file web gallery based on PHP and JavaScript scripting. The main idea was create really simple online gallery for situations when you need public some photos in short time and you will not create some galleries, subgalleries, set permisions etc. There is only one installation step if you want use uAlbum - copy images and uAlbum script file into same directory.
(19 ratings)
Reviews1
PriceFree
Views21368
http://www.dotnetindex.com/articles/2176-Filling-Data-into-Select-List.asp
posted byinfoinDatabase-related
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.
(0 ratings)
Reviews0
PriceFree
Views2483
FWT ComboBox
posted byFlashWebToolsinComponents
The FWT ComboBox component allows you to create advanced and feature rich drop down menus for your applications. Advanced features include addition of icon to list items, indented list items, keyboard navigation, a full-featured properties panel that allows customization without programming and much more. Our Interactive Demo will give you a full experience of its capabilities. A virtually unlimited variation of color schemes can be easily created through our Scheme Creator. Windows and Flash design schemes are included. We have also created a short Tutorial with a sample application to get you up and running and full Documentation is available online.
(3 ratings)
Reviews0
PriceUSD 19.95
Views1125
How to install Php Nuke
posted bywtricksinContent Management
This is a short tutorial to help people understand how to easily install phpNuke. There are some issues that would arise on installation and this article is trying to explain them.
(3 ratings)
Reviews0
PriceFree
Views2777
oscommerce addon - Custom T-Shirt
posted bypdesignerinosCommerce Addons
This is the oscommerce addon, to design your own t-shirt in real time. Type a text or add an image over the selected shirt. This script also can be used for cups, shorts, jerseys, and other products design.
(9 ratings)
Reviews0
PriceUSD 150.00
Views4967
EXECryptor
posted bySoftCompleteinDevelopment Tools
Powerfull software tool used for an application code protection from reverse engineering, analysis and modifications, based on a brand new metamorphing code transformation technology, that provides with strong software security. It has the innovative very powerfull antidebug, antitrace and import protection features. EXECryptor allows to work with the short keys of 12/16 characters long and to compress code and ressources of your application.
(0 ratings)
Reviews0
PriceUSD 125.00
Views1082
XML, XMLDom and ASP, Part 2
posted byLordDaimosinXML & ASP
A short tutorial about retrieving XML from an external resource using ASP. Complete with examples and desriptions of everything. Second part of several this article series.
(0 ratings)
Reviews0
PriceFree
Views1798
Displaying an RSS feed using XMLDom and ASP
posted byLordDaimosinXML & ASP
Short tutorial about showing the contents of an RSS feed on a webpage using ASP and the XMLDom. Describes each part of the code to make it easier to understand. This is a summary part in my article series about XML, XMLDom and ASP.
(3 ratings)
Reviews0
PriceFree
Views2852
Easy Javascript for Beginners
posted byilovethecodeinIntroduction to JavaScript
For Javascript beginners or as a reference.
Short examples with easy to follow explanations.
No long examples with bulky html forms. If you want to split an array, you get the code to split an array.
(7 ratings)
Reviews1
PriceFree
Views2435
Easy Perl for Beginners
posted byilovethecodeinProgramming in Perl
For Perl beginners or as a reference.
Short examples with easy to follow explanations.
No long examples with bulky html forms. If you want to split an array, you get the code to split an array.
(6 ratings)
Reviews0
PriceFree
Views2004
PHP Script Tips - Creating Your Own Functions
posted bykarl_viinDevelopment
A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, returning references, argument default values, etc. Special topics are:
How To Pass Variables By References?
How Arrays Are Passed Through Arguments?
How To Pass Arrays By References?
How To Return an Array from a Function?
What Is the Scope of a Variable Defined in a Function?
How To Access a Global Variable inside a Function?
How To Return a Reference from a Function?
How To Specify Argument Default Values?
How To Define a Function with Any Number of Arguments?
(3 ratings)
Reviews0
PriceFree
Views2026
PHP Script Tips - PHP Built-in Functions for Arrays
posted bykarl_viinDevelopment
A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on array elements, expanding and truncating arrays. Special topics are:
How Do You If a Key Is Defined in an Array?
How To Sort an Array by Values?
How To Join a List of Keys with a List of Values into an Array?
How To Merge Values of Two Arrays into a Single Array?
How To Use an Array as a Queue?
How To Pad an Array with the Same Value Multiple Times?
(3 ratings)
Reviews0
PriceFree
Views1593
PHP Script Tips - Reading and Writing Files
posted bykarl_viinFile Manipulation
A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to existing files, reading file by line or character, reading file in binary mode. Special topics are:
How To Append New Data to the End of a File?
How To Read One Character from a File?
How To Read a File in Binary Mode?
How To Read Data from Keyborad (Standard Input)?
How To Open Standard Output as a File Handle?
(3 ratings)
Reviews0
PriceFree
Views2697
PHP Script Tips - Understanding and Managing Cookies
posted bykarl_viinCookies & Sessions
A collection of 23 tips on understanding and managing cookies in PHP. Clear explanations and tutorial exercises are provided on setting and receiving cookies, creating and removing persistent cookies, specifying domain and path to restrict cookies, finding cookies in cookie files, cookie limitations:
How To Send and receive a Cookie to the Browser?
How To Set a Persistent Cookie?
How To Remove a Cookie?
How To Specify Domain and Path for a Cookie?
How Cookies Are Transported from Servers to Browsers?
How To View Cookie Header Lines?
Where Are the Persistent Cookies Stored on Your Computer?
How To View the Content of a Cookie File?
How Many Cookies Can You Set?
How Large Can a Single Cookie Be?
How Are Cookies Encoded During Transportation?
How Can Other Webmaster Steal Your Cookies?
......
(3 ratings)
Reviews0
PriceFree
Views2501
PHP Script Tips - Uploading Files to Web Servers
posted bykarl_viinFile Manipulation
A collection of 12 tips on uploading files with PHP pages. Clear explanations and tutorial exercises are provided on creating file upload HTML tags, setting encoding type on HTML forms, getting uploaded file information, storing uploaded file in database.
(3 ratings)
Reviews0
PriceFree
Views2436