Chat Box

Friday, January 30, 2009

Programmer's Heaven C# School Book

Programmer's Heaven C# School Book cover
The Programmer's Heaven C# School book covers the .NET framework and the C# language. Starting with the basics of the language, it goes on to cover object oriented programming techniques and a wide range of C# languages features including interfaces, exceptions and delegates. Later chapters cover practical topics including database access with ADO.NET, building Windows forms applications, multi-threading and asynchronous I/O. The final chapter covers new features in C# 2.0, including generics.

Chapter:
  • Introduction
  • C# Language Fundamentals
  • Classes and Objects
  • Inheritance & Polymorphism
  • Structures, Enumeration, Garbage Collection & Nested Classes
  • Abstract Classes & Interfaces
  • Arrays, Collections & String Manipulation
  • Exception Handling
  • Delegates & Events
  • WinForms & Windows Applications
  • More Windows Controls & Standard Dialog Boxes
  • Data Access using ADO.Net
  • Multithreading
  • The File System & Streams
  • New Features In C# 2.0

Download C# ebook
or
Download C# ebook (Mirror 1)

Saturday, January 24, 2009

What programs slow your Windows PC?

You may have a machine(PC) with cool configs that'll make your friend's jaws drop. But within a fortnight your much loved PC begins to perform at a slower pace - this trend keeps continuing until you find it to be dead slow.

Does opening a program in your computer give you a tea break? Do you spend lots of time waiting for programs to open or close? If the answer is YES - then you need to better look under the hood (Same as what your mechanic does when you drive your car to him). A recent finding by a popular computer magazine came up with the list of software's that were the major cause for PC's to run slowly.

Have a look at the list below and make a choice when you are installing these. Look for alternatives in the web for light-weight programs that'll be as good as these or sometimes better. For example, the first on the list is Norton - I had sensed this a few months back and from that time I use on NOD32 on my PC - it consumes very less memory and best is that it doesn't slow down my PC.

Time to look under the hood and make the right decision.

Friday, January 23, 2009

C How to Program - Deitel

http://www.deitel.com/books/cHTP4/images/chtp4_large.png
Product Details
  • Paperback: 1312 pages
  • Publisher: Prentice Hall; Fourth edition (January 28, 2004)
  • Language: English
  • ISBN-10: 0131426443
  • ISBN-13: 978-0131426443
Review:
This book is used in FSU's CGS 3408 course: "Introduction to Programming with the C Language." In the preface, the Deitels state that this book is for everyone (beginners to experts) who want to learn C. They've made a very good stab at that goal, but realistically, I'd have to say that those who are professional programmers in other languages will find this book too long for their needs. For beginners (and even those moderately versed in other languages), this is an excellent book. I really have only three minor gripes about it:

- First, throughout the C portion, the book uses scanf as the default for getting user input. Unfortunately, as my compiler warned me constantly (and I verified on the web), scanf has been "deprecated" (I guess that's a fancy way to say don't use it, use something else). Unfortunately, the book talks about alternative IO in only one chapter near the end of the C portion and very rarely uses it. So, this book teaches as a standard an input method that's been superseded.

- Second, and related to the first, the book clumps all IO except for printf and scanf into a single chapter near the end. It would have been a lot better if they had introduced alternative IO a little at a time throughout the book. As it is, my eyes just glazed over when I hit that chapter.

- And, finally, though this might sound weird, there are too many exercises at the end of each chapter. I read through this book on my own and so had no way of choosing which exercises to do. Some of the chapters have over 40 programming exercises. I suppose this is great at a college where the instructors can select different exercises for years without repeating. But, as an individual, I'd have preferred a handful of in-depth exercises focusing on the chapter material instead of a huge number of varied exercises (some of which don't seem to have much bearing on the chapter).

