C++ Programming - Video Tutorials in Urdu & Hindi


C++ (pronounced see plus plus) is a general purpose programming language that is free-form and compiled. It is regarded as an intermediate-level language, as it comprises both high-level and low-level language features. Developed by Bjarne Stroustrup starting in 1979 at Bell Labs, C++ was originally named C with Classes, adding object-oriented features, such as classes, and other enhancements to the C programming language. The language was renamed C++ in 1983, as a pun involving the increment operator.

C++ is one of the most popular programming languages and is implemented on a wide variety of hardware and operating system platforms. As an efficient performance driven programming language it is used in systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video games.Several groups provide both free and proprietary C++ compiler software, including the GNU Project, LLVM, Microsoft and Intel. C++ has greatly influenced many other popular programming languages, most notably C# and Java.

A C++ program is a collection of commands, which tell the computer to do "something". This collection of commands is usually called C++ source code, source code or just code. Commands are either "functions" or "keywords". Keywords are a basic building block of the language, while functions are, in fact, usually written in terms of simpler functions--you'll see this in our very first program, below. (Confused? Think of it a bit like an outline for a book; the outline might show every chapter in the book; each chapter might have its own outline, composed of sections. Each section might have its own outline, or it might have all of the details written up.) Thankfully, C++ provides a great many common functions and keywords that you can use.

Here is C++ Programming - Video Tutorials in Urdu & Hindi

New HTML5 - Video Tutorials in Urdu & Hindi



HTML5 is a markup language used for structuring and presenting content for the World Wide Web and a core technology of the Internet. It is the fifth revision of the HTML standard (created in 1990 and standardized as HTML 4 as of 1997) and, as of December 2012, is a candidate recommendation of the World Wide Web Consortium (W3C). Its core aims have been to improve the language with support for the latest multimedia while keeping it easily readable by humans and consistently understood by computers and devices (web browsers, parsers, etc.).

What is HTML5?


  • HTML5 is the latest standard for HTML.
  • The previous version of HTML, HTML 4.01, came in 1999, and the internet has changed significantly since then.
  • HTML5 was designed to replace both HTML 4, XHTML, and the HTML DOM Level 2.
  • It was specially designed to deliver rich content without the need for additional plugins. The current version delivers everything from animation to graphics, music to movies, and can also be used to build complicated web applications.
  • HTML5 is also cross-platform. It is designed to work whether you are using a PC, or a Tablet, a Smartphone, or a Smart TV.

HTML5 - New Features

Some of the most interesting new features in HTML5 are:
  • The <canvas> element for 2D drawing
  • The <video> and <audio> elements for media playback
  • Support for local storage
  • New content-specific elements, like <article>, <footer>, <header>, <nav>, <section>
  • New form controls, like calendar, date, time, email, url, search

Here is New HTML5 - Video Tutorials in Urdu & Hindi:

New PHP MySQL - Video Tutorials in Urdu & Hindi


PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP is now installed on more than 244 million websites and 2.1 million web servers. Originally created by Rasmus Lerdorf in 1995, the reference implementation of PHP is now produced by The PHP Group. While PHP originally stood for Personal Home Page, it now stands for PHP: Hypertext Preprocessor.

PHP is a server scripting language, and is a powerful tool for making dynamic and interactive Web pages quickly.

What is a PHP File?

  • PHP files can contain text, HTML, CSS, JavaScript, and PHP code
  • PHP code are executed on the server, and the result is returned to the browser as plain HTML
  • PHP files have extension ".php"

What Can PHP Do?

  • PHP can generate dynamic page content
  • PHP can create, open, read, write, and close files on the server
  • PHP can collect form data
  • PHP can send and receive cookies
  • PHP can add, delete, modify data in your database
  • PHP can restrict users to access some pages on your website
  • PHP can encrypt data
With PHP you are not limited to output HTML. You can output images, PDF files, and even Flash movies. You can also output any text, such as XHTML and XML.

Here is New PHP MySQL - Video Tutorials in Urdu & Hindi:

Make Money with Adsense - Video Tutorials in Urdu & Hindi


Google AdSense is a program run by Google that allows publishers in the Google Network of content sites to serve automatic text, image, video, or interactive media advertisements that are targeted to site content and audience.

Google AdSense provides a free, flexible way to earn money from your websites, mobile sites, and site search results with relevant and engaging ads.

