THE PROGRAMMERS HEAVEN NEWSLETTER
http://www.programmersheaven.com
You are receiving this newsletter because you have requested to be
in our mailing list. If you prefer to not be in it, please refer
to the subscription information at the bottom of the newsletter.
Issue 37 2001-07-05
In this issue:
1. What's new at Programmer's Heaven
2. Programmers News
3. New articles added!
4. New links Added!
5. New files added!
6. Submit your links and files
7. Link to Programmer's Heaven
8. We want your feedback
------------------------------------------------------------------
-------------------------------- What's new at Programmer's Heaven
------------------------------------------------------------------
* A new Contest!
A new contest has today been launched on our WEB-site where you
can win:
"A hosted Aardvark Bug Tracking System" from Red Gate Software
worth $2490.
Now you can win a great system that can help you keep track of
your bug reports and change requests! Aardvark is Red Gate
Software's browser based bug tracking tool. Whether you are a
developer, tester, project manager or CIO, it can make your
life easier.
Click here to enter the contest:
http://www.programmersheaven.com/other/contests/redgate/contest.htm
This contest ends 25 of July 2001.
* The messageboard have been optimized and reconstructed internally.
This was done to make it faster and easier to add new features.
* Added support for automated RSS XML Article submissions on this page
http://www.programmersheaven.com/other/submission.htm
See the Programmers Heaven WEB-site news page for the latest site news
http://www.programmersheaven.com/other/News.htm
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Call for Authors!
Have you written an article, tutorial, FAQ, paper that you want to
show the world?
Then post it at Programmers Heaven for maximum exposure to over
350,000 visitors/month for free! Contact info@programmersheaven.com
for more details.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
------------------------------------------------------------------
------------------------------------------------- Programmers News
------------------------------------------------------------------
- W3C issues XML base, XML linking language
- -----------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=805
- Visual Studio .Net in mobile space
- ----------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=808
- Visual Basic.Net: Is it too complex?
- ------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=786
- Tyan dual Athlon 4 mobo goes on sale
- ------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=755
- The Man Who Bought the Internet
- -------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=790
- TechEd 2001: TechEd throws out the .NET to developers
- -----------------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=791
- Sun To Change Java Language
- ---------------------------
- http://www.programmersheaven.com/news.asp?NewsID=774
- Sun prepares fresh Java
- -----------------------
- http://www.programmersheaven.com/news.asp?NewsID=754
- Sony to build Java support into PlayStation 2
- ---------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=769
- Server makers spurn new AMD chips
- ---------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=762
To add a news story click here
** http://www.programmersheaven.com/other/submitnews.asp **
More news stories can be found here:
** http://www.programmersheaven.com/other/newspage.htm **
!!!!!!!!!!!!!!!!!!!!!!!!!!! ADVERTISEMENT!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!
If you're searching for even more IT newsletters, look no further.
FreeTechMail.org has the largest network of high-quality opt-in
newsletters available on the 'Net. Check them out at:
http://newsletters.freetechmail.org/?RC=5022&AI=1152
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
------------------------------------------------------------------
----------------------------------------------- New Articles Added
------------------------------------------------------------------
Here is a list of some of the new articles that recently has been
added to our Article collection:
- Your XML Is in the Mail
- -----------------------
- Learn about MessageML, an open standard for sending XML messages.
- http://www.programmersheaven.com/art.asp?ArtID=1590
- You've Got Mail! - Site Server Direct Mailer
- --------------------------------------------
- This article shows us how to configure Site Server Direct Mailer,
- create test members and distribution lists, create template emails,
- and finally, create and run a Direct Mailer package to send the personalized
- emails to the target members.
- http://www.programmersheaven.com/art.asp?ArtID=1757
- XML Object Serialization in .Net
- --------------------------------
- This article shows how to serialize and deserialize objects to and
- from XML documents.
- http://www.programmersheaven.com/art.asp?ArtID=1606
- XML messaging, Part 2
- ---------------------
- In this article, the second of three, Dirk Reinshagen introduces SOAP
- to the XML messaging equation. He begins by describing SOAP and other
- related technologies, then reinforces with a simple example using
- SOAP to create an invoice.
- http://www.programmersheaven.com/art.asp?ArtID=1853
- XML in .NET: .NET Framework XML Classes and C# Offer Simple, Scalable Data Manipulation
- ---------------------------------------------------------------------------------------
- Microsoft .NET introduces a new suite of XML APIs built on industry
- standards such as DOM, XPath, XSD, and XSLT. The .NET Framework XML
- classes also include innovations that offer convenience, better performance,
- and a more familiar programming model, tightly coupled with the new
- .NET data access APIs?ADO .NET. XmlWriter, XmlReader, and XmlNavigator
- classes and classes that derive from them, including XMLTextReader
- and XMLTextWriter, encapsulate a number of functionalities that previously
- had to be accomplished manually. A discussion of the XMLDOM-Document
- is also included.
- http://www.programmersheaven.com/art.asp?ArtID=1754
- XML and SOAP--Essential to .NET
- -------------------------------
- This article explains how the key to realizing and leveraging .NET
- begins with these two essential technologies.
- http://www.programmersheaven.com/art.asp?ArtID=1763
- Writing Your First C# Program with Visual Studio .NET
- -----------------------------------------------------
- Visual Studio.NET integrates multiple languages into one IDE. This
- article illustrates how to create a simple program in C# using this
- IDE.
- http://www.programmersheaven.com/art.asp?ArtID=1793
- Writing SAX Applications
- ------------------------
- This article discusses writing a Visual Basic (VB) application that
- works with Simple API for XML (SAX).
- http://www.programmersheaven.com/art.asp?ArtID=1594
- Writing My First COM+ Component Part 2
- --------------------------------------
- This quick step guide will show you how to complete the transformation
- from your typical DLL to a full fledged COM+ component.
- http://www.programmersheaven.com/art.asp?ArtID=1933
- Writing My First COM+ Component Part 1
- --------------------------------------
- This article walks through the creation of a COM+ component for someone
- who is new to COM. It also gives an example of how to use the newly
- created component.
- http://www.programmersheaven.com/art.asp?ArtID=1932
- Writing Customizable AboutBox Component
- ---------------------------------------
- Shows how to write a component using C#. This sample is directed
- towards describing simple steps that a beginner can follow to add
- a menu to a Forms application. I will also show how you can write
- a component that implements an AboutBox to be included in any Forms
- application.
- http://www.programmersheaven.com/art.asp?ArtID=1943
- Writing ASP.NET Web Forms with C#
- ---------------------------------
- This article presents Web Forms as a programming model in ASP.NET.
- It covers server controls with an overview of how separation between
- business logic and presentation layer is achieved in Web Forms along
- with new session management strategy.
- http://www.programmersheaven.com/art.asp?ArtID=1781
- Writing a Windows Form Application For .NET Framework Using C#
- --------------------------------------------------------------
- This article is a very simple introduction on writing a Windows Form
- application for the Microsoft.NET framework using C#. The sample application
- demonstrates how to create and layout controls on a simple form and
- the handling of mouse click events.
- http://www.programmersheaven.com/art.asp?ArtID=1944
- Write Windows Forms Apps With C#
- --------------------------------
- This article shows you how to write standalone client code with Windows
- Forms.
- http://www.programmersheaven.com/art.asp?ArtID=1615
- Working with XML in the .Net Platform
- -------------------------------------
- This article discusses a few of the classes in the System.Xml assembly
- that can get you started using XML in .NET apps.
- http://www.programmersheaven.com/art.asp?ArtID=1611
- Working with the COM+ admin objects under .NET/C#
- -------------------------------------------------
- An article that explores .NET interoperability with COM components.
- http://www.programmersheaven.com/art.asp?ArtID=1768
- Working with Process Class
- --------------------------
- This article is aimed at introducing the novice .NET developer to
- the basic usage of System.Diagnostics services
- http://www.programmersheaven.com/art.asp?ArtID=1915
- Working with ASP & MS Access
- ----------------------------
- Learn to add, remove and modify data from an Access database.
- http://www.programmersheaven.com/art.asp?ArtID=1980
- Windows Forms in VB.NET
- -----------------------
- This is a simple tutorial which shows you beginners how to create
- a WindForms application in VB.NET.
- http://www.programmersheaven.com/art.asp?ArtID=1775
- When Folders Change
- -------------------
- Have you ever wondered how the Explorer knows that it should update
- its display because a file has been added or removed from a folder
- by some external application? Wonder no more because this article
- will tell you how it works.
- http://www.programmersheaven.com/art.asp?ArtID=1961
Visit this link To add your own article:
http://www.programmersheaven.com/other/submission.htm
!!!!!!!!!!!!!!!!!!!!!!! SPONSORS WANTED !!!!!!!!!!!!!!!!!!!!!!!!!!
Contact the WEB-Master at info@programmersheaven.com, if you want
to advertise in our newsletter that reaches over 23718 subscribers.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
------------------------------------------------------------------
-------------------------------------------------- New Links Added
------------------------------------------------------------------
Here is a list of some of the new links that recently has been
added to our WEB directory:
- XML Pitstop
-------------
- Provides a central location for everything that a developer needs
- to know about XML. Examples with Source Code, Tutorials, tools,
- resources, books, etc.
- http://www.programmersheaven.com/link.asp?LinkID=10327
- The Delphi Programmers Lair
-----------------------------
- Programs, Source codes, Tutorials and more.. This site offers
- Delphi Programs, source codes, tutorials, forums, newsletter
- and more. You can also submit your own files to the site.
- http://www.programmersheaven.com/link.asp?LinkID=10325
- CodeLifter.com Scripts for WebMasters
---------------------------------------
- A unique collection of interesting, often hard-to-find cut-and-paste
- DHTML and JavaScripts and tips... including cross-browser slideshows,
- no-right-click scripts, menu and navigation scripts and more.
- http://www.programmersheaven.com/link.asp?LinkID=10320
- CodeBrain.com Free Java
-------------------------
- A stunning collection of visually impessive multi-media, navigation,
- animation, text, and utility applets, all with free versions and
- immediate downloads. Complete kits, with demos and documentation,
- http://www.programmersheaven.com/link.asp?LinkID=10318
- Bitsmith Software
-------------------
- Bitsmith Software develops and markets Windows productivity
- software. A trial version of our Personal Knowbase free-form
- keyword-based note organizer is available from our web site.
- It's a useful tool for storing code snippets, samples, and bug
- reports. An Office Resources Section is also featured,
- including sections for Small Business, Office Management,
- Reference, Computing, and Travel.
- http://www.programmersheaven.com/link.asp?LinkID=10314
- FileDistributor.com
---------------------
- Offers you a one-stop-solution for software distribution.
- Concentrate on your software development and while we take care
- of the rest.
- http://www.programmersheaven.com/link.asp?LinkID=10313
- Developer 21
--------------
- Huge resource for webmasters and programmers [delphi, VB, C++,
- pascal]. It also contains chatroom, toplists and e-commerce,
- security sections.
- http://www.programmersheaven.com/link.asp?LinkID=10312
- Subliminal Devilopment
------------------------
- Creator of screen savers and other applications for the Windows
- OS. Programming examples are also available.
- http://www.programmersheaven.com/link.asp?LinkID=10308
- Wonder Workers C++ / QBasic Homepage
--------------------------------------
- This page offers hundreds of games, links, graphics demos, and
- aid for peripheral devices (i.e., the keyboard, mouse, sound
- card, etc.) to programmers of C / C++ / QBasic. Many files on
- screen mode 13h and tile-based games exist. Check out Tile
- Editor v1.0 and Map Editor v1.0 for your games! Tutorials for
- beginning programmers are available.
- http://www.programmersheaven.com/link.asp?LinkID=10307
- Brainsmash Interactive
------------------------
- The game development company that created Toy Trouble and
- Figure It Out.
- http://www.programmersheaven.com/link.asp?LinkID=10306
- Publish your database to Web with DB to HTML Express
------------------------------------------------------
- DB to HTML Express is easy to use template based development
- tool for database to HTML converting. Create professionally
- looking web pages without additional HTML editor. DB to HTML
- Express has great visual building tools and can be used by
- beginners as well as advanced users. Report creation is easy
- and fast. You can customize your pages appearance:
- fonts,colours,lines. You can export graphic images from your
- database.
- http://www.programmersheaven.com/link.asp?LinkID=10301
- Programmers Palace
--------------------
- A site that has tool for Programmers. just opened...I need
- files(or links)!!!
- http://www.programmersheaven.com/link.asp?LinkID=10295
- New Qbasic Developers Centre
------------------------------
- A Qbasic site, with my free downloadable games, as well as
- the chance to submit your own links.
- http://www.programmersheaven.com/link.asp?LinkID=10292
- Beginners ASP
---------------
- An ASP site with tutorials , sample book chapters , sample code
- , components , links , hosts , downloads , jobs and training
- section
- http://www.programmersheaven.com/link.asp?LinkID=10291
- A Brief SQL Tutorial
----------------------
- An introductory tutorial for SQL, Structured Query Language.
- This tutorial is aimed to teach beginners the building blocks
- of SQL.
- http://www.programmersheaven.com/link.asp?LinkID=10289
- The Dal net #Pascal site
--------------------------
- On this site you can download pascal code and compilers, you
- can also download TEQ which is an advanced RPG made in pascal.
- http://www.programmersheaven.com/link.asp?LinkID=10286
- 4Programming_Central
----------------------
- HTML Tutorials. One in Swedish and the other one is in English.
- http://www.programmersheaven.com/link.asp?LinkID=10284
Please note that only sites that are linking back to the
http://www.programmersheaven.com will be considered in the
above list.
------------------------------------------------------------------
-------------------------------------------------- New files added
------------------------------------------------------------------
Here's a list of some of the latest files added to the Programmers'
Heaven file collection.
- Flip2.zip - ULTIMATE_FLIP library version 0.08
------------------------------------------------
- Short SVGA library for 32 bit protected mode with support for
- drawing text and primitives (lines, circles, triangles...) in
- any resolution and any bits per pixel (8/15/16/24/32 bpp).
- Support for double buffering under VESA 2.0. Now works with any
- graphic card with VESA 1.2 or above (non-VGA compatibile
- adapters too). For assembler and C/C++ programmers. Requires
- NASM and WLINK or a 32bit C/C++ compiler for DOS to build.
- Freeware.
- http://www.programmersheaven.com/search/download.asp?FileID=17859
- Intel/Assembler V0.21 Made in QBASIC
--------------------------------------
- http://www.programmersheaven.com/search/download.asp?FileID=17856
- Graph - Written i VB.
-----------------------
- Makes a graph from database record and either send it to a
- printer directly selecting many print options or copy it in any
- file on disc. This project also gives you print preview option
- for A4 size paper and you can set your graph anywhere on the
- page.Also if you want to change graph's height or width you can
- change.Zooming effect is also given using hsrollbar.
- http://www.programmersheaven.com/search/download.asp?FileID=17855
- Javamonopoly game Version 1.4
-------------------------------
- This zip file contains everything necessary to either run the
- JavaMonopoly program or build it via the source files and
- included jar files (code libraries).
- http://www.programmersheaven.com/search/download.asp?FileID=17849
- Tiny Server v1.0.5
--------------------
- This is a very basic http server that as of now supports only
- the GET request. It also does not support any server side
- processing. This server can accept multiple requests at once.
- The server is only 44 kb and written in Visual Basic.
- http://www.programmersheaven.com/search/download.asp?FileID=17848
- NoN-SeNS Pacman 1.6 with C sourcecode.
----------------------------------------
- http://www.programmersheaven.com/search/download.asp?FileID=17847
- How to make a keyboard handler in pascal article with
-------------------------------------------------------
- sourcecode.
- http://www.programmersheaven.com/search/download.asp?FileID=17846
- Extensible expression parser object for borland pascal.
---------------------------------------------------------
- http://www.programmersheaven.com/search/download.asp?FileID=17845
- Uniplex Paint v2.8
--------------------
- Generates images painted in interphase into QBasic DATA format.
- Builds source code. A QBasic Sidekick.
- http://www.programmersheaven.com/search/download.asp?FileID=17844
- Callback demo for C++
-----------------------
- Callbacks in C++ are not as simple as in C. You have classes
- and additionally instances of classes. So the same function can
- have differnet adresses in memory when executed in different
- instances of the same class ! (In pure C each function only
- exists once in memory) This example shows how callbacks can be
- used in an absolute flexible way !
- http://www.programmersheaven.com/search/download.asp?FileID=17843
- Mouse and keyboard action recording and playback under win95
--------------------------------------------------------------
- With C++ Sourcecode.
- http://www.programmersheaven.com/search/download.asp?FileID=17842
- Nk split 1.3 with C sourcecode.
---------------------------------
- Takes a file and splits it into Several smaller files, whose
- size is set by you.
- http://www.programmersheaven.com/search/download.asp?FileID=17841
- A game similar to who wants to be a millionare ...C++ sourcecode.
-------------------------------------------------------------------
- http://www.programmersheaven.com/search/download.asp?FileID=17840
- Monopoly version 1.0 , written in Pascal.
-------------------------------------------
- http://www.programmersheaven.com/search/download.asp?FileID=17839
- Microproxy 1.0 With C sourcecode.
-----------------------------------
- This is microproxy, your ready-to-run, out-of-the-box, instant
- http proxy server. These files compile under plain Windows
- 95/98/NT/2k, Windows cygwin and Linux.
- http://www.programmersheaven.com/search/download.asp?FileID=17838
- DDEML Server Example Application.
-----------------------------------
- This application is a demonstration of how to use the DDE
- Management Library (DDEML), through Visual Basic, to create a
- DDE server. The DDEML is a Win API programmtic alternative to
- the standard form based DDE mechanisms provided by Visual
- Basic. The demonstration provides a basic example of the steps
- necessary to create a DDE server that can process the three
- base DDE transaction types Request, Poke, and Execute. Check
- the Microsoft Platform SDK documentation for more information
- concerning DDEML programming.
- http://www.programmersheaven.com/search/download.asp?FileID=17837
- Naval battle
--------------
- The Naval Battle game's source code. It was coded with Visual
- basic 6.
- http://www.programmersheaven.com/search/download.asp?FileID=17836
- CDF ActiveX Custom Control v1.24
----------------------------------
- ActiveX Custom Control for the Italian Fiscal Code. This
- control performs ErrorTest on the italian Fiscal Code. Returns
- ErrorCode and ErrorMessage in two languages (Italian and
- English). It is FREE for use in any program (commercial or
- not). Written in VB5.
- http://www.programmersheaven.com/search/download.asp?FileID=17835
- demo for character recognition with C++ sourcecode.
-----------------------------------------------------
- http://www.programmersheaven.com/search/download.asp?FileID=17834
------------------------------------------------------------------
--------------------------------- Latest posts in the messageboard
------------------------------------------------------------------
Here's a sample list of the latest threads in our messageboard.
COUNTIF function, Posted by GSD4ME
----------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=10&MsgID=69581
Getting Whole HTML Document into a string, Posted by hush
---------------------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=3&MsgID=69574
Just an idea, Posted by salted
------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=14&MsgID=69571
ENCRYPTION (128/256/512 BIT), Posted by dalaptop
------------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=3&MsgID=69569
Contract based programmer( VB ,VC ,ODBC, HTML, Java, ASP, C, C++), Posted by saurabh101
---------------------------------------------------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=27&MsgID=69568
Simple variable problem, Posted by Elly
---------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=14&MsgID=69530
Self Extracting Program, Posted by smithd_2
-------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=3&MsgID=69529
sorting data in text file (numerical & string), Posted by ApocryphA
-------------------------------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=16&MsgID=69526
Java ServerSocket problem, Posted by Penance
--------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=18&MsgID=69518
java programming in palm, Posted by Raven
-----------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=24&MsgID=69502
HTML code required to ensure all pages appear same in diff resolution, Posted by Crippler
------------------------------------------------------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=31&MsgID=69497
Working with Files, Posted by p_rat
-----------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=3&MsgID=69495
Command Line Help, Posted by exostatic
--------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=3&MsgID=69494
MFC newbie question, Posted by binaryx
--------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=10&MsgID=69490
Rand(), Posted by Jessy
-----------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=3&MsgID=69489
Programming the line in sound card, Posted by emari
---------------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=14&MsgID=69483
Remote machine operating system, Posted by Sachin
-------------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=10&MsgID=69482
Senior Network Design Engineer, Posted by BroadbandSys
------------------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=13&MsgID=69481
Help please!, Posted by epsilon
-------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=7&MsgID=69471
BAT files, Posted by techii
---------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=15&MsgID=69465
DialogBoxParam Example, Posted by Hungry J
------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=3&MsgID=69448
ShowWindow??????, Posted by Hicc
--------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=4&MsgID=69444
Making a device to use the parallel port, Posted by JamesFos
------------------------------------------------------------
http://www.programmersheaven.com/msgboard/read.asp?Board=20&MsgID=69443
------------------------------------------------------------------
-------------------------------------- Submit your links and files
------------------------------------------------------------------
* Have you written a program that you want to share to all our
users?
* Have you found an interesting file on the net that you want
others to download as well?
* Do you have a programming related WEB-site or want to recommend
a site that you want to have included in our WEB-directory?
Then submit your files and link to the Programmers' Heaven and
help us to become the largest programming site on the Internet.
Goto http://www.programmersheaven.com/other/submission.htm to submit
your files and links.
------------------------------------------------------------------
-------------------------------------- Link to Programmers' Heaven
------------------------------------------------------------------
If you have added a link to http://www.programmersheaven.com on
your WEB-site, please let us know and you will get listed on our
"pages linking to us" pages! If your page is a programming is
programming relates you will of course get listed in the WEB-
directory as well. Also, if you link to us, you have the chance
to be listed in this newsletter as well.
More information and graphics artworks can be found here
http://www.programmersheaven.com/other/linktous.htm
------------------------------------------------------------------
-------------------------------------------- We want your feedback
------------------------------------------------------------------
Send your comments, questions, praise and complaints to us
at info@programmersheaven.com
Interested in writing articles for this Newsletter?
Email mailto:info@programmersheaven.com and find out how.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
That's all for this month, folks!
Subscription Information
To subscribe or unsubscribe, send an email to:
programmersheaven-request@listhost.net
To subscribe, type 'subscribe' in message body
To unsubscribe, type 'unsubscribe' in message body
Advertising
For information on advertising on the Programmers' Heaven
Newsletter, send an email to: info@programmersheaven.com
Number of emails sent this issue: 23718
Mailinglist hosted by http://www.listhost.net
WEB-Site hosted by http://www.infomagic.com
? 2001 Synchron Data, All rights reserved.