Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Oman Driving License – Some Tips for Expats

This article is intended to the expatriates, who need four wheeler Driving License in Oman. It contains basic information about knowing and understanding how to drive safely especially for the Road test. you. can use it to help prepare for your road test, and to preview what the test will be like. Many people fail […]

Introduction to Java Programming-2

This tutorial explains the installation and usage of the Java programming language. It also contains examples for standard programming tasks.     Table of Contents[toggle title=”1. Introduction to Java” open=”no”] 1. Introduction to Java 1.1. History 1.2. Java and Open Source 1.3. Java Virtual machine 1.4. Java Runtime Environment vs. Java Development Kit 1.5. Characteristics […]

Terminology, Syntax, & Introduction

Before beginning our journey to learn HTML and CSS it is important to understand the differences between the two languages, their syntax, and some common terminology. As an overview, HTML is a hyper text markup language created to give content structure and meaning. CSS, also known as cascading style sheets, is a presentation language created to give content […]

Coding Practices & Additional Resources

There are a lot of different elements, attributes, properties, values, and so forth to learn in order to write HTML and CSS. Every lesson up until this point has had the primary objective of communicating these different parts of HTML and CSS, in hopes of helping teach the core fundamentals. This lesson takes a step […]

The Display property

display is CSS’s most important property for controlling layout. Every element has a default display value depending on what type of element it is. The default for most elements is usually block or inline. A block element is often called a block-level element. An inline element is always just called an inline element. block <div> […]

No Layout

Having no layout whatsover is almost ok if all you want is one big column of content. However, if a user makes the browser window really wide, it gets kind of annoying to read: after each line your eyes have a long distance to travel right-to-left to the next line. Try resizing your browser to […]

Performance & Organization

Having the ability to write HTML and CSS with a solid understanding is a great expertise to have. As a website’s code base and traffic grows, a new skill set comes into play, one that is extremely important to both development time and user experience. Knowing the fundamentals of website performance and organization can go a long way. The […]

Introduction to Java Programming

This tutorial explains the installation and usage of the Java programming language. It also contains examples for standard programming tasks.   Table of Contents[one_third last=”no”] [toggle title=”1. Introduction to Java” open=”no”] 1. Introduction to Java 1.1. History 1.2. Java and Open Source 1.3. Java Virtual machine 1.4. Java Runtime Environment vs. Java Development Kit 1.5. […]

Migrating A Website To WordPress

Now powering over 17% of the Web, WordPress is increasingly becoming the content management system (CMS) of choice for the average user. But what about websites built with an outdated CMS or without a CMS at all? Does moving to WordPress mean starting over and losing all the time, energy and money put into the […]