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 77 2002-10-29	

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.  Latest messageboards
9.  Latest posts in the messageboard
10. Submit your links and files
11. Link to Programmer's Heaven
12. We want your feedback

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

WINDOWS XP FOR THE TABLET PC - Attend A Launch Event!

From the 7th of November, Microsoft will be hosting events across
the USA to let you be the first to touch and see the technology
that will change the face of notebook computing forever. Book your
seat now and you could win a tablet PC and other great prizes!
To find the event nearest to you and reserve your place, go to

http://www.programmersheaven.com/articles/tabletPC/tabletPC.htm today!

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


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

* No site specific news this time
  											
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:

   For what purpose do you program??
    (625 votes).

   School/education     18%
   Work related         25%
   Personal interest    21%
   All of them          33%
   I don't program       3%

This weeks question:

    "Have you started to use WEB-Services in your projects?" 
    
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

Torvalds: Next Linux due by June
--------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2109

product announcement: Revolution 2.0 to ship in November
--------------------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2108

Heterogeneous data in Excel column. How to convert to XML?
----------------------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2107

Defect Tracking Web Services SDK Released!
------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2106

Softboro: roadmap for product upload
------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2105

now software developers can correct compilation bugs with ease.
---------------------------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2104

November / December Game Development Courses at Academy of G.E.T.
-----------------------------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2103

Clean Up Your SourceSafe Database
---------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2102

ZDNet UK: Real Prepares to Unwind Source Code
---------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2101

Microsoft to open .Net testing centers in LatAm
-----------------------------------------------
- http://www.programmersheaven.com/news.asp?NewsID=2100

				   
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 Coming Era Of The Tablet PC?
- --------------------------------
- The personal computer has shrunk again, bringing with it increased
- mobility and a new style of working, opening up new possibilities
- and opportunities.  But just how good are these new generation notebooks,
- will they take off and what will they mean to you?
- http://www.programmersheaven.com/art.asp?ArtID=7273


- Advanced Test in C: The 0x10 Best Questions for C Programmers
- -------------------------------------------------------------
- In this test I have attempted to make a C test, that test knowledge
- of Volatile Qualifier, type cast , array , pointers, recursion, static
- variable, variable argument, pointer to function. All of these require
- well understanding of C programming. The test helps to understand
- the concept of C programming in a more informative way.
- http://www.programmersheaven.com/art.asp?ArtID=7269


- Writing win32 asm programs using TASM
- -------------------------------------
- A short introduction in win32 asm coding with TASM. Written for those
- who know already how to code assembler and have already coded DOS
- programs.
- http://www.programmersheaven.com/art.asp?ArtID=7272


- Trapping HTTP 500.100 ASP errors in your pages
- ----------------------------------------------
- Learn how to replace the infamous "Page cannot be displayed" with
- profuse apologies and an email moaning to the webmaster...
- http://www.programmersheaven.com/art.asp?ArtID=1200


- Transforming Microsoft Access XML Files into HTML with XSLT
- -----------------------------------------------------------
- This article explains what XSLT is and how it can be used to transform
- XML data from one format to another.
- http://www.programmersheaven.com/art.asp?ArtID=3301


- Transforming e-business: E-services
- -----------------------------------
- An article on building e-services using HP's e-speak development framework.
- http://www.programmersheaven.com/art.asp?ArtID=2622


- Transforming ADO Recordsets to XML with XSLT
- --------------------------------------------
- ADO gets the data, XML packages the data, and XSLT formats the data.
- This article will show you how to do it in the cleanest and most efficient
- way.
- http://www.programmersheaven.com/art.asp?ArtID=2218


- Transactions in ASP.NET
- -----------------------
- This article shows how to process a transaction within ASP.Net web
- forms in this example. A transaction symbolizes code or a set of components
- or procedures which must be executed as a unit.
- http://www.programmersheaven.com/art.asp?ArtID=4456


- Training & Software Development
- -------------------------------
- Study the relationship between process quality and the amount of development
- and project management training
- http://www.programmersheaven.com/art.asp?ArtID=6983


- Tracking Web Page Visitors with XML
- -----------------------------------
- This article creates a simple stats tracking program to demonstrate
- how to deal with records using XML, instead of ADO Object.
- http://www.programmersheaven.com/art.asp?ArtID=2480


