Geometry.Net - the online learning center
Home  - Basic_B - Basic Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 7     121-140 of 196    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Basic Programming:     more books (100)
  1. Mastering Database Programming with Visual Basic 6 by Evangelos Petroutsos, 2000-01-04
  2. Visual Basic.NET Programming (2nd Edition) by Jeffrey J. Tsay, Jeffery Tasay, et all 2002-08-01
  3. Upgrading Microsoft Visual Basic 6.0 to Microsoft Visual Basic .NET w/accompanying CD-ROM by Ed Robinson, Robert Ian Oliver, et all 2001-12
  4. Learn VB .NET Through Game Programming by Matthew Tagliaferri, 2003-08-08
  5. Microsoft Visual Basic .NET Programming for the Absolute Beginner (For the Absolute Beginner) by Jonathan S. Harbour, 2002-09-20
  6. Applied Microsoft .NET Framework Programming in Microsoft Visual Basic .NET by Jeffrey Richter, Francesco Balena, 2002-06-12
  7. Learn to Program with Visual Basic.NET by John Smiley, 2002-01-11
  8. Illustrating BASIC (A Simple Programming Language) by Donald G. Alcock, 1977-01-01
  9. Microsoft® Excel 2000 Power Programming with VBA by John Walkenbach, 1999-05-21
  10. Puzzled Programmers: 15 Mind-Boggling Story Puzzles to Test Your Programming Prowess : Solutions in Basic, Pascal, and C by Michael Wiesenberg, 1987-06
  11. Programming Fundamentals Using Microsoft Visual Basic .NET by Gary B. Shelly, Thomas J. Cashman, et all 2004-09-09
  12. Visual Basic 6 Black Book: The Only Book You'll Need on Visual Basic by Steve Holzner, Steven Holzner, 2002-07-01
  13. Database Programming with Visual Basic .NET, Second Edition by Carsten Thomsen, 2002-10-04
  14. Microsoft Visual Basic 6.0 Programming/Mastering Solution Set

121. Computer Programming 101 - Home
basic and HTML tips and tricks.
http://www.geocities.com/mikebess420/
By: Mike Bessette
Table of Contents
Introduction
BASIC

HTML

Object Oriented Turing
News
Introduction
This site is intended to provide a basic introduction to computer programming. On this site I deal with the most common commands in BASIC, HTML, C++ and Object Oreinted Turing.
Of these, BASIC and HTML are the easiest languages to learn. I do not have a complete list of commands/tags on this site but if you want a complete list, you can e-mail me . If you can learn at least one language, chances are you can learn almost any language. I always welcome feedback from my visitors. Back to Top
News
August 29, 2005 I have decided to cancel the C++ page due to the many differences in compilers and headers. The Turing page is still coming along (slowly). I have also put Google ads on the site. This is to hopefully make enough money to upgrade to a real server with my own domain name. June 20, 2005
The Turing and C++ pages are almost done. They should be up this week. I am also working on getting some of my own source code on the site. That should be done this week too.
Edit: I have a C++ compiler available. Just email me and i will send it to you. There is a basic tutorial included with the compiler.

122. VB Center
Visual basic tips, tricks, tutorials, source code, game programming articles, resources.
http://www.geocities.com/SiliconValley/Campus/9449/

123. VB Programming For Non-Programmers!
A Guide to learning how to program using Visual basic for those with no experience. VBA with Microsoft Office 2000 is required.
http://visualbasic.about.com/c/ec/1.htm
zJs=10 zJs=11 zJs=12 zJs=13 zc(5,'jsc',zJs,9999999,'') About Visual Basic Learn VB.NET Learn Office VB.NET VB Programming for Non-Programmers! Visual Basic Essentials Learn Visual Basic Learn VB 6 ... Help zau(256,140,140,'el','http://z.about.com/0/ip/417/C.htm','');w(xb+xb+' ');zau(256,140,140,'von','http://z.about.com/0/ip/496/7.htm','');w(xb+xb);
FREE Newsletter
Sign Up Now for the Visual Basic newsletter!
See Online Courses
Search Visual Basic zTbO=0 VB Programming for Non-Programmers! If you have always wanted to write a computer program ... but you just didn't quite know how to get started, this course is for you!
This tutorial starts from the very beginning and shows you how to write programs using Microsoft Visual Basic for Applications (VBA) that you can put to work immediately on the job. One lesson is delivered each week to your email inbox and there are four lessons in this tutorial.
We use the version of Visual Basic that is in Microsoft Word 2000 so you must have this software installed to get the most from this course.
Please keep these tips in mind!

