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 36 2001-05-30

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


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

BrainBuzz Developers News
Get in on one of the most comprehensive e-newsletters for developers 
available today. BrainBuzz Developer Community News offers the best 
news and resources that the Internet has to offer. Articles, 
tutorials, webcasts, downloads, and much more. To get your FREE 
subscription, use one of the links below to send us a blank e-mail. 
We'll do the rest!

For the HTML version:
mailto:join-bbdev-html@list.brainbuzz.com

For the Text Version:
mailto:join-bbdev-text@list.brainbuzz.com

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


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

* Vacation time! 

  between the 1-23 of June we will be away on vacation
  and because of that the updates of this site will be limited. 

* We have upgraded the search engine so that It will give better search 
  results.
  
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
------------------------------------------------------------------

- Vivendi buys MP3.com for $375m
- ------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=738

- VDSMath Updated
- ---------------
- http://www.programmersheaven.com/news.asp?NewsID=745

- The Top Certifications
- ----------------------
- http://www.programmersheaven.com/news.asp?NewsID=732

- Sun admits ASP better than Java for Web
- ---------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=728

- Sony releases Linux for PlayStation2
- ------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=674

- Sharp Linux PDA to debut at Java One
- ------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=747

- Service Pack 2 for Windows 2000 released
- ----------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=730

- SCE to release Linux kit for PS2 in June
- ----------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=731

- Samsung Puts Palm, Phone in One Neat Package
- --------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=695

- Rambus loses patent fight
- -------------------------
- http://www.programmersheaven.com/news.asp?NewsID=694


Please contact WEBMASTER if you have a news story to add here!
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:


- Zope for the Perl/CGI programmer
- --------------------------------
- This article is aimed at Perl/CGI programmers who are ready to take
- Zope for a spin. There's plenty in the way of comparison and contrast
- between the two, and some conclusions about which might be best depending
- on your situation. Zope (the Z Object Publishing Environment) is
- an application server that is gaining in popularity. But what is
- it? What's an application server, anyway? How does all this compare
- with nice familiar paradigms like CGI? More importantly, is Zope
- a fad, or is it here to stay?
- http://www.programmersheaven.com/art.asp?ArtID=1469


- XML and Java on the Menu
- ------------------------
- This article explains how to utilize XML, the Xerces parser, and Java
- to create dynamic XML hierarchical menus.
- http://www.programmersheaven.com/art.asp?ArtID=1482


- Writing Servlet 2.3 Filters
- ---------------------------
- This article shows us how to write Servlet 2.3 API Filters. Filters
- are Java classes that can intercept requests from a client before
- they access a resource; manipulate requests from clients; intercept
- responses from resources before they are sent back to the client;
- and manipulate responses before they are sent to the client.
- http://www.programmersheaven.com/art.asp?ArtID=1415


- Writing Dynamic XML Pages
- -------------------------
- You know a lot about HTML pages dynamically created on the server
- and then served up to the browser. This is just what the ASP technology
- lets you do. A problem with this is that the basic language is still
- HTML and you still use HTML to describe both your data and the way
- it should be rendered. You should also know a lot about how XML lets
- you septe data and presentation. Why not, then, write dynamic XML
- Pages? That is, ASP pages that produce XML/XSL output to be read by
- an XML-compliant browser like IE5. If you think that this limits you
- and your users to having IE5 as the browser, be careful. I'll also
- demonstrate how you can have other browsers such as Netscape Communicator
- to manage them as pure HTML. What's your ultimate gain? You design
- and code your ASP pages (and possibly your Web site) using the more
- expressive XML instead of HTML.
- http://www.programmersheaven.com/art.asp?ArtID=1317


- Working with XHTML
- ------------------
- XHTML - the eXtensible HyperText Markup Language - is simply HTML
- 4.0 written as an application of XML, and as such opens up the possibility
- of manipulating HTML in the same way as you would work with XML.
- http://www.programmersheaven.com/art.asp?ArtID=1233