- Tracking Users, Page Views by the Day Example
- ---------------------------------------------
- Tracking Users, Page Views by the Day Example
- http://www.programmersheaven.com/art.asp?ArtID=5601


- Tracking Page Visits Made Easy
- ------------------------------
- This set of articles teaches how to build a simple pageview tracking
- system.
- http://www.programmersheaven.com/art.asp?ArtID=4943


- Tracking Down Event Clues
- -------------------------
- SQL Server 2000 divides its tracing functionality into two separate
- but connected components: SQL Trace on the server and SQL Profiler
- on the client. Learn how and when to use server-side traces.
- http://www.programmersheaven.com/art.asp?ArtID=6121


- Track class file versions
- -------------------------
- Sometimes even the most carefully controlled environments can get
- corrupted. With jar files being pushed prematurely and source files
- being updated constantly, determining which version of the compiled
- source file was pushed to the now-corrupt environment can be difficult.
- Source control labels are intended to mitigate the confusion, but
- for absolute certainty, it's best to get the information straight
- from the horse's mouth -- the jar file itself. Two proposed solutions
- highlight some of the more interesting features of the Java API, namely
- reflection, doclets, and runtime jar file support from within the
- JVM.
- http://www.programmersheaven.com/art.asp?ArtID=3439


- Tracing Performance
- -------------------
- You can monitor your SQL Server system's performance in many ways.
- Here are six helpful system stored procedures and a function that
- you can use to monitor your SQL Server system and trace your applications'
- performance.
- http://www.programmersheaven.com/art.asp?ArtID=6183


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

MKS Software			http://www.mkssoftware.com

The Power of UNIX on Windows with MKS Toolkit

Integrate UNIX and Windows software development on a single developer 
system and solve interoperability, cross-platform and UNIX to Windows 
migration needs. 

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

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

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


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

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

* No new links this time


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

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

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


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

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

- TextDB 5.0
------------
- TextDB is a high performance search engine with plenty of
- features to cover all your needs Implement full-text search in
- your applications by using TextDB's easy-to-use ActiveX
- components in Visual Basic, ASP or any other ActiveX container
- Build scalable high performance search engines with TextDB
- Server or lightweight Internet and desktop applications with
- TextDB Stand-Alone version TextDB prices start from US$59 for a
- standard license
- http://www.programmersheaven.com/search/download.asp?FileID=24016


- VLMenuPlus 3.1
----------------
- Add stunning looks to your VB application menus. Customize menu
- colors, highlight styles (includes XP style), highlight
- appearance, menu border style. Add menu item bitmaps, menu
- background bitmaps, show menu tool tips, control tool tip
- timings. Unsurpassed ease-of-use, drop-in menu enhancer for VB
- apps.
- http://www.programmersheaven.com/search/download.asp?FileID=24015


- VBDXtut v0.9
--------------
- This is a tutorial on VB + DirectX. The tutorial is for beginners and 
- uses a wrapper library. It does not cover DirectX, only game theroy. 
- It goes through step by step to create a complete arcade type game. 
- Requires VB6 and DirectX 7 for VB type library.
- http://www.programmersheaven.com/search/download.asp?FileID=24014


- JGL - Java Generic Libraries 4.0
----------------------------------
- JGL?, is a powerful add-on for the JDK that augments the Java
- Collections API with several additional collections and more
- than 50 generic algorithms. JGL works seamlessly with the Java
- Collections API, leveraging the developer's existing knowledge
- while providing access to a more advanced set of tools. All
- algorithms have been carefully designed so you can use them on
- standard Java Collection and List objects, Java native arrays
- of primitives and objects, and JGL collections.
- http://www.programmersheaven.com/search/download.asp?FileID=24012


- Voyager Ditributed Application Development Platform 4.5
---------------------------------------------------------
- Voyager? 4.5 provides you with the tools necessary to quickly
- construct mission-critical, secure, robust and scalable
- distributed applications and systems ... at a reasonable price.
- Voyager comes with JNDI integration, persistent replicated
- directory, connection management, integration of SOAP, CORBA,
- and COM, support for ultra-light (15KB) clients and more ...
- all at a price that is a third less than similar technologies.
- http://www.programmersheaven.com/search/download.asp?FileID=24011


