Chrys Forcha
I have more than 10 years experience in computer programming, software, electronics and telecommunications.
I have a First Degree in Electronics and a Master's Degree in Technical Education.
As well as writing, I also do freelance computer programming and carry out some projects in Telecommunications.
At the moment I am Editor-in-Chief at http://www.cool-mathematics.biz .
Read More »
I have a First Degree in Electronics and a Master's Degree in Technical Education.
As well as writing, I also do freelance computer programming and carry out some projects in Telecommunications.
At the moment I am Editor-in-Chief at http://www.cool-mathematics.biz .
...
- Page Views
- 41,445
- Content
- 243
- Fans
- 2
- Contributor since
- 2/13/2009
Displaying Results 1 - 200 (of 243) for All Content
Next »
-
Basics of Accessing Files in C++In this part of the series, we see how to access files in C++.
-
C++ Exception BasicsIn this part of the series, we look at C++ Exception Basics.
-
C++ OOP BasicsIn this part of the series, we look at C++ OOP basics. OOP stands for Object Oriented Programming.
-
C++ Namespaces BasicsIn this part of the series, we look at what is called Namespaces in C++.
-
Basics of C++ Identifier ScopeIn this part of the series, we look at what is called identifier scope.
-
Basics of C++ Include FilesIn this part of the series, we look at the basics of the include preprocessing directive.
-
Basics of C++ Define Preprocessing DirectiveIn this part of the series, we look at the basics of the C++ define Preprocessing Directive.
-
White Space in C++In this part of the series, I explain what is white space and how it is used in C++.
-
Error Basics in C++In this part of the series, we look at basics of errors in C++.
-
C++ Basic Input and OutputIn this part of the series, I show a simple way of inputting data and a simple way of outputting data with C++.
-
Functions in C++A Function is a set of statements that perform a specific task. In this tutorial I explain functions in C++.
-
C++ StructuresIn this part of the series, we shall look at another derived object type, which is called structure.
-
Core String in C++In this part of the series, we see how a string can be stored in memory and retrieved from memory.
-
Pointer and Array in C++In this part of the series we shall see the relationship between the array and the pointer.
-
Arrays in C++In C++ an array is a set of consecutive objects of the same type, in memory. We see how to create and use arrays in this part of the tutorials.
-
Loop Constructs in C++A loop is a set of statements that executes repeatedly until a specified condition is met. In C, you have the do-while loop, the while loop and the for-loop. We shall see what all these mean in this tutorial.
-
Comparison and Arithmetic Operators in C++In this part of the series, we talk about some common C++ Operators
-
Boolean Logic and C++ ConditionsIn this part of the series we apply Boolean logic to C++ conditions.
-
Boolean Logic for C++In this part of the series I teach you a way of reasoning called Boolean Logic.
-
C++ Conditional StatementsIn this part of the series, we see how a group of statements can be executed based on a condition.
-
C++ PointersIn this part of the series, we look at the meaning of the C++ derived object type called, pointer.
-
C++ Object IdentifiersIn this part of the series, we learn how to identifier objects in C++.
-
C++ Basic Object TypesIn this part of the series, we look at the basics of what is called object types in C++.
-
C++ Basic SyntaxIn this part of the series, I give you the basic syntax of C++.
-
Getting Started with C++C++ is a computer language I want to teach in these tutorials. C++ is a very developed language. You can learn C++ from these tutorials as your first language. This is the first part of the series.
-
Sending HTML Form with ActivePerlIn this part of the series, we see how an HTML form can be sent from a browser to be received by ActivePerl script in a web server.
-
File Accessing Basics in ActivePerlIn this part of the series, we see how to access files in ActivePerl.
-
Error Basics in ActivePerlIn this part of the series, we look at basics of errors in ActivePerl.
-
Basics of ActivePerl ReferenceIn this part of the series, we look at ActivePerl Reference
-
White Space in ActivePerlIn this part of the series, I explain what is white space and how it is used in ActivePerl.
-
Some ActivePerl Predefined SubroutinesIn this part of the series, we look at some ActivePerl predefined subroutines.
-
Tables in CIn this article I show you how to create, access and modify data tables in C.
-
Accessing Files in CIn this part of the series, we see how to access files in C.
-
Some C Predefined FunctionsIn this part of the series, we look at some C predefined functions.
-
Basics of the C Printf FunctionIn this part of the series, we look at the basics of the C printf function.
-
Basics of C Include FilesIn this part of the series, we look at the basics of the include preprocessing directive.
-
Basics of C Define Preprocessing DirectiveIn this part of the series, we look at the basics of what is called, the C define Preprocessing Directive.
-
Basics of C Identifier ScopeIn this part of the series, we look at what is called identifier scope.
-
White Space in CIn this part of the series, I explain what is white space and how it is used in C.
-
Error Basics in CIn this part of the series, we look at basics of errors in C.
-
C Basic Input and OutputIn this part of the series, I show a simple way of inputting data and a simple way of outputting data with C.
-
Functions in CIn this tutorial I explain functions in C.
-
C StructuresIn this part of the series, we shall look at another derived object type, which is called structure, abbreviated, struct.
-
Core String in CIn this part of the series, we see how a C core string can be stored in memory and retrieved from memory.
-
Pointer and Array in CIn this part of the series we shall see the relationship between the array and the pointer.
-
Arrays in CWe see how to create and use C arrays in this part of the tutorials.
-
Loop Constructs in CIn C, you have the do-while loop, the while loop and the for-loop. We shall see what all these mean in this article.
-
Comparison and Arithmetic Operators in CIn this part of the series, we look at comparison and arithmetic operators in C.
-
Boolean Logic and C ConditionsIn this part of the series we apply Boolean logic to C conditions.
-
Boolean Logic for CIn this part of the series I teach you a way of reasoning called Boolean Logic. This way of reasoning is used a lot in computing, programming, electronics and telecommunications, today.
-
C Conditional StatementsIn this part of the series, we see how a group of statements can be executed based on a condition.
-
C PointersIn this part of the series, we look at the meaning of the C derived object type called, pointer.
-
C Object IdentifiersIn this part of the series, we learn how to identifier objects in C.
-
C Basic Object TypesIn this part of the series we look at the basics of different types of value that a C object can have as content.
-
C Basic SyntaxIn this part of the series, I give you the basic syntax of C.
-
Getting Started with CIn this part of the series, I introduce you to the C language.
-
Basics of ActivePerl Variable ScopeIn this part of the series, we look at what is called variable scope.
-
Introduction to ActivePerl Special VariablesIn this part of the series, we look at what is called ActivePerl Special Variables.
-
ActivePerl Foreach LoopIn this part of the series, we look at the foreach-loop, which is an alternative to the for-loop.
-
ActivePerl SubroutinesIn this part of the series, I explain Perl functions, also called subroutines.
-
ActivePerl Variable Types and ContextIn this part of the series, we look at what is called ActivePerl data types and what is also called the scalar context and the list context.
-
ActivePerl HashesIn this part of the series I explain the meaning of Hashes in ActivePerl.
-
ActivePerl ArraysIn this part of the series I explain the meaning of Arrays in ActivePerl.
-
ActivePerl Loop StatementsIn ActivePerl you have the do-while loop, the while loop and the for loop. We shall see what all these mean in this article.
-
ActivePerl Comparison and Arithmetic OperatorsIn this part of the series, we talk about some common ActivePerl operators.
-
Boolean Logic and ActivePerlConditionsIn this part of the series we apply Boolean logic to ActivePerl conditions.
-
Boolean Logic for ActivePerlIn this part of the series I teach you a way of reasoning called Boolean Logic.
-
ActivePerl Conditional StatementsIn this part of the series, we see how a group of statements can be executed based on a condition.
-
Basics of ActivePerl VariablesIn this part of the series, I explain the meaning of ActivePerl variables.
-
ActivePerl Basic SyntaxIn this part of the series, I give you the basic syntax of ActivePerl.
-
Getting Started with ActivePerlThis is the first part of my tutorial series, Basics of ActivePerl.
-
Reflexive AssociationIn this part of the series, we look at what is called the Reflexive Association. This is another kind of relationship we have to learn.
-
Generalization AssociationIn this part of the series, we look at what is called the Generalization Association. This is another kind of relationship we have to learn.
-
Composition AssociationIn this part of the series, we look at what is called the Composition Association.
-
Aggregation AssociationIn this part of the series, we look at what is called the Aggregation Association. This is another kind of relationship we have to learn.
-
Database N-ary AssociationIn this part of the series, we look at what is called N-ary Association.
-
Database N-to-N RelationshipsIn this part of the tutorial we look at one-to-one, one-to-many and many-to-many relationships.
-
Database Associations OverviewIn this part of the series, we look at Database Associations Overview.
-
Database Table Data TypesIn this part of the series we look at database Data Types.
-
Database Table KeysIn this part of the series we look at what is known as a key.
-
DatabaseA database is a set of related tables. This is part 1, division 1 of a series I have on database.
-
The Search Results HTML DocumentIn this part of the series we look at the code for the search results page.
-
The Sidebar HTML DocumentIn this part of the series we look at the hyperlinks structure and behavior in the sidebar HTML document for the HTML ebook project. The navigation links for this ebook are in the sidebar.
-
The Banner HTML DocumentIn this part of the series we look at the banner HTML document for the HTML ebook project.
-
The HTML Ebook PagesIn this part of the series we look at the HTML pages for the HTML ebook project.
-
The HTML Ebook FramesetIn this part of the series we look at the frameset for the HTML ebook project.
-
An HTML Ebook ProjectIn this part of the series we look at the requirements of a simple HTML ebook project.
-
HTML Ebook OverviewIn this article series, I show you how to create an ebook with HTML.
-
Simulating Onmouseout Event for Web Page LayersIn this article I show you how to use the onmouseover and onmouseout events to simulate the onmouseout event for a web page layer containing element.
-
PHP Is_file and Is_dir FunctionsWhen you have read names of items from a directory, you may want to know whether the item is a file or directory. The is_file() and is_dir() functions are used for that.
-
Scan DirectoryIn this part of the series I show you how to use the scandir() function, in place of the opendir(), readdir() and closedir() functions.
-
Conditionals and PHP Directory FunctionsIn this part of the series, we see what roles, conditionals play in PHP directory functions.
-
The Current DirectoryIn this part of the series, we look at the use of the current directory in PHP, so far as working with directories is concerned.
-
Creating and Deleting Directory in PHPIn this part of the series, you learn how to create and delete sub directories in PHP.
-
PHP Directory Function BasicsYou can use PHP to access a directory, to know the content (files and sub directories) of a directory, to create a directory and to delete a directory. I show you how to do that in this article series.
-
Commercial Aspects for Horizontal Web Page MenusIn this part of the series, we look at the commercial aspects of the project.
-
Code Explanation for Commercial Horizontal Web Page MenusIn this part of the series, we look at the code for the example.
-
A Multidimensional Array for Horizontal Web Page MenusIn this part of the series I show you the JavaScript multidimensional array for the example.
-
A Description of Horizontal Web Page Menus for HyperlinksThis is an article series in which I describe the creation of a main horizontal menu with optional sub horizontal menus. The aim is that, you can modify the code I present and sell.
-
JavaScript Multi-Dimensional ArrayThe JavaScript Reference does not mention anything about a multi-dimensional array. Hey, you can create one. I discovered how, and I show you the way in this article.
-
JavaScript Two Dimensional ArrayThe JavaScript Reference does not specify any effective two-dimensional array. However, you can create one. I show you how to do that in this article.
-
Cool MathematicsIn this article, I present a way you would use to succeed in middle (secondary) school mathematics.
-
Producing Web Pages of the Same Directory Automatically with PHPIn this article, I show you how to produce a template for web pages of the same web server directory, with PHP. I also give the advantages of such a do-it-yourself approach.
-
Converting Text to HTML with PHPIn this article I show you how to produce some HTML code, with no extra code added, using PHP, from a text file.
-
PHP File Handling BasicsIn this article I give you the basics of file handling with PHP.
-
Sending Simple Email with PHPIn this article I show you how PHP is used to receive simple form content, format the content and send the result to a sendmail program.
-
PHP Form Simple Validation with Embedded Error Messages from ServerIn this article I will show you how an error message can be sent back to the same web page at the browser, where a form field was not properly field. Each form control field receives its error message just above itself.
-
PHP String and Date BasicsIn this part of the series, we look at basics of PHP string and date.
-
PHP Error BasicsIn this part of the series, we look at the basics of PHP errors.
-
PHP ReferenceIn this article, I explain the meaning of PHP reference and how to use it.
-
PHP Object BasicsIn this part of the series, I give you the basic explanation of PHP classes and objects.
-
PHP Variable Scope BasicsI explain the basics of PHP variable scope in this article.
-
Some PHP Predefined Functions and ArraysIn this part of the series, we look at some predefined functions and arrays.
-
PHP ArrayIn PHP an array is an ordered map where values are associated to keys. I explain all that in this article and how to use a PHP array.
-
PHP Function BasicsIn this article I explain the basics of PHP functions.
-
PHP Loop StatementsIn PHP you have the do-while loop, the while loop and the for loop. We shall see what all these mean in this article.
-
PHP Comparison and Arithmetic OperatorsIn this part of the series, we talk about some common PHP operators.
-
Boolean Logic and PHP ConditionsIn this part of the series we apply Boolean logic to PHP conditions.
-
Boolean Logic for PHPIn this part of the series I teach you a way of reasoning called Boolean Logic.
-
PHP Conditional StatementsIn this part of the series, we see how a group of statements can be executed based on a condition.
-
Basics of PHP VariablesIn this part of the series, I explain the meaning of PHP variables.
-
PHP Basic SyntaxIn this part of the series, I give you the basic syntax of PHP.
-
Some JavaScript TipsIn this part of the series, I give you some complementary aspects to what we have studied in JavaScript.
-
Introduction to Form Field Validation with JavaScriptIn this part of the series, I introduce you to HTML Form Field Validation with JavaScript.
-
Some JavaScript Predefined ObjectsIn this part of the series, I introduce you to the String, Math and Date JavaScript predefined objects.
-
JavaScript ArrayIn JavaScript an array is an object that would hold a list of items. Each item is a literal or a variable representing a literal. In this article I explain the JavaScript Array.
-
JavaScript Object BasicsThe aim of this article is to quickly make you understand the meaning of Programming Objects (OOP) and how to create them in JavaScript.
-
JavaScript Function BasicsIn this article I explain the basics of JavaScript functions.
-
JavaScript Loop StatementsIn JavaScript, you have the do-while loop, the while loop and the for loop. We shall see what all these mean in this article.
-
Comparison and Arithmetic OperatorsIn this part of the series, we talk about some common JavaScript Operators.
-
Boolean Logic and JavaScript ConditionsIn this part of the series we apply Boolean logic to JavaScript conditions.
-
Boolean Logic for JavaScriptIn this part of the series I teach you a way of reasoning called Boolean Logic.
-
JavaScript Conditional StatementsIn this part of the series, we see how a group of statements can be executed based on a condition.
-
Basics of JavaScript VariablesIn this part of the series, I explain the meaning of JavaScript variables.
-
JavaScript OutputsIn this part of the series, I explain how to output or display JavaScript Information.
-
Fast Operating Image Gallery for All BrowsersIn this article, I show you how to design a fast operating image gallery, for all browsers.
-
Fast Operating Image Gallery for New BrowsersIn this article, I show you how to design a fast operating image gallery, for new browsers.
-
The HTML Object Archive AttributeIn this article I show you what you can do with the HTML Object archive attribute.
-
The HTML Image Source AttributeIn this article I explain the effects of changing the value of the HTML image source attribute.
-
HTML Object as Arbitrary ElementIn this article, I explain how the HTML Object element can be used as an arbitrary element.
-
Floating More Than One HTML Element on a LineIn this article, I show you how to float more than one HTML element on a line.
-
Sound and the HTML Object ElementIn this article, I show you the obvious and logical way to use the HTML Object element to play sound on a web page.
-
Make Pane Pop Up when Mouse is Over Some Text in Web PageIn this article I show you how to make a pane pop up when the mouse pointer goes over some text on a web page.
-
Producing an Image Gallery by HandIn this article I show you how to produce an image gallery by hand.
-
The CSS CursorIn this article, I explain the different shapes and uses of the CSS Cursor.
-
Getting Started with PHPThis is a reference of the percentage unit for CSS properties.
-
Getting Started with JavaScriptThis is the first part of a series that teaches the Basics of JavaScript.
-
Your Own Code to Enlarge and Reduce HTML ImagesIn this article, I show you how to write code that will cause an HTML image to enlarged itself and cause it to reduce itself to its original size.
-
CSS2 Percentage ReferenceThis is a reference of the percentage unit for CSS properties.
-
JavaScript For_in StatementJavaScript for...in statement. Do you know how to use it? Do you know when to use it? I show you how and when to use it in this article.
-
Basics of CSS SelectorsIn this article, I explain the basics of CSS Selectors.
-
Pseudo-ClassesIn this article, I explain the meaning of CSS Pseudo Classes.
-
Pseudo-ElementsIn this article, I explain the meaning of CSS Pseudo Elements.
-
Basics of CSS FontsIn this article, I give you the basics of CSS fonts.
-
Understanding CSS Absolute Positioning and LayeringIn this article, I give you an in-depth explanation of CSS Absolute Positioning.
-
CSS Fixed Positioning Solution to One of the Frame ProblemsIn this article I solve one of the problems posed by HTML frames to search engines, using CSS Fixed Positioning.
-
Some Applications of the CSS Fixed PositioningIn this article, I give you some applications of CSS Fixed Positioning.
-
Understanding CSS Fixed PositioningIn the article I give you an in depth explanation of CSS Fixed Positioning.
-
Positioning HTML Elements with CSS and LayeringIn this article I explain the basics of positioning and layering with CSS.
-
CSS Dimensions and ResolutionsIn this part of the series, I talk about the width and height of HTML elements, as governed by CSS and their effects on different computer screen resolutions.
-
CSS ClassificationIn this article, I give you the meanings of the CSS float and display properties and how to use them.
-
CSS TextIn this article, I show you how to achieve some word processing features with CSS.
-
CSS ListIn this article, I show you how to change the numbering or alphabetic system of an Ordered HTML List and how to change the bullet type of an Unordered HTML List. I also show you how to use a small image for bullets.
-
CSS Surrounding Element PropertiesIn this article, I show you how to determine the padding, border and margin of an HTML element. I use CSS to explain this.
-
CSS BoxIn this article, I explain how all HTML visible elements are formed. I use CSS to explain this.
-
HTML Image MapAn image map is an HTML image with clickable areas. I show you how to construct that in this article.
-
CSS Backgrounds and ColorsIn this article I give you the basics of CSS background images, background colors and foreground colors.
-
Knowing the Resolution of the User's ScreenIn this article, I show you how to determine the resolution of the client's computer screen using JavaScript.
-
Making a High Resolution Web Page Print on a Normal PaperIn this article, I show you how to make a high resolution web page print on a normal letter or A4 size paper.
-
HTML Boolean Attributes and JavaScriptIn this article I show you how to use Boolean attributes in an HTML document and with JavaScript and the DOM.
-
Style SheetIn this article I explain the source of your style sheet, and I tell you some of the principles that govern CSS.
-
Getting Started with CSS2In this article I give you a feel of what cascaded style sheet is about.
-
Guide to HTML LayoutIn this article I give you a guide on how to place your HTML elements in a web page.
-
Hosting Your Web SiteIn this article, I show you how to upload an HTML file to a web site. I also give you the requirements.
-
Guide to XHTML Layout in Containing BlocksIn this article, I give you a guide on how to place your HTML elements in a contaning block (element).
-
Layout with DIVs Instead of Frames for HTMLSearch engines do not work well with frames in web pages. However, frames offer a good way to have large area layouts in a web page.
-
Designing an XHTML FormIn this article I show you how to design and submit web page forms.
-
Basics of XHTML Form ControlsIn this article, I explain the basics of XHTML Form Controls.
-
Covering a Web Page with a Semi-Transparent PaneIn this article you learn how to cover a web page with a semi-transparent pane.
-
HTML Link RectangleIn this article I show you things you can do with the rectangle.
-
XHTML Common Input ControlsIn this article I give you the basics of common XHTML Input Controls.
-
Designing Web Page for PrintingIn this article, I show you how to design a web page for printing.
-
Web Page Design for All ResolutionsThe secret is to use the percentage unit! In this article I show you how to design a web page that will have the same dimensions in all browsers. Read the article for percentage unit specialties.
-
XHTML Table BasicsIn this article, I explain the basics of XHTML tables.
-
JSON FileIn this article, I explain the meaning of JSON File.
-
Creating JavaScript Objects by Literal NotationIn this article I show you how to create JavaScript objects by Literal Notation (initializer).
-
Creating JavaScript Objects by Constructor FunctionIn this article I show you how to create JavaScript objects using the constructor function.
-
Creating JavaScript Objects by InheritanceIn this article I show you how to create JavaScript objects by inheritance.
-
Complete Code of Magic HTML Client EdgesIn this article, I give you the complete code on a project on Magic HTML Client Edges.
-
A Project of Magic HTML Client EdgesIn this article, you learn how to carry out a project on Magic HTML Client Edges.
-
Implementation of Magic HTML Client EdgesIn this article, you learn how to implement Magic HTML Client Edges.
-
Magic HTML Client EdgesIn this article you begin learning how to make a pane move out of the edge of a web page and into the page.
-
Creating JavaScript Objects by Constructor FunctionIn this article I show you how to create JavaScript objects using the constructor function.
-
Creating JavaScript Objects by InheritanceIn this article I show you how to create JavaScript objects by inheritance.
-
Meaning of White Space in ProgrammingThis article explains the meaning of white space character as applied to programming.
-
Meaning of Computer Interpreter and CompilerThis article explains the meaning of computer interpreter and compiler, from a novice's point of view.
-
Guide to Producing HTML Contents for Web DisplayThis article explains the precaution you should take when submitting text in html to a publishing site.
-
Ajax at the ServerThis article explains the response of Ajax request at the server.
-
Making Ajax ResponseIn this article I explain the technology of Ajax, focusing on the Ajax response at browser.
-
Making Ajax RequestIn this article I explain the technology of Ajax, focusing on the Ajax request.

