|
71. ASP.NET Web Services : Asynchronous Programming
|
A complete online chapter "Asynchronous Programming" from "Professional ASP.NET Web Services". Provides in depth information on how and when to implement syncronous and asynchronous processing using web services.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
72. Banners4i.com : Free Banner Exchange
|
Banners4i.com offers a free banner exchange service. Offers 500 credits upon registration, and the ability to check your stats from your mobile.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
73. Banners4i.com : Free Counter
|
This unique counter service is designed to offer webmasters and website owners to track the visitors on their site. Because Counter is remotely hosted, there is no software for you to install or download. You simply paste a section of HTML code into each page you wish to track; after that, your counter will be instantly updated every time your page is loaded. Features include: Select font for your counter, Select font color and background color to match your site, Displays how many visitors are ONLINE on your site, Displays the top 10 hosts and browser types for visitors to your site, support for hidden counter, and more.
Hits: 4 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
74. Perl in a Nutshell : A Desktop Quick Reference
|
Perl in a Nutshell is a comprehensive reference guide to the Perl programming language. This book covers all the core features of the language. It ranges widely through the Perl programmers universe, gathering together in convenient form a wealth of information about Perl itself and its application to CGI scripts, network programming, database interaction, and graphical user interfaces. It also gives detailed coverage about using Perl within a Win32 environment. Topics include: Basic language reference, Introduction to using Perl modules, Perl and CGI (CGI basics, CGI.pm, mod_perl), DBI - the database-independent API for Perl), Sockets programming in Perl, LWP - the library for World Wide Web programming in Perl, The Net::* modules, and pTk - the Tk extension to Perl.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
75. SocketMail Pro : webmail and email server solution
|
Fast, powerful and professional webmail system that support integration with Sendmail/Qmail/Exim/Postf ix. Require dedicated server/VPS with root access. Support unlimited multi-domain hosting, so you can become an e-mail service provider and host many email domain or services. Each domain can have different settings and look and feel. End user can send/receive mail using their fav client. Provide POP3/Outgoing SMTP service. Support popular bulletin boards. Create payable package for end user to purchase via PayPal/Ibill/NOCHEX. Reduce spam e-mail with MailGuard feature. Upload documents or save from mail attachments into MyDocuments. Share documents, e-mails and folders among users. Many more!
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
76. Threading lightly : Reducing contention
|
While its common to hear that synchronized method calls can be 50 times as expensive as unsynchronized method calls, these numbers can actually be quite misleading. With each successive JVM version, overall performance has improved, and the cost of uncontended synchronization has been reduced, making the issue of uncontended synchronization overhead less significant. Contended synchronization, however, is quite expensive. Moreover, a high degree of contention is disastrous for scalability -- an application that had a high degree of contended synchronization will exhibit markedly worse performance as the load increases. This article explores several techniques for reducing contention, and hence improving scalability, in your programs.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
77. MyNewsGroups :)
|
MyNewsGroups :) is a USENET news client with a completely Web-based interface. It is written in PHP4, and uses a database backend. Its main purpose is to mirror all messages from subcribed public newsgroups into a database, and add extra features such as saving articles per user, statistics on users, search functions, and so on. MyNewsGroups :) is aimed at people that have a Web site and want offer their users direct access to newsgroups of same subject.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
78. Diagnosing Java Code : The Orphaned Thread bug pattern
|
In multithreaded code, it is often common to use a single, master thread that drives the actions the other threads take. This master thread may send messages, often by placing them on a queue, that are then processed by the other threads. But if the master thread throws an exception, the remaining threads may continue to run, awaiting more input to the queue, causing the program to freeze. This article discusses detecting, fixing, and avoiding this bug pattern.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
79. Web Development Reusability : Improve Reliability Quality and Productivity
|
Reusability is one of the simplest and the oldest concepts in programming. It is also the most underutilized concept. When implemented correctly and purposefully, it can save time and money, as well as create an inventory for valuable and reusable software assets. This article discusses such topics as what resuability is, why it is important, its usages, and more.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
80. Fastest way of Database Access : Caching Records in Memory
|
A step by step tutorial on caching data in memory. This tutorial goes one step further from simply caching data in memory to allow you to set a time limit in seconds after which it refreshes the data in memory. Extremely useful technique. Online demo available.
Hits: 2 Rating: 0.00 Votes: 0
|
| Member Reviews |
 |
Visitor Ratings |
 |
Google PR |
 |
|
|
|