124. Oreilly.com -- Online Catalog: COM+ Programming With Visual Basic, First Edition
Draws from the author's wide experience as a COM+ developer and instructor. The first part delivers information for creating robust applications. The second focuses on incorporating individual COM+ services.
http://www.oreilly.com/catalog/compluspvb/
Sign In/My Account View Cart Book List Learning Lab ... Jobs
Search Resource Centers Bioinformatics C/C++ Databases Digital Media ... XML Book Series Annoyances CD Bookshelves Cookbooks Developer's Notebooks ... Personal Trainer Publishing Partners Mandriva No Starch Press Paraglyph Press PC Publishing ... Syngress Publishing Online Publications LinuxDevCenter.com MacDevCenter.com ONDotnet.com ONJava.com ... XML.com Sponsored Zones Novell Learning Channel Special Interest Beta Chapters Events From the Editors List Letters ... tim.oreilly.com Special Sales Academic Corporate Services Government Inside O'Reilly About O'Reilly Bookstores Catalog Request Contact Us ...
Register your book
to get email notification of new editions, special offers, and more. Search on Safari Search contents of COM+ Programming with Visual Basic Code Fragments only Also see:
Table of Contents

Index
COM+ Programming with Visual Basic
Developing COM+ Servers with COM, COM+, and .NET
By  Jose Mojica
First Edition June 2001
ISBN: 1-56592-840-7
Buy from O'Reilly: Buy Online at: select a store O'Reilly Amazon.com

125. The UFO Project
UFO1.0 was implemented in UFO, and a basic compiler, generating ANSI C; was produced early in the project. This implemention evolved over time, was used to produce a wide range of applications in UFO numeric benchmarks, programming tools, and natural language processing. Free.
http://www.cs.man.ac.uk/arch/projects/ufo.html
The UFO Project
The United Functions and Objects project has developed a programming language which unites functional and Object Oriented Programming techniques. A large subset of UFO is a pure functional language incorporating the OO notions of classes, inheritance, and dynamic binding. However, UFO as a whole is not a pure functional language. It has stateful objects, which allow programs to be written in a concurrent object-oriented style where appropriate. Safeguards are provided, both in the semantics of operations on stateful objects and in the type system, to minimise the problems associated with introducing state.
UFO-Lite
The current version of UFO is a relatively small language, as shown by the reference manual. A number of important features, such as higher order fucntions and generics, have been deliberately omitted in order to simplify the implementation effort. UFO-Lite is intended merely as a vehicle for exporing parallel execution of heap-based applications on shared memory and virtual-shared memory machine, in particular the Origin 2000 VSM multiprocessor at Manchester. Our studies on parallel implementation have shown that direct use of conventional threads is not suitable for UFO (or, we claim, for any implicitly parallel language). An efficient fine-grain mechanism is required, and parallel implementation will be based on such a mechanism, called

126. ARM ASSEMBLER PROGRAMMING; Tutorial, Resources, And Examples
Targetted towards the ARM (2 thru 7, and StrongARM) from RISC OS, you may begin programming simply by using the basic assembler built into your computer. If you are a C programmer, the APCS is described.
http://www.heyrick.co.uk/assembler/
ARM ASSEMBLER
March 2004...
This resource is being updated - primarily in an effort to make the code and examples more relevant to the (newer) 32bit environment. PLEASE NOTE:
The ARM processor has always been a true 32bit processor. However, in the 'old days' when 64Mb was an unimaginable amount of memory, we had a 26bit Program Counter; the other bits being mode bits and processor flags (PSR).
These days, 64Mb seems remarkably restrictive so the PC is now 32bit and the mode/PSR flags are in a separate register - actually it had been so since the mid-nineties when the ARM6 was introduced, only the ARM6/ARM7/StrongARM supported a 26bit option so older software would work okay. Because of this, RISC OS was never made '32bit' - until November 2002 - when it became so out of necessity as the latest ARM processors such as the XScale no longer support the older 26bit PC+PSR mode.
This is what we mean when we refer to '26bit' and '32bit'... the processor itself has always been 32bit - the width of the Program Counter is what has changed. If you don't want to read all of this on-line, you can download a Zip archive and read it off-line! Scroll down to the

