Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type
Results 3561-3580 of 8326
Understanding Session Object in ASP.NET 2.0
In this article, I would like to share and explain about Session objects in ASP.NET 2.0. How it is used and what new features has been introduced. I will also list out all the type of Session objects that you can use and the best practices for every Session objects type. In classic ASP, the Session object was held in process (as was everything) to the IIS process and therefore any crash to the IIS or apps pool being reset will cause the whole Session object being resetted. Hence this will make the Session objects not reliable at all and cannot be used to stored important data especially if your website is dealing with client login information or e-commerce type of website. In ASP.NET 2.0, new features has been introduced to make the Session objects more reliable and robust.
(0 ratings)
Reviews0
PriceFree
Views1094
View State in ASP.NET and understand how it works
In this article, I would explain about View State in ASP.NET, What is it and how it works. Have you ever wondered why coding in ASP.NET is so much fun, easy, and less coding time compared to Classic ASP or any other languages such as PHP, JSP ?. One of the reason behind this was ViewState. Every Control in ASP.NET comes with ViewState enabled by default and with the power of ViewState, all your control can remember its values after page post back. ViewState can help you minimize your coding downtime however it has its own pros and cons. Read this article, and you can understand how to minimize your page ViewState data and improve your site performance. You can see the values of ViewState easily by viewing the source of aspx page. You should be able to see that there is hidden values called ViewState.
(3 ratings)
Reviews0
PriceFree
Views1035
DRBImageVerification
DRBImageVerification is a simple anti-spam image verification, or "CAPTCHA", script. It allows you to add a challenge-response test to your existing PHP powered forms to prevent automated spam postings. The verification string length and character list are configurable. The script requires a session cookie for additional obscurity. It includes an example PHP page demonstrating how to add a verification image to an existing form.
(75 ratings)
Reviews0
PriceFree
Views2252
A Simple Month Calendar Control for ASP.NET
To select a date in your web form, we have built-in calendar control for this. But what to do when we need to select just month and year for our report? The simplest way is to use date select calendar and let user select any day in desired month and then throw day he selected, leaving only month and year. But, is this solution user-friendly; do you like it? So we decided to write our own control for selecting month/year pair, which can be used on pages where needed.
(21 ratings)
Reviews0
PriceFree
Views2451
ASPPowUpload
ASPPowUpload is an ASP control that enables an ASP application to capture and save files uploaded to the web server by a browser. It includes Adobe Flash, ActiveX or Java-based (MultiPowUpload, ActiveXPowUpload, JavaPowUpload products) client side upload control for multiple files and folders upload. ASPPowUpload is fully compatible with the standard files upload protocol defined in RFC1867 for the HTML POST Form with the �INPUT TYPE=FILE� tags. ASPPowUpload handles and stores the contents of the POST request to a file on the server hard disk rather than loading it into memory. ASPPowUpload provides rich server-side progress indicator that lets users to monitor the progress of their uploads.
(3 ratings)
Reviews0
PriceFree
Views3378
Firefox Search Plugins Generator
Make Firefox search plugins with our generator. Fill in some form fields and generate.
(0 ratings)
Reviews0
PriceFree
Views950
How to Generate Random Numbers in ASP.NET and .NET Framework
Random number generation is a common programming endeavor, but many developers are unaware of the true nature of the random numbers generated by a system. In this article I would explain about how to generating a random numbers and how to use them in your .NET applications Generating random numbers is often a hot topic for programmers. The reason is that seemingly random numbers are most often not genuinely random. This is due to the deterministic algorithm utilized by a platform like .NET. Deterministic systems leave nothing to chance; they're lawful out of necessity; and they conform to the ideal of a machine in which wear and tear and mechanical failures are absent. Modern computers are conceived as deterministic machines. The Random class The .NET Framework provides the Random class, which allows you to generate a number or a series of numbers to be used accordingly. You may be wondering why .NET bothers to include the Random class.
(3 ratings)
Reviews0
PriceFree
Views1261
How to Spam-Proofing Your Website
Spam-Proofing Your Website Anyone who operates their own website knows that you need to provide forms in your site for visitors to contact you. The big challenge is providing easy form access to your visitors, without letting SPAM flood your email inbox or database. The techniques described in this article tell you how to reduce the amount of SPAM.
(0 ratings)
Reviews0
PriceFree
Views1262
Send This Link
A popup form which allows your visitors to send a referral link from your site. It features admin notification and HTML output.
(9 ratings)
Reviews0
PriceFree
Views4126
Basics of .NET remoting
This article will explores about .NET remoting. .NET remoting is a technology that allows you to invoke or accessing objects on remote server. For those who are familiar with Java technology, it is called RMI (Remote Method Invocation) in java world. .NET remoting supports accessing your objects by using HTTP,TCP and IPC channels. Similar with Web Services, .NET remoting also support calling your objects via HTTP protocol. However Web Services provide platform independence and you also get loose coupling between your client server objects which means that easier to deal with versioning issues. Unlike Web Services, .NET remoting requires both of your client and server objects running on the same .NET Framework version. and it has a tight coupling between client and server because the same object types are shared.
(3 ratings)
Reviews0
PriceFree
Views905
CoffeeCup Free FTP
posted bycoffeecupinFTP
CoffeeCup Free FTP is a fast, no-frills FTP program that makes it easy to drag and drop files to and from your Website. It supports multiple server profiles, resumes broken uploads and downloads, and can transfer files in binary, ASCII, or auto-mode. Free FTP works with any server and is so easy to set up. Just enter your username and password and click Connect. Free FTP remembers your server information, so reconnecting to your site is a snap.
(0 ratings)
Reviews0
PriceFree
Views2259
Aus Suburb Database
AUS SUBURB DATABASE is a SQL database containing all Australian suburbs & towns with their associated latitude, longitude, state, and postcode information.The database can be utilised in a wide range of websites that draw upon proximity-based searches in Australia. Basic proximity calculation class and example included in PHP, ASP, and Java languages.
(0 ratings)
Reviews0
PriceUSD 550.00
Views827
SOA and WS-BPEL book
When utilized within a Service-oriented Architecture (SOA), Web Services are part of a business process determining the logical order of service activities � logical units of work performed by one or more services. Today, the most popular tool for organizing service activities into business processes is Web Services Business Process Execution Language (WS-BPEL), a language defining an execution format for business processes operating on Web Services. While it is not a trivial task to define a business process definition with WS-BPEL from scratch, using a graphical WS-BPEL tool can significantly simplify this process. With the help of many examples, the book explains how to build Web Services with PHP, combine them into SOAs with WS-BPEL, and then deploy composite WS-BPEL-based solutions to the ActiveBPEL engine. The examples in this book are presented in a way that anyone can understand and apply.
(3 ratings)
Reviews0
PriceUSD 44.99
Views2356
Micro Bar Chart
Micro Bar Chart is a small PHP script to display your statistic data. This version can display data in a horizontal bar form. Installation is very easy. You just need to include the file set an array with your data and call a function. The output style can be change via CSS. An example file is also included.
(31 ratings)
Reviews0
PriceFree
Views14941
rTxt2htm
rTxt2htm creates standalone, XHTML 1-strict HTML files from text files with special but simple and unobtrusive markup. It is intended for generating HTML versions of plain-text documentation (like 'readme' files that accompany software distributions; the 'r' in rTxt2htm hints at 'readme'). Documentation files are often in plain-text format, which, while versatile, lacks the enhanced functionality of hyperlinks that allow one to jump between sections of the documentation or to resources outside it. rTxt2htm parses text files written in a specific format for title, keywords, URLs, sections, code fragments, styled text, tables of content, etc., creating the necessary HTML elements for presentation in the HTML output. A form interface provides an easy way to specify the text files whose HTML versions have to be generated, and additional information for use in the HTM files. File content can also be pasted in the form.
(3 ratings)
Reviews0
PriceFree
Views2362
ArZipStr
This package can be used to compress text based on prior knowledge of the frequency of letters of texts in the same idiom. Currently there are class versions for the idioms: Arabic, English, French, German, Italian and Spanish. These classes can generate a compressed version of text strings that occupy in average about 70% of the original length. This class is part of Khaled Al-Shamaa project for PHP and Arabic language: http://www.ar-php.org
(3 ratings)
Reviews0
PriceFree
Views1204
ArGender
This class attempts to guess the gender of Arabic names. In Arabic, feminine names are formed by adding certain characters sequences at the end of the masculine names. This class analyses a names to see if it contains characters patterns at the end of the names that are typical of feminine names. This class is part of Khaled Al-Shamaa project for PHP and Arabic language: http://www.ar-php.org
(0 ratings)
Reviews0
PriceFree
Views1212
Do It Yourself SEO Success Kit
Anyone who owns a Domain Website can benefit from the SEO Success Kit. Do It Yourself SEO Success Kit is a very helpful Reference Guide, Tutorial and Software to help you accomplish the task of Getting your site ready to submit to the Search Engine Spiders. All without paying out hundreds or even thousands of dollars to SEO Firms to tune and then submit your site properly. Learning to do this effectively is the key to climbing the ladder of Higher Rankings in the Search Engine Databases and their Search Result Pages. A great desktop "eBook Companion Guide" for Beginners to Professional SEOs. Information can be used stand-alone or in addition to high-end submission softwares.
(17 ratings)
Reviews2
PriceUSD 49.95
Views1388
Orion Network Performance Monitor
We know the challenges you face, because we're network engineers and system administrators just like you. We know what it takes to manage complex, evolving networks and data centers. In fact, we pooled all of our "what if's" to design Orion Network Performance Monitor (NPM)- a powerful, yet easy-to-use, network availability and performance management solution that delivers the critical information you need to stay on top of your evolving network.
(0 ratings)
Reviews0
PriceUSD 2,475.00
Views1402
JavaScript Calendar Component
posted bynograyinCalendars
There are a lot of JavaScript Calendars out there, but actually only a few can be very customizable to fit anyone's need. That's why we have created a Calendar Component that is very customizable and extendable. You can see our Calendar at work right in this page. There are tons of features in this calendar package, such as - Create any numbers of months per calendar. - Set the weekend, days off, holidays (dates off), start day of the week. - Start and end date. - Multi selection with limits or without. - Skinnable (using CSS). - Can have any number of calendars in any page. - Optimized for best performance.
(15 ratings)
Reviews0
PriceFree
Views8264
Results 3561-3580 of 8326