WELCOME TO BHATI TRICKS WRITE FOR US ADVERTISE YOUR BLOG/SITE HERE POST YOUR ARTICLE/TRICK HERE



Showing posts with label WEB TRICKS. Show all posts
Showing posts with label WEB TRICKS. Show all posts

Monday, 26 August 2013

USE WECHAT ON PC WITHOUT ANY SMART PHONE

0 comments
USE WECHAT ON PC WITHOUT ANY SMART PHONE
use-wechat-on-pc

The days of Yahoo Messanger, Google Connect  are gone away. In the world of Technology,WeChat is a popular chat application in youths. It is free to use and flexible. Now a days every smartphone user have a WeChat account. The applications provides many outstanding features like sending of images, videos and text. For sending of text it is best chat application for users. Wechat is a leading chat application in comparison of line, whatsapp, Viber over the internet. With the help of WeChat you can be in touch with your friend circle and your relatives.If you are a not a smart phone user, no problem, you can use it in pc by a simple trick.
YOU MAY ALSO LIKE:


Wechat is best alternative of Line and Whatsapp. The application is introduced by Tencent Holdings, Firstly it is started in China, and now in India.
To use the WeChat in PC, you have to follow the steps:-
  • You have to download a Emulator, Bluestacks is very popular, simple and flexible to use.  It is free to use. It is best emulator for android.  you can download it directly from here
  • Now install the WeChat for PC by blue Stacks to PC.( see the guide lines to install Blue Stack on pc here)
  •  when it is completely installed then you can easily install WeChat from it to pc.
  • READ MORE:-
Now you can easily share your texts, video and audio with your friends with your friends via PC without any smart phone. If you have any problem regarding that trick, then please feel free to post you doubts in comment box, subscribe us for latest updates and recieve our newsletters.

Friday, 26 July 2013

5 OUTSTANDING TRICKS TO SECURE FACEBOOK ACCOUNT FROM HACKERS

0 comments
5-TRICKS-TO -SECURE-YOUR-FACEBOOK-ACCOUNT

Hello friends, how are you ? Are you enjoying tricks on our blog or not ? Please contact us if you are having any problem. Friends as you know craze of Facebook is increasing day by day , I think now a day, everyone is on Facebook but most of us are very rare with security of our facebook account. So today i'll share some useful tips to save your facebook account from hacking. Suppose if someone hack your facebook account then he can do anything with it, he can easily insult you in front of your friends. I don't think there is any need to explain the harms of hacking.

So here are some tips which will surely help you to save your facebook from the attack of hackers
You should hide your email id from your profile. Just set it as "ONLY ME", so that also your friends can't see that.

  • You should hide your mobile number from your profile 
  • Do not send friend request to unknown person 
  • Never accept friend request of unknown person 
  • Enable secure browsing (https://) 
  • Do not use untrusted apps on facebook. 
I hope friends, you'll follow these tips, if you want to keep your facebook account secure.
PLEASE SUBSCIBE US, FOR LATEST UPDATES.

Friday, 19 July 2013

ADVANCED ATTRIBUTES IN HTML

0 comments
HTML-ADVANCED-TAGS

In that post you will learn that, how to customize attributes in  tags in HTML like <button>, <marquee> etc.
you can customize the various attributes like width, height, colors etc in html. In that post you will found mainly three tags that are important in html.
1.) THE MARQUEE TAG:-generally, marquee tag is a stylish tag. You can customize the various attributes in that tag like SCROLLAMOUNT, BEHAVIOUR, and ONMOUSE etc.
SCROLLAMOUNT: You can change the speed of moving text by changing it.
EXAMPLE:-
SCROLLAMOUNT="10"
SCROLLAMOUNT="100"
BEHAVIOR:- BY the behavior tag, You can change the behavior of text or image under the marquee tag.
EXAMPLE:-
behavior="alternate"
behavior="scroll”
behavior="slide"
onmouseover="stop()":- when you put cursor on the text under marquee tag then the onmouseover will stop the marquee text in the browser.
onmouseout="start()":-   When you move out cursor from the marquee text then it will start the marquee text in the browser. 


