Wednesday, January 9, 2013

Programming in Visual Basic 2010

0 komentar

Programming in Visual Basic 2010
The Very Beginner’s Guide

Table of Contents

Preface page
1 Fundamentals of Design and Programming – Starting from Scratch
What Is Programming?
Basic Tasks
Basic Procedures
Following Directions
Interface/Instructions – The Human/Computer Connections
What Is a Program?
Your First Program – College Tuition
VB Basics
Summary
Review
Terms
Keywords
2 Variables and Constants – A Place for Everything and Everything in Its Place
Computer Memory: Location, Location, Location
Declarations, Input, Processing, Output – No Program Should Be Without Them
Summary
Review
Terms
Keywords
3 Writing Programs – First You Walk, Then You Run
Following IPO
Commenting Your Code
Formatting Your Output
Errors in Your Program
Debugging Practice
Controlling Your Controls
Data Type Conversion
Jim Soxx Sports Sales Program
Open and Run
Fixing a Program – Van Nilla’s Ice Cream Stand
On Your Own
Summary
Review
Terms
Keywords
4 Writing Programs II – More Controls and New Logic
Variable Scope
Counters and Accumulators
More Data Types
Methods
The Load Event
More Controls
Controlling Strings
Tying It All Together
Fixing a Program
On Your Own
Summary
Review
Terms
Keywords
5 Using If and Case – Decisions, Decisions, Decisions
What Are Decision Structures?
If . . . Then. . . Else Structures
Flowchart Update
Deskcheck
Potential Problems
Data Validation
Stacked If Structures
ElseIf
Guessing Game Case Study
Case Structures
A Roll of the Dice Case Study
Tying It All Together
On Your Own
Summary
Review
Terms
Keywords
6 Loops – Once Is Not Enough
What Are Loops?
For . . . Next Loops
DoWhile Loops
Do LoopWhile
Do Until Loops
Do Loop Until
Loop Questions
Infinite Loops
Nested Loops
Chr and Asc Commands
A Little FunWith Graphics
Tying It All Together
Potential Problems
Fixing a Program
On Your Own
Summary
Review
Terms
Keywords
7 Procedures and Functions – Divide and Conquer
Why Use Procedures?
Flowcharting Procedures
Potential Problems
Functions
Flowcharting Functions
Potential Problems
New Controls – Menus and Timers
Tying It All Together
Fixing a Program
On Your Own
Summary
Review
Terms
Keywords
8 Writing Programs III – Tying It All Together, So Far
RadioButtons
CheckBoxes
Potential Problems
ListBoxes
ComboBoxes
CheckedListBoxes
Tab Controls, ScrollBars, and TrackBars
Multiple Forms
Controlling Strings
MaskedTextBox
Pizza Program Finished
Tying It All Together
Potential Problems
On Your Own
Summary
Review
Terms
Keywords
9 File I/O – Files and Records and Fields, Oh My!
The Basics of File Input and Output
Sequential File Access
File Output
Dialog Boxes
Try-Catch Blocks
Intro to Namespaces
Control Break Programming
Minor Control Break Processing
Updating Files
Merging Files
Fixing a Program
On Your Own
Summary
Review
Terms
Keywords
10 Arrays and Structures – Organizing Data
Arrays – Order by the Numbers
Using an Array
Arrays and Loops – Hand in Hand
Loading an Array From a File
Searching an Array
Sorting an Array
Two-Dimensional Arrays
Student Grade Program Case Study
Structures
On Your Own
Summary
Review
Terms
Keywords
11 Events and More Controls – Tips and Tricks for Programming
New Events
Mouse Events
Potential Problems
Potential Problems
New Controls
Variable Scope
Globals
Overloading
Event Handlers
Potential Problems
Fixing a Program
On Your Own
Summary
Review
Terms
Keywords
12 Objects and Classes – Objects Are in a Class By Themselves
Built-in Objects
Creating Classes of Your Own
Using Classes
Student Grade Class
Potential Problems
Employee Pay Class
Inheritance
Potential Problems
Why Use Classes?
Fixing a Program
On Your Own
Summary
Review
Terms
Keywords
13 Graphics – The Visual (and Audio) Side of Visual Basic
Graphic Basics
Drawing
Images
Potential Problems
Simple Paint Tutorial
Sound
Windows Media Player
Creating Charts
Potential Problems
Fixing a Program
On Your Own
Summary
Review
Terms
Keywords
14 LINQ to SQL – The World Runs on Databases
Background
Connecting to a Database Tutorial
Wages Tutorial
Potential Problems
Customer Queries
Potential Problems
On Your Own
Summary
Review
Terms
Keywords
15 Crystal Reports – Tying Databases to Output
Crystal Reports Tutorial
Creating a Report Using the ReportWizard
Mailing Labels
Potential Problems
On Your Own
Summary
Review
Terms
Keywords
Appendix A American Standard Code for Information Interchange (ASCII) Table
Appendix B Flowchart Table
Appendix C My Application
Appendix D Customizing Your VB Environment
Appendix E Using Help
Appendix F Using Debug
Appendix G Structured Query Language (SQL) Basics
Appendix H Answers to Self-Check Questions
Appendix I Control and Variable Naming Conventions
Index
Please download here PDF | 8,98 MB