- Working With Text
- -----------------
- This article shows us how to use the standard text tools like cat,
- more and redirection operators.
- http://www.programmersheaven.com/art.asp?ArtID=1464


- Working with Object Trees: Part Two
- -----------------------------------
- This article explains the operations that you need to work with an
- object tree, such as create an object, append a child object to the
- root, search an object in the object tree, append an object to another
- object, and delete an object.
- http://www.programmersheaven.com/art.asp?ArtID=1356


- Working with Object Trees: Part One
- -----------------------------------
- This article reviews how to create, populate, and delete array objects
- in JavaScript.
- http://www.programmersheaven.com/art.asp?ArtID=1355


- Working with Drives, Folders and Files in ASP
- ---------------------------------------------
- In this article we'll learn how to get hold of Drives collection which
- FileSystemObject provides us, then we'll use this handle to display
- a list of all drives connected to our computer with their detailed
- info.
- http://www.programmersheaven.com/art.asp?ArtID=1374


- WML Applications using JavaServer Pages (JSP)
- ---------------------------------------------
- This article is about how to use JSPs in the transformation layer,
- and how to structure the overall framework so that only the transformation
- layer need be changed to retarget your application from desktop browser
- to WAP-enabled phone, to whatever other device/application.
- http://www.programmersheaven.com/art.asp?ArtID=1218


- Wireless Networking
- -------------------
- This article gives us an overview of wireless networking in FreeBSD.
- http://www.programmersheaven.com/art.asp?ArtID=1365


- Windows XP-Passport Integration
- -------------------------------
- One of the .NET services Microsoft plans to integrate into Windows
- XP is Passport, which takes the authentication and user information
- store away from e-commerce sites and gives it back to the user.
- http://www.programmersheaven.com/art.asp?ArtID=1510


- Windows Media Playback in a Web Page
- ------------------------------------
- This article shows you how to include Windows Media video in your
- Web pages.
- http://www.programmersheaven.com/art.asp?ArtID=1375


- Windows 2000 Service Pack 1 Issues
- ----------------------------------
- This article discusses several Windows 2000 Service Pack 1 issues
- plus an Adaptec CD-ROM software problem, disabling NetBIOS on Win2K
- dial-up connections, and more.
- http://www.programmersheaven.com/art.asp?ArtID=1493


- Win2K SP2; Various Upgrade, Coexistence Problems
- ------------------------------------------------
- This article discusses the release of Service Pack 2 (SP2), a Win2K
- upgrade hang, a Win2K DC and NT 4.0 BDC interoperability problem,
- and more.
- http://www.programmersheaven.com/art.asp?ArtID=1496


- Why XML?
- --------
- Kurt takes a look at XML and how it will change the world.
- http://www.programmersheaven.com/art.asp?ArtID=1308


- Why OpenBSD Will Never Be as Secure as Linux
- --------------------------------------------
- This article describes "a variety of security products and software
- suites currently available for Linux, and a number of security projects
- in the works that will have a significant benefit to Linux security."
- http://www.programmersheaven.com/art.asp?ArtID=1465


- Why BizTalk?
- ------------
- When people talk about eCommerce, they don't mean putting a button
- on the website which says "call 0800". No, what they are referring
- to are smart systems (be they desktop machines, CE devices or mobile
- phones), which can describe themselves to other smart machines and
- computing devices. These systems are able to sustain automated relationships
- with each other. Moving information around, fulfilling just-in-time
- orders, providing receipts and more.
- http://www.programmersheaven.com/art.asp?ArtID=1272


- Whitespace preserving and stripping
- -----------------------------------
- Whitespace stripping in MSXML2 was very unpredictable and hard to
- influence.  Teun explains how to deal with whitespace issues.
- http://www.programmersheaven.com/art.asp?ArtID=1295


