Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
Free Online Chart and Graph Tools
posted bykshirininOrganizers
Make use of this Free Online Chart and Graph Tools to create different kinds of graphs and charts like, bar chart, bubble chart, line chart and pie chart.
(1 ratings)
Reviews0
PriceFree
Views1133
ASP.NET Visual Basic Timers
posted byWebPUMAinTutorials & Tips
Timers can be useful when you want to run a task at regular intervals. For instance if you are checking the status of something or updating something every few minutes or seconds.
(0 ratings)
Reviews0
PriceFree
Views630
Web Application Versus Web Site - Course ASP.NET 4 and Visual Studio 2010 - Lesson 1 (free video)
posted byPedroCunhaMrinTutorials & Tips
In this video, we try to explore the difference between a web site and a web application. Although the structure of the site seems the same when we run it, there are key differences between the two. The major difference is that a web application has a project that holds the files together. I can easily right-click on a file and say “Exclude from project”. That option is not available in a web site. A web site is made of files and folder, but no project. So if I need to exclude a file from the web site, I have to either delete it, or give it the extension “.exclude”. In addition, a web project can be compiled into a single dll available in the bin folder. That is not the case in a web site. Every page will compile into its own assembly. If I need to open a web application, I can double click on the project. But since there is no project in a web site, I can select File->Open-> web site from a specific folder (where I originally created the web site).
(0 ratings)
Reviews0
PriceFree
Views671
Sticky Content script
posted byDynamic DriveinToolbars
This simple script lets you stick any content on the page once the user scrolls past it so it remains in view even afterwards. It does this by cloning the element first before giving the newly minted element a CSS position of "fixed". Specify if the content should stop being "sticky" after x seconds, and also, whether to apply a CSS class to it while it is.
(0 ratings)
Reviews0
PriceFree
Views887
Auto Save Form Value script
posted byDynamic DriveinForms
This useful form script automatically saves the contents of a form periodically as the user types and recalls them in the event of an accidental page refresh or even browser closing. Similar to how GMail automatically saves the contents of your draft email, it's an excellent feature to add to forms that expect a lot of content and where losing them can cause a lot of grief for the user filling the form out.
(3 ratings)
Reviews0
PriceFree
Views790
Sothink Mobile Video Delivery Solution
posted bysothinkmediainMultimedia
Sothink Mobile Video Delivery Solution is a complete mobile video streaming solution, to stream and push videos to mobiles and iOS devices like iPhone. Ready-made Mobile Video App Client for iphone and customization are available. Encode videos to (HD) mp4 at server-side with high speed. Simple to add, delete, hide video contents on easy-to-use video publishing platform. Release you from complicated video encoding and mobile client developing.
(0 ratings)
Reviews0
PriceUSD 599.00
Views1037
How to create crystal report within ASP.NET - Lesson 01 (free video)
posted byPedroCunhaMrinTutorials & Tips
The reporting is most important to any business system. For this crystal report supports to create report to with .NET and ASP.NET applications. In this video demonstration would explore how to create crystal report in ASP.NET Applications. And also you can download sample project with this video demonstration.
(0 ratings)
Reviews0
PriceFree
Views699
Pop under
posted byar2rsawseeninMiscellaneous
This object can be used to display interstitial advertising.
It generates HTML and JavaScript that makes advertising appear on the current page and then disappears if the user clicks on the skip link or after a given period of time.
The same user may not be exposed to adverts for a given period of time.
The class may invoke given callback functions after the advertisment is displayed, as well when user clicks skip link, or when advertisment exposure period ends.
(0 ratings)
Reviews0
PriceFree
Views755
ASP Barcode Generator Script
posted byadmininMiscellaneous
The ASP Barcode Generator Script adds streaming barcode generation capability to webpages using ASP scripts, which is provided in pure ASP source code form. Easy implementation - simply copy the ASP file to the server where ASP scripting is enabled. Each barcode type is completely implemented within a single ASP file without any dependencies. The resulting barcode is easy to embed in a webpage or a custom web application.
(0 ratings)
Reviews0
PriceUSD 199.00
Views925
Web Design Wireframe Kit
posted byNexonSoftinMiscellaneous
It consist of over 120 elements mostly form elements, buttons, icons, indicators,
feedback messages, navigation elements, image placeholders, embedded videos, sliders
and common ad banners.
This Wireframe Kit comes in two formats
Photoshop Format (.PSD)
Adobe Illustrator Format (.AI)
(0 ratings)
Reviews0
PriceUSD 7.00
Views657
SGS VideoCapture Free
posted bysgsguardinMultimedia
SGS VideoCapture is an easy to use and powerful video recording program. It is designed to be very intuitive to use, giving you the ability to capture screen and webcam activities to standard AVI video files. If you move the cursor on your screen, launch any program, type some text, click buttons or select menus - anything you see on the screen - it will record all these activities.
With this program, you can create demo videos that record what's happening on your PC desktop screen, from your webcam or video input devices. It is the excellent tool to make software demonstrations, develop videos for training and tutoring.
(9 ratings)
Reviews0
PriceFree
Views1001
Grid Menu - BestFlashCreations
posted byflashdo.cominFla Archives
XML settings
* menu width
* menu height
* menu x position
* menu y position
* number of menu columns
* button sound on/off
* image border colour
* text colour
* button text
* image url
* link url
* target window
If you are going to resize this menu the width must be a multiple of 112 pixels and the height must be a multiple of 72 pixels to allow for the scrollng method.
You can add unlimited columns and this menu is configured for a maximum of 20 rows.
The font used and a collection of icons are included in the package.
(0 ratings)
Reviews0
PriceUSD 10.00
Views618
Navicat Premium - All-In-One Cross Database Tool
Navicat Premium is a multi-connections Database Administration tool allowing you to connect to MySQL, SQLite, SQL Server, Oracle and PostgreSQL databases simultaneously within a single application, making multiple database administration so easy. You can create a conceptual model from an existing database and graphically visualize and edit the structure of your database.
(0 ratings)
Reviews0
PriceUSD 249.00
Views654
Canvas Turtle
posted byar2rsawseeninMiscellaneous
This object can Interpret and render graphic commands in a Canvas.
It provides an API to render basic drawing primitives in a 2D canvas with support for commands that can define the position of the graphics to be rendered, conditional commands, loop commands, etc..
The object can also interpret a text string that defines the commands to be processed written with a simple syntax.
(0 ratings)
Reviews0
PriceFree
Views677
Facebook Simple API
posted byObertoinSocial Networking
Facebook Simple API is class library that greatly simplifies your ability to get data about your Facebook profile, from Facebook, via it's API .
Features include:
* Super easy access to the Facebook API
* Full caching delivers speed
* Returns formatted data as well as raw data
* Uses Facebooks latest Graph API v3.0 SDK
* API includes status update
(0 ratings)
Reviews0
PriceUSD 9.00
Views897
ASP.NET Using Databases
posted byWebPUMAinTutorials & Tips
ASP.NET websites would be useless without a data source. For this, most ASP.NET web applications use SQL Server. In this tutorial we will look into how to connect to a SQL Server database and how to use and save data on our web application.
(0 ratings)
Reviews0
PriceFree
Views636
Exchange Rate Converter
posted byObertoinCalculators
Exchange Rate Converter is an easy to use PHP class for converting currencies from one currency to another.
With support for 88 different currencies, Google powered, and ease of use; this is a great solution for your online shopping site.
Rate source: Citibank N.A.
Served via Google API .
Updated at least daily.
(0 ratings)
Reviews0
PriceUSD 2.00
Views1381
Canvas Events
posted byar2rsawseeninMiscellaneous
This object can emulate mouse events on canvas elements.
It extends the HTML 5 canvas context object for a given canvas element and can register event handlers to be called when mouse events on the canvas element occur.
Currently it supports the events click, dblclick, mouseover, mouseout, mousemove, mouseup and mousedown events.
(0 ratings)
Reviews0
PriceFree
Views921
Facebook Events Calendar
Facebook Events Calendar is great way to show when your upcoming events, and important dates, are on your website. Works great for a community site. Using Facebook to add events, this item will display a calendar of those events on your website.
(0 ratings)
Reviews0
PriceUSD 8.00
Views1010
Page Expiration Robot WP Plugin
posted bygiannis111inMiscellaneous
Easily setup one time offers and schedule pages and posts to expire after certain amount of time, then redirect visitors to a URL - automatically.
(0 ratings)
Reviews0
PriceFree
Views696
Related Categories
You May Also Like
Inout Blockchain AltExchanger (Crypto to crypto trading exchange platform script)Sponsored
(12 ratings)
PriceUSD 3,449.00