TO CHECK OUT THE FOLLOWING CODE, PASTE THE FOLLOWING CODE IN NOTEPAD AND SAVE IT AS abc.html

<html>
<body>
<marquee SCROLLAMOUNT="50" behavior="alternate" onmouseover="stop()" onmouseout="start()">CYBER SOLUTIONS</marquee>
</body>
</html>
*** SOME TIMES THAT ATTRIBUTE DID NOT WORK IN CHROME
THE OUTPUT OF ABOVE CODE IS:-

CYBER SOLUTIONS



2.) FORMATTED TEXT:- IN HTML you can change the format of text in any way by changing the attributes such as font-family, font-size, font-weight, color.
Font-family: there are many type types of font families like LED, MONOTYPE, ARIAL BLACK and etc.
EXAMPLE:
font-family: 'Monotype Corsiva'
font-family: 'ARIAL BLACK'
font-family: 'LED'
font-size:you can change the size of text by change the value in font-size.
Example:
font-size: 40px
font-size: 20px
font-weight:-you can change the weight of text by changing the value of that attribute.
Example:
font-weight: lighter;
font-weight: heavy;
color: you can change the color of text by changing the hex-code in color attribute. You can find the hex-code of your favorite color here:-linkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
TO CHECK OUT THE FORMATTED TEXT: PASTE THE FOLLOWING CODE IN NOTEPAD AND SAVE IT AS format.html
<html>
<body>
<title>formatted text</title>
<h1 style="font-family: 'Monotype Corsiva'; font-size: 40px; font-weight: lighter; color: #0000FF;">
YOUR-TEXT-HERE</h1>
</body>
</html>
THE OUTPUT OF ABOVE CODE IS:

YOUR-TEXT-HERE


BUTTON:- By the button tag you can link any page to it. You can customize it by changing the attributes like size of button, z-index etc.
For check out this, paste the following code in notepad, and save it as button.html
<html>
<body>
<title>button</title>
<button style="z-index: 1; left: 526px; top: 288px; position: absolute; height: 44px; width: 275px">CYBER SOLUTIONS</button>
</body>
</html>


NOTE:- IF YOU GOT STUCK AT ANY POINT, PLEASE LEAVE A COMMENT FOR US. AND DON'T FORGET TO SUBSCRIBE US FOR LATEST UPDATES.

Thursday, 4 July 2013

DECRYPT PASSWORD FROM ASTERISK FORM

0 comments
DECRYPT PASSWORD FROM ASTERISK FORM
DECRYPT-PASSWORD-FROM-ASTERISK-FORM


Java-scripts plays a major role in web maintaining. It is majorly used in form tags like form validation,alerts and etc. you can decry-pt the password from  asterisk form. You can use this java script in any browser like Google chrome, opera, safari, internet explorer. You have to create a bookmark.
For create it follow the steps:-
STEP 1)Open your browser(EXAMPLE GOOGLE CHROME) .
STEP 2)Crete a bookmark, rename it as “passwords”
DECRYPT-PASSWORD-FROM-ASTERISK-FORM

STEP 3)Now paste the following code in URL box.
javascript: var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;k<w.length;k++) {var x = ((x) || (z(w[k].document.forms)));g=g+1;}if (!x) alert('Password not found in ' + g + ' forms');}function z(f){var b=false;for(var i=0;i<f.length;i++) {var e=f[i].elements;for(var j=0;j<e.length;j++) {if (h(e[j])) {b=true}}}return b;}function h(ej){var s='';if (ej.type=='password'){s=ej.value;if (s!=''){prompt('Password found ', s)}else{alert('Password is blank')}return true;}}
DECRYPT-PASSWORD-FROM-ASTERISK-FORM