- What's New in VB.NET?
- ---------------------
- Visual Basic developers need to get ready for the biggest transition
- they have ever had to make. The next edition of VB (probably called
- Visual Basic.NET) is designed to make web development as drag-and-drop
- easy as Visual Basic 1 made Windows development
- http://www.programmersheaven.com/art.asp?ArtID=1253


Please contact WEBMASTER if you have an article to add here!


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

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

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

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

Here is a list of some of the new links that recently has been 
added to our WEB directory:

- My Java Cobweb
----------------
- Hai Phan's personal homepage; information about me, my
- programming projects, a 3D engine in Java I recently wrote,
- featuring smooth shading, affine & perspective texture mapping
- with scan subdivision, environment mapping, z-buffer, BSP,
- primitive & heightmap generator, and billboards.
- http://www.programmersheaven.com/link.asp?LinkID=10275


- VBOTS Michael's visual basic bots site
----------------------------------------
- Chatbots that can also help you with and control windows. You
- can download the open source code or the exe file itself.
- http://www.programmersheaven.com/link.asp?LinkID=10273


- Tom's Delphi page
-------------------
- Delphi components, links and programmes. You can search tips here.
- http://www.programmersheaven.com/link.asp?LinkID=10272


- CGIScriptReview.com
---------------------
- This site is basically a collection of reviews about all the
- most popular CGI programs. We have reviews of all sort of
- scripts from Perl new management systems to PHP forums. We also
- have reviews of remotely hosted CGI services.
- http://www.programmersheaven.com/link.asp?LinkID=10270


- NeoBASIC Cut And Paste Programming
------------------------------------
- This site describes how to develop DOS software thru simple cut
- and paste. It also allows the developer to write documentation
- (help files) online! Simply fill in the following form, press
- the submit button, and retrieve your documents through
- NeoBASIC's Cut & Paste page! With NeoBASIC's DocuMaker, you get
- About.txt, File_ID.diz, Description.txt, Install
- Instructions.txt, Un-Install Instructions.txt, License.txt,
- Order.txt, Site License.txt, Distribution.txt, What's New.txt,
- Help.txt, and Support.txt. Suggestions for improvement welcome.
- http://www.programmersheaven.com/link.asp?LinkID=10268


- Full-Service CGI & Sub-Domain Hosting
---------------------------------------
- Each account includes 50 Megs of disk space, your own cgi-bin
- (full access), true FTP account, support for SSI & PHP, ISAPI,
- sendmail, password-protected directories and support for Java &
- Java Servlets. Credit cards accepted. Only $10.00 per month. No
- setup fee. We also have a large selection of remotely-hosted
- scripts from which to choose.
- http://www.programmersheaven.com/link.asp?LinkID=10267


- Project Management planning with PlanBee
------------------------------------------
- Critical Path Project Management planning tool. Inexpensive
- alternative to MS Project. Shows all project data in a
- spreadsheet pattern for ease of understanding. Independent
- re-sizeable and hideable windows show PERT views and Gantt (bar
- chart) views of the project in addition to the spreadsheet
- view. Pop up "working day" calendar with 200 year range.
- Reports, PERT charts and Gantt charts may be either printed or
- copied to the clipboard.
- http://www.programmersheaven.com/link.asp?LinkID=10265


- ParseRat means you NEVER AGAIN NEED TO RE-KEY LEGACY DATA
-----------------------------------------------------------
- NEVER AGAIN RE-KEY LEGACY DATA:
- Parse, convert & restructure files and databases. Reads most 
- files including XML, page image print files from other 
- processes, fixed format, delimited, dBase, structured binary 
- etc. ASCII or EBCDIC. Intelligently parses dates, names & 
- addresses into components, gender etc. can generate Soundex 
- and perform intelligent DeDuplication. Output as  XML, 
- fixed format, delimited, mailmerge or dBase or to system 
- clipboard.
- http://www.programmersheaven.com/link.asp?LinkID=10263


		  
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.