Read More ->>

Visual Basic 2008 Made Easy

0 komentar
TABLE OF CONTENTS
Chapter 1 Introduction to Visual Basic 2008
1.1 A brief description of Visual Basic 2008
1.2 The Visual Basic 2008 Integrated Development Environment
Chapter 2 Working with Controls
2.1 Using Text Box
2.2 Using List Box
Chapter 3 Working with Control Properties
3.1 Setting Control Properties in Properties Window
3.2 Setting Control Properties Using Code
Chapter 4 Object Oriented Programming
4.1 Encapsulation
4.2 Inheritance
4.3 Polymorphism
Chapter 5 Writing the Code
5.1 The Event Procedure
5.2 Writing the Code
Chapter 6 Managing VB2008 Data
6.1 Visual Basic 2008 Data Types
6.1.1 Numeric Data Types
6.1.2 Non-numeric Data Types
6.1.3 Suffixes for Literals
6.2 Managing Variables
6.2.1 Variable Names
6.2.2 Declaring Variables
6.2.3 Assigning Values to Variables
6.3 Constants
6.3.1 Declaring a Constant
Chapter 7 Mathematical Operations
7.1 Basic Arithmetic Operations
7.2 Pythagoras Theorem
7.3 BMI Calculator
Chapter 8 String Manipulation
8.1 String Manipulation Using + and & signs.
8.2 String Manipulation Using VB2008 Built-in Functions
8.2.1 The Len Function
8.2.2 The Right Function
8.2.3 The Left Function
Chapter 9 Controlling Program Flow
9.1 Conditional Operators
9.2 Logical Operators
9.3 Using If control structure with Comparison Operators
9.3.1 If...Then Statement
9.3.2 If....Then...Else Statement
9.3.3 If....Then...ElseIf Statement
Chapter 10 Select Case Control Structure
10.1 The Select Case...End Select Structure
Chapter 11 Looping
11.1 For...Next Loop
11.2 Do Loop
11.3 While...End While Loop
Chapter 12 Functions
12.1 MsgBox( ) Function
12.2 The InputBox( ) Function
Chapter 13 String Functions
13.1 The Mid Function
13.2 The Right Function
13.3 The Left Function
13.4 The Trim Function
13.5 The Ltrim Function
13.6 The Rtrim Function
13.7 The InStr function
13.8 The Ucase and the Lcase Functions
13.8 The Chr and the Asc functions
Chapter 14 Mathematical Functions
14.1 The Abs function
14.2 The Exp function
14.3 The Fix Function
14.4 The Int Function
14.5 The Log Function
14.6 The Rnd( ) Function
14.7 The Round Function
Chapter 15 Formatting Functions
15.1 Predefined Format Function
15.2 User-Defined Function
Chapter 16 Formatting Date and Time
16.1 Formatting Date and time using predefined formats
16.2 Formatting Date and time using user-defined formats
Chapter 17 Using the Check Box 70
Chapter 18 Using the Radio Button 76
Chapter 19 Creating a Simple Web Browser 80
Chapter 20 Errors Handling
20.1 Introduction
20.2 Using On Error GoTo Syntax
20.3 Errors Handling using Try.....Catch....End Try Structure
Chapter 21 Reading and write Files
21.1 Introduction
21.2 Reading a Text File
21.3 Writing to a Text File
Chapter 22 Creating and Managing Graphics
22.1 Introduction
22.2 Creating the Graphics Object
22.3 Creating a Pen
22.4 Drawing a Line
22.5 Creating Rectangles
22.6 Customizing Line Style of the Pen Object
22.7 Drawing Ellipse
22.8 Drawing a Circle
22.9 Drawing Text
22.10 Drawing Polygons
22.11 Drawing a Pie
22.12 Drawing and Filling an Ellipse
22.13 Drawing and Filling a Polygon
22.14 Drawing and Filling a Pie
Chapter 23 Packaging Applications for Distribution
23.1 Creating the Setup Program using Publish Wizard
23.2 Testing your Install Program
Please download here PDF | 829,95 KB

