Showing posts with label Tutorials. Show all posts
Showing posts with label Tutorials. Show all posts

Download YouTube Video Creating Software Part # 01




How to Download YouTube Video Creating Software # 01

Step by Step Video Tutorial on How to Create or Make YouTube Videos
07:12No comments

How to Prepare Script Audio For Your YouTube Video Part # 02





How to Prepare Script Audio For Your YouTube Video

Step by Step Video Tutorial on How to Create or Make YouTube Videos
07:12No comments

How to Record Your Screen With Camtasia's Powerful Screen Recorder Part ...

 



How to Record Your Screen With Camtasia's Powerful Screen Recorder

Step by Step Video Tutorial on How to Create or Make YouTube Videos
07:11No comments

How to Save .camrec and Project Management in Camtasia Studio Part # 04




How to Save .camrec and Project Management in Camtasia Studio

Step by Step Video Tutorial on How to Create or Make YouTube Videos

My Website : http://www.tutorialport.com/
07:10No comments

How to Editing Dimensions and Save .camproj in Camtasia Studio Part # 05

 



How to Editing Dimensions and Save .camproj in Camtasia Studio Part # 05

Step by Step Video Tutorial on How to Create or Make YouTube Videos

Website : http://www.techsmith.com/camtasia.html

My Website : http://www.tutorialport.com/
07:09No comments

HTML Introduction HTML Tutorial



HTML   Introduction







Example  :-


<!DOCTYPE  html>
<html>
<body>


<h1 >My First  Heading</h1 >


<p>My  first  paragraph.</p>


</body>
</html>




Example  Explained  :-




The DOCTYPE  declaration   defines  the document  type
The text  between  <html>  and </html>  describes  the web  page
The text  between  <body>  and </body>  is the visible page content
The text  between  <h 1> and </h 1> is displayed  as a heading
The text  between  <p> and </p>  is displayed  as a paragraph












 
09:061 comment

How to Create a Blogger Blog Step by Step Tutorial - Blogger Beginners! Tutorial 2014

How to Create a Blogger Blog Step by Step Tutorial - Blogger Beginners! Tutorial 2014

How to Create a Blogger Blog Step by Step Tutorial - Blogger Beginners! Tutorial 2014
How To Make a Blog Blogger Beginners Tutorial Learn how to create a blog step by step for Beginners in 15 min



08:202 comments

Blogger Tutorial 2014 How to Create a Blogger Blog Step by Step Tutorial

Blogger Tutorial 2014 How to Create a Blogger Blog Step by Step Tutorial
How to Create a Blogger Blog Step by Step Tutorial - Blogger Beginners! Tutorial 2014
How To Make a Blog Blogger Beginners Tutorial Learn how to create a blog step by step for Beginners in 15 min
 
08:123 comments

The Great Magic Tricks

The Great Magic Tricks Ever

Card Magic Tricks 





Second  Method


For this  a false  bottom  is required,  fitting  into the plate, and made out of strong  white  cardboard,   the upper side of which  is covered  with white  glazed  paper.  Previous  to the trick,  a handkerchief  is placed  on the soup  plate,  which  is a white  china  one and is then  covered  by the false  bottom, the edge of which  is beveled  to ensure  a proper  fit of the bottom  in the
plate,  which  if properly  prepared,  may be freely  shown from  both sides,  the presence  of the false  bottom  being practically   impossible  to detect.  To prevent  the bottom from falling  out while  the plate  is shown,  the performer holds  it in place with  his fingers.  In inverting  the plate  on the table,  the bottom  drops  down and the hidden  handker­ chief  is liberated,   being  afterwards   discovered   under the plate.

Some  performers   have the lower  side and edge of the cardboard  disc  lined with  newspaper  and during  the trick, invert  the plate  on a newspaper  spread  on the table,  The lined  bottom  being  on the newspaper  is therefore   not dis­ cernable.  A still  better  way  is to have the lower side and edges  of the false  bottom  the same  color  as the table  top, which  plan makes the use of
the false  bottom  still  more difficult  to detect.







11:59No comments

How To Become a Magician?

The Great Magic Tricks Ever

Simple Magic Tricks 





First  Method


A newer  and better  way  is to have the folded  duplicate handkerchief concealed  in a small  clip,  fastened  on the rear edge of the table  top.  In inverting  the plate  on the table,  the performer  secretly  removes  the handkerchief from the clip and introduces   it under the plate  in the following   manner.  The plate  is held by the rim with  the thumb  and fingers.

