Geometry.Net - the online learning center
Home  - Basic_B - Basic Programming
e99.com Bookstore
  
Images 
Newsgroups
Page 7     121-140 of 193    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. Juicy Studio: Visual Basic Tutorial
project types. Visual basic falls into a category of programming referred to as eventdriven programming. Event-driven programs
http://www.juicystudio.com/tutorial/vb/index.asp
@import "/extras/layout.css";
Visual Basic Tutorial
Search All pages Tutorials Articles Advanced Search You are here: Home Tutorials Visual Basic Tutorial Author: Gez Lemon
Introduction
This tutorial is based around Visual Basic 6.0, but changes in VB.Net are highlighted where applicable. Visual Basic makes it easy to create simple or complex Windows programs, through a range of different project types. Visual Basic falls into a category of programming referred to as event-driven programming. Event-driven programs respond to events from the computer, such as the mouse button being pressed. The designer uses ready-made objects such as CommandButtons and TextBoxes, to build user interfaces that make up the application. This approach to programming drastically reduces the amount of code required to develop a Windows application.
Contents
Test your Knowledge of Visual Basic
Visual Basic Quiz

122. Basic Hits 40 - Computerworld
While original basic may no longer be in widespread use, Visual basic remains a popular programming platform. But with the introduction
http://www.computerworld.com/news/2004/story/0,11280,92795,00.html
Computerworld IDG.net Whitepapers Careers CRM Business Intelligence Development E-business ERP/Supply Chain Hardware IT Management Networking Operating Sys ROI Security Storage Web Site Mgmt Outsourcing
Knowledge Centers

Security
Storage

Hardware
...
Software

Jump to any
Knowledge Center
Business Intell. CRM Careers Data Mgmt. Development E-business ERP Government Hardware IT Management Mobile/Wireless Networking O/S Outsourcing ROI Security Software Storage Web Site Mgmt.
Partner Zones

Business Intelligence Data Management Grid Computing ... E-mail Newsletters News Feeds Basic hits 40 Four decades ago, two Dartmouth College professors made computing history News Story by Linda Rosencrance APRIL 30, 2004 (COMPUTERWORLD) Forty years ago, at 4 a.m. on May 1, 1964, two Dartmouth College professors with the help of two of their undergraduate students made computing history. While the professors, John Kemeny and Thomas Kurtz slept, the students successfully ran two simple Basic programs on two separate teletype terminals located in the basement of College Hall. Kemeny, who later became president of Dartmouth and died in 1992, and Kurtz were the authors of Basic, which Kurtz said went on to be the most widely used computer language in the world.

123. Oreilly.com -- Online Catalog: COM+ Programming With Visual Basic
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/

O'Reilly Home
Press Room Jobs Resource Centers Perl Java Python C/C++ ... Enterprise Development Book Series Hacks Head First Cookbooks In a Nutshell ... Developer's Notebooks Publishing Partners No Starch Press Paraglyph Press Pragmatic Bookshelf Syngress Publishing Online Publications LinuxDevCenter.com MacDevCenter.com WindowsDevCenter.com ONDotnet.com ... Scripts
Special Interest Events Meerkat News Ask Tim tim.oreilly.com ... Open Books Special Sales Academic Corporate Government Inside O'Reilly About O'Reilly International Advertise with Us Contact Us ... Bookstores Traveling to
a tech show? Hotel Search
Hotel Discounts

Discount Hotels

Chicago Hotels
...
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 June 2001 ISBN: 1-56592-840-7 Buy from O'Reilly: Buy Online at: select a store O'Reilly Amazon.com Amazon.co.uk Amazon.ca

124. Akramulla's Programming Page
MS Access, Visual basic, and HTML programming projects.
http://www.ezsoftech.com/akramulla/Akram.html
CLICK HERE TO ENTER AKRAMULLA'S PROGRAMMING PAGE This Web Page is Designed by A k r a ... d Last Updated: April 12, 2002

125. Website Unavailable
Site focused on games programming. Game downloads, source code and tutorials.
http://www.VBgames.co.uk/

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

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

128. SoftWIRE Technology-[Home]
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 Press Release
Announcing the winner of the SoftWIRE Build It and Win It Contest

129. HTML Basics- Basic To Advanced Basics
Features quick lessons covering beginning HTML to advanced topics such as using frames on a webpage. Other markup languages and internet programming languages are also discussed, including XML, DHTML and CSS.
http://www.geocities.com/ArtistinGold/webdesign.html
The webpage is a visual message using text and images. The balance of content should also provide information and entertainment. Explore the techniques of basic web page building. Basic Strategies
Basic HTML
Basic Graphics
Basic Tables

This site is no longer updated January 2004.

Please vist the new HTML Tutorial Site.

