• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » jQuery Plugin To Create Fake Video Demo

By Abhishek Ghosh April 15, 2015 11:15 am Updated on April 15, 2015

jQuery Plugin To Create Fake Video Demo

Advertisement

Create Video Demo With jQuery and HTML Without Really Taking Screencast and Post-processing. Very Useful To Create Quick Guides Within Minutes. If you are dreaming of a human is jumping, shouting – that is really impossible, but easy things like demo of how to login, how to an action on webpage can easily be created on the fly with this jQuery Plugin.

 

How To Use This jQuery Plugin To Create Fake Video Demo

 

Copy paste the urls on your any plain text editor and then copy the urls on your browser to open the webpages. This method of opening webpage is irritating but protects your privacy and gives the full control. Anyway, see the official demo page here :

Vim
1
http://uiplayground.in/jquery-image-player/demo-basic.html #copy the url

The way we started this subheader can make a normal human to feel a bit disoriented. Anyway, if you go to their Demo > Basic demo page, you’ll get something like this :

Advertisement

---

jQuery Plugin To Create Fake Video Demo

If you are using WordPress, JQuery is already loaded on the fronted. Then you need only two files to load :

Vim
1
2
<link rel="stylesheet" href="jquery-image-player-min.css">
<script type="text/javascript" src="jquery-image-player-min.js"></script>

Another Javascript is needed at the bottom of the page to call the things :

Vim
1
2
3
4
5
6
7
8
9
10
<script>
$(document).ready(function(){
$('#demo1').jsVideoPlayer({
showTitle : false,
showVolumeControl : false,
playerWidth:400,
playerHeight:385
});
});
</script>

Obviously, we need a custom CSS :

Vim
1
2
3
4
5
6
7
8
9
10
<style>
#demo1 .galWrapper{background:#2f4159;}
demo1 .contentArea{position: absolute; top: 10px; left:50px;}
#demo1 .img1{position: absolute; top:0; left:0;}
#demo1 .usernameText, #demo1 .passwordText{position: absolute; top:107px; left:35px; z-index:1; font-size:15px; color:#009a9a; font-weight:bold; font-family:arial; height:20px; width:auto; display:inline-block;}
#demo1 .usernameText img, #demo1 .passwordText img{position:relative; float:none;}
#demo1 .passwordText{top:162px; width:10px; background:url(../demo-images/password.png) repeat-x 0 0; }
#demo1 .pipe{position:relative;}
#demo1 .pipe:before{content:''; position:absolute; top:0; right:-4px; width:5px; height:20px; display:block; z-index:1; background:url(../demo-images/pipe.gif) repeat-x 0 0; }
</style>

Last part is the HTML :

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<div id="demo1">
    <ul>
        <li data-duration="0">
            <div class="contentArea"><img src="demo-images/img1.png" class="img1" />
            </div>
        </li>
        <li data-duration="1000">
            <div class="contentArea"><img src="demo-images/img1.png" class="img1" />
            </div>
        </li>
        <li data-duration="1000">
            <div class="contentArea"><img src="demo-images/img2.png" class="img1" />
            </div>
        </li>
        <li data-duration="1000">
            <div class="contentArea"><img src="demo-images/img2.png" class="img1" />
                <div class="usernameText">yourname</div>
            </div>
        </li>
        <li data-duration="1000">
            <div class="contentArea"><img src="demo-images/img3.png" class="img1" />
                <div class="usernameText">yourname</div>
                <div class="passwordText" style="width:60px;"></div>
            </div>
        </li>
        <li data-duration="1000">
            <div class="contentArea"><img src="demo-images/img4.png" class="img1" />
                <div class="usernameText">yourname</div>
                <div class="passwordText" style="width:60px;"></div>
            </div>
        </li>
        <li data-duration="1000">
            <div class="contentArea"><img src="demo-images/img5.png" class="img1" />
            </div>
        </li>
    </ul>
</div>

The HTML part and CSS files changes the things. It is not exactly easy to create a demo. But it is also true that, without screencast these can not be made easier before. Whether this Plugin has future or not, that depends on the developer. The idea is good, but basically with one demo, it is near impossible to be so creative to create a substitute of a screenshot.

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to jQuery Plugin To Create Fake Video Demo

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • How to Correctly Include jQuery-UI Effects on WordPress

    How to correctly include JQuery-UI effects on WordPress on your existing Theme without much compromise on Page Loading Speed? It is made easy with our Guide.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy