Websites to learn coding [Beginner to Expert]

0 comments
6 Useful Websites to Learn coding as a Beginner to Expert.
 

#1. W3Schools -



W3schools is number 1 as it helps beginners to learn code from A to Z.
All You need to do is just go to W3schools and select a tutorial of the language you want to learn, then take a cup of coffee and start learning.
No skills required.
You will learn > HTML/CSS (HTML5/CSS3), Javascript, PHP, ASP, XML, AJAX, jQuery


#2. Codecademy -



Codecademy is a best alternative to W3schools, with Codecademy you can learn any language and start programming in a funny way.
No skill required.
You will learn > HTML/CSS, PHP, jQuery, JavaScript, Python, Ruby


#3. Code avengers




Same as Codecademy, Code avengers provides an easy to use platform and its a funny way to code and gain experience. it comes with 3 Levels that a user have to pass them to become a full expert.

No Skills Required
You will learn > HTML/CSS (HTML5/CSS3), JavaScript


#4. CodeSchool -



Codeschool provides you a very easy to use interface, Design, and not much unwanted text.

No skills required.
Language you will learn > HTML/CSS, Ruby on Rails, JavaScript, iOS


#5.TeamtreeHouse -



Teamtreehouse is very similar to Codeschool which provides you simple and easy way to learn Coding.

No skills required.
Languages you will learn > HTML/CSS, iOS, Android, WordPress


#6.Dreamincode -



Last one is Dreamincode, many developers and programmers have taken thier knowledge from Dreamincode. the only thing is the interface is a bit boring and plenty of text as well.

No skill required
Languages you will learn> C++, Java, VB, VB.net, C#, PHP, ColdFusion,

Thats it, Try these Sites to enhance your coding knowledge, Very usefull For beginners.

Abhishek Kr.

About the Author:

Abhishek is 20 years old guy, currently living in Indore, India. He is a part time blogger.
Contact him @ Facebook

Read More

INTRODUCTION TO PHP

0 comments
“PHP [Hypertext Preprocessor]”

In this post I’ll wrap about what is PHP and why you should use this. As mentioned in the official site of PHP [www.php.net], it is a widely-used general-purpose “scripting language” that is especially suited for “Web development” and can be “embedded into HTML”. If you are new to PHP and want to get some idea of how it works, then try their introductory tutorial. If you are a Web developer or want to be, then PHP will be widely used frequently. 

INTRODUCTION-

PHP stands for “Hypertext Preprocessor”. Regionally PHP stands for Personal Homepage but it now been changed to Hypertext Preprocessor. PHP is a server-side scripting language. So if you make PHP coding, it’s not accessible by the user of the website with PHP coding means they cannot view your coding by View Source option. With HTML being a markup language it is understood by the browser and PHP code inside it is understood by the web server. So it is compiled server-side and gives output on the website.
 

FACEBOOK USE PHP-

The trendiest example for the use of PHP over web is Facebook. Facebook is a social networking website, store lots of data in database so we can combine PHP with database using Mysql, which is widely used powerful database around. This indicates that PHP is widely used in web today so it has a broad value in this period.
 

GET STARTED- 

You will be required to test coding for PHP, for this you can check with your host that they allow PHP extension. But if you want to test this locally on computer then you can do this by using certain tool to make your computer a mini web server. 

TOOL RECOMMENDATIONS-

I personally use Xampp, so I’ll tell you about the same but you can download Wamp and test the coding.


FOR XAMPP-
Go to the above link to download this tool and I’ll recommend you to download the “Installer” for it. Then after installation you are ready to test your coding.
XAMPP CONTROL PANEL-

After complete installation, open the Xampp control panel application, you can see the above screenshot. It’s a control panel for the services included with the Xampp, which is available from Program Files in Windows. You want to make sure Apache and Mysql are running, if they are not running then simply click on “Start” button. 

TESTING WEB SERVER-
First thing we want to do is to test the web server. For that you’ll have to open localhost in browser, which can be done by opening 127.0.0.1 in address field or you can use “localhost” (without quotes). Just see below screenshot for this-


This shows that you have successfully installed Xampp to your system.


In my next post I’ll start with the coding in PHP. This post is simply the introductory one so I’m terminating it here. Have any doubts? Do feel free to leave a comment which will be soon cleared. Thanks for giving your precious time on this post. Have Peace..!!

Abhishek Kr.
About the Author:

Abhishek is 20 years old guy, currently living in Indore, India. He is a part time blogger.
Contact him @ Facebook
Read More

WHATSAPP FOR PC

1 comments
WHATSAPP FOR PC

WhatsApp Messenger is a cross-platform instant messaging application for smartphones. In addition to text messaging, users can send each other images, video, and audio media messages. The client software is available for Android, BlackBerry OS, BlackBerry 10, IOS, Series 40, Symbian (S60), and Windows Phone. But it would be better for the people who mostly work on computer/ laptop to run this application on Pc. So for them here is an exciting post on how to run Whatsapp on Pc.
METHODS TO DOWNLOAD WHATSAPP FOR PC-

