Thursday, May 27, 2004

Saturday, May 22, 2004

Some Ebooks sites

http://www.eastasp.com/zh-cn/ebooks/index.aspx
http://dragon.rulez.cz/e-buk/
http://sleekfreak.ath.cx:81/books/
http://www.csbox.com/article.php?CID=3
 

Some .Net Books

http://it-heroes.com/Binzy/category/3.aspx




2 asp.net books
by Bz posted at eBooks on 2003-12-6 17:41:38 Weather: 晴
A.First.Look.At.ASP.Dot.NET.v.2.0 < Download >
A.First.Look.At.ADO.Dot.NET.And.System.Xml.v.2.0 < Download >

Read More , Comments (3)

Dot.NET.Patterns.Architecture.Design.And.Process
by Bz posted at eBooks on 2000-12-20 21:49:54 Weather: 雨
Addison.Wesley.Dot.NET.Patterns.Architecture.Design.And.Process [ Download ]
Read More , Comments (4)

MS.Press.COM.Programming.With.Microsoft.Dot.NET
by Bz posted at eBooks on 2000-12-20 21:37:59 Weather: 晴
MS.Press.COM.Programming.With.Microsoft.Dot.NET < chm: Download Here >
Read More , Comments (1)

Oreilly.Windows.Server.2003.In.A.Nutshell
by Bz posted at eBooks on 2000-12-20 21:36:34 Weather: 晴
Oreilly.Windows.Server.2003.In.A.Nutshell < chm: Download Here >
Read More , Comments (0)

Oreilly.Programming.ASP.Dot.NET.2nd.Edition
by Bz posted at eBooks on 2000-12-20 21:32:26 Weather: 晴
Oreilly.Programming.ASP.Dot.NET.2nd.Edition < chm:DownLoad Here >
Read More , Comments (1)

Microsoft.IIS6.Delta.Guide
by Bz posted at eBooks on 2000-12-20 21:05:58 Weather: 晴
Sams.Microsoft.IIS6.Delta.Guide < Download >
Read More , Comments (1)

C.Sharp.In.A.Nutshell.2nd.Edition
by Bz posted at eBooks on 2000-12-20 21:04:58 Weather: 晴
Oreilly.C.Sharp.In.A.Nutshell.2nd.Edition < Download >
Read More , Comments (0)

Building.Secure.Microsoft.ASP.Dot.NET.Applications
by Bz posted at eBooks on 2000-12-20 21:03:40 Weather: 晴
MS.Press.Building.Secure.Microsoft.ASP.Dot.NET.Applications < Download >
Read More , Comments (0)

Friday, May 21, 2004

How Microsoft Develops and Releases Software Patches

How Microsoft Develops and Releases Software Patches

When we launched our first security newsletter in December, I asked you to send me your comments and feedback so that I could be your advocate at Microsoft for security issues—and you delivered! I appreciate the many e-mail messages with comments and questions, and we will begin answering them this month.

One particular question raised by many of you focused around the Microsoft process for patching known vulnerabilities. This is an important topic to many of you, so this month I will describe the lifecycle of a software vulnerability from time of disclosure until a patch and Security Bulletin release.

The Microsoft security response process follows the general steps of reporting, investigation, development, test, and release.

The security response process starts with the reporting of a potential issue. Microsoft uses our membership in the Organization for Internet Safety to strongly promote the principles of responsible reporting. A central principle is the belief that the best way to minimize customer risk is for security researchers to work closely with vendors to identify issues and fix them before they are publicized.

When Microsoft releases a patch concurrently with an announcement of a vulnerability, it is a result of having identified the issue and worked through the patch release process prior to communicating publicly. This means our customers will have an opportunity to protect themselves from malicious hackers seeking to exploit the vulnerability. However, when vulnerabilities are announced publicly at the same time Microsoft is notified, customers remain exposed to malicious attackers.

Once a potential issue is reported to Microsoft, either privately or publicly, our team immediately begins an investigation to reproduce and verify the reported issue and to identify any associated or variant issues. Historically, only about 1 out of 10 reported issues turns out to be a new and unique security issue that warrants opening an investigation, while the other 9 fall into categories of known issues, non-security issues, or errors.

If an issue is replicable, a priority is assigned to it and potential fixes, mitigations, and workarounds are developed. We’ve learned over time that mitigations and workarounds are very important for empowering users to control when and how they manage their risk. Chartered with defining and implementing the process for responding to reported software security issues, the Microsoft Security Response Center works closely with the affected product group to do this investigation, and, further, to expand the investigation to other supported versions of products so that we can gain a complete understanding of how an issue may affect customers.