Get your own Free Home Page Geocities Rocks!!!

130. PureBasic : Visual Basic Compiler, Easy & Optimized Basic Programming Language,
Purebasic is a programming language based on established basic rules. Purebasic is a programming language based on established basic rules.
http://www.purebasic.com/

Deutsch

Francais
Introduction News ... Links
PureBasic
is a programming language based on established BASIC rules. The key features of PureBasic are portability (Windows, AmigaOS and Linux are currently fully supported), the production of very fast and highly optimized executables and, of course, the very simple BASIC syntax. PureBasic has been created for the beginner and expert alike. We have put a lot of effort into its realization to produce a fast, reliable and system friendly language
In spite of its beginner-friendly syntax, the possibilities are endless with PureBasic 's advanced features such as pointers, structures, procedures, dynamically linked lists and much more. Experienced coders will have no problem gaining access to any of the legal OS structures or API objects and PureBasic even allows inline ASM.
The main features of PureBasic
- Huge set of internal commands (600+) to quickly and easily build any application or game
- All BASIC keywords are supported
- Very fast compiler which creates highly optimized executables
- No external DLLs, runtime interpreter or anything else required when creating executables

131. Javascript Tutorials For Beginners
A javascript tutorial site, which starts at the beginning and covers the basic concepts to those new to the world of programming.
http://homepage.ntlworld.com/kayseycarvey/
Javascript Quick Links Background Colour An easy Rollover Browser Check if statements ... JavaScript Arrays Little Programmes Colour picker Lottery Simple Calculator Grab my graphics
These Javascript tutorials are intended to get beginners up and running with the language. The only assumption made is that you know some HTML. My philosophy is that programming is for doing, not for yakking about. To that end, there's plenty of things for you to do in the tutorials. All the javascript lessons were written by me, Kaysey, so any errors are entirely mine. Have fun! NEW My Free Software !!! I've written a JavaScript editor for anyone who wants it. This is a full programme with drop down menus, inbuilt browser, etc. More details here My Software A first Script
Javascript Beginners start here - an exercise to complete, and a brief introduction to Javascript - it will get you up and running Where to put the SCRIPT tags
In the HEAD or in the BODY? Spot the difference here. Those pesky alert boxes are covered, too.

132. SearchVB.com, The Source For News And Tips On Visual Basic, .NET And Visual Stud
$60.00 MORE PRODUCTS Using ASP Components Price $149.00 Visual basic 6 Database Graphics Multimedia programming Animation Video, Audio/Sound, Charts
http://searchvb.techtarget.com/

Jim Connolly
Our editors help to organize the Web for you, the IT ...
INFO CENTER SPONSOR: Microsoft
Visual Studio .NET Info Center
GO TO INFO CENTER

MEMBER BENEFITS 50% OFF SQL Training: Course Details Here! VB.NET chapter downloads!
SITE MAP Browse By Topic Career Center Discussions Featured Topic ... Glossary Info Center: Visual Studio .Net Meet the Editors News Polls ... GO TO FULL SITE MAP
TODAY ON SEARCHVB.COM ACTIVATE YOUR FREE MEMBERSHIP!
Take full advantage of our members-only benefits, including expert advice and tips on VS.NET, VB.NET, C#.NET and more. WHAT'S NEW VS.NET Essentials tips you can't miss! Gain access to member benefits-see more! Developer time-saving tips and tricks Career resources for Developers ... MS approaches enterprise development environment
NEWS - There is no "I" in team just ask Microsoft. Redmond announced at Tech Ed last week the Visual Studio 2005 Team System development tools that support development teams and not ... (SearchWebServices.com)
MORE NEWS HEADLINES
Developers don't know where to turn with specs NEWS - Developers are bombarded with Web services specifications from competing vendors and standards bodies that often, they're unsure of which to follow.

133. Introduction To Computers
Includes information regarding the history of computers, basic computer concepts (including hardware and software), data storage, printing, programming, and networking.
http://www.geocities.com/introduction2computers/
ASSIGNMENT-I
COMPUTER SCIENCE DEPT
Computer Helath related issues -Assignment-2
Introduction to Computers
History of Computers
When the human race started doing some trade, it felt a need for a calculating device. The first calculating device, which was used 2000 years ago was called abacus and the improvements in the calculating device in that age were slow. The next change came after about 1600 years. Following this, the changes were frequent and the mechanical desk calculator was developed around 1800 A.D. In 1833, Prof. Charles Babbage, the father of the computer, developed a machine called analytical engine which was the vase for the modern digital computer.
Generation of Computers
The electronic digital computers, which were introduced in 1950's, were using vacuum tubes . Following this, the development in the electronic components helped in the developed of digital computers also. The second-generation computers used transistors The introduction of integrated circuits (ICs), also know as chips opened the door for the developed of third generation computers. A very large number of circuit elements (transistors, diodes, resistors, etc.,) could be integrated into a very small (less than 5mm square) surface of silicon and hence the name IC. The third generation computers used small-scale integrated circuits (SSI) which contain about 10-20 components. When

