Results matching for "%22of+the+day%22"
Sort Listings By
Show Only
By Customer Review
Licence Type
Caching Techniques in ASP.NET 2.0
posted byBeansoftwareinTutorials & Tips
Tutorial explains declarative and programmatic output caching, including new database triggered cache invalidation capability.
Performance is the key requirement of any application. One of important techniques which helps in the performance of application is Caching.
(0 ratings)
Reviews0
PriceFree
Views1178
XmlDataSource Control
posted byBeansoftwareinTutorials & Tips
Explains how to use XMLDataSource Control to access and display XML Data Source (e.g. local xml file, or RSS feeds).
XML can bypass strong firewalls, it is independent of all platforms and doesn't require special software to interpret.
(0 ratings)
Reviews0
PriceFree
Views1413
ASP.NET Configuration System
posted byBeansoftwareinTutorials & Tips
Explains how to edit configuration files (Web.config) at run time using Configuration API's, Web Site Administration Tool and Web Site Snap-in.
ASP.NET Configuration system is used to describe the properties and behaviors of various aspects of ASP.NET applications.
(0 ratings)
Reviews0
PriceFree
Views983
PHP regular expression tutorial
posted byphpf1inIntroduction to PHP
In this article I will show you how to use PHP regular expressions in your own PHP scripts.
(6 ratings)
Reviews0
PriceFree
Views2253
Poll4Web: Web2.0 Flash Voting Poll
Poll4Web is poll and voting flash based web application for creating different polls with inhanced Web 2.0 interactivity for your website visitors.
Simple XML configuration is allows to create a poll in a few minutes. With numbers of customization options you will easily create look-and-feel that fit your site design.
Key Features:
Web 2.0 User Interactivity -- No Database Needed -- No PHP Knowledge Required -- User Friendly -- Powerful Color Management -- Configurable Background Image -- Highly Customizable Interface -- Multilanguage Support
(3 ratings)
Reviews0
PriceUSD 25.00
Views2836
Redirect a web browser Using JavaScript
posted bytech-fundainBrowser Based
In this article we are going to learn how to redirect a web browser using JavaScript.
Why web browser redirect is necessary?
Do Your Pages Look The Same on All Browsers? Probably not! The same page seen on each different browser can have a different look.
If you maintain separate pages for Netscape and Internet Explorer browsers and want to additionally divide each browser's page into version pages, this script is for you.
There are some other reasons
(3 ratings)
Reviews0
PriceFree
Views3214
LiteRadius Product Dealer Locator
posted byinfoinStore Locators
LiteRadius is a web server software program that interfaces geographic locations (i.e., dealer locations or product service centers) to the Google Maps API.
With LiteRadius you can:
1) Upload and manage your location data
2) Enable web site visitors to find the nearest location for your products or services
3) Easily implement Google Maps on your web site (with API Key)
4) Optionally assign individual icon markers to each location.
(0 ratings)
Reviews0
PriceUSD 35.00
Views2483
Themes and skins in ASP.NET 2.0
posted byBeansoftwareinTutorials & Tips
Tutorials explains in detail how to create and use themes and template files with .skin extension in ASP.NET web applications.
ASP.NET 2.0 introduces new feature called Themes and Skins which let us to centrally define common style definitions. This new technique gives developer more fine control over the way the style properties are applied.
(6 ratings)
Reviews0
PriceFree
Views1600
Mix picture animation
posted byflashfridge.cominAnimations
This very useful tuts will show you how to create picture animation using the action script code and mouse moving.
(0 ratings)
Reviews0
PriceFree
Views1457
Simple green preloader
posted bykreso007inActionscript
This tuts will show You how to create fresh green preloader on a simple way using the action script code.
(0 ratings)
Reviews0
PriceFree
Views1227
Using PHP with MySQL
posted byMuruguninDatabase-Related
Quick and easy script on how to create a DB link and execute an sql statement
(0 ratings)
Reviews0
PriceFree
Views1619
Web Database Diagram Manager
Rhalotel is coming to the software market with the introduction of a new product. Web Database Diagram Manager is a software project that was created with the aim to make the database managing to be easier and quicker. For using the Web Database Diagram Manager there is not needed the installation of new software on the PC. The Software environment is accessible through the web browser. There is only needed a plugin from Adobe � Flash player 8 or 9. Web Database Diagram Manager enables the user to create and modify the database structure in a form of relational diagram. Graphical environment is created by the tool bar and the desktop. On the desktop, there is represented the diagram with tables and relationships that can be modified. Intuitive organization and successiveness of controlling element simplifies and extensively speeds up the database managing through the web browser.
(0 ratings)
Reviews0
PriceEUR 98.00
Views1404
Flash Zoomer
posted byyoflafactoryinComponents
Flash Zoomer enables to zoom an image and provides an navigator window. Setup is very simple - image is defined as external parameter which makes it easy to implement the zoomer in your CMS or eCommerce application. The zoomer is skinnable, you can plug in your icons, customize colors or the UI layout.
(0 ratings)
Reviews0
PriceFree
Views1117
Mytube - video search engin script
posted byginocoteinVideo Players and Gallery
MyTube is a video search engine to include in your website. Yes! you can add a video search engine for Youtube, Google Video, Metacafe, Revver, Meefedia and Blip.tv to your website. This search video engin will show all video in your website and will even match your own web search search engin.
(3 ratings)
Reviews0
PriceUSD 25.00
Views4123
SearchFlickr - photos search engin script
posted byginocoteinMiscellaneous
SearchFlickr is a complete website with a Flickr photos and images search tool. Create a new web site or add this feature to your existing one, SearchFlickr is easy to install and doesn't need data base and no need for a Flickr API key to work.
Search flickr photos website or add it to your existing website.
(0 ratings)
Reviews0
PriceUSD 25.00
Views1155
S21 Youtube meta search
posted byest21inWeb Search
S21 Youtube meta search - search in all videos available youtube and display in your site , features , pagination you choose results numbers per page , lasts searches ,orientation to revenue generating , easy to install ....
(7 ratings)
Reviews1
PriceUSD 35.00
Views4259
Myflickr - photos search engin script
posted byginocoteinMiscellaneous
MyFlickr is a flickr search engine to include in your website. show your flickr photos or allow search flickr pictures appear on your own website.
Match photos search results with your own website search engine.
(0 ratings)
Reviews0
PriceUSD 25.00
Views1432
Left() function in Javascript
posted byjawahar_prasadinDevelopment
The tutorial and code of Left() function in JS
(3 ratings)
Reviews0
PriceFree
Views2583
Using Stored Procedures with MSSQL and ASP.NET 2.0
posted byhandy01inTutorials & Tips
If you haven't used MSSQL stored procedures before with SQL Server and in your ASP.NET 2.0 pages then you need to read this article. In this article I will list down basic questions like the following :what is a stored procedure? How can I create a stored procedure? How can I use it from within my ASP.NET 2.0 web pages? And how can I return an output parameter value to my ASP.NET web page?
A stored procedure is a script of SQL code that is stored in your database under a given name. The SQL code for the stored procedure may contain programming logic (using T-SQL IF and CASE statements for example) and SELECT, INSERT, UPDATE or DELETE statements as well. There are many benefits using stored procedures instead of writing pure SQL code.
1. Reduce Network Usage between WebServer and Database Server.
2. Code Reuse.
3. Faster in performance .
4. Enhance Security as you can only give your user execute permission on your stored procedure.
(3 ratings)
Reviews0
PriceFree
Views1508
RGenerateClassTool
posted byrover123123inDevelopment Tools
RGenerateClassTool is a software development tool to help you get your job done faster. We would like to give you some approach for creating of the application architecture founded the allocation of separate class and appointed sql-objects raw for every logical substance. Our tool let you to create all necessary standard files and sql-objects meeting this substance. It will lighten essentially your work as developer and save your money and time.
(0 ratings)
Reviews0
PriceUSD 15.00
Views842