- SocketWrench 2.5
------------------
- SocketWrench is a free, general purpose package that simplifies
- Windows Sockets programming. For developers new to Internet
- software development, SocketWrench greatly reduces the learning
- curve typically associated with socket programming and TCP/IP
- in general. The SocketWrench components are available as 16-bit
- Visual Basic controls (VBXs) as well as 16-bit and 32-bit
- ActiveX controls (OCXs) and can be used in a wide variety of
- development languages.
- http://www.programmersheaven.com/search/download.asp?FileID=17610


- IuVCR 2.2
-----------
- IuVCR is a simple and powerful utility based on DirectShow to
- capture video. Main features: TV channels tuning support. Video
- capturing with frame size up to 768x576. Video stream preview
- during capture without frame size limitations. Most settings
- autostored into system registry. Split captured video stream to
- several files. Continuous capturing across several disk
- partition. Command line support. Work as COM-server.
- http://www.programmersheaven.com/search/download.asp?FileID=17607


- Dexter 1.0
------------
- NilgiriHouse.com - useful shareware for programmers using
- Microsoft Development tools. Dexter is an invaluable time
- saving Add-in providing automatic code completion for all
- Microsoft development environments including Visual C++, Visual
- Basic, Visual Basic for Application, Visual InterDev, Visual
- J++ and .NET. Dexter is available as a free software download.
- http://www.programmersheaven.com/search/download.asp?FileID=17604


- NetMailshar 2.8
-----------------
- NetMailshar is an easy-to-use, multi-functional mail server
- that enables every computer in an office to send and receive
- email not only across the Internet but also within a LAN. It
- provides centralized, generic protection against all email
- viruses. Other features include scheduled mail sending and
- receiving, autodial and disconnection, support for multiple
- domains and unlimited pop3 accounts, email archiving,
- monitoring, filtering and much more.
- http://www.programmersheaven.com/search/download.asp?FileID=17602


- SeQueLizer IDE 0.94
---------------------
- The complete IDE for creating and managing databases from SQL
- scripts, including macro preprocessor, syntax-oriented editor,
- debugger and schema decompiler. Works with ADO-compatible
- databases. MSSQL, MS Access and InterBase are currently
- supported
- http://www.programmersheaven.com/search/download.asp?FileID=17598


- OpenX ASP Edition for Sybase ASE/ASA 2.0
------------------------------------------
- OpenX is a high-performance multi-level software component for
- developing multitier enterprise applications that require
- access to RDBMS locally, across Intranets, Extranets or the
- Internet. It supports all major databases. OpenX ASP Edition
- will save you hours on creating and processing HTML Forms,
- mapping form elements to database fields, performing HTTP file
- uploads, and saving HTML Form data into your database.
- http://www.programmersheaven.com/search/download.asp?FileID=17597


- OpenX ASP Edition for MS SQL Server 2.0
-----------------------------------------
- OpenX is a high-performance multi-level software component for
- developing multitier enterprise applications that require
- access to RDBMS locally, across Intranets, Extranets or the
- Internet. It supports all major databases. OpenX ASP Edition
- will save you hours on creating and processing HTML Forms,
- mapping form elements to database fields, performing HTTP file
- uploads, and saving HTML Form data into your database.
- http://www.programmersheaven.com/search/download.asp?FileID=17596


- NewObjects Active Local Pages 1.0
-----------------------------------
- ALP is a WEB content generation engine running into the
- Internet Explorer. It acts as like WEB server and executes WEB
- applications as ASP pages, CGI applications and so on. It makes
- it possible WEB thecniques to be used for development of
- desktop software.
- http://www.programmersheaven.com/search/download.asp?FileID=17592


- Macro Scheduler 6.2
---------------------
- Macro Scheduler is a powerful scheduling and macro scripting
- tool that lets you create macros to control your Windows
- applications and assign tasks to scheduled events, desktop
- shortcuts or hotkeys. Scripts can be built to control any
- program or command which accepts keyboard and mouse input.
- Alternatively, mouse and keyboard events can be captured using
- the built in macro recorder. You can even edit recorded macros.
- http://www.programmersheaven.com/search/download.asp?FileID=17591


- DeZign for databases v2.4
---------------------------
- Is a CASE tool for data modeling / database design. It visually
- supports the lay out of the entities and relations and
- automatically generates SQL schemas for most leading databases.
- http://www.programmersheaven.com/search/download.asp?FileID=17590


- Konvertor - file converter 2.23
---------------------------------
- Konvertor is a file converter. Konvertor reads and converts 273
- different file formats: 243 graphic formats (bmp, pcd, k25,
- psd, targa, hp-gl, pdf, gif, jpeg, vrml...), 30 audio, text and
- video formats (wma, mp3, dalet, wav, txt, voc, mod, avi,
- mpeg...) with 27 different filters (blur, charcoal, resize
- etc...)
- http://www.programmersheaven.com/search/download.asp?FileID=17589


- Display(im) User Interface Design Library Unit  v1.0
------------------------------------------------------
- Offers a wide range of Text User Interface controls for your
- DOS mode application. Targeted for Turbo Pascal 7 developers.
- Create your dialog-driven or mouse-driven application rapidly
- using this package of TPUs.
- http://www.programmersheaven.com/search/download.asp?FileID=17588


- Voice Communicator components 1.1
-----------------------------------
- Is a set of VCL components for Borland Delphi 4.0 or later/C++
- Builder 3.0 or later designed to facilitate real time audio
- stream transmission over local TCP/IP network or over Internet
- connection. Included support for Windows audio codecs will help
- you to reduce the required channel bandwidth up to 90 per
- cents. Using Voice Communicator components you can easily
- organize real time voice chats, audio-conferencing, music
- broadcasting and other applications of same kind.
- http://www.programmersheaven.com/search/download.asp?FileID=17586


- InstallMaster from Wise Solutions v8.1
----------------------------------------
- Is designed for experienced developers who create professional
- installations that distribute and update applications via the
- Web. By utilizing the Web, InstallMaster lowers distribution
- costs and ensures your users are always working with the latest
- software release. InstallMaster also creates smaller,
- self-installing patches, which reduce your customers download
- times.
- http://www.programmersheaven.com/search/download.asp?FileID=17585


- 3D Multi Series Line Chart Bean 3.1
-------------------------------------
- This bean is feature packed and will enable you to add great
- looking Line Charts to your applications. We have grouped the
- features into several different data objects in order to make
- implementation simpler and more flexible. The documentation is
- both detailed and comprehensive and along with the tutorial
- style applet and application source code provided you should
- have no trouble creating your own implementations quickly and
- efficiently.
- http://www.programmersheaven.com/search/download.asp?FileID=17584


- AutoMate 4.5m
---------------
- Whether you are a systems administrator, programmer or a home
- user, most people who use computers have repetitive tasks that
- they would like to automate or application behaviors that they
- would like to modify. AutoMate is a software tool for Windows
- computers that enables users to solve this dilemma by easily
- building custom "automated solutions", in most cases -- without
- writing a single line of code.
- http://www.programmersheaven.com/search/download.asp?FileID=17583


- Alfa File Protectior Network Edition 2.0
------------------------------------------
- A real-time file activity monitor component for Delphi&BCB.
- Alfa Interceptor is the #1 file protection and hiding solution
- for all Win32 developers, whether they are creating a file
- protection program, or just want to integrate protecting their
- vital application files AI protects files from deletion, open,
- replace, create, rename, read, write, attribute set/get, last
- access/midification/creation time get/set, directory
- create/delete. .
- http://www.programmersheaven.com/search/download.asp?FileID=17582


- Alfa File Monitor Network Edition 2.0
---------------------------------------
- AFM is the #1 component (Delphi/BCB) and library (MSVC++) that
- allows developers to integrate real-time file event
- notification into their applications.
- http://www.programmersheaven.com/search/download.asp?FileID=17581


- Webdata Pro 1.0b
------------------
- Easily create relational database solutions online, requires no
- programming or SQL knowledge. Provides the admin a
- point-and-click path through: building tables, designing search
- pages managing records, configure shopping cart and defining
- member accounts. Import data and upload images or documents
- through the browser. Creates complex JOIN queries
- automatically. Customized reports can be generated using any
- HTML editor. Written in Perl.
- http://www.programmersheaven.com/search/download.asp?FileID=17579


- Group Mail Free 3.2.045
-------------------------
- Whether it be for announcing new products and services to your
- customers, delivering and managing newsletters, or simply
- staying in touch with family and friends - Group Mail Free will
- make the process effortless - Best of all, you can use the
- award winning Group Mail Free for as long as you want, for
- FREE!!
- http://www.programmersheaven.com/search/download.asp?FileID=17578


- EMS QuickExport 1.75
----------------------
- EMS QuickExport Component Suite will allow you to save your
- data in the most popular office programs formats (MS Excel, MS
- Word (RTF), HTML, XML, TXT, DBF, CSV, SYLK, DIF, LaTeX, SQL and
- Windows Clipboard) for the future viewing, modification,
- printing or web publication. There will be no need to spend
- your time for a tiresome data conversion - EMS QuickExport will
- do this task quickly and it will give the result in the desired
- format.
- http://www.programmersheaven.com/search/download.asp?FileID=17577


------------------------------------------------------------------
--------------------------------- Latest posts in the messageboard
------------------------------------------------------------------
Here's a sample list of the latest threads in our messageboard.


divide in BCD code, Posted by ofer
----------------------------------
http://www.programmersheaven.com/wwwboard/board1/read.asp?MsgID=66065

Finding Some Deep Windows Stuff, Posted by Jomac
------------------------------------------------
http://www.programmersheaven.com/wwwboard/board14/read.asp?MsgID=66049

flash data, Posted by nokout
----------------------------
http://www.programmersheaven.com/wwwboard/board34/read.asp?MsgID=66047

timer in C++ ASAP, Posted by M Ashok Kumar
------------------------------------------
http://www.programmersheaven.com/wwwboard/board3/read.asp?MsgID=66045

Perl compiling, Posted by wakey
-------------------------------
http://www.programmersheaven.com/wwwboard/board12/read.asp?MsgID=66043

tracking IE, Posted by sumedh
-----------------------------
http://www.programmersheaven.com/wwwboard/board14/read.asp?MsgID=66042

Application Implementation, Posted by gigsvoo
---------------------------------------------
http://www.programmersheaven.com/wwwboard/board14/read.asp?MsgID=66040

problem vbscript in combination with asp, Posted by somebody
------------------------------------------------------------
http://www.programmersheaven.com/wwwboard/board22/read.asp?MsgID=66039

calendar layout problems, Posted by Josie
-----------------------------------------
http://www.programmersheaven.com/wwwboard/board3/read.asp?MsgID=66035

SoftICE and MASM, Posted by reaper101
-------------------------------------
http://www.programmersheaven.com/wwwboard/board1/read.asp?MsgID=66033

Sending Data Via Serial Port, Posted by fishbone
------------------------------------------------
http://www.programmersheaven.com/wwwboard/board3/read.asp?MsgID=66028

undetectable errors in java, Posted by ajoy
-------------------------------------------
http://www.programmersheaven.com/wwwboard/board18/read.asp?MsgID=66024

Borland C++ prob/win32 apps, Posted by sandoze
----------------------------------------------
http://www.programmersheaven.com/wwwboard/board3/read.asp?MsgID=66010


------------------------------------------------------------------
-------------------------------------- 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: 22460 	

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

? 2001 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.