127. Online Programming Training Courses: Visual Basic, C++, COBOL, Oracle, .NET & Mo
Learn to program in C, C++, Oracle, COBOL, Visual basic, ObjectOriented Analysis, SQL, PowerBuilder, and other languages with these online programming
http://www.worldwidelearn.com/online-training/programming-course.htm
ONLINE PROGRAMMING TRAINING COURSES
Learn to program in C, C++, Oracle, COBOL, Visual Basic, Object-Oriented Analysis, PowerBuilder, and other languages with these online programming courses.
Online Training

Computer Programming

Free Tutorials @ WWL

Graphic Design Training
... Online Training
Online Computer Programming Training
Our Featured Training Partners:
e-Learning for Dummies

If you loved the For Dummies books, you'll love the For Dummies courses! For Dummies e-Learning gets you to the point: spend your time learning what's important and skip the non-essentials. The interactive learning tools keep you engaged in your course, and it's available anytime, anywhere. The easy-to-use reference material allows you to browse through a course again and again, or search for a topic to get a brief overview. E-Learning for Dummies offers many different course series, with new courses being introduced regularly.
  • A+ for Dummies Security+ for Dummies Server+ For Dummies Visual Studio .NET For Dummies - Overview Visual Studio .NET For Dummies - Advanced Topics Visual Studio .NET For Dummies - ASP.NET

128. Visual Basic,SQL Server,Access,Crystal Reports: Custom Programming/Consulting
Custom programming in Visual basic, SQL Server, Access, and Crystal Reports
http://www.successfulsoft.com/
Visual Basic
Access
SQL Server
Crystal Reports
Home
Projects We've Done Skill Set ... Client Area Visual Basic... SQL Server... Microsoft Access... Crystal Reports...
Successful Software provides custom programming using Visual Basic, SQL Server, Microsoft Access, and Crystal Reports. Since 1981, we have provided custom programming for businesses in a variety of industries. (See the Projects page for some examples.) If you're looking for someone to create new software for your business, or need additional help to maintain or extend existing application software, feel free to call or email to discuss this further Applications can be created using Visual Basic and SQL Server, Visual Basic and Access, or Access alone. Custom reports done in Crystal Reports can be seamlessly integrated into a Visual Basic application. New databases can be designed and created in SQL Server or Access, or new programming can be done in Visual Basic to work with your existing SQL Server, Access, or ODBC / OLEDB / ADO compatible databases.
Visual Basic
Developing an application in Microsoft Visual Basic can result in a fast-performing application that is tailored to the specific look and feel you're after. Visual Basic's flexibility lends itself to development of applications ranging from large multi-user systems and distributed applications down to single-user applications and small utility programs.

129. The CT Programming Language
An algorithmic language like C, Pascal, Fortran, and basic, but greatly enhanced by multimedia capabilities, including easyto-use support for color graphics, mouse interactions, and even movies in QuickTime or Video for Windows format.
http://vpython.org/cTsource/cToverview.html
The cT Programming Language Archives
Brief history of cT
The cT programming language was developed in the period 1985-2000 in the Center for Design of Educational Computing at Carnegie Mellon University in Pittsburgh (the Center was later renamed the Center for Innovation in Learning; it ceased operation in 2002). The developers were David Andersen, Bruce Sherwood, Judith Sherwood, and Kevin Whitley. The initial impetus was the need for an easy to use graphics- and mouse-oriented programming environment for faculty and students using the then-new "3M" Unix workstations (a million bytes of memory, a million pixels, and a million instruction per second). Ease of use was important because the alternative, writing in C and using highly complex graphics libraries, was beyond the capabilities of most users. Another issue was that at that time the windowing software was changing rapidly, so that programs written in C that used graphics or the mouse quickly became obsolete. Moreover, it soon became clear that not everyone would use Unix workstations, thanks to the increasing capabilities of the popular microcomputers, especially Macintosh and IBM PC. This put a premium on cross-platform executability of graphics programs, which C did not offer but cT did. cT was based on earlier languages used by the authors of computer-based educational materials written for the PLATO computer-based education system developed at the University of Illinois at Urbana-Champaign. cT is a granddaughter of the TUTOR language initiated in 1967, and a daughter of the MicroTutor language initiated in 1977. cT differs from the earlier dialects in being designed for the modern graphical user interface (windows and mouse).