- C# Rapid Dev Kit 1.0
----------------------
- C# Rapid DevKit extends the features found in the .NET
- Framework and is ideal for enterprise developers. This powerful
- add-on for .NET instantly arms programmers with a series of
- advanced collections and more than 50 generic algorithms.
- Highly optimized data structures are engineered for ease of
- use, and their performance beats every commercially available
- C# container library on the market. C# Rapid DevKit containers
- also work in multithreaded situations.
- http://www.programmersheaven.com/search/download.asp?FileID=24010


- C++ ToolKits v2.2
-------------------
- C++ToolKits 2.2, is packed with new components and a long list
- of feature enhancements. Version 2.2 includes more conformance
- to the STL standard; enhanced features supporting multithreaded
- distributed applications; support for new platforms and
- compilers including AIX 4.3.3 with Visual Age 5.0, HP UX 11i
- with aCC 03.31, Linux 2.2/2.4 with g++ 3.x, Solaris 8 with Sun
- Compiler 5.3, Windows with Visual C++ .NET, g++ on AIX, HP-UX,
- Linux, Solaris and Tru64. In addition, you get FREE source code
- and in most cases pay no deployment fees.
- http://www.programmersheaven.com/search/download.asp?FileID=24009


- Programmer's Wizard 2.0
-------------------------
- It is a free but very powerful tool for programmers. It is
- hexadecimal and text editor, you can write your own functions.
- Text editor supports about 40 programming languages. It can
- export source code as HTML or RTF file. Program behaviour is
- highly customizable trough scripts or user DLL's. It supports
- Pascal scripting language.
- http://www.programmersheaven.com/search/download.asp?FileID=24008


- CamStudio 1.6
---------------
- CamStudio records screen activity from your Windows Desktop
- into standard AVI movie files for use in software
- demonstrations and active presentations. This updated version
- allows you to record audio from your speakers and supports the
- capture of transparent/layered windows.
- http://www.programmersheaven.com/search/download.asp?FileID=24007


- Knight OPC Client Rapid Development Toolkits 2.0
--------------------------------------------------
- KOCRDK is a set of Rapid Development Toolkits for implement the
- industry standard process control ( OPC -- OLE for Process
- Control ) , with support for the Data Access 1.0/2.0 standard.
- KOCRDK implements the advanced programming concepts of the most
- current version of the OPC specification for use in developing
- next generation industrial software applications. This toolkit
- packages all the essential OPC client functionality into a
- single DLL.
- http://www.programmersheaven.com/search/download.asp?FileID=24006


- Knight OPC Server Rapid Development Toolkits 1.8
--------------------------------------------------
- KOSRDK is a set of Rapid Development Toolkits for implement the
- industry standard process control ( OPC -- OLE for Process
- Control ) , with support for the Data Access 1.0/2.0 standard.
- KOSRDK implements the advanced programming concepts of the most
- current version of the OPC specification for use in developing
- next generation industrial software applications. This toolkit
- packages all the essential OPC server functionality into a
- single DLL.
- http://www.programmersheaven.com/search/download.asp?FileID=24005


- WDiff 1.50
------------
- Side by side display of two text files, directories or ZIP
- archives. Useful to see the differences between two text files
- or two sets of files, where one or both sets can reside in a
- ZIP archive. Line editing functions available.
- http://www.programmersheaven.com/search/download.asp?FileID=24004


- Extended Int Demo 1
---------------------
- This should help show you how to use extended precision
- integers. The unit ExtendedInt contains all you need, to use a
- dynamic array like an integer. It also has fibinocci and
- factorial functions that use these huge integers.
- http://www.programmersheaven.com/search/download.asp?FileID=23994


- Big Faceless Report Generator v1.1.1
--------------------------------------
- The Big Faceless Report Generator is a Java component for
- creating PDF reports from XML. The Extended Edition includes a
- PDF reader for importing & editing functionality. Using JSP,
- ASP, XSL or similar, creating dynamic PDF documents direct from
- a database is now as easy as HTML. Features include Digital
- Signature, Tiff and Unicode support, spot & calibrated color,
- CSS2 stylesheets, tables, HTML style syntax, hyperlinks, Graphs
- & Charts, TrueType & Type1 fonts, encryption/password
- protection, OCR support & Barcodes. It requires JDK 1.2. A
- fully functional demo stamped version is available on site for
- free testing and development. Changelog 1.1.1 Major additions
- include CSS2 float positioning and Form Fields and JavaScript.
- It's a bug step towards full CSS2 compliance, and also includes
- improvements for Tomcat users and those using HTTPS.
- http://www.programmersheaven.com/search/download.asp?FileID=23993


- Big Faceless PDF Library v1.2.2
---------------------------------
- The Big Faceless PDF Library is a Java class library for
- creating PDF documents. The Extended Edition now offers the
- functionality to create and edit AcroForms - PDF's answer to
- the HTML form. Like HTML, PDF forms can contain text-boxes,
- radio buttons and can call JavaScript functions. Full support
- for these features has been lacking for Java developers - until
- now. The Extended Edition also includes a PDF reader for
- importing & editing along with FDF support and verification for
- Digital Signatures. Both variations offer Full Unicode support,
- encryption, embedded TrueType and Type1 fonts, barcodes,
- hyperlinks, spot and calibrated color. 1.2 advanced text layout
- engine enables complex html style i.e.mix images and text
- within one paragraph. Small, fast and easy to use. This library
- is 100% pure java. It requires JDK 1.2. A fully functional demo
- stamped version is available on site for free testing and
- development.
- http://www.programmersheaven.com/search/download.asp?FileID=23992



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

The Ultimate Setup IDE - Ghost Installer Studio 3.3

Ghost Installer Studio 3.3 is a new amazing visual setup develop-
ment environment. Create extremely compressed, web deployed,
RSA protected setups with a few mouse clicks. RSA encrypted setups
provide each customer with a unique unlock key which can be easily
back traced. Stop the cracking of your software installation serials!
Still not impressed? Create SKINNED installations to match your 
software's a unique look and feel! Even .NET deployment is supported!

Read more at http://www.ginstall.com/home.php		
											 
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!


-------------------------------------------------------------------
--------------------------------------------- Latest messageboards
------------------------------------------------------------------

Here is a list of some of the latest message boards that have been 
added to the site.  


perl for newbies
----------------
in here you can ask newbie questions about perl...
http://www.programmersheaven.com/c/msgboard/boardinfo.asp?BoardID=464

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

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

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

------------------------------------------------------------------
--------------------------------- Latest posts in the messageboard
------------------------------------------------------------------
Here are just a few of the latest posts on the message boards:


Last news!, Posted by lionb
---------------------------
http://www.programmersheaven.com/read.asp?Board=455&MsgID=149114

Senior Web Developer Wanted, Posted by ibbz
-------------------------------------------
http://www.programmersheaven.com/read.asp?Board=22&MsgID=149102

why in window....., Posted by gopoo
-----------------------------------
http://www.programmersheaven.com/read.asp?Board=43&MsgID=149099

de-compiling C code, Posted by sueh
-----------------------------------
http://www.programmersheaven.com/read.asp?Board=3&MsgID=149055

Open it up a take a look., Posted by Hadji_13
---------------------------------------------
http://www.programmersheaven.com/read.asp?Board=14&MsgID=149052

How to create control at runtime on form???, Posted by lee_s
------------------------------------------------------------
http://www.programmersheaven.com/read.asp?Board=14&MsgID=149047

Need help!! with number inputs & no letters...., Posted by Berre
----------------------------------------------------------------
http://www.programmersheaven.com/read.asp?Board=3&MsgID=149043

For all RTFtoHTML(XML) converters out here..., Posted by nimnul2
----------------------------------------------------------------
http://www.programmersheaven.com/read.asp?Board=14&MsgID=149037

Table lookup from K&R, Posted by p_v
------------------------------------
http://www.programmersheaven.com/read.asp?Board=3&MsgID=149034

collision : a box and a ball, Posted by suananda
------------------------------------------------
http://www.programmersheaven.com/read.asp?Board=8&MsgID=149007



------------------------------------------------------------------
-------------------------------------- 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
 
  visit this page:
  http://www.programmersheaven.com/other/newsletterpage.htm

  or

  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
	

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

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

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