One of the most challenging elements of this process is testing. It is critical to our customers that whatever changes we make to a product have little to no impact on existing installations and applications. For a product such as Internet Explorer, for example, the breadth can be significant. Microsoft currently supports three major versions of Internet Explorer (5.01, 5.5, 6) across several minor versions (for example, Internet Explorer 6 “gold” and Service Pack 1) across several operating systems (Windows 98, Windows Me, Windows XP, Windows 2000, and Windows Server 2003) for more than 25 languages. In total, to fix one Internet Explorer issue, Microsoft builds and releases more than 400 unique packages, tested on an even larger number of combinations.

Complementary to taking these steps to help customers more ably protect themselves from malicious attackers, the Security Response Center and Security Business Unit offer outreach programs and prescriptive guidance through our Web properties, through support channels, and directly through our interactions with customers.

Most importantly, what this means to us is that, even as we are driving urgently for timely delivery of a patch for serious security issues, we are motivated to focus as much on the “quality” part as the “timely” part so that we can deliver the quality and protection our customers demand. It is essential that each patch installs properly, addresses the security issue, and does not disrupt other existing functionality. It is a job Microsoft takes very seriously.

To learn more about Microsoft Security Response Center policies or to report suspected security vulnerabilities, visit the Microsoft Security Response Policy and Practices website.

Again, thanks for the comments and feedback, and I encourage you to keep it coming. Let me know if this article helped answer some of the questions you had.

Link:http://www.microsoft.com/technet/security/secnews/articles/jj200402.mspx

Similarities and Difference between C# and Other Languages

Similarities and Difference between C# and Other Languages
By John Godel

Introduction

You should know that many C/C++ developers have been asking this question: Is C# a new programming language or a new version of C/C++. My answer to both questions is that none of these definitions is true. Well, in this article I'm going to go under the hood and show you that C# is a cocktail of Java, C, C++ and Delphi/C++ Builder from Borland. Let's first take a look what C# programming language really is.

What is really C# and not?

First of all C# is a programming language. It has a power to develop software. It is a strong language for network and internet programming. C# has redefined the programming landscape. In addition, C# designed with the need of C/C++ and Java programmers. Microsoft created it with Anders Hejlsberg the former Turbo Pascal and Delphi luminary who was the most prominent Borland staff also Jbuilder team worked together with him. This new language has been developed specifically with the NET framework in mind, and as such is designated to be the .NET developer's language of choice. One very important matter about C#, it is the first component oriented programming language. The hot topic at the moment though is not its relation to C/C++ or Visual basic, but how it compares to Java and Delphi. Why Delphi? Because Anders has had a prime role during C# developing. C# inherits some of it's characteristics from C++ and also is an object oriented language. C# has the functionality of Java, Delphi and Visual Basic and it a very strong language. You can not reject Delphi similarity because theoretically Borland was trying to do the same thing with Borland C++ Builder working on Delphi. But C# has the most functionality of Java and C++ and theoretical similarity with Delphi and Visual Basic to use this Java and C++ functionality in a RAD environment. You may remember properties term from both Delphi and Visual Basic. On the other hand, when I read "C# combines the high productivity of Microsoft Visual Basic® with the raw power of C++" I quickly remember Borland's words for introduction to Borland C++ Builder. What does all mean? C# is not a clone of Java. C# has more compatibility, functionality and similarity than Java. Also, C# more similar to C++ as a programming language. C# stay much closer to C++.

Similarity and difference with C/C++

C# is directly related to C and C++. This is not just an idea, this is real. As you recall C is a root for C++ and C++ is a superset of C. C and C++ shares several syntax, library and functionality. In addition structures, unions, arrays, strings and pointers are most important and similar functionality for both languages. C# inherits most of its operators, keywords, and statements directly from C++. Enums are clearly a meaningful concept in C++. Finally I can clearly say that C# is the first component-oriented language in the C/C++ family. C# constructors are very similar with C++ constructors. Like C++, methods are non-virtual by default, but can be marked as virtual. There is also some difference between C# and C++, C# supports multiple inheritance of interfaces, but not of classes. Another difference is destructors, their syntax is same with C++ but actually they are very different.

Most of the C# basic types have the same names as C++ basic types but they are not really same. For example a char in C# is equivalent to a wchar_t in C++. If you decide to move from C++ to C# there are a few things to watch out to include the changes to new, structs, constructors, and destructors. Creating and using a component (DLL) in C# is fairly easier than in C++. One more thing, Borland's C++ Builder was a pure C++ with simple RAD environment of Delphi and VB. C++ Builder was not a new language. This is one of the biggest differences between C++ Builder and C#. The CLR (Common Language Runtime) improves runtime interactivity between program development simplicity, security and portability. However CLR gives usability for cross-language integration. In addition to all those CLL has+ a perfect foundation for a rich set of class libraries.