One note about the content of this book: most of it (over half) is dedicated to C. It covers C in detail. The remaining half is equally divided between C++ and Java. The level of detail in those chapters (and the exercises, too) comes nowhere near that in the C portion. If you're interested in C++ or Java, those chunks in this book are good, but you'll really need to read dedicated books to get the full treatment.

Overall, a very good book. Experienced programmers might prefer something more terse, but all others will be pleased. I give it 4 stars out of 5.


Download

Sams Teach Yourself Data Structures and Algorithms in 24 Hours

http://ecx.images-amazon.com/images/I/513JT7G9ZBL.jpg

Product Details

  • Paperback: 523 pages
  • Publisher: Sams (May 1999)
  • Language: English
  • ISBN-10: 0672316331
  • ISBN-13: 978-0672316333
Product Description
Sams Teach Yourself Data Structures and Algorithms in 24 Hours presents data structures and algorithms in an easy-to-read, easy-to-understand style, allowing you to grasp the concepts quickly and apply the knowledge to your programs. The very popular C++ programming language is used for examples and code samples.

From the Back Cover
Sams Teach Yourself Data Structures and Algorithms in 24 Hours presents data structures and algorithms in an easy-to-read, easy-to-understand style, allowing you to grasp the concepts quickly and apply the knowledge to your programs. The very popular C++ programming language is used for examples and code samples.


Download

Sams Teach Yourself C in 21 Days


Product Details
  • Paperback: 800 pages
  • Publisher: Sams; 5th edition (October 22, 1999)
  • Language: English
  • ISBN-10: 0672317664
  • ISBN-13: 978-0672317668
Book Description
Sams Teach Yourself C in 21 Days, Fifth Edition presents C programming techniques in a logical and easy-to-follow sequence that helps you understand the principles involved in developing C programs. Learn the basics of writing a program, then move on to arrays, pointers, disk input/output, functions, and more. This book covers the basics of C including variables, constants, conditional statements, loops, pointers, data structures, input/output, and functions. Sams Teach Yourself C in 21 Days, Fifth Edition, presents C in the most logical and easy-to-learn sequence, and is geared towards programmers learning the C language.

Book Info
Provides the perfect starter kit for new C programmers. Includes the basic coverage of Cincluding variables, constants, conditional statements, loops, pointers, data structures, disk input/output, and functions. System Requirements include PC with Intel 486/66MHz, Windows 95+, 24MB RAM, and 225MB available hard disk space. --This text refers to an out of print or unavailable edition of this title.

Download
OR
Download
OR
Download

CSharp 2005 For Dummies

CSharp 2005 For Dummies

Product details

  • Paperback: 432 pages
  • Publisher: John Wiley & Sons; Pap/Cdr edition (1 Nov 2005)
  • Language English
  • ISBN-10: 0764597043
  • ISBN-13: 978-0764597046
Review:
I last programmed in Fortran 15 years ago and was hoping to learn a modern object oriented (oo) lanaguage, but I found this book disappointing, hard work and yes, rather boring.

Instead of enthusing upfront about the wonders of oo programming, the book first drearily grinds through 99 pages of variable types, arithmetic operators and if statements in completely procedural fashion.

"Object-Oriented Programming" doesn't actually come until p211 (after another frustrating 100 pages of technicality), by which stage the book is so far into the nitty gritty of C# syntax that I'm totally lost.

So instead I'm going to try the "Head First" Java book (which tries a much more innovative approach) and reverse into C# since the languages are so similar. I won't be bothering with "Dummies" again.


Download
OR
Download
OR
Download
OR
Download


Sams Teach Yourself C# Language in 21 Days

http://images.amazon.com/images/P/0672325462.01.LZZZZZZZ.jpg

Product details

  • Paperback: 816 pages
  • Publisher: Sams; 2 edition (7 Aug 2003)
  • Language English
  • ISBN-10: 0672325462
  • ISBN-13: 978-0672325465
Product Description