in such  a way that the thumb  is kept on the back of the plate,  while  the first  finger  is underneath, the remaining fingers  being  unoccupied. Holding  the plate thus,  the conjurer  shows  it repeatedly  from  both sides,  and finally knocks  on the table  with  it, to demonstrate that the plate  is a real one.  In doing  so, he quickly  seizes  the handkerchief, concealed  in the clip,  with  the disengaged fingers  and deftly  introduces   it under the plate.  The trick  is now practi­ cally  done,  as all that  remains  is to disappear  another second  handkerchief, which  the conjurer  can do in various ways,  as for instance  by means  of the  Hand Box, Vanish­ ing Pull, Thread  Pull etc. 





10:41No comments

PHP 5 Tutorial

What Is PHP? Why PHP? & How to Use It?

PHP Introduction



PHP Case Sensitivity


In PHP, all user-defined   functions,   classes,  and keywords  (e.g.  if, else, while,  echo,  etc.)  are case-insen­ sitive.

In the example  below,  all three  echo statements   below are legal  (and equal):

Example  :- 1


<!DOCTYPE  html>
<html>
<body>
<?php
ECHO "Hello  World!<br>"; echo "Hello  World!<br>"; EcHo "Hello  World!<br>";
?>
</body>
</html>







10:19No comments

What Is PHP 5? Tutorial

What Is PHP? Why PHP? & How to Use It?

PHP Introduction




PHP  5 Syntax

Comments  in PHP


PHP supports  three  ways  of commenting:- 


Example

<!DOCTYPE  html>
<html>
<body>
<?php



II This  is a single  line comment

# This  is also a single  line comment

1*
This  is a multiple  lines  comment  block that spans  over  more than
one line
*1
?>

</body>
</html>






10:141 comment

PHP 5 Tutorial

What Is PHP? Why PHP? & How to Use It?

PHP Introduction



PHP  5 Syntax

Comments  in PHP


A comment  in PHP code  is a line that  is not read/exe­ cuted  as part of the program.  Its only  purpose  is to be read by someone  who is editing  the codel

Comments  are useful  for :-

To let others  understand  what you are doing - Comments  let other  programmers understand  what  you were  doing  in each step (if you work  in a group)

To remind  yourself  what  you did - Most programmers have experienced   coming  back to their  own work  a year or two later  and having  to re-figure  out what  they  did. Comments  can remind  you of what you were thinking when  you wrote  the code.





10:095 comments

Why jQuery? jQuery Introduction jQuery Tutorial

Why jQuery?

There are lots of other JavaScript frameworks out there,
but jQuery seems to be the most popular, and also the
most extendable.
Many of the biggest companies on the Web use jQuery,
such as:


Google
Microsoft
IBM
Netflix



23:04No comments

What is jQuery? jQuery Introduction jQuery Tutorial

What is jQuery?

jQuery is a lightweight, "write less, do more", JavaScript library.
The purpose of jQuery is to make it much easier to use JavaScript on your website.

jQuery takes a lot of common tasks that require many
lines of JavaScript code to accomplish, and wraps them
into methods that you can call with a single line of code.
jQuery also simplifies a lot of the complicated things
from JavaScript, like AJAX calls and DOM manipulation.
The jQuery library contains the following features:
HTML/DOM manipulation
CSS manipulation
HTML event methods
Effects and animations
AJAX
Utilities


22:581 comment

How to Checkmate in 3 Moves in Chess How to be a Better Chess Player

How to Checkmate in 3 Moves in Chess  How to be a Better Chess Player

Step By Step Images be a Better Chess Player. Checkmate Winning Life Strategies of a Chess Grandmaster


09:15No comments

How to put Blogger Stat's Counter Widget (Gadget) in Blogger Blog / Blogspot Free [ Tutorial ]

How to put Blogger Stat's Counter Widget (Gadget) in Blogger Blog / Blogspot Free [ Tutorial ]

 

Now Follow This Steps & Get Blogger Stat's Counter On Your Blog



Step One : Sign In Your Blogger Accounnt


01:27No comments

How To Add Google Follower Gadget in Blogger Blog


How To Add Google Follower Gadget in Blogger Blog 2013-2014



Step One

 Next

 Next

 Next

Next

 Next

Next

 Next

 Next

 Next

Next







You can Also See in This Video Tutorial


22:43No comments

How To Change Blogger Blog Template

How To Change Blogger Blog Template 2013-2014

 

Step One



11:32No comments

How To Put Youtube Video in My Blogger Blog

How To Put Youtube Video in My Blogger Blog 2013

 

 

Step One


Next

Next

 Next


Next

Next

Next

Next

Next

Next




You can Also See in This Video Tutorial


10:24No comments