130. Welcome To Alpha Soft Corp
Providing custom programming in Visual basic and desktop consulting services for small companies.
http://www.HustingsInc.com/
Hustings, Inc.
Software Technical Support - Click Here! Software Welcome to Hustings, Inc. Provider of AlphaSoft brand custom software solutions. Software Index
Website design by John Hustings.

131. BBC Basic
BBC basic is that it is possible to learn to program computers without having If you know nothing of computer programming you can learn on the BBC
http://www.zyra.org.uk/bbcbas.htm
link to Zyra's front page Computer Programming Also see BBC Computer 32K and Shareware # BBC BASIC # What's really good about BBC Basic is that it is possible to learn to program computers without having to be a techno fundamentally. If you know nothing of computer programming you can learn on the BBC Basic language interpreter, with a BBC Computer manual and by having a go. This "having a go" is essentially a NO RISK business. If you make a simple mistake it will NOT blow up, crash, or mysteriously rearrange the system settings. So you can play with the programming and not worry about causing any damage. BBC Basic could be acquired in the 1980s by buying a BBC Computer, which initially cost almost four hundred pounds sterling. These days (2000/11) you can not get a BBC Computer unless you know a good antique shop that happens to have one. And modern PCs are often sadly lacking in programming environments. However, you can now get BBC Basic for the PC for fifty pounds as a full version, or get a working demo version FREE. link to download page If you have a go at learning to program in BBC Basic this way, it will give you a very good start at structured programming, Linux C then becoming a good idea.

132. Measurement Computing Corp.: Product: 'SoftWIRE'
A Graphical Extension to Visual basic by SoftWIRE Technology, Inc. It combines both graphical and syntactical programming within Visual basic. All SoftWIRE control blocks are COM/ActiveX compatible.
http://www.softwiretechnology.com/
SoftWIRE Special introductory offer! $499.00
Regular Price: $995.00 Graphical Programming Interface for Visual Studio .NET (Special introductory price: just $499, valid until 12/1/2005) Call us at (508) 946-5100
Or email us
Qty: Graphical programming for DAQ leveraging the power of Visual Studio .NET
Graphical programming system for Windows Visual Studio .NET allows you to create DAQ applications in minutes without having to learn a programming language. 100% Microsoft .NET compliant, projects can be graphical only, graphical plus code, and graphical plus code plus any other Visual Studio library, DLL, or .NET component or control.
Over 250 DAQ controls
SoftWIRE 6.0 offers over 250 controls , including over 100 new analysis controls , but still features the same simple, intuitive “flowchart” application designer. Controls for acquiring and analyzing data are available in the following categories:
  • Analog I/O Controls
  • Digital I/O Controls
  • GUI Controls
  • Counter/Timer Controls
  • Database Controls
  • System Controls
  • Network Controls
  • Programming Controls
    • Math Controls
    • Excel Controls
    • Array Controls
    • Logic Controls
    • Serial I/O Controls
    • Windowing Controls
    • Signal Processing Controls
    • Statistics Controls
    • Transform Function Controls
    • IIR Filter Controls
    • FIR Filter Controls
    • Spectral Measurement Controls
    • Curve Fitting Controls
    • Signal Generation Controls
    Current SoftWIRE users: Read the FAQs to understand the great value that the new SoftWIRE provides! Also, visit the

133. Murach's Beginning Visual Basic .NET
.NET book by Anne Prince teaches OOP, database, and web programming with Visual basic. Online chapters 1, 2, and 3 of book. Free download of the book applications. FAQs and book corrections.
http://www.murach.com/books/bvbn/index.htm
Book summary
Table of contents

Who this book is for

What people say about this book

Related books
... Customer Service