In just 21 days readers will learn how to use the key features of the C# programming language¿not only the commands, but how to create entire programs using them within a few simple chapters. This book is designed to teach C# from the ground up¿each lesson is built to supplement the chapter before to provide a fully rounded understanding of the C# language. Sams Teach Yourself the C# Language in 21 Days is the only book on the market that takes C# out of the Microsoft Visual Studio and teaches it as a platform-independent language¿letting readers program for Windows, FreeBSD, and Mac OS X. Additional coverage added from the first edition: more and better Windows Forms information, database access, XML, types, runs, appendix for Visual C++ .NET users, plus much more. This book also includes a CD-ROM full of third-party editor software and sample code, making it an easy-to-use, all-in-one package.


From the Back Cover

In just 21 days readers will learn how to use the key features of the C# programming language¿not only the commands, but how to create entire programs using them within a few simple chapters. This book is designed to teach C# from the ground up¿each lesson is built to supplement the chapter before to provide a fully rounded understanding of the C# language. Sams Teach Yourself the C# Language in 21 Days is the only book on the market that takes C# out of the Microsoft Visual Studio and teaches it as a platform-independent language¿letting readers program for Windows, FreeBSD, and Mac OS X. Additional coverage added from the first edition: more and better Windows Forms information, database access, XML, types, runs, appendix for Visual C++ .NET users, plus much more. This book also includes a CD-ROM full of third-party editor software and sample code, making it an easy-to-use, all-in-one package.

For more free books download visit this blog daily


Download
OR
Download
OR
Download
OR
Download

Let Us C by Yashavant Kanetkar + Solution

Let Us C (Book)

Let Us C by Yashavant Kanetkar + Solution


Table Of Contents

  • Getting Started
  • Decisions
  • Loops
  • Switch
  • Functions and Pointers
  • Datatypes
  • Preprocessor
  • Arrays
  • Strings
  • Structures
  • Console I/O
  • File I/O
  • More I/O
  • Bitwise Operators
  • Miscellaneous
  • C Under Windows
  • Graphics Under Windows
  • C Under Linux

Download Book
Download Solution

Sunday, January 18, 2009

Windows 7 Theme for XP


Windows 7 Theme for XP | 3.54 MB

You will get the exact windows 7 working atmosphere if you properly configure styler

Installation:
1. Install Theme.exe from the Theme folder
2. Install the 3 Files in order (1,2,3)


Download:

Saturday, January 17, 2009

Electronics Workbench Multisim v.10 Retail Edition

http://myegyptsun.com/forum/attachment.php?attachmentid=638&stc=1&d=1211641988


The National Instruments Electronics Workbench Group (formerly Electronics Workbench) equips the professional PCB designer with world-class tools for schematic capture, interactive simulation, board layout, and integrated test.

Download:

Easy Share Links:
http://w13.easy-share.com/13789211.html
http://w13.easy-share.com/13789181.html
http://w13.easy-share.com/13789221.html

[read the crack procedure in the extracted rar file]


Torrent Link:
http://www.mininova.org/get/846945

Digital Logic And Computer Design by M. Morris Mano + Solution Manual

Digital Logic and Computer Design

The book presents the basic concepts used in the design and analysis of digital systems and introduces the principles of digital computer organization and design. It provides various methods and techniques suitable for a variety of digital system design applications and covers all aspects of digital systems from the electronic gate circuits to the complex structure of a microcomputer system. It also includes applications of the read only memory (ROM) and programmable logic array (PLA).


Download Book
Download Solution

Friday, January 16, 2009

Assembly Language for Intel-Based Computers (4th Edition) By Kip R. Irvine

http://pixhost.ws/media/images/Assembly%20Lang.gif


Description:
Designed for students and professionals interested in learning the basics of operating systems and architecture in the context of a microprocessor. Irvine shows how to approach programming problems with a machine-level mindset. Readers will benefit most if they have already learned a high-level language such as C, Delphi, or Java.

