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 94  March 12, 2003	

In this issue:

1.  What's new at Programmer's Heaven
2.  Survey
3.  Programmers News
4.  New articles added!
5.  New links Added!
6.  New files added!
7.  Latest posts to the F.A.Q
8.  CodePedia news
9.  Submit your links and files
10. Link to Programmer's Heaven
11. We want your feedback


!!!!!!!!!!!!!!!!!!!!!!!!!!! ADVERTISEMENT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

New: Ghost Installer Studio 3.5 released

Adobe, Xerox, NEC and Intel rely on Ghost Installer Studio 3.5 to create
installations for their top notch software products. Ghost Installer
Studio rapidly builds setups for Windows applications created with
Microsoft's Visual Studio, Borland's Delphi, JBuilder and C++ Builder
and other popular development tools. Professional application developers
will benefit from the productivity and performance features, seamless
support for .NET deployment, ability to Install-On-Demand, and high
reliability standards.

Read more at http://ph.ginstall.com/

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

------------------------------------------------------------------
-------------------------------- What's new at Programmer's Heaven
------------------------------------------------------------------

NEW HELP PAGES LAUNCHED
=======================
In order to help you get the most out of Programmers Heaven, we have 
launched a new set of help pages.  

Topics include the history of the site, how to submit resources to 
the site, how to use the mailbox and message boards and much more!  

If you have any questions, or are just curious to learn more, 
visit: http://www.programmersheaven.com/2/PHHelp 	

 				 			 			    											
See the Programmers Heaven WEB-site news page for the latest site news
http://www.programmersheaven.com/other/News.htm 

------------------------------------------------------------------
----------------------------------------------------------- Survey
------------------------------------------------------------------

The result of the last week's survey:

   How often do you write assembly??
   (1375 votes).

   Very regularly    13%
   Quite often        7%
   Occasionally      13%
   Very rarely       23%
   Never             37%
   What is it?        7%


This weeks question:

    "Would you consider using Linux instead of Windows?"

Visit our homepage at http://www.programmersheaven.com and vote!

Do you have a suggestion for a survey that you would like to run?
Then submit it here:
http://www.programmersheaven.com/c/userpoll/poll_suggest.htm

Vote Now!

------------------------------------------------------------------
------------------------------------------------- Programmers News
------------------------------------------------------------------
Latest developer news stories

JCodeBox slashes the cost of Java enterprise (J2EE) development
---------------------------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2475

BlitzPlus basic compiler Released!
----------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2474

ANN: Pascal Analyzer 2.1 released
---------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2473

FmPro Migrator - Migrates FileMaker to Oracle
---------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2472

JNBridgePro v1.3 Beta released
------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2469

ComponetOne Wins "Component Developer Of The Year" 2003
-------------------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2468

Invention Search Engine
-----------------------
- http://www.programmersheaven.com/news.asp?NewsID=2467

commandLine, a .NET component that taps the power of DOS.
---------------------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2466

SMExport 4.30 for Delphi/C++Builder
-----------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2465

EMS MySQL/PostgreSQL Import 1.3 released!
-----------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2464


			   
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 ** 


------------------------------------------------------------------
----------------------------------------------- New Articles Added
------------------------------------------------------------------

Here is a list of some of the latest articles that have been added 
to the site:

- The Art of Parsing Files- Put some 3d into your Curl Web Applications!
- ----------------------------------------------------------------------
- Would you love to put some 3d into your Curl application, but are
- put off by the difficulty of creating the 3d model? Friedger M?ffke's
- article shows you how you can do it, using the free Draw3d program
- and Friedger's 3d model importing applet -- and at the same time learn
- how to use Curl's speedy built-in Parsing Engine to handle all of
- your complex file parsing needs.
- http://www.programmersheaven.com/art.asp?ArtID=8440


- Print Bitmaps you loaded in MFC
- -------------------------------
- I want to share with you a surprisingly simple method of printing
- bitmaps using MFC/Visual C++.  Printing bitmaps is so problematic
- for so many people.  Just when we think that our code is correct,
- the bitmap still is not getting displayed on paper, and we have yet
- to figure out why.  So many programmers, including myself, have came
- across this same trouble, but the answer is not really of our wrongdoing,
- but of something that we are not fully aware of.  I want to share
- with you how I was able to print bitmaps.
- http://www.programmersheaven.com/art.asp?ArtID=8381


- Monitoring and Management of a JVM
- ----------------------------------
- Many of the developers do not really appreciate and know the details
- of the JVM - the working environment of their application. This article
- sheds some light on the JVMPI interface that can be utilized by developers
- to fine tune their applications.
- http://www.programmersheaven.com/art.asp?ArtID=8380


