Get me outta here!

Thursday, March 24, 2016

search engine optimization part:1

A Search Engine is one of the most important tools that help you find information on the web. The utility of
Search Engines in web search lies in the fact that they are responsible for retrieving large amounts of
information very easily, using certain keywords. Potential customers will enter ’keywords’ in a Search Engine
and perform a search.

Python programming tutorial(introduction)

Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. It uses English keywords frequently where as other languages use punctuation, and it has fewer syntactical constructions than other languages.

C programming tutorial part:3(PROGRAM STRUCTURE)

Before we study the basic building blocks of the C programming language, let us look at a bare minimum C program structure so that we can take it as a reference in the upcoming chapters.

Autocad tutorial part:3(visual reference)

The method we just used to create the freehand sketch is known as the interactive
method, where we use the cursor to specify locations on the screen. This method is
perhaps the fastest way to specify locations on the screen. However, it is rather difficult
to try to create a line of a specific length by watching the displayed coordinates. It would
be helpful to know what one inch or one meter looks like on the screen while we are
creating entities. 

Google Adsense tutorial part:3 (Applying For Your Adsense Account)

Once you are prepared to apply for a Google Adsense account, it’s as simple as filling out a form. But there are some aspects of that form that can be a bit confusing.
In this section, I’ll go over filling out the form, so that Google will approve you without any problems. You can find the form to apply for an Adsense account at:


Tuesday, March 8, 2016

PHP tutorial part:1(introduction php)


PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994.

1. PHP is a recursive acronym for "PHP: Hypertext Preprocessor".

2.PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.

Java tutorial part:1(creating object)



In JavaScript, objects are king: Almost everything is an object or acts like an object. Understand objects
and you will understand JavaScript. So let's examine the creation of objects in JavaScript.