ADS
Responsive Ads Here 2222
Loading...

Saturday 18 November 2017

It is necessary to create a progress bar while loading a page:
Therefore we have created this project and tutorial in makeroid.io

Step-1: Arrangement



Step-2: Load URL of your Website while your App Screen is loading









Step-3: Progress bar while page is loading




















---------------
Download APK and .aia Project file
--------------
Watch Full Video for better understanding
Video URL

Thursday 28 September 2017

Text Copy to Clipboard 

Copy all these below codes and paste that in a Notepad file and save that file as : FileName.html
---------------------------------------------------------------

<html>
<body>
<style>
.button8 {background-color: white; color: black; width: 48%; text-align: center; cursor: pointer; padding: 3px 2px; border: 2px solid #2445a2;}
</style>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
function copyToClipboard(element) {
  var $temp = $("<input>");
  $("body").append($temp);
  $temp.val($(element).text()).select();
  document.execCommand("copy");
  $temp.remove();
}
</script>


  <h2>Love Shayari for Boyfriend-3</h2>
  <p id="p3">
आग सूरज में होती है जलना ज़मीन को परता हैं<br>
मोब्बत निगाहैं करती हैं तरपना दिल को परता हैं
</p>

<div align="center">
 <a href=""><button class="button8">WhatsApp</button></a>
<button onclick="copyToClipboard('#p3')"; class="button8">Copy Shayari</button>
</div>
</body>
</html>
---------------------------------------------------------------
PREVIEW Above HTML File
---------------------------------------------------------------

-----------------------------------------------

Thunkable Design


 

Thursday 21 September 2017

Following are the collection of some tips which is really helpful for New YouTubers those who trying to become a YouTuber or those who are getting fail on YouTube

01. Keep Patience - No Shortcut - No Copy

Patience is the key to success, because there is no Shortcut to achieve something at sudden, may be possible if you do invest to advertise your channel. Don't copy any things of other YouTubers or Bloggers

02. Loyalty/Faithful to your Viewers

You Should be faithful to your Viewer, other wise as soon as Subscribers will come and that soon Un-Subscribe your Channel.

03. Be Creative and Do something New

If you do something new with your own Creativity Ideas that will surely help you to increase Views and Subscribers and to Stand-up your Channel in progressive way.

04. Do with your Passion and Dedication and Never Give up

If you want to do YouTube Videos, better to do whatever your Passion is and do dedicate with your work and if you fails Never Give up.

05. Start Channel if able to make 100+ Videos

Start with the Topic if you are able to make Videos more than 100 on that Topic, either a Comedy or Technical, be sure that you are capable to create more than this with same Categary.








06. Just do it - Don't Fear of anything - (If not started yet)

One thing is that if you still have not started your Channel, then do forget everything, just do it without thinking of any things. Don't fear that you can't or what people will think about it.


07. Quick - Quality - Quantity

The last tips is 3Q, First be prompt and be Quickness in your work and do first upload videos and collect the news Fast and First
Quality is also the important part if viewers will not able to listen you or unable to understand the topic, your hard work become Zero. So maintain quality both Audio and Video because YouTube even hate non-quality videos
Quantity means, the numbers of Videos that you can create as many as possible, it will auto help you to increase your Views and Subscribers


Hope all above will help you, please visit our Channel and related video:




Friday 15 September 2017





Following Steps need to be followed to bring CSS Menu like this.


Step 1: First Login to www.blogger.com and go to Theme and I have chosen  "Picture Window" because some option may not be available in other Themes.

Step 2: Go to "Layout" and Check where is "Cross-Column" and under this click on Add a Gadget as per screenshots mention below.








Step 3: After this Select "HTML/JavaScript" and click Plus (+) symbol to add it.






Step 4: A form like this image mention below will be opened and leave the blank field in "Title" and copy paste the CSS Menu Codes into "Content", find CSS Menu codes from this Site: https://www.w3schools.com/css/css_navbar.asp





















Finally you can follow this Video for more about it