Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 31061-31080 of 36577
Telerik Unveils RadControls for ASP.NET AJAX Q1 2008
Telerik, a leading vendor of developer tools and components for .NET, is excited to unveil RadControls for ASP.NET AJAX Q1 2008 (formerly �Prometheus�). Q1 2008 is a landmark release for Telerik�s next-generation web components suite, as it drops its beta tag and �Prometheus� codename, and officially becomes RadControls for ASP.NET AJAX � a complete and mature AJAX-based collection.
(0 ratings)
Reviews0
PriceFree
Views1053
The Static Page Method in Ajax
Loading an application online is done through the reliable HTTP. Though this is a slow method, the definite process of loading the application is important for Ajax since HTTP sports a stateless feature. In ASP.Net HTTP is able to accept any feature of most web development application it could launch. For Ajax, it is the event driven applications that are very important in most Ajax based application are loaded in HTTP. V
(0 ratings)
Reviews0
PriceFree
Views1795
ASP.Net Timer vs. UpdatePanel
Developers using ASP.Net could easily establish and Ajax based application through two functions in ASP.Net. Developers could either go for the ASP.Net Timer wherein the update is made automatically. The information is feed to the user without the need for use actions.
(0 ratings)
Reviews0
PriceFree
Views1271
Navicat for Oracle Administration tools (Windows) - The World Best Oracle Database Management!
Navicat for Oracle offers powerful visual tools such as Query Editor with syntax highlight capability, SQL Preview, SQL Console, TEXT, Hex and BLOB viewer/editor, SSH Tunnel and more, to increase your productivity. Also, it provides a number of tools allowing to perform all the necessary database operations such as creating, editing, and duplicating database objects. It also offers a well-described wizard system that simplifies your database development tasks. Navicat for Oracle full version includes more powerful features such as Data/Structure Synchronization, Import/Export, Backup, Report, task scheduling, code completion, etc. Together with comprehensive and instant support services, Navicat Oracle makes database and application development faster and easier while simplifying day-to-day administration tasks.
(0 ratings)
Reviews0
PriceUSD 159.00
Views1739
Banner Exchange Script
Start now your banner exchange web site and earn money from selling banner credits or ad space. Your members show banners on their sites and in return their own banner is displayed across the banner exchange sites for free. You can easily setup many functions like the banner ratio, bonus credits and referral signup credits. This php script also offers the possibility to manage your site ad space through a seperate system. A further highlight is the contact form including captcha security image to prevent spam. New in version 2.0: Switch between six site style colors (blue, ice, lime, orange, purple and red). In the admin panel you can manage for example members, referrals and banners.
(0 ratings)
Reviews0
PriceUSD 45.00
Views4471
Snow Effect Script
You can add that seasonal effect of cascading snow to your web pages with this easy to configure and install script, Just edit a few variables and away you go. You can alter the colors of Snow Flakes to any color and as many different colors as you like. Change the Letter or symbol of the Flakes i.e you could have a � symbol or a word. You can change the min and max size of the snowflake to give a varied size. You can choose the amount of snowflakes and speed at which they Fall. You can also choose to have the flakes falling over the whole page, just in the center, right side or left side of your Webpage.
(11 ratings)
Reviews0
PriceFree
Views3244
Build a Drop Down menu using an ASP Recordset
This tutorial is about a piece of ASP functionality that is as old and common as grandma's blueberry pie ---> how to build a drop down menu using ASP. Specifically, how to create a select menu element for each record returned in an ASP recordset. I'll show you how to do it in 4 simple steps...
(0 ratings)
Reviews0
PriceFree
Views1682
How To Get Web Site Thumbnail Image In ASP.NET
Explains how to get web site thumbnail image using ASP.NET. One very common requirement of many web applications is to display a thumbnail image of a web site. A typical example is to provide a link to a dynamic website displaying its current thumbnail image, or displaying images of websites with their links as a result of search, like in Google search.
(3 ratings)
Reviews0
PriceFree
Views1976
Implementing Code Behind in ASP.NET
Introduces Object Oriented Programming (OOP) and how to link interface and code behind in ASP.NET web application. OOP (Object Oriented Programming) uses 'objects' to design applications. This object is a particular instance of a class. The class defines all the possible characteristics and behaviors for his objects.
(0 ratings)
Reviews0
PriceFree
Views1238
Interpreting Data from Amazon's Web service
Explains how to fetch and read data from web services in ASP.NET, with example of Amazon's web service. I will take the example of AMAZON's web service, which is used by many retail sellers to get the updated information about product's (price, ASIN, SKU part # etc).
(0 ratings)
Reviews0
PriceFree
Views1226
How to integrate AJAX Control Toolkit controls in ASP.NET
An easy intro to AJAX in ASP.NET with examples in both C# and VB.NET. Before reading this tutorial you should be familiar with ASP.NET and C# or VB.NET (examples are provided in both C# and VB.NET).
(0 ratings)
Reviews0
PriceFree
Views1307
3D charts
Create eye catching visual enticing animated and interactive 3D+2D FLASH (swf as1-3) chart presentations with this system, one of the most comprehensive 3D charting tools around. Combine Column Cylinder Wall Area (floating) Line (step) Bubble Surface charts colored by series and region (height) the innovative Candlestick and Kagi stock charts. Renko. Pie Doughnut Pyramid Cone Funnel staggered single series Column Cylinder (freebie as1) with slicing option. 3D Polar Radar and Rose. All generated pictures are free! Why choose 3D? Because of an excellent multi series support, no need for staggered or clustered multi series. Humans got two eyes made for three dimensional sight. 3D will ease the flow of information. This software offers a traditional 2D view option as well to satisfy all aspects and lets the user toggle between 3D and 2D while runtime. Of course any surface graph is native to 3D!
(0 ratings)
Reviews0
PriceEUR 139.00
Views1490
actiTIME Extended
actiTIME Extended is a time-tracking software for small to mid size companies that helps you manage your projects and analyze the time spent. It includes a report for billing purposes and integrates with QuickBooks. Other reports allow you to group your data by many parameters including users, customers, projects, tasks, billing types, dates etc. You can keep track of your time-off, holidays, sick leaves and generate Overtime/Undertime report basing on this information. The Lock Time-Track from Modifications feature lets you 'freeze' your data up to a selected date to prevent users from changing it. actiTIME Extended supports UTF-8 character set so you can make entries in other languages besides English. More than 30 000 people from 5 000 companies all over the world have already selected actiTIME. Keep on tracking with actiTIME!
(0 ratings)
Reviews0
PriceUSD 589.00
Views1595
SQL statements in ASP - beware the apostrophe
One of the most common problems encountered in ASP when using SQL statements, is the existence of an apostrophe (i.e. single quotation mark) in an SQL query string. I say problem because SQL Server (or any T-SQL database server) interprets single quotes as the representation of a string value - that is, as delimiters. Therefore to avoid conflict between single quote delimiters and apostrophes we need to let ASP know that we want an actual apostrophe and not the end of the string. My short tutorial will show you how.....so let's get started
(0 ratings)
Reviews0
PriceFree
Views1639
Importance of Coding Standards for .NET Development
A coding standard is a set of guidelines, rules and regulations on how to write code which will help programmers/developer quickly read and understand source code conforming to the style as well as helping to avoid introducing faults and misunderstanding. Coding standards are important because they provide greater consistency and uniformity in writing code between programmers. This ultimately leads to the code that is easier to understand and maintain which reduces the overall cost of the project.
(0 ratings)
Reviews0
PriceFree
Views920
Jooget!
Jooget! Component for Joomla 1.5, become more flexible Here in synthesis the new functionalities: * New layout * insertion of an additional field for link to external files * module "last inserted" * module "list live categories" * module "jooget search" * redefinition of the administrative panel * creation of an access panel public for giving the possibility to the user to upload rows (authorizes to you from the qualification of "author" or more) 1) Comments 2) System vote 3) Security Code capcha, text and audio 4) Link download, without showing the direct link to the file 5) Configuration, enable comments, vote and etc.. 6) BBcode 7) Other improvements
(0 ratings)
Reviews0
PriceFree
Views1070
hardlinks
Scans a directory tree for hardlinks and writes the information to a file which can then be used by this script to restore the hardlinks. Useful when used in conjunction with a backup format that doesn't handle hardlinks such as tar. Simply include the hardlink information file in the backup.
(0 ratings)
Reviews0
PriceFree
Views892
Gambling Templates
A free collection of html and php gambling templates that may be used to build standard html sites, and power gambling related php wordpress sites.
(3 ratings)
Reviews0
PriceFree
Views1310
TEXTfromPDF ActiveX DLL
There is no faster pdf to text converter on the planet. We�ve got the test results to prove it. The component was written from the ground up using Assembly Language for the fastest possible execution. It does not require any Adobe product like some other APIs. As a matter of fact, it does not require any third party software. All of the functionality is contained in one compact DLL. The DEMO API can also be used to extract text from MS Office documents (Word, Excel, Rich Text Format, & Powerpoint). You may freely test this functionality as well during your trial of the API. Licenses for each document type are sold separately. Contact us for MS Office document converter pricing. The pricing shown on this page is for PDF extraction only The API is a software development kit (SDK) that can be used via COM API to support VB, .NET, Delphi, C/C++, etc. applications. Any programming language that supports ActiveX can use this DLL. Only a few simple lines of code are required.
(0 ratings)
Reviews0
PriceUSD 1,050.00
Views743
ZeusCart v2.2 out - Free GPL shopping cart software
Price comparison (using pricerunner.com API),Product comparison,Product comparison snapshot,Narrow search for products (search by product attributes),Discount on MSRP by quantity(Tier price),Customizable Category landing content, SEO friendly product pages (use meta contents for each products),Bookmark the product detail page (for all browsers),Featured items ( in Homepage, Main category landing page, sub category landing page),Cross selling of products,Permanent shopping cart for registered users,Wishlist, Wishlist snapshot,Move wishlist products to shopping cart, New arrivals list,Last viewed products, Custom pages (static and dynamic CMS), Add on skins, Html contents management, Customizable sub Header, Customizable footer, Sub admin, Role based sub admin, subscription (for new products, products in a category, products in a search query), Google AdWords enabled, Google Analytics enabled, Google Base data feed support. (listing your products in www.google.com/products in )
(9 ratings)
Reviews0
PriceUSD 349.00
Views8270
Results 31061-31080 of 36577