NOTE:-when you see stored passwords in any web page,then click on this bookmark, and enjoy it.
IF YOU HAVE ANY PROBLEM REGARDING THIS POST, PLEASE POST A COMMENT.
THIS TRICK IS ONLY FOR EDUCATIONAL PURPOSE

ENABLE JAVASCRIPTS IN GOOGLE CHROME

0 comments
ENABLE JAVA SCRIPT IN GOOGLE CHROME
ENABLE-JAVA-SCRIPT-IN-GOOGLE-CHROME

In this post you will learn that how to activate java Script in Google chrome .JavaScript are used in web designing at a large scale.
For activating java script in Google chrome,follow these steps:-
STEP-1) Open the Google chrome,and go to the settings.
ENABLE-JAVA-SCRIPT-IN-GOOGLE-CHROME

STEP-2) In the setting section,click on the “show advanced setting”
ENABLE JAVASCRIPT IN GOOGLE CHROME

STEP-3)In the privacy section,click on “content setting”
ENABLE-JAVA-SCRIPT-IN-GOOGLE-CHROME

STEP-4)Now a window will executed,then find the JavaScript section,and select “ALLOW ALL SITES TO RUN JAVA SCRIPTS”.
ENABLE-JAVA-SCRIPT-IN-GOOGLE-CHROME

STEP-5)Click on OK,and close it.
NOW THE TASK IS TOTALLY COMPLETED.WHEN YOU OPEN ANY WEBSITE,BROWSER WILL ALLOW ALL SITES TO RUN JAVA SCRIPTS. IF YOU HAVE ANY DOUBT,PLEASE LEAVE A COMMENT AND ENJOY IT. DON'T FORGET TO SHARE IT WITH YOUR FRIENDS.


USE ANY BROWSER AS NOTEPAD

0 comments
USE ANY BROWSER AS NOTEPAD
USE-ANY-BROWSER-AS-NOTEPAD

Friends,In this post you will find that how can we use any browser as a notepad or “writer”.
Many times,I need to note some important data such as keys,codes etc. then I open a notepad to note it.
And I think you also do it for many purposes. But in that post I am share a solution of that problem in which you will learnt that  “how to use any browser as notepad”. Really it is not a joke ,you can do it simply by following some steps. For this you have to create a bookmark.To make it possible follow the following steps:-
STEP 1.) Firstly open your browser(let say Google chrome),and create a new bookmark.
USE-ANY-BROWSER-AS-NOTEPAD

STEP 2.) Give it a name (example NOTEPAD)
STEP 3.) In the address bar(bookmar) type the following scipt.
data:text/html,%20<html%20contenteditable>
USE-ANY-BROWSER-AS-NOTEPAD

STEP 4.)click on save.
USE-ANY-BROWSER-AS-NOTEPAD

Now the work is totally completed,when you have to note some notes from any website,then click on “notepad” bookmark. It will open a new tab, and you can write anything here.
If have any problem,leave a comment below. AND SUBSCRIBE US FOR LATEST UPDATES.

Saturday, 29 June 2013

CONVERT TEXT TO VOICE ONLINE

0 comments
TEXT TO VOICE
CONVERT TEXT TO VOICE ONLINE
STEP 2:- Enter your text. Example(how are you).
STEP 3:- now, simply click on say it.

Note: you can change the voice by clicking on voice
 

ABOUT THE AUTHOR

Founder & Author:I ABHISHEK BHATI student of COMPUTER SCIENCE by education a Blogger by profession. Exploring Technology is my passion.BHATI TRICKS is place for Tech Lovers. ABHISHEK BHATI launched his frist Marketing Site in 2013.
...Read More

GET FREE EMAIL UPDATES

Join us for free and get valuable content delivered right in your inbox.



recent comments

BHATI TRICKS Widget

| BHATI TRICKS © BHATI TRICKS. All Rights Reserved | | Back To Top |