- Java Game Tutorial #5: 'for' Loops, Gameplay, and AI
- ----------------------------------------------------
- In this installment, we complete the basic Battleship game. We Add
- a status display to show ship damage levels, write code to allow
- the player to fire on the computer, and develop a strong opponent
- AI system
- http://www.programmersheaven.com/art.asp?ArtID=8218


- Fixing compilation bugs inside PE files
- ---------------------------------------
- This article describes that it is necessary to pay attention to internal
- structure of the compiled projects. The project may contain a lot
- of trash and can be optimized. Why? The answer is simple: some popular
- compilers not always works well. So, almost every developer sometimes
- wants to modify Portable Executable files.
- http://www.programmersheaven.com/art.asp?ArtID=8384


- CMOS(A little Mystery)
- ----------------------
- is an article trying to explain about the CMOS memory, which is an
- essential part of any system. Article gives a detailed Knowledge of
- CMOS memory,an included C code segment explains how to access CMOS
- memory (read from CMOS memory, write to CMOS memory) followed by detailed
- memory map of CMOS.
- http://www.programmersheaven.com/art.asp?ArtID=8439


- XP, Component Services and .NET
- -------------------------------
- Learn about the changes introduced by COM+, new features included
- in Windows XP for COM+, and how to use COM+ services from your .NET
- programs.
- http://www.programmersheaven.com/art.asp?ArtID=8358


- Writing Cross-Platform Software - Getting Started
- -------------------------------------------------
- This article discusses the fundamentals of cross-platform and portable
- software development.  Why you should do it, as well as explaining
- byte order, alignment and structure padding.
- http://www.programmersheaven.com/art.asp?ArtID=8342


- Writing comments in Visual Basic code
- -------------------------------------
- Comments are an ideal way to document source code. We present a lightweight
- comment format that is easy to learn, clear to read and powerful in
- describing procedures and modules. It also allows automatic document
- generation by a source code analyzer.
- http://www.programmersheaven.com/art.asp?ArtID=8362


- Using Test Suites to Validate the Linux Kernel
- ----------------------------------------------
- You can use test suites to make sure that a new Linux kernel behaves
- properly.  This article links to software that can test the basic
- functioning of your machine, suites that are dedicated specifically
- to kernel testing, and application test suites that test the kernel
- indirectly by checking the behaviour of the applications.
- http://www.programmersheaven.com/art.asp?ArtID=8344


- Using PHP and IIS to Create a Discussion Forum
- ----------------------------------------------
- Learn how to use PHP on windows and IIS to create a basic discussion
- forum that makes use of a powerful database.
- http://www.programmersheaven.com/art.asp?ArtID=8357


- Use Validators and Load Generators to Test Your Web Applications
- ----------------------------------------------------------------
- You can make sure your website renders correctly in every browser
- and is interoperable by writing valid HTML and testing it with a validator.
- You can also make sure that your application performs well under
- a heavy load by testing it during development with a load generator.
- http://www.programmersheaven.com/art.asp?ArtID=8340


- Tips and Tricks for MacsBug
- ---------------------------
- Helpful techniques for debugging your Mac OS software using the MacsBug
- assembly debugger for 68000 and PowerPC code.  Some of this I learned
- while working as a "Debug Meister" for Apple's system software team.
- http://www.programmersheaven.com/art.asp?ArtID=8343


- The Art of Parsing Files- Put some 3d into your Curl Web Applications!
- ----------------------------------------------------------------------
- Would you love to put some 3d into your Curl application, but are
- put off by the difficulty of creating the 3d model? Friedger M?ffke's
- article shows you how you can do it, using the free Draw3d program
- and Friedger's 3d model importing applet -- and at the same time learn
- how to use Curl's speedy built-in Parsing Engine to handle all of
- your complex file parsing needs.
- http://www.programmersheaven.com/art.asp?ArtID=8440


- Temporary Tables With MySQL
- ---------------------------
- If you have had problems with MySQL not supporting functionality like
- sub-selects this short article might be of interest for you. This
- article will explain how to use temporary tables with MySQL.
- http://www.programmersheaven.com/art.asp?ArtID=2260


!!!!!!!!!!!!!!!!!!!!!!!!!!! ADVERTISEMENT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Accounting Systems with Source Code