In this post I’ll talk about .apk file for Whatsapp which can be installed in two ways-

1ST METHOD
-

Whatsapp for Pc


Download the .apk file for Whatsapp from any site providing download link for it. Just google it and you’ll get the same.


2nd METHOD-

Whatspp for pc using bluestacks

For this method you need to refer my previous post on Bluestack for Windows/ Mac Os. Bluestack is a kind of Android emulator which runs Android applications on Pc. For this you will be required to have internet connection to download Whatsapp using Bluestack. I have provided offline installer for Bluestack for your ease. You can see the above screenshot for the same.

Thanks for giving your valuable time for this post. Hope you have no doubts but still you get stuck anywhere then do leave your comments, we’ll get back to you soon. Have peace..!!

Abhishek Kr.
About the Author:

Abhishek is 20 years old guy, currently living in Indore, India. He is a part time blogger.
Contact him @ Facebook
Read More

INTRODUCTION TO HTML- WEB DEVELOPMENT

1 comments

WEB DEVELOPMENT

Welcome to the very first tutorial in Hypertext Mark-up Language, in short HTML which is used in web development or we can say for building up of a website. HTML is widely used in approximately every site we are dealing over internet. Although there are many other languages too but here we are focusing on HTML. Let’s learn in detail about HTML-
INTRODUCTION TO HTML-
HTML is developed as a subset of SGML (Standard Generalized Mark-up Language), which is a higher-level mark-up language. HTML is ideal for transmission across the internet to many different types of computers, users and browser applications. HTML lets you, the designer, create pages that you are reasonably sure can be read by the entire population of the web. In common language, HTML lets you create a website in the way you want your webpage to look like.
UNIFORM RESOURCE LOCATOR (URL)-
As you read that HTML is ideal for transmission across internet, hence this exchange cannot take place unless the information being requested is unlikely identified. The technique used to address documents on the Web is called the Uniform Resource Locator (URL). A URL specifies the exact location of a resource (typically a file) on the Internet.

A URL normally takes the form-

<protocol>://<web-server-name>/<directory>-name>/<file-name>

For example:

http://clearquery.blogspot.com/web-development/index.html
HTML LEVELS-
There are four levels, or versions of HTML-

LEVEL 0 - The minimum tags which constitute an HTML document.

LEVEL 1 - Level 0 tags + Tags for highlighting and images.

LEVEL 2 - Level 0 + Level 1 + Form tags.

LEVEL 3 – Level 0 + Level 1 + Level 2 + Support for client-side image maps and scripts, and table markup elements.

We will deal with all of this in our later tutorials.
TOOLS FOR WEB PUBLISHING-
As basic building block of an HTML page is text, so to create these pages, all you need is a text editor and a web browser.

RECOMMENDATIONS-

·         NOTEPAD++ [TEXT EDITOR]

·         MOZILLA FIREFOX [BROWSER]
EXPLAINATION OF BASIC TAGS-
·         Each and every HTML coding starts and ends with <html> & </html> tags respectively.
                        <html> - Open tag for HTML.
                        </html> - Closing tag for HTML. [ For closing tags we use / ]
·         Then it comes the turn for Head tag. Under head tag we use Title tag. Each webpage has a title like take an example of www.facebook.com, its title is “Welcome to the Facebook”.

<head>

<title>Welcome to the Facebook</title>

</head>
·         After this Body tag come into consideration. Here we input the whole work piece which we want to display on our webpage.
<body>
:::::::::::::::Website Content::::::::::::::::
</body>
APPLICATION-
Let us look at the most basic coding for HTML-
<html>
<head>
<title>Query Made Easy !!!</title>
</head>
<body>
This is my blog….:D
</body>
</html>

Basic Html output


This is all we have in this basic tutorial; hope you’ve learnt what is HTML. Visit us daily to learn more. Don’t forget to subscribe us Via Mail or Feed. If you have any confusion regarding tags then leave a comment, we’ll get back to you with solution asap. Thanks for your time. Have Peace..!!
Abhishek Kr.
About the Guest Author:
Abhishek is 20 years old guy, currently living in Indore, India. He is a part time blogger. Contact him @ Facebook.
Read More

DOWNLOAD BLUESTACKS FOR WINDOWS/ MAC PC [ OFFLINE INSTALLER]

66 comments

 Android App Player- Bluestacks

BlueStacks Android App Player lets you run apps from your phone fast and full screen on Mac and Windows. In this post I'll share the download links of Bluestacks for Windows & MAC OS.

I'll also provide with a offline installer link for the same. The BlueStacks installer which you are downloading from official website will require you to have working internet connection because the BlueStacks player needs some important data to be downloaded during the installation.

Many people having slow internet will find it quite a tedious job and may leave from its installation. For them we are providing offline installer so they do not required to have internet connection after installation.



BENEFITS FOR HAVING BLUESTACKS-

  • Android Emulator which will help you to play any Android Application or game to be played in your computer easily.
  • You can download any app from Google Play and experience its features on your PC. 
  • The most famous apps like Whatsapp, Subway Surfer can be easily accessed using Bluestack.