134. Noah's Page (The Old Code)
programming with Visual basic, HTML, and mIRC Scripting.
http://www.angelfire.com/electronic/theoldcode/
var cm_role = "live" var cm_host = "angelfire.lycos.com" var cm_taxid = "/memberembedded"
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. 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 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 Bound w/CD-ROM; 288 pp
Published: 12/08/2000
Status: Instock
US: $32.95
You Save: $3.30 (10% off)
Our Price: $29.66
Add to Cart Instructor Exam Copy 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.

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

FREE

Newsletter

Home
Authoring ... Email a Colleague Active Server Pages JSP/Java Servlets Microsoft SQL Server Daily Backup Dedicated Servers Streaming Audio/Video 24-hour Support Click Here Hot Topics JavaScript HTML CSS DHTML ... XML
find a web host with: CGI Capabilities Cold Fusion Dedicated Servers JSP/Java Servlets MySQL Preinstalled CGI Scripts advanced search Developer Channel FlashKit
HierMenusCentral

Java Boutique

JavaScript.com
...
XMLFiles.com
e-commerce
Consumer Electronics

Promotional Items
Shop For Computers Phone Cards ... Routertraffic Monitor internet.com Developer Downloads International Internet Lists ... E-mail Offers Compare products, prices, and stores at Hardware Central! Computers Desktops Mac PC Notebooks ... more Get the best price on Microsoft Visual Studio .NET Professional Edition or search for other development tools
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.

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

138. Learning Visual Basic - Suite101.com
Top/Computers/programming/Languages/Visual_Basic/FAQs,_Help,_and_Tutorials/Libraries
http://www.suite101.com/welcome.cfm/learning_visual_basic
Topics
Articles
Links
Courses

DIRECTORY
COMMUNITIES BOOK CIRCLE SUITE U ... MY SUITE
Search Suite101.com
Within:
Learning Visual Basic
Computers and Technology
Search The Web Member Central Join Our Community! Login What's New Become a SuiteU Affiliate ... MemberUpdate Suite University About Suite University Suite University News Visit the University Course Listing ... FREE Demo Course New Topics SpiritWell Travel Book Reviews Agora News Foraging Wild Foods ... More... Suite Events Teacher Appreciation Event 2004 Family Focus 2004 In Tune With Johann Sebastian Bach More about Suite101 About Suite101.com Advertise With Suite For more information - Select a related topic - Airline Liveries ASP.NET Build Your Own Website Computer Projects for New Destiny in Space Educational Software for Email Graphic Software Localization London Underground Microsoft Office 2000 Multimedia Education Perl Small Planes, Big Adventu The Internet Unplugged Video Games Vintage and Classic Cars Webtv...more than just e-
- Select a related course - Becoming a Microsoft Exce Becoming a Technical Writ Build Your Own Small Busi Flight Basics: In Celebr History of American Techn How to buy the right comp Internet Safety Introduction to C Program Introduction to Writing S Learn Basic HTML Learn Microsoft Word 2000 Making Basic Ebook Covers Making Digital Photograph Microsoft Office 2000 in Palm Computing Devices Scientific and Tech Commu Searching the Web Fantast Teacher's Net The Virus Threat Visit Computers and Technology Detailed Topic List Home Computers, information, general reference

139. Site Not Found Error.
Team of computer programmers specializing in artificial intelligence, languages such as Visual basic, Visual C++, Access, Crystal Reports, and COBOL. Their vast multifaceted programming experiences lead to the development of CYA (COBOL Year 2000 Analyzer.)
http://www.texpi.com/
This site is temporarily not available. if you are the site owner, please contact us immediately at: support@atfreeweb.com.

140. Welcome To Alpha Soft Corp
Providing custom programming in Visual basic and desktop consulting services for small companies.
http://www.HustingsInc.com/
Hustings, Inc.
IT Consulting
Software Technical Support - Click Here! Consulting # Only!
Software
Consulting Links Welcome to Hustings, Inc. Provider of AlphaSoft brand custom software solutions and Microsoft® based desktop and server consulting services. Please Note: On-site consulting is for the Minnesota Metropolitan area.* See my list of satisfied customers. *Current commitments allowing, special arrangements may be considered Website design by John Hustings.

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 193    Back | 1  | 2  | 3  | 4  | 5  | 6  | 7  | 8  | 9  | 10  | Next 20

free hit counter