by Anne Prince
20 chapters, 723 pages, 272 illustrations
ISBN 1-890774-15-4
List price: SAVE 30%, now just $34.65
The remaining chapters build on your skills so you can develop the kind of VB.NET applications that businesses rely on every day. That means you'll know:
  • how to develop a sophisticated GUI with a variety of controls, menus, toolbars, and more how to use the .NET classes for a wide variety of purposes, including working with dates, strings, arrays, collections, structures, and files how to use XML how to use advanced OOP techniques the basics of writing database applications with ADO.NET the basics of writing web applications with ASP.NET
That breadth of content is what makes this a great first .NET book for anyone.

134. Noah's Page (The Old Code)
programming with Visual basic, HTML, and mIRC Scripting.
http://www.angelfire.com/electronic/theoldcode/
setAdGroup('67.18.104.18'); var cm_role = "live" var cm_host = "angelfire.lycos.com" var cm_taxid = "/memberembedded" Search: Lycos Angelfire Dating Search Share This Page Report Abuse Edit your Site ... Next
Welcome to my little space on the web. I hope you find it helpful and eye catching. I built this site with the beginner and intermediate programer in mind. Any comments or suggestions are welcome. Philosophy: "To push computers and there software beyond there limits and to create products that go beyond the human comprehension."
Site Map:
  • Source Code and VB Applications:

  • Intro. to HTML:

  • Complete Scripts and Tips:

  • Wondering who the heck made this web site?:
If you have Comments or Suggestions then E-mail them to me:

135. Visual Basic Tutorials, Articles & Source Code - Developer Fusion, The UK Develo
Tutorials on internet, databases, beginners, advanced, programming issues, open source controls.
http://www.developerfusion.co.uk/vb/
languages
.net

asp

asp.net

c / c++ / mfc
...
more...
MSDN Nuggets 10 minute "how to" webcasts from Microsoft
Spotlight on Debugging Memory Leaks
More MSDN Nuggets
Newsletter Keep up to date with the latest articles, events and jobs with our newsletter
articles Create your own Web Server using C#
How to NNTP in C#

Programming with Swing
Using Encryption in .NET ... search Visual Basic - Web Directory submit resource search admin Index ... Web Sites Latest Tutorials Skinning (BitBlt Introduction) Visual Basic by Marc Pritchard Want to make your app look as good as Media Player or Winamp? This tutoral hopes to get you going to a fully skinned killer app! Introduction to Class Programming Part II Visual Basic by Dante Salvador In this series articles, we are going to discuss about: Enumeration, Properties that return an Object and other semi-advance topic pertain to in creating a class base program Introduction to Class Programming Visual Basic by Dante Salvador This article series is an introduction for class programming in VB 6. It discusses general information about class such as encapsulation, inheritance and polymorphism. The first article will tackle classes in general, setting up properties and method of a class. API Programming Series #5 Visual Basic by Sreejath S. Warrier

136. Main.gif
programming in basic (3D).
http://www.angelfire.com/rpg/jamesnesto/Main.html
setAdGroup('67.18.104.18'); var cm_role = "live" var cm_host = "angelfire.lycos.com" var cm_taxid = "/memberembedded" Search: Lycos Angelfire Dukes of Hazzard Share This Page Report Abuse Edit your Site ... Next

137. Web Sites / Visual Basic / Programming Languages - Developer Fusion, The UK Deve
Developer Fusion The developer community for the UK. Thousands of free tutorials, articles, source code, components and source code for Visual basic, ASP,
http://www.developerfusion.co.uk/vb/27/
languages
.net

asp

asp.net

c / c++ / mfc
...
more...
MSDN Nuggets 10 minute "how to" webcasts from Microsoft
Spotlight on Debugging Memory Leaks
More MSDN Nuggets
Newsletter Keep up to date with the latest articles, events and jobs with our newsletter
articles Create your own Web Server using C#
How to NNTP in C#