Whatspp for pc using bluestacks
DIRECT LINK FROM THE OFFICIAL SITE-
INSTALLATION STEPS-
  • Make sure the download is complete.
  • After downloading the BlueStacks offline installer, you must run the setup of the app.
  • Now you will see the installation wizard starting up.
  • Just follow the instructions on screen and it will guide you properly what to do next.
  • The installation will take a few minutes to get over completely.
  • After the installation is complete you must restart your computer as recommended.
  • After the successful installation of Android app player, you must download your favorite game from Google Play and load it into the app player.
  • You can also search the Android Apps and can install and run it no time.
In my future post I'll share you the direct link [.exe] for Whatsapp, Subway surfer and many other famous applications. I hope you've understood the above post, but still if you've any confusions then do feel free to leave your comment. We'll love to help you asap. Have Peace..!!
Abhishek Kr.

About the Author:
Abhishek is 20 years old guy, currently living in Indore, India. He is a part time blogger.
Contact him @ Facebook

Read More

INTRODUCTION TO C++

0 comments
MOST BASIC PROGRAM FOR C++


Introduction to C++ 


First of all we’ll understand what a C++ language is. In this post I’ll cover Introduction to the C++ language followed by the COMPILER used to compile & run C++ coding and then finally a basic C++ program to print a sentence. C++ is a programming language; it will allow you to control your Computer, making it do what you want to do. This blog label named C++ Programming is planned for everyone (even if you’ve never programmed before). These programming tutorials will help you to take advantage of C++.


GETTING C++ COMPILER:

The very basic need before starting out in C++ is to have a compiler. Now you’ll ask what the heck compiler is, hey... Hey... Wait it’s not a heck it’s what we need mainly. A compiler turns the program that you write into an executable that your computer can actually understand and run. If you are enchanting a course, you most likely have one provided through you institute. If you are starting on your own, then you need a compiler, and the best compilers are-

1.     Turbo C++ [For Windows]

2.     G++ [For Linux]

3.     Xcode [For Mac OS X]


INTRODUCTION TO THE C++ LANGUAGE:

A C++ program is a collection of commands, which tell the computer to do a task. These collections of commands are termed as C++ source code.

COMMANDS:-        

  1. FUNCTIONS                        
  2. KEYWORDS

Keywords are a basic building block of the language while using Functions we can structure our programs in a more modular ways, accessing all the potential that structured programming can offer to us in C++. Every program in C++ has one function, always named main, is called when our program first executes. From main you can also call other functions. One is written by us or the other is prewritten functions, which are provided by the compiler. To access those prewritten functions, you include header with the #include directive.


LET’S LOOK AT A PROGRAM:

#include<iostream.h>
#include<conio.h>
int main()
{
clrscr();
cout<<”Hello World”;
getch();
}


Turbo C++ View [For Windows] 




Press Alt + F9 - Check for errors
&
Ctrl + F9 - Compile

OUTPUT: 



ELEMENTS OF PROGRAM:
Let’s look at the elements of the program-·       

The #include is a preprocessor directive that tells the compiler to put code from the header called “iostream” into our program before creating the executable. By including header files, you gain access to many different functions.·       By adding the header file “iostream”, we can use the functions such as cout.       

The semicolon (;) is part of the syntax of C++. It tells the compiler that it is end of a command.

The line int main() tells the compiler that there is a function named main, and that function returns an integer, hence int. This function have beginning and ending denoted by { and } sign.·       

Next is the clrscr(); which is used to clear the screen every time the program is being executed to make the cleanliness of output.

cout object is used to display text. It uses the << symbols, known as “insertion operators”, to specify what to output.·       

Next command is getch(); which reads in input and expects the user to hit the return key. Many compilers will open a new console window, run the program, and then close the window. This command prevents the window from closing because the program is not yet completed.

This is all you can grasp from this introductory post on C++. Hope you’ve learned a lot and in detail. Kindly appreciate our work by placing your valuable comment. Have peace..!!


Abhishek Kr.
About the Author:
Abhishek is 20 years old guy, currently living in Indore, India. He is a part time blogger.
Contact him @ Facebook
Read More
  • Introduction to C++

    INTRODUCTION TO C++

    Our resources have been successfully downloaded over 10K times and found almost every where. Get yours!

  • QUERY MADE EASY !!!

    QUERY MADE EASY !!!

    Learn Why we chose HostGator as our Web Host and find discount coupons to kick start your blog today!

  • QUERY MADE EASY !!!

    QUERY MADE EASY !!!

    Learn every single SEO tip that will boost your blog's ranking and organic traffic. We got them all!

  • QUERY MADE EASY !!!

    QUERY MADE EASY !!!

    Why not take a tour of all great Blogger widgets published so far? You Name it we have it!

  • QUERY MADE EASY !!!

    QUERY MADE EASY !!!

    Learn what it takes to become a successful entrepreneur and build a living online!