Website Development Training

These courses are given online. For online training you must have dsl connection and head phone, microphone. Name Of Course Contents Fees Hours Html Tags, Tables, Div's, Tag attributes, formatting, images, styles, lists, forms, colors, fonts, introduction to frames. $40 8 hr Css id, class, styling, margin, padding, outline, border, float, align, display $40 8 hr Javacript Statement, Comments, Variables, Operators, Comparison, if/else, switch, popup, functions, for loop, [...]

By |2024-03-27T13:04:24+00:00December 14, 2010|Programming|4 Comments

Introduction to regular expression

Regular expressions are used to validate email addresses, username, phone numbers and other stuff. The syntax of regular expression is different in different languages. For example in perl it is differnt and in POSIX the regular expression syntax is different. The regular expression is also called regex. Regular expressions are interpreted differently by different computer languages and operating systems. Let me discuss some parts of common [...]

By |2024-03-27T13:04:25+00:00December 14, 2010|Programming|0 Comments

class vs object

Class is a type of template from which objects can be created. Classes are static and they give a blueprint to create the object. Classes have state and behavior. For example you take the example of human. Human have eyes, hands which are state of the class human and walking and talking are the behavior or action of that class. You can take another example of [...]

By |2024-03-27T13:04:25+00:00December 5, 2010|Programming|0 Comments

What is ISP

Isp stands for internet service provider or independent service provider. Isp is a company that provides individuals and other companies access to the internet and other related services such as website building and virtual hosting. Isp is the company which provides user the facility of internet. Isp provides many ways to connect to internet. The user may connect through dial-up, dsl or broadband, wireless modem, wi-max. [...]

By |2024-03-27T13:04:26+00:00December 5, 2010|Programming|1 Comment
Go to Top