Programming with Swing
Using Encryption in .NET ... search Web Sites - Web Directory submit resource search admin Index ... Atlanta Visual Basic Homepage (External Visual Basic Web Site) by James Crowley Paul's Web Page (External Visual Basic Web Site) by James Crowley Downloadable samples of some routines for manipulating databases + others. VB Wire (External Visual Basic Web Site) by James Crowley Excellent VB News resource. The site allows web masters, publishers, developers and others to post their VB related news for free. New web sites, free ocx's, product news and more. VisualBasicSource (External Visual Basic Web Site) by James Crowley The first purpose is to share information about programming in Visual Basic. Visual Basic Pro Site (External Visual Basic Web Site) by James Crowley VBtown (External Visual Basic Web Site) by James Crowley SQLwarehouse.com

138. Learn To Program Using Python: A Tutorial For Hobbyists, Self-Starters, And All
By Alan Gauld; Addison Wesley Professional, 2001, ISBN 0201709384, has CDROM. Introduction for those learning programming basics terminology, concepts, methods to write code. Assumes no prior knowledge but basic computer skills, unintimidating, clearly written. Addison Wesley
http://www.aw.com/catalog/academic/product/1,4096,0201709384,00.html
Select a Discipline Chemistry Computer Science Economics Finance Life Science Mathematics Physics / Astronomy Statistics by Keyword by Author by Title by ISBN Advanced Search View Cart ABOUT THIS PRODUCT Description Table of Contents Features Appropriate Courses Preface ... About the Author(s) RESOURCES Discipline-Specific RELATED TITLES Other LanguagesProgramming (Computer Science) Learn to Program Using Python: A Tutorial for Hobbyists, Self-Starters, and All Who Want to Learn the Art of Computer Programming View Larger Image Alan Gauld
ISBN: 0-201-70938-4
Publisher: Addison Wesley Professional
Format: Paper; 288 pp
Our Price: $32.95
Status: Instock
Published: 12/08/2000
Add to Cart Instructor Exam Copy Print Product Information Description This book is an ideal starting point for students learning the essentials of computer programming. Assuming no prior knowledge (other than basic computer operation), this unintimidating and clearly written guide introduces the student to programming terminology, fundamental concepts, and techniques for writing actual code. Python is ideal for novice programmers: it is available for free; it has simple syntax but powerful features; it supports lots of programming styles; it runs on many platforms; it has a friendly and helpful user community. Using the Python language to teach the fundamentals of computer programming, the book introduces elements of programming style and offers a look at the thinking and steps involved in designing a software solution. Several sample applications illustrate techniques and ideas in action.

139. WDVL: Introduction To Web Programming
A four halfday free course covering the basics of Web programming , CGI and both basic and advanced Java .
http://wdvl.internet.com/Authoring/Scripting/Tutorial/

Discussion Forums

HTML
XML JavaScript ... WDVL Newsletter Active Server Pages JSP/Java Servlets Microsoft SQL Server Daily Backup Dedicated Servers Streaming Audio/Video 24-hour Support e-commerce
Online Shopping

Digital Camera

Compare Products

Memory Flash Cards
...
Best Digital Camera

Developer Channel FlashKit
HierMenusCentral

JavaScript.com
JavaScript Source ... E-mail Offers Top 10 Articles
  • Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions JavaScript Tutorial for Programmers Design JavaScript Tutorial for Programmers - Objects ... Authoring JavaScript
  • Domain Name Lookup Search to find the availability of a domain name. Just enter the complete domain name with extension (.com, .net, .edu)
    Introduction to Web Programming
    Selena Sol This is a four half-day free course covering the basics of Web Programming , CGI, and both basic and advanced Java . Introduction to Web Programming Day One: The Basics of Web Programming Day Two: The Common Gateway Interface (CGI) Day Three: Java Basics Day Four: Advanced Java Introduction to Web Programming is a four half-day course designed by Selena Sol. Special thanks to Eric Swildens and Gunther Birznieks for content and editorial comments. Home Authoring Scripting White Paper: Information Management Trends In 2005 What's your current data focus?

    140. Programming Components With Microsoft Visual Basic 6.0
    Works through COM and shows VB6's COM and DCOM development features. Covers developing ActiveX controls and Microsoft Transaction Server components to deliver functionality and scalability to applications. By Guy Eddon, Henry Eddon, Microsoft Press.
    http://www.microsoft.com/mspress/books/2327.asp

    A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

    Page 7     121-140 of 196    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

    free hit counter