-
Converting Between Numbers and Strings in JavaScript
To convert a number value to a string value in Version 4 or later browsers, use the
toString( )method of a number value: -
Black-Hat SEO Tricks
Find out how Black-Hat SEO in action. Cloacking, Search Spam, Link Farms, Domain Repurposing and more.
-
Asp .Net Connection Polling
Setting up the TCP connection between your Web application and SQL Server can be an expensive operation. Developers at Microsoft have been able to take advantage of connection pooling for some time now, allowing them to reuse connections to the database. Rather than setting up a new TCP connection on each request, a new connection is set up only when one is not available in the connection pool. When the connection is closed, it is returned to the pool where it remains connected to the database, as opposed to completely tearing down that TCP connection.
-
Replication Components | SQL Server
Microsoft SQL Server 2000 replication is based on the publish-and-subscribe metaphor first used to implement replication in SQL Server 6...
-
Introduction to Borland Delphi
Delphi represents a brand new way to develop applications for Windows. It combines ...