Read More ->>

Sunday, July 29, 2012

Pemrograman Web dengan PHP dan MySQL

0 komentar
Daftar Isi
I. Pengenalan Web Server dan Server Side Scripting
1. Web Server
2. Server Side Scripting
3. Test Instalasi XAMPP di Browser
II. Struktur Dasar PHP
1. Sebelum Belajar PHP
2. Mari Mengenal PHP
3. Say Hello to PHP
4. Variabel
5. Tipe Data
6. Konstanta
7. Operator dalam PHP
8. Komentar Program
III. Struktur Kondisi dan Perulangan
1. Struktur Kondisi
2. Struktur Perulangan
3. Struktur Break dan Continue
IV. Penanganan Form
1. Berbagai Cara Penanganan Form
2. Form Input Type TEXT dan PASSWORD
3. Form Input Type RADIO
4. Form Input Type CHECK BOX
5. Form Input Type COMBO BOX
6. Form Input Type TEXTAREA
V. Array dan Fungsi
1. Pengantar Array
2. Fungsi-fungsi Array dalam PHP
3. Fungsi dalam PHP
VI. Penanganan String dan Tanggal
1. Pengantar String
2. Fungsi-fungsi String dalam PHP
3. Fungsi-fungsi Operasi Tanggal dalam PHP
VII. File dan Direktori
1. Penanganan File
2. Membuat dan Menghapus Direktori
3. Manipulasi File
4. Upload File
VIII. Session dan Cookies
1. Session
2. Cookies
IX. Pemrograman Berorientasi Objek dalam PHP
1. Pengantar Pemrograman Berorientasi Objek
2. Object dan Class
3. Properties dan Method
4. Mendefinisikan Class
5. Memanfaatkan Class yang Tersedia
X. Pengenalan DBMS dan MySQL
1. Tentang Database, DBMS dan RDBMS
2. Tentang MySQL
3. Instalasi MySQL di Windows
4. Koneksi ke Server MySQL dengan MySQL Client
5. Berbagai MySQL Client untuk Administrasi Server MySQL
XI. Pengenalan Structured Query Language
1. Apa Itu SQL ?
2. Membuat, Mengubah dan Menghapus Table
3. Menambah Record dengan INSERT
4. Mengedit Record dengan UPDATE
5. Menghapus Record dengan DELETE
XII. Aplikasi Berita dengan PHP dan MySQL
1. Merancang Struktur Database
2. Membuat File Koneksi Database
3. Membuat Halaman Input Berita
4. Menampilkan Berita Terbaru di Halaman Depan
5. Membuat Halaman Arsip Berita
6. Membuat Halaman Edit Berita
7. Membuat Halaman Delete Berita
8. CSS sebagai Pemanis Tampilan

Download
Read More ->>

Tuesday, July 17, 2012

The Beginner.s Guide to Adobe Lightroom and Photoshop

0 komentar
How To Copyright Your Photos in Photoshop and Lightroom. and Why it.s Important to Know How
By professional photographer Rich Wagner

The world of digital photography has dramatically changed the way photographers submit their
work for publication. Gone are the days of sending slides and hand writing little stickers to fit on
the slide mounts.
Now we can upload our photos over the internet or put them on CDs. But what about all that
copyright information that used to fit on the slide label? How do we protect our photos now?
The good news is that you can attach your photo copyright information to the digital file in a process called "embedding." When you take these simple steps to embed and copyright your photos with your information, it always remains with the photograph file.
And it’s just as important from a business standpoint, because you can add your contact information at the same time. Now the publisher can find your phone number, or a link to your website, to view more of your work.
Just follow these simple steps in Adobe Photoshop or Lightroom to protect your photos and embed them with your information...