Software: Includes a full professional version of Mcft Assembler 6.11 (MASM). Also supplied are a large link library of console I/O routines, and a custom-designed programming editor from which you can assemble, link, and debug programs.

Examples: Over 50 complete example programs are supplied, including protected-mode subroutines that link to Mcft Visual C and Borland C.

Topics: Binary and hexadecimal tutorials, hardware and software architecture, instruction set fundamentals, procedures and interrupts, stack parameters, conditional processing, logic structures, integer arithmetic, structures and macros, numeric conversions and libraries, strings and arrays, disk storage, finite state machines, low-level disk I/O, hardware port I/O, linking to C programs, memory-resident programs, and floating-point instructions.–This text refers to an out of print or unavailable edition of this title.

From the Back Cover:
This text is designed for students and professionals interested in learning the basics of operating systems, architecture, and programming in the context of a microprocessor. In his eagerly anticipated fourth edition, Kip Irvine concentrates on the combined Windows/MS-DOS operating system and thoroughly covers 32-bit assembly language applications for Intel-based computers.
Focusing on how to approach programming problems with a machine-level mindset, Assembly Language for Intel(r)-Based Computers includes the following features:
Detailed tutorials on numbering systems and data storage fundamentals.
All programs tested with the Mcft(r) MASM 6.15(tm) assembler.
Inline assembly code, as well as linking assembly language to C/C in both Real and Protected modes.
Extensive instruction set reference that includes instruction formats and CPU flag usage.
Interrupt vectoring and device I/O.

CD-ROM that includes the full professional version of the Mcft(r) MASM 6.15(tm) Assembly Language Development System, a programmer’s editor, a macro library, and the book’s source code.

New to the fourth edition:
  1. Win32 programming, including the console API and a graphical application.
  2. Expanded coverage of procedures, recursion, stack parameters, structures, and unions.
  3. Boolean expressions, truth tables, and flowcharts.
  4. Basic string handling, sorting and searching algorithms.
  5. Bit-mapped graphics in both Real and Protected modes.
  6. IEEE floating-point binary representation.
  7. Virtual machine architecture; IA-32 Protected mode segmentation and paging.
  8. Introductory explanations of the instruction execution cycle, memory I/O, multitasking, pipelining, and superscalar architecture.
  9. Disk fundamentals, including disk geometry, FAT32 and NTFS file structures.


Download Link :
For book:
http://rapidshare.com/files/50941060/5A35E5B4-4E82-40BB-A1FD-C03AC9CF40DA.rar
Password: books_for_all

For CD:
http://rapidshare.com/files/51578843/C74BFA11-004E-4b5f-8B5C-70AC3F624C52.rar
Password: books_for_all

Thursday, January 15, 2009

Wrox - Beginning Visual C# 2005


Publisher: Wrox
Language: English
ISBN: 0764578472
Paperback: 1104 pages
Data: November 7, 2005
Format: CHM

Creating next-generation software and applications is now easier than ever with the release of Visual C# 2005. This accessible book guides you through all aspects of C# programming and the capabilities of Visual Studio(r) 2005 so that you can begin developing customized applications.

You'll first learn all aspects of the C# language, from the fundamentals to object-oriented techniques. You'll then quickly progress through Windows(r) and Web programming to making use of data sources, and finally to some advanced techniques such as XML documentation and graphics programming with GDI+. Throughout the book, you'll also find helpful hints, tips, exercises, and full-fledged example code that will enhance your programming skills.

This book covers everything you need to know about Visual C# 2005 and the .NET Framework to create powerful, secure applications for mobile devices, Web applications, Windows applications, and Web services.

What you will learn from this book
* Ways to add functionality to your Visual C# applications
* How to publish applications to the Web with the click of a button
* Techniques for assembling advanced Windows applications with a minimum of effort and time
* Tips for using Web services to add complex data and functionality to Web applications
* How to improve your C# applications using object-oriented programming
* Steps for using ADO.NET to interact with databases and deal with XML

