I have more than 10 years experience in Computer Software and Computer Programming.
Now, I am a freelance programmer.
+ more bio informationActive Client PagesIntroductionIf a user were using a slow Internet line, he would have found that it takes time for him to have his web page displayed (downloaded) to his client computer. The time has come when only the first page of his web site would take long to be downloaded; the rest of the pages would come very fast. I... More..
Starting ProgrammingWhat Programming language to start with? Good Question. For the past twenty years programmers have not suffered from unemployment as professionals in other fields of work. When you master programming, you can enjoy it; also it is rewarding financially. This article is for anybody who is computer literate (... More..
Regular Expression Patterns in PerlRegular Expressions in Perl for the Novice Chapter IIIntroduction This is chapter II of my series, Regular Expressions in Perl for the Novice. In this part of the series, we start analyzing patterns in Perl Regular Expressions.Character Classes The Square Brackets A character class allows a ... More..
Regular Expression Patterns in PHP PHP Regular Expressions Part IIIntroduction In this part of the series, we start analyzing patterns in PHP Regular Expressions.Character Classes The Square Brackets A character class allows a set of possible characters, where one of them would match at a particular point, a character, in the... More..
JavaScript String Regular Expression Patterns JavaScript String Regular Expressions Part 2Introduction This is the second part of my series, JavaScript String Regular Expressions. In this part of the series, we start analyzing patterns in JavaScript Regular Expressions.Character Classes The Square Brackets A character class a... More..
XHTML Elements for Beginners XHTML Basics - Part 2 Introduction This is the second part of my series, XHTML Basics. In this part of the series, I explain what XHTML elements are and how you code (type) them. Elements are tags and their contents, as we shall see below.Two main Sections There are two main sections of an XHTML d... More..
PHP Regular Expressions PHP Regular Expressions Part IIntroduction Consider the string,"This is a man".Assume that you do not know the content of the string; the string might have been typed by the user and the PHP code has assigned it to a variable. You may have the following two questions:1) Does the sting have the word, "m... More..
IntroductionThe aim of this article is to quickly make you understand the meaning of Programming Objects (OOP) and how to create them in JavaScript. I assume here that you know the meaning of variables and functions in JavaScript, but you might not have understood JavaScript objects. There are three ways of creating JavaScri... More..
Introduction to JavaScript String Regular Expressions JavaScript String Regular Expressions Part 1Introduction This is part 1 of my series, JavaScript String Regular Expressions.Consider the string, "This is a man".Assume that you do not know the content of the string; the string might have been typed by the user and the Java... More..
JavaScript String Regular Expressions Part 4Introduction This is the fourth part of my series JavaScript String Regular Expressions. You can actually group bits of a regular expression and do something with it. That is what this part of the series is about.Groupings We can use parenthesis to group characters in a pattern. Con... More..
Chrys
Articles Written: 29