Table of Contents:
The Difference between Adobe Photoshop and Adobe Lightroom
How to Copyright Your Photos in Photoshop and Lightroom... and Why It.s Important to Know How
Sorting Your Photos in Lightroom
Using Layers in Photoshop to Spot Color Black-and-White Photos
Adjusting Levels and Curves in Photoshop
Correcting Over-Exposed Photos in Photoshop
Adjusting Color Casts and Tones in Photoshop
How to Remove Logos from your Photos and Sell them as Stock
Please Download Here 

ADOBE PHOTOSHOP LIGHTROOM USER GUIDE
Contents
Chapter 1: Getting started
Installation
Adobe Help
Resources
What’s new
Chapter 2: Workspace and setup
The Lightroom workspace
Working with the Filmstrip
Viewing photos in Loupe view
Setting preferences and personalizing
Color management .
Chapter 3: Importing photos
Getting photos into your library
Importing automatically
Chapter 4: Organizing photos in the catalog
Library module overview
Browsing the catalog
Managing photos
Working with collections
Grouping photos into stacks
Filtering and rating photos
Viewing and editing metadata
Working with keywords
Finding photos in the catalog
Chapter 5: Developing photos
Develop module overview
Adjusting image color and tone
Working in grayscale
Retouching and correcting flaws
Apply Develop adjustments to other photos
Managing image history and snapshots
Quick Develop
Chapter 6: Exporting photos
Exporting photos
Editing in other applications
Chapter 7: Creating and viewing slideshows
Creating slideshows
Specifying the slide layout
Adding overlays to slides
Playing and exporting slideshows
Chapter 8: Printing photos
Printing photos and contact sheets
Laying out photos on a page
Printing overlay text and graphics
Setting resolution and color management
Printing multiple photos
Chapter 9: Web galleries
Creating web photo galleries
Specifying web gallery layouts
Adding text to web galleries
Previewing, exporting, and uploading a web photo gallery
Index 
Download Here
Read More ->>

Thursday, January 5, 2012

Digital SLR photography hints and tips for beginners and amateurs.

0 komentar
Listed below are a few useful tips for those photographers progressing from a point and click camera to a digital SLR (also known as DSLR) camera.

1. Don't throw your camera manual away. It will become your new best friend. Read it as often as possible, especially in the first couple of months after purchasing your DSLR camera. Always store it somewhere handy. For example in your camera bag.

2. Buy a UV filter for each lens you own. It's easier to replace a scratched lens filter than it is to replace your actual lens.

3. Learn to use all your SLR camera settings. Even those you don't think you'd ever use.
Practise changing settings like ISO, aperture and shutter speed, so you know them like the back of your hand. A moving animal won't sit and pose until you work out your settings.

4. In addition to UV filters, other important pieces of equipment should include a sturdy tripod and a remote release. They both come in handy for taking photographs that require long shutter speeds. For example night photography or slow motion water.

5. You can never have enough SLR / DSLR photography magazines and books to learn from. The best ones will explain what camera settings were used, along with each photograph displayed.

6. Don't touch or blow on the mirror inside your camera body when you have the
lens off. If you damage the sensor, you may as well buy another camera body, because
that's how much it will cost to fix. If you notice spots appearing in your photos, buy a cleaning kit or dust blower from your local camera store. Many now have an inhouse cleaning service which is always a good alternative.

7. Don't change your lens outside if it's windy. Put the main lens on your camera before you leave the house. If you need to change the lens outside, face the camera body downwards. Dust can't fall upward onto the camera's sensor.

8. If at first you find your getting a lot of blurred photo's, change to a fast shutter speed. The faster the photograph is taken, the less chance there is of it being effected by camera shake. Holding the camera closer to your body or resting it on a nearby.
Download here or View
Read More ->>
 

| Gudang PDF © 2014. All Rights Reserved | Template Style by My Blogger Tricks .com | Design by Brian Gardner | Back To Top |