Who this book is for

This book is for anyone who wants to learn how to program in C# using the .NET Framework. It is also for programmers who know .NET 1.0 and want to find out about the latest features of .NET 2.0 and Visual Studio 2005.

Wrox Beginning guides are crafted to make learning programming languages and technologies easier than you think, providing a structured, tutorial format that will guide you through all the techniques involved.

Download
Download Link 1
or Download Link 2
or Download Link 3

Tuesday, January 13, 2009

Sams Teach Yourself HTML 4 in 10 Minutes



Sams; 2nd edition (September 1999)
HTML | 230 pages | English | 3.80mb(rar)


Sams Teach Yourself HTML 4 in 10 Minutes (2nd Edition) /by Deidre Hayes (Author)

Description
Sams Teach Yourself HTML 4 in 10 Minutes, Second Edition, is a compact, task-oriented tutorial that shows you how to perform the most common tasks involved in designing, creating, publishing, and administering Web pages and sites. The book covers only those HTML tags and technologies that are likely to be used on a beginner's Web page, and it is organized in a logical step-by-step order. This edition of the book has been completely rewritten to make it more accessible for the beginning Windows or Macintosh user, and to include more easily accessible reference material.


Download Link 1
Download Link 2

Microsoft Visual C Sharp 2005 Unleashed


Book Description
Setting the standard for a premium C# reference, Microsoft Visual C# 2005 Unleashed provides practical examples for virtually every aspect of the C# programming language. The book is structured for progressive learning, so it can be read cover-to-cover or used as a comprehensive reference guide. You will be exposed to everything from low-level information on the Garbage Collector to advanced concepts, such as creating applications that use Enterprise Services, creating Web Services, and even advanced Windows GUI. Chapters include:
Expressions and Control Structures
UI Controls
Code Access Security
Remoting
Peer-to-Peer Applications

About the Author
Kevin Hoffman has been programming since he was 10 years old. His grandfather repaired an old Commodore VIC-20 that someone had thrown away. Armed with his wirebound BASIC programming manual, a VIC-20 and “slowed” floppy drive from a Commodore 64, he was already creating text-based roleplaying games. He went on to learn just about every programming language he could find, including Pascal, C, C++, Delphi, Scheme, LISP, ASA, Perl, and many others. After learning all the languages he could find, he finally found C#, his Holy Grail of programming languages, and has been addicted to programming with C# on the .NET Framework ever since.

Size: 6917 KB
http://www1.vista-server.com/uploadfile/6/7/13/14553382981.zip
or http://www2.vista-server.com/uploadfile/6/7/13/14553382981.zip
or http://www3.vista-server.com/uploadfile/6/7/13/14553382981.zip

Total Training For Visual Studio 2005

These self-guided video tutorial from Total Training help you increase your knowledge and understanding of Visual Studio.
Whether you are looking to stay competitive or just keep up to date on the latest Microsoft technology, this series is your ticket to success. Get warmed up with some basics on building smart client and web applications, as well as
exception handling, debugging and security considerations.
See how you can rapidly build applications using the productivity features of Visual Studio 2005.




DVD 1:
======

01. Getting Started (34 min)
02. Leveraging Productivity Features (36 min)
03. Creating Windows Forms Applications (40 min)
04. Data access & ADO.NET with Desktop Applications (31 min)
05. ADO.NET in the Middle Tier (43 min)
06. Build a Robust User Interface with ASP.NET 2.0 (45 min)
07. Publish a Smart Client Application with Click Once (28 min)
08. Personalize Secure Smart Client Applications (35 min)

DVD 2:
======