Integral Accounting is a complete line of accounting systems with 
source code and distribution rights for all popular Microsoft 
Platforms including Visual Basic, Visual Basic Dot Net, ASP Dot 
Net, Access, and use SQL Server 7.0, SQL Server 2000, or MSDE 2000 
database back-ends.

Please visit our site to download trial applications and sample 
source code.

STFB Inc. - http://www.stfb.com

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

------------------------------------------------------------------
-------------------------------------------------- New Links Added
------------------------------------------------------------------

Here is a list of some of the latest links that have been added to 
our link directory:

- SearchBliss Web Development Tools
-----------------------------------
- Generate codes for menus, buttons, forms, CSS, etc., instantly
- using our free code generators. You may also buy our webmaster
- tools to customize and add to your own site with NO links back
- to SearchBliss for only $10 each.
- http://www.programmersheaven.com/link.asp?LinkID=11384


- All Over Technologies Inc
---------------------------
- Website hosting, graphic design, website marketing, security
- consulting and more
- http://www.programmersheaven.com/link.asp?LinkID=11383


- Visionomics Software Development Group Inc
--------------------------------------------
- Company website for Visionomics. Showing products they have
- developed and giving information about the company.
- http://www.programmersheaven.com/link.asp?LinkID=11382


- GoingWare Inc. - Expert Software Development and Consulting
-------------------------------------------------------------
- Custom programming in C, C++, Java and assembler for embedded 
- applications, GUI and cross-platform products.
- http://www.programmersheaven.com/link.asp?LinkID=11379


- AngGoGo Component
-------------------
- Provides .NET component, including CoolWatermark,
- PhotoController, GalleryNET.
- http://www.programmersheaven.com/link.asp?LinkID=11378


- ADSI and System.DirectoryServices Mailing list
------------------------------------------------
- There is now a list that is dedicated to discuss Directory
- Services and ADSI with in buisiness applications. The following
- technologies are coverd by experts on this group ADSI (Active
- Directory Service Interfaces 2.x) System.DirectoryServices
- (.NET COM Wrapper for ADSI) LDAP (Lightweight Directory Access
- Protocol) DSML (Windows 2003 .NET Server Directory
- Technologies) This groups supports ALL languages i.e. Vbscript
- , C, C++, Vb.net, C#,Java etc, for web based and windows based
- applications! There are MVP?s and experts in this field to help
- you build professional and robust network applications. New
- ADSI 2.5 SDK files Power Point presentations are also added to
- the links section and all this is FOR FREE!
- http://www.programmersheaven.com/link.asp?LinkID=11375




!!!!!!!!!!!!!!!!!!!!!!! SPONSORS WANTED !!!!!!!!!!!!!!!!!!!!!!!!!!

Contact the WEB-Master at info@programmersheaven.com, if you want 
to advertise in our newsletter that reaches over 69075 subscribers.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


------------------------------------------------------------------
-------------------------------------------------- New files added
------------------------------------------------------------------

Here's a list of some of the latest files and products added to the 
Programmer's Heaven file listings.

- AsmDev 1.2
------------
- An advanced fully equipped IDE suite for Win32/DOS assembly
- with sample programs, auto-source generation, libraries,
- auto-complete, procedure/structure locator and flexible
- customisable interface. By default, it is configured to use
- TASM but any assembler/linker... can be used. It is a handy
- program if you regularly write assembly code.
- http://www.programmersheaven.com/search/download.asp?FileID=26312


- Burn to the Brim 2.6.1
------------------------
- Burn To The Brim is a utility for grouping files and folders
- together in the most efficient way to fill up an entire CD, DVD
- or other medium. It can output the resulting structure to an
- ISO 9660 file, ready to be burned with most CD-burning tools.
- The program is optimized for quick performance and considers
- the most promising options first.
- http://www.programmersheaven.com/search/download.asp?FileID=26305


- RealChat Software 2.0
-----------------------
- RealChat is a revolution in java chat client server software
- designed to be simple and affordable! Customize practically
- every element from the client server aspects to the java chat
- user interface. It's compatible with any common browser so
- there's nothing for your site visitors to download. Comes with
- unlimited chat rooms, users and support at no additional
- charge. Get your FREE evaluation version of this amazing java
- chat software today!
- http://www.programmersheaven.com/search/download.asp?FileID=26304