Conclusion

While there are a number of differences between C++ and C#, the syntax of C# is not very different from C++ and the transition to the new language is more easy with RAD environment of .NET. Also NET's cross language interoperability can give you the ability to use C++ and C# together Finally, if you want to use a strong programming language like C++ with the simplicity of VB and Delphi, than you can use C# powered with CLR.

 
 

Comparison Between C++ and C#

 

Wednesday, May 19, 2004

Mobilizing with .NET

Mobilizing with .NET - An introduction and case study overview
Written by Robert Levy  [author's bio] 
 

Tablet PC Developer Competition - Win $100k

“Think mobile. Win big.
If you are an independent solutions vendor (ISV), you’ve spent most of your professional life waiting for an opportunity like this—and now it’s here. The question is: Are you up for the challenge? Microsoft, HP and PC Magazine invite you to put your genius to the test to create the next killer Application for the most mobile PC ever, the Tablet PC. Create the best mobile Application, and you could win US$100,000! Even if you don’t win the Grand Prize, there are additional cash Prizes totaling US$65,000 still on the table.”

All the info you need to enter is at:
http://www.doesyourappthinkinink.com/

Oh and the coolest part is that you don't need a Tablet PC to start coding!

Tuesday, May 18, 2004

.net Links

these are the various links for Net.
Really useful!!!
Various Domains Interview Questions.
http://www.moskalyuk.com/jobs/index.htm
.Net
http://www.syncfusion.com/FAQ/WinForms/default.asp (Good One to work with)
.Net Tutorials
http://samplesgotdotnet.com/quickstart/winforms/
.Net How To Articles
http://msdn.microsoft.com/howto/visualbasic.asp ( VB )
.Net Links
http://www.dot42.com/  (various Net Links)
Hope this will be helpful for you all.
have a nice day. ok bye.
very useful websites
http://www.sql-server-vb-asp.net/

Manase Relax Please - Tamil Book in Doc Format

Manase Relax Please - Tamil Book in Doc Format

http://vavjeeva.netfirms.com/Manase Relax.zip

Enjoy

Creating a Mobile Portal

http://www.15seconds.com/issue/030422.htm
 

Accessing Oracle 9i Stored Procedures Using ADO.NET

Use the Microsoft .NET Oracle Provider in the Microsoft .NET Framework 1.1 to access Oracle stored procedures and functions.

IT ebooks Forums: eBook links

IT ebooks Forums: eBook links

Saturday, May 15, 2004

Index of /babyface/book

Index of /babyface/book

New FTP Ebook Site

New FTP Ebook Site

Some new link to download from Syngress !!List is below!!

Managine Active Directory for Windows 2000 Server
Direct Download: \http://www.syngress.com/customer/download.cfm?file=76ActiveDirectory.exe

Configuring ISA Server 2000 Building Firewalls for Windows 2000
Direct Download: \http://www.syngress.com/customer/download.cfm?file=isa_server.exe

Troubleshooting Windows 2000 TCP/IP
Direct Download: \http://www.syngress.com/customer/download.cfm?file=91Win2000TCP.exe

Windows 2000 Server System Administration Handbook
Direct Download: \http://www.syngress.com/customer/download.cfm?file=74Win2000SysAdmin.exe

IP Addressing and Subnetting Including IPv6
Direct Download: \http://www.syngress.com/customer/download.cfm?file=69IPAddressing.exe

ASP Configuration Handbook
Direct Download: \http://www.syngress.com/customer/download.cfm?file=asphandbook.exe

ASP.NET Web Developer's Guide
Direct Download: \http://www.syngress.com/customer/download.cfm?file=166_asp.exe

Building Cisco Networks for Windows 2000
Direct Download: \http://www.syngress.com/customer/download.cfm?file=71ConfiguringCisco.exe

Building Cisco Remote Access Networks
Direct Download:
\http://www.syngress.com/customer/download.cfm?file=bcran.exe

C# .NET Web Developer's Guide
Direct Download:
\http://www.syngress.com/customer/download.cfm?file=167_c.exe

Configuring and Troubleshooting Windows XP Professional
Direct Download: \http://www.syngress.com/customer/download.cfm?file=WindowsXP .exe
Complete CD ROM Download: \http://www.syngress.com/customer/download.cfm?file=WXPProCDR OM.exe
Windows XP Cramsession Study Guide: \http://www.syngress.com/solutions/189_xp/WinXPPro.pdf

Configuring Citrix Metaframe for Windows 2000 Terminal Services
\http://www.syngress.com/customer/download.cfm?file=Citrix.ex e

Configuring Exchange 2000 Server
Direct Download: \http://www.syngress.com/customer/download.cfm?file=ExchangeS erver.exe

Deploying Windows 2000 with Support Tools
SN: TYP321KBG7
Direct Download: \http://www.syngress.com/customer/download.cfm?file=Deploying Windows2000.exe

Designing a Wireless Network
SN: S6TF4B39UN
Direct Download: \http://www.syngress.com/customer/download.cfm?file=WirelessNetwork.exe

Designing SQL Server 2000 Databases for Net Enterprise Servers
SN: KJ675HCC25
Direct Download: \http://www.syngress.com/customer/download.cfm?file=114_sql.exe
PDF Password: 21WRk96

E-mail Virus Protection Handbook
SN: DC5EPL4RL6
Direct Download: \http://www.syngress.com/customer/download.cfm?file=EmailViru sProtection.exe

h@ck Proof Your E-Commerce Site
SN: BNA424TURT
Direct Download: \http://www.syngress.com/customer/download.cfm?file=ecommerce.exe

h@ck Proofing Sun Solaris 8
SN: MNFT6Y456F
Direct Download: \http://www.syngress.com/customer/download.cfm?file=HackProof ingSunSolaris.exe

h@ck Proofing Windows 2000 Server
SN: VKF95TMKMD
Direct Download: \http://www.syngress.com/customer/download.cfm?file=Hackproof ingW2kServer.exe

h@ck Proofing Your Network Internet Tradecraft
SN: TYP244KBGK
Direct Download: \http://www.syngress.com/customer/download.cfm?file=Hack_Proofing.exe

h@ck Proofing Your Web Applications
SN: BNJ3RG22TS
Direct Download: \http://www.syngress.com/customer/download.cfm?file=web_applications.exe

Managing Cisco Network Security
SN: 235C87MN25
Direct Download: \http://www.syngress.com/customer/download.cfm?file=112_ipsec.exe

Mission Critical Internet Security
SN: BG57C87BC2
Direct Download: \http://www.syngress.com/customer/download.cfm?file=115_sec.exe

Mission Critical! Windows 2000 Server Administration
SN: DC5C8NVT4N
Direct Download: \http://www.syngress.com/customer/download.cfm?file=MissionCritical2000.exe

VB.NET Developer's Guide
SN: SGD34WR75N
Direct Download:
\http://www.syngress.com/customer/download.cfm?file=vbnetexe

Webmasters Guide to the Wireless Internet
SN: 56LNSXDKMF
Direct Download: \http://www.syngress.com/customer/download.cfm?file=wirelessinternet.exe

Windows 2000 Active Directory Second Edition
SN: MN9XVE5ALM
Direct Download: \http://www.syngress.com/customer/download.cfm?file=ActiveDir ectory2ndEdition.exe

BizTalk Server 2000 Developer's Guide for .NET
SN: ZTN75RSAH3
Direct Download: \http://www.syngress.com/customer/download.cfm?file=biztalk.e xe

Configuring Cisco AVVID
SN: Q25C87BCJH
Direct Download:
\http://www.syngress.com/customer/download.cfm?file=avvid.exe

Cisco AVVID and IP Telephony Design & Implementation
SN: G7YAKETP39
Direct Download:
\http://www.syngress.com/customer/download.cfm?file=109.exe

Administering Cisco QOS for IP Networks
SN: 45BHSKERF3
Direct Download: \http://www.syngress.com/customer/download.cfm?file=CiscoQoS. exe

h@ck Proof your Network Second Edition
SN: SGD34B39KA
Direct Download: \http://www.syngress.com/customer/download.cfm?file=hack2e.ex e
PDF password: copyright@syngress

Check Point Next Generation Security Administration
SN: SGD34BAS6Y
Direct Download: \http://www.syngress.com/customer/download.cfm?file=checkpoin t.exe

h@ck Proofing Linux
SN: MKC8WER535
Direct Download: \http://www.syngress.com/customer/download.cfm?file=Hackproof ingLinux.exe

Palm OS Web Application Developers Guide
SN: SGD34B39UN
Direct Download:
\http://www.syngress.com/customer/download.cfm?file=palm.exe

Configuring Windows 2000 Without Active Directory
SN: JDKJR4PP9D
Direct Download: \http://www.syngress.com/customer/download.cfm?file=Windows20 00WithoutActiveDirectory.exe

h@ck Proofing Your Wireless Network
SN: AGD34B3BH2
Direct Download: \http://www.syngress.com/customer/download.cfm?file=hpwireles s.exe

Building Robots with Lego Mindstorms
SN: 3BVNAM7L4T
Direct Download: \http://www.syngress.com/customer/download.cfm?file=BuildingR obots.exe

Consumer's Guide to Cell Phones & Wireless Service Plans
SN: JRN21AEN54
Direct Download: \http://www.syngress.com/customer/download.cfm?file=165_cell. exe

Bluetooth Application Developer's Guide
SN: SGBBT639UN
Direct Download: \http://www.syngress.com/customer/download.cfm?file=160_bluet ooth.exe

Configuring Cisco Voice Over IP (HTML Only)
SN: Not Known
Direct Download: \http://www.syngress.com/customer/download.cfm?file=70CiscoVO IP.exe

h@ck Proofing ColdFusion
SN: KGD34F39U5
Direct Download: \http://www.syngress.com/customer/download.cfm?file=hackcoldf usion.exe

A DBA's Guide to Databases Under Linux, Including Oracle and SQL (HTML Only)
SN: Not Known
Direct Download: \http://www.syngress.com/customer/download.cfm?file=DBAGuide. exe

.NET XML Developers Guide
SN: 9HD34B3QAN
\http://www.syngress.com/customer/download.cfm?file=xml.exe

.NET Mobile Developers Guide
SN: ZT52S29U8N
Direct Download: \http://www.syngress.com/customer/download.cfm?file=netmobile .exe

Ruby Developer's Guide
SN: SGD34BK9HN
Direct Download:
\http://www.syngress.com/customer/download.cfm?file=ruby.zip

Configuring Windows 2000 Server Security
SN: YH67BA56NB
Direct Download: \http://www.syngress.com/customer/download.cfm?file=68win2000 security.exe

Sniffer Pro Network Optimization & Troubleshooting Handbook
SN: Z3PU7GD34B
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=219_Sniff erPro.exe

Scene of the Cybercrime: Computer Forensics Handbook
SN: 9MB76N679Y
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=225_Cyber Crime.exe

Building a Cisco Wireless Lan
SN: 9UND34B3SG
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=169_cisco wirelesslan.exe

C# for Java Programmers
SN: 8YG6FTX54A
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=223_Cjava .exe
Source Code Download: \http://www.syngress.com/customer/download.cfm?file=SourceCod e.zip

Cisco Security Specialist's Guide to PIX Firewall
SN: Z6KB6Y2B7Y
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=235_pixfi rewall.exe

h@ck Proofing Your Identity in the Information Age
SN: VZW233N54N
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=221_hack_ id.exe

ISA Server and Beyond Real World Security Solutions for Microsoft Enterprise Networks
SN: NR57JKGLD8
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=226_ISASe rverBeyond.exe

Security+ Study Guide & DVD Training System
ISBN 5-digit: 36728
SN: VT56YHB23S
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=236_secur ityplus.exe

Configuring IPv6 for Cisco IOS
SN: 87U86T6NVH
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=208_cisco ios.exe

Building SANs with Brocade Fabric Switches
SN: XD7Y4B39UN
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=brocade.e xe

Managing Cisco Network Security Second Edition
SN: 2648K9244T
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=218_cisco security2e.exe

h@ck Proofing XML
SN: 6N7H8Z2B9Y
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=224HackPr oofXML.exe

Nokia Network Security Solutions Handbook
SN: Z8J9HFU29Y
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=234_nokia network.exe

SYNGRESS 10 COOL LEGO MINDSTORMS ROBOTICS INVENTION SYSTEM 2 PROJECTS
SN: Z4CX6BV44E
Password: copyright@syngress
Direct Download: \http://www.syngress.com/customer/download.cfm?file=230_legos ys2.exe


Test Yourself MCSE Windows 2000 Professional (Exam 70-210)
SN: QSILINC5EC
Direct Download: \http://www.syngress.com/customer/download.cfm?file=professio nalexamsim2.exe

Free E-Books

Free E-Books

Friday, May 14, 2004

Win a HP 4150 iPaq!

http://www.codeproject.com/script/competitions/WinMobile/


Write a .NET Compact Framework application, win an iPaq!
Starting April 1, CodeProject is pleased to offer Visual Studio .NET developers the chance to win one of five HP 4150 iPaqs in our Mobile Developer competition. The 4150 comes with WiFi, Bluetooth, SD card slot and a 400MHz processor, all in a tiny convenient package. The 4150 is truly a sweet machine.

We want to raise awareness of just how easy it is to write applications for Mobile Devices using Visual Studio .NET. You don't even need a device. Just write your application using Visual Studio .NET and test using the in-built emulator. If you want us to test your application on one of our 4150's then we'll be more than happy to help you out.

Entries close May 30.

Thursday, May 13, 2004

FTP Links

http://www.smart2help.com/e-books/
219.133.66.88/


U.S.: http://www.smart2help.com/e-books
USA: http://www.hamsterific.com/MindView/
United States (python only): http://www.webdocs.org
USA: http://maththinking.com/boat/languageBooksIndex.html
USA - Boise,ID: http://www.bsdg.org/thinkingin
USA: http://www.linuxguruz.org/ebooks/eckel/
USA: http://flynn.2ya.com/prog/java/bruceeckel/bruce.html
USA: http://tutorials.kisland.com/download/bruceeckel/
U.S.(and C++ Q&A Page): http://www.perryland.com/cplus.shtml
U.S. (and Java Q&A Page): http://www.perryland.com/Java9.shtml
USA: http://www.gregorytech.net/eckel
US: http://jamesthornton.com/eckel/
USA: http://eckel.mirrors.netnumina.com/
RCA E-Book format, USA: http://lkchen.tripod.com/REB1200/
USA: http://www.deathstarinc.com/computers/programming/eckel/
USA: http://thorin.dnsalias.org/eckel
USA: http://www.javafaq.nu/java/book/thinking-in-java-source-code.shtml
USA: http://www.al-tec.com/free_books.shtml
USA: http://www.jguru.com/jguru/download/view.jsp?EID=23349
USA: http://www.thorazine.net/~firestar/Coding/fbefreebooks.html
USA: http://www.kalimist.com/eckel/index.html
USA: http://www.perlpeople.com/eckel/
USA: http://www.speckine.com/Eckel_Books/index.html
USA: http://www.coteindustries.com/eckel/
USA: http://web.pdx.edu/~suratman/ejb/java.html
USA: http://nyll.com/ebooks/index.html
USA: http://technology.cs.hcc.cc.il.us/courses/Computer%20Science/Programming /eckel_books/index.html
USA: http://www.revlisoft.com/pub/eckel/
USA: http://www.web42.com/eckel/
USA: http://www.janiry.com/bruce-eckel/
USA: ftp://ashper.com/pub/programming/c/books/eckel
USA: http://www.arirom.com/eng/univerE.html x
USA: http://www.ibiblio.org/pub/docs/books/eckel/
USA: http://www.eng.usf.edu/~katta/JAVA/index.html
USA: http://books.jnshosting.com
USA: http://www.eventhandler.org/books.htm
PDF, Thinking in Java, 1e/2e: http://www.planetpdf.com/mainpage.asp?WebPageID=314
Palm Doc of TIJ, TIC++ v1 & v2: http://home.tiscalinet.de/finsterwalder/PalmDoc_Books.html
Palm PDF of Thinking in C++ 2nd ed Volume 1: http://www.geocities.com/jksherwood
PalmDoc: http://www.memoware.com/cgi-bin/mwsearch.cgi?Any=Thinking+In+Java&ma xAge=99999&Format=Doc&Language=
Austria: http://www.bitart.at/index.php?id=26&tid=10&cf=b
Austria: http://www.msedv.at/books/eckel/
Australia: http://members.optushome.com.au/javaonline/books
Australia: http://www.eckel.djackson.cjb.net/
Australia: http://64.78.49.204/
Australia: http://eckel.netlead.com.au/
Australia: ftp://ftp.netlead.com.au/pub/eckel/
Belgium (TIJ and Patterns Only) : http://www.javacoding.net/resources/bruceeckel/index.html
Belgium: http://users.skynet.be/geckoweb/downloads/index.html
Belgium: http://nighty.ulyssis.org/BruceEckel
Belgium: http://users.pandora.be/jim.maes/BruceEckel
Belgium: http://www.creatlon.net/Eckel
Belgium: http://quodlibet.studentenweb.org/files/
TIJ in HTML Help (.chm) format(Belgium): http://www.bdelmee.easynet.be/java/index.html
Bulgaria: http://infoman.zonebg.com/download.html
Brazil: http://planeta.terra.com.br/informatica/luizferraz/c/mindview/
Brazil: http://www.teleaulas.com.br/mindview
Brazil: http://www.trapnell.hpg.com.br/university/mirror/
Brazil: http://www.mesquitabuiati.hpg.com.br/mirror/
Canada: http://www.hereforlife.com/books/
Canada: http://www.jiza.net/download/bruce_eckel
Canada: http://cyberdigs.net/eckel.html
Canada (Edmonton, Alberta): http://archive.mgm51.com/mirrors/eckel/
China: http://www.wlcjz.com/tszs/java
Croatia: http://bruce.zpm.fer.hr
Croatia: http://quark.fsb.hr/~krpa/eckel/
Czech Republic: http://pech.cz/thinking
Denmark: http://mirror.here.dk/books/bruce_eckel/
United Kingdom: http://www.complex-ite.net/downloads.php
United Kingdom: http://www.codesters.com/download.php?op=viewdownload&cid=2
United Kingdom: http://www.lazarus-design.net/eckel
United Kingdom: http://www.datamission.co.uk/index3_8.html
England: http://www.songofthesalesman.co.uk/thinjava/index.html
England: http://www.agitate.org.uk/eckel/
England: http://www.magobyte.com/download.php
England: http://www.dcs.bbk.ac.uk/~keith/eckel
England: http://www.jim-brown.co.uk
Estonia: http://berlingo.viru.tpu.ee/~vahur/books/
Finland: http://sivut.koti.soon.fi/jukka712/www.mindview.net/books/
Finland: http://www.hut.fi/~tratilai/tij2/index.html
Finland: http://www.cs.hut.fi/Docs/Eckel/
France: http://www.xtremejava.com/books
Finland: http://www.nic.funet.fi/pub/mirrors/www.mindview.net/Books/
Finland: http://www.nikoita.d2g.com/eckel/index.php
France: http://www.rcsnet.net/mirrors/64.78.49.204/
France: http://d6zone.free.fr/documentation/thinking/
France: http://www.litis.fr/pages/formation/heckel
France: ftp://ftp.irisa.fr/pub/mirrors/Java
France: http://nicolas.blancpain.free.fr/Documents/Java/
France: http://www.jmrosengard.com/doc/eckel/
Germany: http://mindview.erde3.net
Germany: http://www.mobo.de/buch/eckel/
Germany: http://java.freeq.de
Germany: http://www.javacommerce.de/eckel/
Germany: http://www.phil.uni-sb.de/mirrors/bruceeckel.com/index.html
Germany: http://www.physicsnet.org/html/modules.php?op=modload&name=Downloads &file=index&req=viewsdownload&sid=13
Germany: http://www.spmv.de/eckel_mirror/
Germany: http://programmier-page.de.cx
Germany: http://sigma-design.net/eckelbooks/
Hong Kong: http://www.cs.ust.hk/~dekai/library/ECKEL_Bruce/
Hungary: http://www.ik.bme.hu/~mirror/Mindview/
Iran: http://www.javatalks.com/others/bruceeckel/
India: http://www.geocities.com/contactasm/aniket/aniket.html
Indonesia: http://www.bonjer.da.ru/ebook
Israel: http://micro6.mscc.huji.ac.il/~pacman/eBooks/
Italy: http://www.bogus.it/mindview
Italy: http://www.stracca.net/programming/eckel/
Italy: http://www.gionny.net/Books/eckel/
Italy - Rome: http://www.dondaweb.com/BruceEckel
Italy: http://www.physics.it/lectures/mirror/
Italy C++ PDF: http://space.tin.it/clubnet/lucadiod/thinking_in_cpp.htm
Italy Java PDF: http://space.tin.it/clubnet/lucadiod/thinking_in_java.htm
Italy: http://www.cz-online.net/mirrormindview/
Italy: http://www.udoj.org/mindview
Italy: http://poseidon.csr.unibo.it/~grassi/Books/index.html
Italy: http://www.realbugbusters.com/manuali/bruceeckel/
India: http://www.javaic.com/eckel.html
korea: http://www.mobilelab.co.kr
Korea: http://doldoki.org/Eckel/
Korea, South (Republic of Korea): http://www.potatosoft.com/mirror/Eckel/
Korea, South: http://a--a.org/eckel
Lithuania: http://www.home.lt/bruceeckel/
Malaysia: http://thinkinginjava.cjb.net/
Netherlands: http://liquid.student.utwente.nl/files/ebooks/eckel/
Netherlands: http://bruceeckel.abrandnewday.org
New Zealand: http://www.lost.co.nz/tutorial/cpp/index.html
New Zealand: http://www.newsoftland.co.nz/bruceeckelmirror/
Norway: http://home.no.net/vesket/TIJ/2/html/Frames.htm
Poland: http://www.helion.com.pl/online/thinking/index.html
Poland: http://hades.ds.pwr.wroc.pl/matrix/TIJ
Poland: http://www.phys.uni.torun.pl/~jacek/docs/thinking/index.html
Poland: http://www.telefon.pl/java/eckel
Poland (TIJ Online): http://www.telefon.pl/java/eckel/book/Frames.html
Poland: http://www.randal.qp.pl/BruceEckel
Poland: http://www.randal.qp.pl/BruceEckel
Poland: ftp://yellow.dyndns.org/pub/ebooks/bruce_eckel
Portugal: http://www.smux.net/eckel/
ROMANIA: http://carti.ss.pub.ro/eckel
ROMANIA: http://carti.ss.pub.ro/eckel
Russia: www.alex-nyquist.fromru.com/BruceEckel/index.html
Russia: http://www.uic.rsu.ru/doc/programming/eckel/
Singapore: http://homex.coolconnect.com/member2/damien666/online_bruce.html
Slovakia: http://belosoft.host.sk/books.htm
Slovakia: http://www.loesje.sk/tij
Spain (programmer site in Spanish): http://www.yoprogramo.com/docs/eckel/index.html
Spain: http://www.disca.upv.es/misan/eckel/default.htm
Spain: http://w3.mecanica.upm.es/~smuelas
Spain: http://www.etsimo.uniovi.es/eckel/
Sweden: http://setlonnert.com/java/bruceeckel/
Switzerland: http://www.ticino.com/usr/theing/downloads
Taiwan: http://cheeven.adsldns.org/ebook
Taiwan: http://www.techkey.com.tw/download.htm
Taiwan (self-extracting): http://cs.achoon.idv.tw/java2-ebook/Java2-ebook-2nd.exe
Taiwan: http://www.javahome.idv.tw/research.htm
Thailand (Khon Kaen University): http://www.kku.ac.th/eckel/
Turkey: http://www.csharpnedir.com/ekitap.asp
Turkey: http://karayel.ieee.metu.edu.tr/~teke/e-kitap/BruceE_Free-Books/
Ukraine: ftp://ftp.cargo.odessa.ua/pub/eckel/
Vietnam: http://64.78.49.204


1 http://ftp.jovenclub.cu/Manuales/

Misc Books, Tutorials and Manuals

2 http://valle.fciencias.unam.mx/libros/

3 ftp://194.85.35.67/BOOKS/

4 ftp://ftp.443.ch
port: 21
user/pass: fullaccess/jko5288frdwq

5 ftp://137.204.212.13/cae_ebook/

6online engineering books
http://www.hackersmiling.com/ebooks/

7a good collection of IT books
http://qf0.ff.up.pt/informatica/bibliografia/

8http://www.soldierx.com/books/books.html

9http://www.linuxi.de/ebooksprogramm.html

10http://froh.dyndns.org/~froh/oreilly/

11.ftp://books:books@213.171.43.138/image%20processing/

12.http://www.myscan.org/~mahajjh/openbook/

13.http://skaiste.elekta.lt/Books/O'Reilly/Bookshelfs/ one of the most complet oreilly bookshelf i've found ...

14.http://skaiste.elekta.lt/Books/

15.http://books.dimka.ee/ 622 books with search engine ... very GOOD

16.http://poiinc.dyns.cx:8080/skully/computerbooks2.htm

17.ftp://ftp.math.nankai.edu.cn/Ebook/ EXCELLENT FTP a bit slow

18.ftp://ebdl:QobRc-8sP@200.80.35.234/ limit to 10 users at same time. GOOD

19.http://lazurus.shacknet.nu:8000/ a very good collection.

Mobile2Market Application Contest

http://www.mobile2market.com/contest/index.asp?s=PRMSA

Enter the Mobile2Market Application Contest
Submit your applications for Windows Mobile-based Pocket PCs and Smartphones today:
4 Grand Prize Winners will receive US $25,000, application distribution and promotions through Mobile2Market, including features on Handango, PocketGear.com and Smartphone.net.
20 Finalists will receive promotions through Mobile2Market.


How to Enter
Submit 'work' or 'play' applications for Windows Mobile-based Pocket PCs and Smartphones to a Mobile2Market logo-testing partner between January 1 and June 30, 2004. The first 150 to submit by May 30, 2004, receive free logo testing!** All applications submitted to test by June 30, 2004, and then subsequently published in the Mobile2Market Mobile Application Catalog are eligible to win.*** Applications will be judged on the following criteria: Optimization for the device category, Usability, Originality and Marketability. For detailed criteria, see the Official Rules.

What is Mobile2Market?
Mobile2Market is the Microsoft certification and marketing program for Windows Mobile applications. Mobile2Market helps independent software vendors increase revenue and reduce time-to-market by streamlining application development and logo-testing and providing exposure to potential distribution channels worldwide.

* Must be a resident of the U.S., Canada or United Kingdom to win. Restrictions apply. See Official Rules for details. Microsoft reserves the right to substitute a prize of equal or greater value if entire prize or a portion of the prize is unavailable. Any distribution of the winning Applications will not occur through Microsoft's OEM distribution channel.

** Limited time offer good only for new Mobile2Market contest applications submitted between March 8, 2004 and May 30, 2004. Free test limited to one per person and per application. This offer is not good towards re-testing an application. See Official Rules for contest details.

*** Publication in the Mobile2Market Mobile Application Catalog is contingent on entering into an applicable agreement with Microsoft.