01. Building & Connecting to Web Services (27 min)
02. Debug a Smart Client Application (11 min)
03. Best Practices Using Exception Handling (23 min)
04. ASP.NET 2.0 Website Administration Tool (15 min)
05. New Security Features in ASP.NET 2.0 (49 min)
06. Debugging & Tracing with ASP.NET 2.0 (24 min
Quality : DVDRip

Size : 3.69 GB


Link:

http://kewlshare.com/dl/94865985fbad/Total_Training_For_Visual_Studio_2005.part01.rar.html
http://kewlshare.com/dl/a04989cac537/Total_Training_For_Visual_Studio_2005.part02.rar.html
http://kewlshare.com/dl/7ecc234ddc5e/Total_Training_For_Visual_Studio_2005.part03.rar.html
http://kewlshare.com/dl/74558e190586/Total_Training_For_Visual_Studio_2005.part04.rar.html
http://kewlshare.com/dl/3817a349ffe7/Total_Training_For_Visual_Studio_2005.part05.rar.html
http://kewlshare.com/dl/d74d1b9f28f7/Total_Training_For_Visual_Studio_2005.part06.rar.html
http://kewlshare.com/dl/c999c54c116f/Total_Training_For_Visual_Studio_2005.part07.rar.html
http://kewlshare.com/dl/de2c9c21f189/Total_Training_For_Visual_Studio_2005.part08.rar.html
http://kewlshare.com/dl/7faef1babb52/Total_Training_For_Visual_Studio_2005.part09.rar.html
http://kewlshare.com/dl/21948bc77c29/Total_Training_For_Visual_Studio_2005.part10.rar.html
http://kewlshare.com/dl/80b15507ce08/Total_Training_For_Visual_Studio_2005.part11.rar.html
http://kewlshare.com/dl/38d28405033d/Total_Training_For_Visual_Studio_2005.part12.rar.html
http://kewlshare.com/dl/8f81aad6bbb4/Total_Training_For_Visual_Studio_2005.part13.rar.html
http://kewlshare.com/dl/e84652b4bf03/Total_Training_For_Visual_Studio_2005.part14.rar.html
http://kewlshare.com/dl/9c17137f3221/Total_Training_For_Visual_Studio_2005.part15.rar.html
http://kewlshare.com/dl/40d67563497e/Total_Training_For_Visual_Studio_2005.part16.rar.html
http://kewlshare.com/dl/bcbf95966987/Total_Training_For_Visual_Studio_2005.part17.rar.html
http://kewlshare.com/dl/eb864fd5caa4/Total_Training_For_Visual_Studio_2005.part18.rar.html
http://kewlshare.com/dl/05782d985f2f/Total_Training_For_Visual_Studio_2005.part19.rar.html



Password:
www.free-offline.com

Monday, January 12, 2009

Appdev ASP.NET 2.0 using C# 2005 video Tutorial

Appdev ASP.NET 2.0 using C# 2005 is a video tutorial to help the users learn ASp.Net 2.0 easily.
In this course, you’ll learn how to use Visual Studio 2005 and Visual C# 2005 to build ASP.NET 2.0 Web pages and XML Web services. You’ll gain an understanding of the architecture behind ASP.NET 2.0 and how to use the new server controls. You’ll learn to create consistent web sites using Master Pages, to improve performance with output caching, add membership features, configure and deploy ASP.NET applications, to authenticate users and limit their access to resources, direct users using new Site Navigation tools and to handle multi-user data access conflicts.


Download:560 MB

Rapidshare

Rapidshare-Part1
Rapidshare-Part2
Rapidshare-Part3
Rapidshare-Part4
Rapidshare-Part5
Rapidshare-Part6


Mirror

MEGAUPLOAD - The leading online storage and file delivery service
MEGAUPLOAD - The leading online storage and file delivery service
MEGAUPLOAD - The leading online storage and file delivery service
MEGAUPLOAD - The leading online storage and file delivery service
MEGAUPLOAD - The leading online storage and file delivery service
MEGAUPLOAD - The leading online storage and file delivery service

40+ Free Blog Hosts

    freebloghosts.PNG

So it seems all we ever speak about is Wordpress, but don’t forget that you have options when choosing a blog platform. Here are 40 free ways to get started.

Danga Software Powered

    Livejournal

GreatestJournal.com - Based on the same software as LiveJournal, offers free voice posts, 1GB of photo hosting, and space for up to 2,000 user icons.

InsaneJournal.com - Another site based on the Danga software that runs LiveJournal, offers free and paid accounts, paid benefits are only enhancements.

JorunalFen.net - Runs on the Danga platform, very much directed towards various “fandoms” (i.e. Harry Potter, various Television shows) and is meant for users 18 and older.

LiveJournal.com - One of the most well known of the blogging hosts. Offers multiple account types such as ad-supported and paid. The center of a few controversies recently.

Themed Blog Sites

    Blogabond

Blogabond.com - A site dedicated to travel blogs with map integration and more.

BlogCheese.com - A video blogging website.

BusyThumbs.com - A blog site specifically for your text messages and camera phone images.

Freevlog - Designed for video blogging and completely free.

Trippert.com - Create and share blogs of your travels.

Ufem.com - Blogging site specifically geared towards women. Offers multiple themes and plugins.

Word Count Journal.com - A new blogging format that is also part challenge. Write one word on the first day, two words on the second day and so on, at the end of the year you’ll have written 66,795 words.

Xanco.com - Another moblogging site for you to share all your mobile communications with friends and family.

WordPress Powered

    WordPress

Blogetery.com - Offers multiple templates, anti-spam, free sub-domain and more.

BlogRox.com - Runs on WordPress and offers 50MB of free online space.

Blogsome.com - Based out of Ireland, this site uses the WordPress MU platform, large choice of themes.

Edublogs.com - WordPress powered blogging for educators.

WordPress.com - Not only can you install WordPress on your own sites, you can use the same software on their site and save yourself all of the technical work.

Various Platforms

    Blogger

Blog.com - Offers free blog hosting with unlimited bandwidth for their free package, more benefits for paid members.

Blog Ladder.com - All blog entries show up on the main ladder as well as inside your own blog.

Blogger.com - A great starting site to get a taste of blogging, very easy to use.

Blogr.com - Allows you to blog, host photos & videos, and podcasts.

BlogSpirit.com - European based blogging site, offers 30-day trial and subscription thereafter, but offers quite a bit of storage.

Blogster.com - Offers free image hosting in addition to free blogs.

BlogYx.com - Blogging site with extras such as chat boxes so you can interact with your readers.

Bloki.com - Lets you build a blog site and even open it up for collaboration.

Bravenet.com - Free blog hosting with RSS feeds and more.

ClearBlogs.com - Free blog hosting and offers templates, friends only posts, IP-Banning and more.

Etribes.com - Based in Europe, allows you to create all sorts of websites including a blog.

Multiply.com - Mixes blogging and social networking, with photo galleries and more.

Netcipia.com - Free blog and wiki for private or public display with 2GB of storage.

Open Diary.com - Offers unlimited storage and posts, low cost subscription rates for advanced features.

ShoutPost.com - A platform for creating blogs with a focus on generating traffic.

SoulCast.com - Have something you want to talk about, but want to say it anonymously? This may be the blogging site for you.

Squarespace.com - Lets you build your blog with numerous themes, also allows you to add other site features.

Terapad.com - Offers blogs as well as features such as an integrated store.

Tooum.com - Fully integrated blog and forum which allows for seamless discussion between the two.

Tumblr.com - A blog platform with a focus on allowing media-rich posts.

Weebly.com - Allows you to create a site and blog, free hosting and change designs on the fly.

Windows Live Spaces - Free blogging with your MSN account, only drawback is readers have to have an account also.

Vox.com - Part of the SixApart family of blogging sites, very much geared towards the personal journal types of blogs.

Xanga.com - Part social network, part blogging, all free.

Yahoo 360 - Part of your Yahoo account and features easy publishing.

Zoomshare.com - Free blog hosting with 250MB of free storage.