- BTTYPE--Btrieve DDF export Utility 0.00.01
--------------------------------------------
- Data Dictionary Files (DDF's) contain information about a
- Pervasive Btrieve file (for more information about DDF's refer
- to Pervasive SDK documentation). The BTTYPE utility exports DDF
- information into an accessible language structure construct.
- http://www.programmersheaven.com/search/download.asp?FileID=26303


- ASCII Table v1.0
------------------
- You just enter the code page and then select the character you want 
- and program will calculate it's ASCII code.
- http://www.programmersheaven.com/search/download.asp?FileID=26302


- Web-Browser Extension Framework 1.0
-------------------------------------
- Web-Browser Extension Framework extends WebSnap to client-side
- developments by implementing the Asyncronous Pluggable Protocol
- and WebSnap interfaces, allowing to share the same source code
- both for server-side and client-side modes. Now you can: *
- Deploy to the client and server with the same source code *
- Develop advanced browser-embedded applications. * Test and
- debug your WebSnap applications faster than ever.
- http://www.programmersheaven.com/search/download.asp?FileID=26301


- Snippets for VB 1.0
---------------------
- This program allows programmers to store and organize snippets
- of VB Code for later use. The hierarchical database structure
- allows quick and easy access to code. Features include fully
- configurable keyword highlighting and the facility to 'break
- out' the code window to aid cutting and pasting between
- Snippets and development tool.
- http://www.programmersheaven.com/search/download.asp?FileID=26296


- Search Engine Builder Professional 1.26
-----------------------------------------
- Many visitors to your website are usually looking for specific
- information. If they have to take too much time to find what
- they want, you'll lose some of them. Search Engine Builder is
- specifically designed to help with that problem. It indexes
- your entire website quickly and generates an efficient search
- engine. It makes it easier for your visitors to find things on
- your website and gives it a more professional appearance.
- http://www.programmersheaven.com/search/download.asp?FileID=26295


- Search Engine Builder Standard 1.64
-------------------------------------
- Many visitors to your website are usually looking for specific
- information. If they have to take too much time to find what
- they want, you'll lose some of them. Search Engine Builder is
- specifically designed to help with that problem. It indexes
- your entire website quickly and generates an efficient search
- engine. It makes it easier for your visitors to find things on
- your website and gives it a more professional appearance.
- http://www.programmersheaven.com/search/download.asp?FileID=26294


- Text Animator Demo 1.0
------------------------
- Text Animator allows you to create 20 different text animations
- for your webpages. Make scrollers, tickers, cursor trailers,
- marquees, text rings and much more without programming a single
- line of code. Setting font-attributes, styles, size and speed,
- links, targets and much more requires no programming skills at
- all. You can view, check and edit all effects while you are
- creating them.
- http://www.programmersheaven.com/search/download.asp?FileID=26293


- EMS PostgreSQL Manager 1.21
-----------------------------
- EMS PostgreSQL Manager is a powerful graphical tool for
- PostgreSQL administration and development. It makes creating
- and editing PostgreSQL database objects easy and fast, and
- allows you to run SQL scripts, manage users and their
- privileges, build SQL queries visually, extract, print and
- search metadata, export data to 14 available formats and import
- them from most popular formats, view and edit BLOB fields, and
- many more...
- http://www.programmersheaven.com/search/download.asp?FileID=26291


- EMS MySQL Manager 2.0
-----------------------
- EMS MySQL Manager provides powerful tools for MySQL Server
- administration and object management. Its Graphical User
- Interface allows you to create/edit all MySQL database objects
- in a simple and direct way, design databases visually, run SQL
- scripts, manage users and privileges, visually build SQL
- queries, extract, print, and search metadata, create database
- structure reports in HTML format, export/import data, view/edit
- BLOBs and many more...
- http://www.programmersheaven.com/search/download.asp?FileID=26290


- Vivid Report Trial for C++ Builder 3,4,5 1.0
----------------------------------------------
- Vivid Report is a set of reports designer components for C++
- Builder, that realizes the new report design concept and
- provides You the best possible WYSIWYG. Vivid Report is 100%
- the VCL library that is written fully in C++.Vivid Report 1.0
- is now ordered via ShareIt.
- http://www.programmersheaven.com/search/download.asp?FileID=26287


- Unix To DOS Converter 3.00 SV
-------------------------------
- This is a command line *x to DOS/Windows conversion utility
- .batch operations allowed .A neat handy utility . Includes
- Turbo C++ Source Code too .
- http://www.programmersheaven.com/search/download.asp?FileID=26286


- SLIDE v1.0
------------
- The slide number game. Written in C++ for beginers. Fully
- documented
- http://www.programmersheaven.com/search/download.asp?FileID=26282


- Site Refiner 2.0
------------------
- The main purpose of Site Refiner is to automatically find all
- files and page links in local site and bring them to the same
- specified case (usually to the lowercase). Site Refiner can do
- it fast and correct.
- http://www.programmersheaven.com/search/download.asp?FileID=26277


!!!!!!!!!!!!!!!!!!!!!!!!!!! ADVERTISEMENT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

MKS Software			http://www.mkssoftware.com

The Power of UNIX on Windows with MKS Toolkit

Port and run existing UNIX applications using over 2700 UNIX API's 
and create new or run existing build environments using over 350 UNIX 
commands and utilities.

Product features include classic UNIX shells including KornShell and 
CShell and other must have utilities such as vi, cc, ar, and make, 
tar file and text manipulation, scheduling with cron and much more 
including Secure Shell.

Request a FREE a 30 day demo that best suits your needs from:

http://www.mkssoftware.com/eval/default.asp?distrib=EURProgHeaven

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


------------------------------------------------------------------
--------------------------------------------------- CodePedia news
------------------------------------------------------------------

Here are just a few of the latest CodePedia pages :

  * BASIC Stamp
    http://www.codepedia.com/1/BASIC%20Stamp

  * flowchart
    http://www.codepedia.com/1/flowchart

  * Oracle
    http://www.codepedia.com/1/Oracle

  * IRQ
    http://www.codepedia.com/1/IRQ

  * POP
    http://www.codepedia.com/1/POP

  * MFC
    http://www.codepedia.com/1/MFC

  * interpret
    http://www.codepedia.com/1/interpret

  * input
    http://www.codepedia.com/1/input

  * cursor
    http://www.codepedia.com/1/cursor

  * PDF
    http://www.codepedia.com/1/PDF

  * Shareware
    http://www.codepedia.com/1/Shareware

  * Overclock
    http://www.codepedia.com/1/Overclock

  * LCD
    http://www.codepedia.com/1/LCD

  * Comparators
    http://www.codepedia.com/1/Comparators

  * Burst
    http://www.codepedia.com/1/Burst

  * class
    http://www.codepedia.com/1/class

  * Smart Shutdown
    http://www.codepedia.com/1/Smart%20Shutdown



  A complete list of the most recent pages created can be found here:

  http://www.programmersheaven.com/wiki/1/special%3aRecentChanges

Do you know anything about any of these topics? If so, why not share
what you know?

  * multimaster
    http://www.codepedia.com/1/multimaster

  * J2EE
    http://www.codepedia.com/1/J2EE

  * joystick
    http://www.codepedia.com/1/joystick

  * DOSGFX_Scrolling
    http://www.codepedia.com/1/DOSGFX_Scrolling

  * editor
    http://www.codepedia.com/1/editor

  * object
    http://www.codepedia.com/1/object

  * abstraction
    http://www.codepedia.com/1/abstraction

  * Nonexisting Page
    http://www.codepedia.com/1/Nonexisting%20Page

  * PCI-X
    http://www.codepedia.com/1/PCI-X

  * MTRON
    http://www.codepedia.com/1/MTRON

  * AtariST
    http://www.codepedia.com/1/AtariST

  * gateway
    http://www.codepedia.com/1/gateway

  * PnP
    http://www.codepedia.com/1/PnP

  * PackageUtils
    http://www.codepedia.com/1/PackageUtils

  * flag
    http://www.codepedia.com/1/flag

  * Rasmus Lerdorf
    http://www.codepedia.com/1/Rasmus%20Lerdorf

  * polymorphic
    http://www.codepedia.com/1/polymorphic

  * attributes
    http://www.codepedia.com/1/attributes

  * QuickC
    http://www.codepedia.com/1/QuickC

  * file system
    http://www.codepedia.com/1/file%20system



  A complete list of more undefined pages can be found here:

  http://www.codepedia.com/1/special%3aUndefinedPages

Head on over to http://www.codepedia.com and share your knowledge 
and find answers! 

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

  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 
  900,000 visitors/month for free! Contact info@programmersheaven.com
  for more details.

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

										 
------------------------------------------------------------------
-------------------------------------- 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@technolists.com 
  To subscribe, type 'subscribe' in message body
  To unsubscribe, type 'unsubscribe' in message body

  or visit this page:
  
    http://www.programmersheaven.com/other/newsletterpage.htm

Advertising
  For information on advertising on the Programmers' Heaven 
  Newsletter, send an email to: info@programmersheaven.com
	
Number of emails sent this issue: 69075    	

Mailinglist hosted by http://www.listhost.net
	
WEB-Site hosted by http://www.infomagic.com

? 2003 Synchron Data, All rights reserved.
						   
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.