AdSense has helped over two million publishers grow their businesses in the last 10 years. Have AdSense fund your content so you can focus on creating even more.

In this videos you'll learn how to make money with Google Adsense and how to create an account with Adsense, this tutorial series is a step by step guide to learn Adsense properly in Urdu & Hindi.

Here is Make Money with Adsense - Video Tutorials in Urdu & Hindi:

Make Money Online by Writing


Why we're sharing so much tutorials regarding making money online?. Well, because there are hundreds of opportunities available for everyone. You just need to discover them and to fit yourself with a way that suits you. The most important thing in making some decent amount online is; only your efficiency in the subject. So if you have writing and grammar skills then you can cash them by writing for other websites. There are hundreds of websites which provide you the opportunity to work with them and make some or big money. Today, we are discussing about writing jobs, in this list come; article writing, news writing, content writing and many other kind of writings.

There are hundreds of websites and even small blogs which need writers for content writing or article writing. The freelancing websites such as odesk.com, freelance.com and elance.com etc also provide the maximum of writing jobs everyday. So if you are a good writer and have English language skills and can write according to international standards then must try out some resources to find a job as a writer. I'm giving you a list of websites where you can find a job as a writer.!. And also watch the video tutorial in Urdu below the list.

List of Writing Jobs Websites:

  • http://www.about.com
  • http://www.careerpath.com
  • http://www.codelance.com
  • http://www.copyeditorjobs.com
  • http://www.demandstudios.com
  • http://www.elance.com
  • http://www.emoonlighter.com
  • http://www.epclassifieds.com
  • http://www.examiner.com
  • http://www.freeagent.com
  • http://www.freelanceexperts.com
  • http://www.freelancejobs.com
  • http://www.freelancejobsearch.com
  • http://www.freelancers.com
  • http://www.freelancers.pk
  • http://www.freelanceworkexchange.com
  • http://www.journalismjobs.com
  • http://www.mediajobsearchcanada.com
  • http://www.monster.com
  • http://www.newsjobs.com
  • http://www.scriptlance.com
  • http://www.smarterwork.com

You can find your desired writing job by visiting each website in the list above, all of these websites provide writing jobs to the writers from around the world.

Javascript - Video Tutorials in Urdu & Hindi


JavaScript (JS) is an interpreted computer programming language. As part of web browsers, implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed. It has also become common in server-side programming, game development and the creation of desktop applications.
In this video you’ll learn JavaScript which is a client side scripting language and mostly used in web designing and web development, you’ll learn it in Urdu & Hindi. There are many other videos you can watch.

Introduction to JavaScript

  • JavaScript is a client side scripting language which is used to change HTML static pages into a dynamic pages or it brings interactivity in HTML web pages.
  • A client side scripting language means it has support in the browser and doesn't require a web server to be executed.
  • JavaScript is supported by all major browsers and it is written HTML document.

The History of JavaScript

  • JavaScript was initially introduced by Netscape a web browser in 1995. The first author of this language was Brendan Eich.
  • JavaScript's first version was released in 1996.
  • JavaScript has support for communicating with web servers and that was included in JavaScript in 2000.
  • In 2006, JavaScript released its most popular library called "jQuery" which is now used by millions of websites on the web.

Video Tutorials in the 5 Set which is below:

Blogger SEO - Video Tutorials in Urdu & Hindi

Blogger is a blog-publishing service that allows multi-user blogs with time-stamped entries. It was developed by Pyra Labs, which was bought by Google in 2003. Generally, the blogs are hosted by Google at a subdomain of blogspot.com.

In this video tutorial you’ll learn about Blogger SEO (Search Engine Optimizatoin) that how can you easily make SEO setting for your Blogspot blogs. This tutorial is in Urdu & Hindi.




Here is the Blogger SEO Video Tutorials in Urdu & Hindi


Blogger SEO - Video Tutorials in Urdu & Hindi Part1


Blogger SEO - Video Tutorials in Urdu & Hindi Part2


Blogger SEO - Video Tutorials in Urdu & Hindi Part3


Blogger SEO - Video Tutorials in Urdu & Hindi Part4


Blogger SEO - Video Tutorials in Urdu & Hindi Part5


Blogger SEO - Video Tutorials in Urdu & Hindi Part6


Blogger SEO - Video Tutorials in Urdu & Hindi Part7


Blogger SEO - Video Tutorials in Urdu & Hindi Part8


Blogger SEO - Video Tutorials in Urdu & Hindi Part9