All FaceBook Tricks And Tips We Will Show From Our Blogger

be clever with us and know the perfect and new things about facebook

All Twitter Tricks And Tips We Will Show From Our Blogger

all things you want to know about twitter tricks and tips you will find here in our blogger

Unique Internet Tricks And Tips

This The Most Important Field What Users Around The World Search

Translate


Friday, April 26, 2013

how to hide "seen at " when you see message in face book chat without using app :)

how to hide "seen at" when you see message in Facebook chat without using app :)

today i will show to you how hide the "seen" in Facebook without using app or any tools after you seen message sent from your friends at Facebook he or she will see "seen at " in chat
that mean you received and see the message 



now how can do it :
  • go to message you want to hide "seen" from it

 and mark as unearned 






  • after this step the "seen at" will hide from friend message 


Sunday, April 21, 2013

list of sites provide you free likes ,followers,+1 AND YouTube views



list of sites provide you free likes ,followers,+1 AND YouTube views 




To our  members and visitors of our blog today  we show to you a set of sites listed Rank in good 

And that can take advantage of them to get more followers on all social networking  Facebook, Twitter, Google Plus and YouTube





fb.likeseed.com

And Good Luck




How to zoom any profile picture on Facebook and if that protected .....


How to zoom any profile picture on Facebook and if that protected .....






First: Copy this code and put it in a place alone because we will be used later,,,,
https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/

Second: enter to any account on Facebook, and go to the picture of the person you want to zoom it to natural size, of course, is protected when any person attempt to zoom it or press on  , now press right  click on the picture... and select View Image for the Firefox browser .. As for Google Chrome  choose 
 copy Image URL and put the link in a new Tab to show image and press enter







Third ,, of course, the picture appear a small size and in its page, and you'll find the image link in the browser bar, but we will need from the link, but only part of it which is several numbers in the last link after this landmark / copied in red:


https://fbcdn-profile-a.akamaihd.net/hprofile-ak-prn1/554777_3214796978623_1655692071_n.jpg



Fourth, add the numbers that you copied in the previous step, and putting it after the link shaded red to be a link like this:

https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/


Friday, April 19, 2013

How To Disable Right Click Menu In Blog And Website?



The Main Question Is How To Disable Right Click Menu In Blog And Website Using Single Line Short JavaScript Code In <body> Tag To Secure Your Blog And Website?
Well here's a really simple script that you can use to block all access to the context menu (not just from the right mouse button but from the keyboard as well) and really annoy your visitors. The script is even simpler than most of the ones that only block the mouse button and works in about as many browsers as those scripts do. Here's the entire script for you. Adding just that small piece of code to the body tag of your web page is more effective at blocking your visitor's access to the context menu than the many no right click scripts that you can find elsewhere on the web because it blocks access from both the mouse button and the keyboard options described above. If you want to show a message when visitor clicks "Right Click" then read this How To Disable Right Click In Blogspot And Website With A Custom Message?
 I want my readers to know how to protect your hard work put on creating and writing new articles on your website or blog from being copied by others. Please bear in mind that this is no guarantee that your content will not be copied. Someone with a little bit of experience may be able to bypass this JavaScript. But at least you are not making it so easy for them.
Please find below the HTML code that you need to instert in your blogger template or website in order to disable the copy paste function.

Features:
1.) Short JavaScript Code.
2.) Quick To Load And Easy To Install.
3.) Disable Right Click So There Will No More Right Click Menu On Your Page.
4.) Help You To Stop Copying.
5.) Disable Right Click Without Any Message.
6.) Works On All Browsers.(JavaScript Supported)
7.) Also Disable Right Click Keyboard Button.


How To Add In Blogspot?
1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To "Template".
4.) Click "Edit Template".
5.) Now Find "<body> Tag.
6.) Now Copy The Below Code And And Replace It With <body> Tag.
7.) Click Save, Now You Are Done.


How To Add In Website?
1.) Just Go To Your HTML File.
2.) Now Find "<body> Tag.
3.) Now Copy The Below Code And And Replace It With <body> Tag.
4.) Click Save, Now You Are Done.

<body oncontextmenu="return false;">



Wednesday, April 10, 2013

How To Customize Blog Post Headings With Extra CSS In Blogspot?




How To Customize Blog Post "Heading, Subheading, Minor heading" Formats With Extra CSS In Blogspot To Spice Up Your Blog?
The Blogger post headings of article is one of many important factors in order to encourage readers on reading our blog articles. That's because the Blogger headings title is the first thing that visitors will see at the first time when landing to your blog post. So, no wonder that many bloggers i've met around the blogosphere always maximize the interface of blogger post headings of their blogs.

There are many benefits that we can get if we can maximize the interface of the Blogger post title, and one of those benefits is to increase the number of pageviews of our blog. Interested to style the Blogger post title in your blog into the CSS Capitalize, Uppercase or Lowercase character with the CSS property "text-transform", here's how to do that..

In this tutorial, I'll tell you how to fully customize the post headings title font by going to Advanced that is generally three, Heading Means <h2>, Subheading Means <h3>, Minor heading Means <h3>.

Many of the templates both from the Blogger template designer and Custom templates leave the post headings fairly standard.When it comes to fonts, sizes, colors etc.. the headings titles on almost all blogs have the same design. But you can add some spice to your post headings titles without too much hard work and adding even a few minor customizations can make all the difference. Every Blogger template has a small piece of Css that controls how the Post Headings titles appear and by adding or changing small pieces of code we can change the appearance.

So in this post among other changes to your blog post headings titles we will see, How To Add CSS, Change The Size, Change The Color, Change The Background Color or add A Background Image, Change The Font Family and more..
First make sure to back up your template, I'm sure you wont make a mistake but just in case.With that done lets look at some of the effects we can add to Blogger post titles.

Features:

1.) You Can Spice Up Your Blog Post Headings Formats Only.
2.) Full CSS Support/Code.
3.) Easy To Add And Awesomer In Look.
4.) Can Add Every CSS Property.
5.) It Will Be Displayed On Every Places, Labels Page, Main Page, Search Page, Article Page.
6.) Best For SEO And SMO.
7.) Heading Means <h2>, Subheading Means <h3>, Minor heading Means <h3>
8.) You Can Also Change Or Add Extra CSS.
9.) Quick To Load And Small In Size.
10.) Cool Codes With Optimization.

How To Add In Blogspot?

1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To Template.
4.) Click "Edit HTML".
5.) Now Find "]]></b:skin>"
6.) Now Copy The Below Code And Paste Before It.
7.) Customize It.
8.) Click Save, Now You Are Done.


"Heading" CSS Code:

.post h2 {
padding:5px;
font-size:20px;
font-style:bold;
font-style:italic;
border-top-style:dotted;
border-bottom-style:dotted;
//Your Extra CSS Here//
}


"Subheading" CSS Code:

.post h3 {
padding:5px;
font-size:16px;
font-style:bold;
font-style:italic;
border-top-style:dotted;
border-bottom-style:dotted;
//Your Extra CSS Here//
}


"Minor heading" CSS Code:

.post h4 {
padding:5px;
font-size:12px;
font-style:bold;
font-style:italic;
border-top-style:dotted;
border-bottom-style:dotted;
//Your Extra CSS Here//
}


Customization:

1.) Change The CSS Codes With Your Desire.
2.) Add Extra CSS In Space Of //Your Extra CSS Here//.
3.) Feel Free To Ask More.

Monday, April 8, 2013

How To Add Music With Control Bar On Blog & Website?




Depending on the subject matter of your blog, having music played in the background may either enhance the pleasure of reading or annoy your visitor. Imagine the agony of surfing the web in discreet, only to catch the attention of your office colleagues or parents when the music automatically blasts off in the background. Not to mention, a big music file may cause a slower page download. Nevertheless, the solution, as shall be explained later, is simple - have an option for the reader to play or stop the music.


To begin, you will need to have a music file uploaded onto a server. You can read about using Free Hosting Providing Sites. We have also a rather list of free File Hosting Services in our articles. Check out those sites and choose one that is fast, reliable and enables hotlinking to the uploaded files. Upon uploading, note down the URL of the file.


Next, you would have to decide how you want the music to be played. Link for reader to click Your visitor can click the link if he wants to hear the music. A music player console with controls of the volume, on and off buttons, would give your visitors a choice on how he wants the music played. With the code stated below, the music will not play unless the visitor clicks the play button.

Features:
1.) QuickTime Video Plugin Required To Play This Music Player.
2.) Simple To Install And Easy To Use.
3.) Short Code With Cross Browsers Support.
4.) Fully Customizable Code.
5.) Awesome And Simple Player Skin.


How To Add In Blogspot?
1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To Layout.
4.) Click "Add A Gadget" Where You Want To Add It.
5.) Now Scroll To "HTML-JAVASCRIPT"
6.) Click "+" Icon To Add It.
7.) Now Copy The Below Code And Paste It To There.
8.) Leave The Title Empty.
9.) Click Save, Now You Are Done.


How To Add In Website?
1.) Just Go To Your HTML File.
2.) Now Copy The Below Code And Paste It Between .
3.) Save It, Now You Are Done.


<embed type="music/quicktime" autostart="false" height="40" loop="true" playcount="2" src="URL Of Music File" width="300"/></embed>



It Will Become Like:
<embed type="music/quicktime" autostart="false" height="40" width="300" loop="true" playcount="2" src="http://exeideas.t15.org/muhammadhassan/titanic.mp3" /></embed>






Customization:
1.) Change URL Of Music File with your music file's URL.
2.) The Width of the example you see above is "300". If you want it to be embedded neatly into your sidebar, the width should not be greater than the sidebar width. For example, if your sidebar width is 150px, the width of your console should be about 140px.
3.) The height would depend on your preference and space constraints. You can also change it.
4.) The autostart attribute has two options. If you choose "true", the music will automatically play when your page is loaded. As I have mentioned earlier, this is not a good option unless you are absolutely sure all your visitors would not mind the music. The better option is to state it as "false". If the visitor wishes to hear the music, he can click the play button to start the music.
(Note, However, that while it works fine in Internet Explorer, it may not be so in Mozilla Firefox. The default setting for IE is "false" which means the music will not play automatically. The default setting for Firefox is "true", and when we experimented with .wma and .wav files, they automatically played even when we set the autostart to "false". If you are working on the Mac, the default setting for both browsers is "false".)
5.) The loop attribute indicates whether the music should stop once that particular tune ends. The common attributes are "false" or "true". If the attribute is "false", the music ends after it is played once. If it is "true", the music will automatically loop and continue playing until the visitor clicks the stop button or leaves your site. For short music pieces, you may want it to repeat and choose "true".
For certain versions of Netscape browsers, another attribute that might work is loop="n" where n is a number. If n is 2 for example, the music will play twice and stop. The similar attribute in Internet Explorer is playcount.
6.) You can specify the number of times the music is to be played. In the above example, where playcount="2", the same piece of music is played twice before it stops. If you want the music to be played once, you can delete playcount altogether. Note that this only works in Internet Explorer.


Note:
It will look different in IE and Firefox, depending on the installed plugins.
 

List Of Websites Which Are Providing Free Web Hosting With Free Domain.




Here Are The List Of Websites Which Are Providing Free Web Hosting With Free Domain.

000webhost.com ($0.00 webhost), is an industry leader in providing top class free web hosting services without advertising! There are no hidden costs, no adverts, and no restrictive terms. Lighting fast speeds, maximum reliability and fanatical user support are just a few of the features you'll receive with our service.
We are probably the only free web hosting company that has proof for "99% uptime guarantee". Check our uptime stats. We managed to reach even 99.9% uptime for most of the servers. Can your current hosting provider show you any proof for that "99.9% uptime" they guarantee?

We offer fully featured hosting that usually costs around $20 absolutely free.
All accounts have:-
3GB space, 30GB bandwidth, 2 MySQL Databases, PHP scripting, 10MB maximum file size, NO forced ads
We insert a statistics code only into your pages which is not altering the layout of your site.
You are free to run adverts of your own. You can either use your own domain name, if you have one, or get a free subdomain. Many other features as standard. The only condition we put on members sites is that no illegal or pornographic material is permitted. Our servers are hosted at several large providers and all have 100 mbit, unmetered uplinks to provide the best hosting quality money can buy! Our servers are monitored 24/7; both the server hardware and your site. We immediately come to the rescue if any problems occur. If you have any comments, tips or complaints about our service, you can always mail us and we will help you! Customer satisfaction is our number one.


If you are looking for a home for a small personal blog or need a large multi-server solution for your E-commerce service, we have the technology and infrastructure to accomodate your needs. We own and manage our own load balanced, clustered hosting infrastructure. 24/7 technical support is available on all our products including our free services. We have years of experience providing internet services on Linux powered servers. We choose Linux due its speed, reliability and security. The benefits of using Linux servers are proven and well known compaired with the use of other proprietory operating systems. Take your time and browse our website, we are sure you will find a hosting service that suits your needs.
Your account is online instantly powered by cluster hosting technology. Our world famous free hosting is powered by load-balanced / clustered http, ftp and MySQL servers. The advantage of load balancing is that web page requests are spread across multiple Quad CPU Intel Xeon web servers, the load-balancer is aware of servers health and automatically send the page request to the fastest available server. Load balancing makes our free hosting extremely fast and reliable.
Our servers are configured with the latest versions of PHP, MySQL and Apache Web Server, they have GD enabled, Ion Cube, and Zend Optimizer. Every free hosting plan all includes a free sub-domain, advanced control panel, addon, parked domains, MySQL management and hundreds of extra features.

AWARDSPACE.COM is a leading hosting company that has gathered the extensive background of its two mother companies Zetta Hosting Solutions ltd. and AttractSoft GmbH.
AttractSoft GmbH is a fast growing Germany based company that has become a leader in the field of software development and software outsourcing.
Founded in 2002, Zetta Hosting Solutions ltd., is a premier web hosting platforms development company. It has extensive know-how in providing a complete suite of professional web hosting services, vps hosting, domain registration, design and customer support.

Totally Free Hosting250 MB Disk Space, 6 GB Bandwidth, 5 Domains Hosted, + 1 MySQL Database, + 1-click App Installs

Free Web Hosting, 50 MB Free Web Space Plenty of room to create web pages, pictures and more. 1 GB Bandwidth More than enough transfer to handle traffic on your site. File Manager You have the freedom to create the website you want. FREE SUBDOMAIN! Website Builder!

Free Unlimited Hosting Includes:Unlimited Web Space Unlimited Bandwidth  Instant Activation No Forced Ads 24/7 Ticket Support Super Fast Servers High Availability MySQL Databases Mailboxes Website Control Panel Virus Scanner Spam Filter Website Statistics Webmail One Click Install Applications If You Have More Link Please Send Through Comment. Your Links Will Be Published Here Also.

HelioHost is an industry-leading free webhost. With an extensive feature set and more than five years of experience under our belt, we are looking to change the entire web hosting industry by offering a plan that beats out even paid webhosts. HelioHost was started and continues to be operated and supported by Ashoat Tevosyan, also known by his nickname djbob. Most support is graciously provided by our Support Admins Wizard, byron, xaav, jje, cl58, and Krydos, and our Moderator Tjoene. Note that support is operated exclusively through forum threads - support requests through PM will be deleted.

Gives you: 5 GB disk space per account with unlimited account per users 50 GB of monthly data transfer

Gives you: 5.5 GB disk space 200 GB of monthly data transfer

Gives you: 150 MB disk space 4 GB of monthly data transfer

Host-Ed:Gives you: 150 MB disk space 4 GB of monthly data transfer

Gives you: 350 MB disk space 15 GB of monthly data transfer

FREE HOSTING NO ADS No text links. No annoying pop-ups. No annoying banners. No mandated forum posting. Your web site will be 100 percent ad FREE forever!
Included Features: PHP 5, MySQL, FTP, File Manager, Site Copy, FREE sub-domains, FREE Domain Hosting, POP E-Mail, Hotlink Protection, Cron Jobs, SSH Console, DNS Zone Editor, Custom Error Pages, Password Protected Directories/Folders, Web Site Statistics, FREE Online Support and many more features not offered by other free hosting providers.
Included Tools: Script Installer to install popular scripts like phpBB, WordPress and Joomla, WebSite Builder with plenty of templates to create professional looking web sites, Control Panel to manage your account, phpMyAdmin to manage your MySQL database, WebMail to access your E-Mail online and many more cool features.
Free short sub-domains: Create websites with short URLs like MySite.t15.org). Absolutely FREE for all FreeHostingNoAds members.
Is it really FREE? One word? Yes. Two words? Heck, yeah! It's absolutely FREE and you can use it for as long you like. Your FREE hosting account will not expire, nor we will force you to upgrade after a trial period. We will not delete your site as long you abide by our Terms Of Service.
Who pays the bill? No need to worry about that, we cover the cost for the servers from happy FREE users who needed more powerful hosting plans and upgraded to paid hosting plans. This covers the cost of free hosting and allows us to provide this FREE and AWESOMEweb site hosting service.
No Ads Free Hosting: comes with all the features and tools that are found on expensive paid hosting plans.


Hosting.eu.pn offers the best free hosting no ads plan:
» 200 MB of free web space, 4000 MB bandwidth per month,
» PHP4, PHP 5, MySQL 5 database, POP3/SMTP & Webmail access,
» FTP access, Online File manager, FrontPage, Joomla support,
» 5 FREE Domain name addresses - www.yourdomain.eu.pn, etc.

Biz.ht offers ECO-Friendly Free hosting Green service plan:
» 250 MB of web storage, 5 GB of monthly transfer, 100% Green energy (wind power),
» PHP5, MySQL5, CGI, Wordpress, FREE domains: personal .me.ht, and business .biz.ht, etc.

100webspace.com offers the following free web pages php plan:
» 100 MB of web space, 3 GB of data transfer, 3 POP3/Webmail accounts, FrontPage support,
» PHP/MySQL, CGI-BIN, SSI, FTP support, Password protection, Free scripts installer, etc.

ByetHost.com offers this free webhosting php mysql plan:
» 250 MB of disk space, 6 GB monthly bandwidth, unlimited POP3/Webmail accounts,
» PHP/MySQL 3 databases, 5 subdomains / add-on domains, Automatic scripts installer, etc.
Free web hosting with NO ads
No advertising is added to free clients webpages by the following freehosts, so you can get your site hosted absolutely free and no banner ads, no popups, i.e. totally ads-free web hosting.

Biz.nf offers the best free hosting php mysql plan:
» 250 MB of free webspace, 5 GB of bandwidth,
» POP3 account, SMTP, Webmail and FrontPage Extensions,
» PHP 4/5, MySQL, CGI/Perl, SSI, FTP support, WordPress blog,
» 3 FREE domain names at .biz.nf (www.yourdomain.biz.nf), etc.

 is my pick for the best totally free web hosting service if you don't require any server-side scripting like PHP, Perl or SSI to run your website. They are highly professional, your free hosting request will be instantly activated and no banners will be displayed on your site.


is another free website hosting service for those who only need to use HTML, CSS and Javascript to create their web presence. They're not quite as professional as AtSpace but they offer a little more disk space.

Host-ed
0000Free
AgilityHoster
LeadHoster
HostWoot
DomainPower
A-Host
Bammz
X10Hosting
ByetHost


There Description Will Be Available Soon...


How To Add Background Music To Blog And Website?





For the music to play the moment your page is loaded, the code will have to appear in the HTML document of your site. Note that in so doing, there are no controls for the visitor to choose whether or not to listen to the music, nor options to turn it off. However it has a lot of Features that you can see in the below text.
You can spice up your web pages by adding background music or sound. All you do is upload / save the sound file to your web server and place the HTML code inside the <head> of your page to activate the sound file. As a tip use (midi) Format because it will load quickly and a good sound quality.

Features:
1.) It Will Play The Sound File Behind The Blog On-Load.
2.) Visitor Have No Option To Close, Down The Volume And Pause The Sound.
3.) It Will Give A Good Healthy Impression To The Visitor.
4.) Work With All Browsers And OS.
5.) You Can Use Top Rated Music Formats.
6.) Simple Code Without Any External Link.
7.) Easy To Install And Quick To Load.
8.) Visitor Did Not Have To Download The File To Play It.
9.) Repeat Again And Again The Music File.
10.) Full Customizable Code.


How To Add In Blogspot?
1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To "Edit Template".
4.) Find </head> Tag.
5.) Now Just Copy The Below Code And Add It Before </head> Tag Into Your Website...
6.) Click Save, Now You Are Done.


How To Add In Website?
1.) Just Go To Your HTML File.
2.) Now Copy The Below Code And Paste It Between <head> </head>.
3.) Save It, Now You Are Done.


<audio autoplay="true" loop="true" width="0" height="0" src="music.mp3" type="audio/mp3" ></audio>
<noembed><bgsound src="music.mp3" loop="infinite"/></noembed>
 


Customization:
1.) Change music.mp3 With Your Desired Music File URL.
2.) Change Loop true To false To Play It One Time Only.
3.) Also Change Loop infinite To To Play It One Time Only.
4.) Change AutoPlay "true" To "false" To Stop AutoStart.
5.) Save And Done.

How To Stop Highlighting A Web-Page Using Pure CSS Code?

How To Stop Highlighting A Web-Page Using Pure CSS Code?


"How To Disable Highlighting The Text From DIV, Blog And Website" I am here to share the CSS version that are also better then that in some ways that is is quick to load then that and also will works on JavaScript blocker because it is not a JavaScript code but it will not full-fill all the features of JavaScript code.

So as you wish and what you want to use but i am here to share all the way to Stop Highlighting Using CSS and secure your content. All you need to do is use a CSS selector class of selection and define the style to use on your text when a visitors tries to highlight the test. But what if you want to do the opposite and want to disable your visitor from highlighting the text all together? There is an experimental property called user select which will allow you to define new instructions when the visitor tries to highlight your content.

This feature can be a good way of making it harder for people to highlight your content and copy it into their own website. This is currently support on webkit, firefox and IE 10. To use the property you need to prefix it with the different browser prefixes but you should also place the non-prefixed version to future proof the property.

Features:

1.) It Will Disable Highlighting Text Of Your Whole Blog Or A DIV Only.
2.) It Will Disable Highlighting Via Mouse As Well As Keybord.
3.) Simple And Short Pure CSS Code.
4.) Easy To Install And Quick, Quick, Quick To Load.
5.) It Will Help You To Secure Your Content.

How To Add In Blogspot?

1.) Go To Your www.blogger.com
2.) Open Your Desire Blog.
3.) Go To Layout.
4.) Click "Add A Gadget" Where You Want To Add It.
5.) Now Scroll To "HTML-JAVASCRIPT"
6.) Click "+" Icon To Add It.
7.) Now Copy The Below Code And Paste It To There.
8.) Leave The Title Empty.
9.) Click Save, Now You Are Done.

How To Add In Website?

1.) Just Go To Your HTML File.
2.) Now Copy The Below Code And Paste It Between <body> </body>.
3.) Save It, Now You Are Done.


Disable Whole Web Page:
<style type='text/css'>
body {
-webkit-user-select: none; /* Webkit */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none;
}
</style>

Disable All Span Tags:
<style type='text/css'>
span {
-webkit-user-select: none; /* Webkit */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none;
}
</style>

Disable All P Tags:
<style type='text/css'>
p {
-webkit-user-select: none; /* Webkit */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none;
}
</style>

Disable Selected DIV Tag:
<style type='text/css'>
#DIV {
-webkit-user-select: none; /* Webkit */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none;
}
</style>

Disable Selected Class Tag:
<style type='text/css'>
.class {
-webkit-user-select: none; /* Webkit */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none;
}
</style>

Disable Blog Post Only:
<style type='text/css'>
.post{
-webkit-user-select: none; /* Webkit */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE 10 */
/* Currently not supported in Opera but will be soon */
-o-user-select: none;
user-select: none;
}
</style>


Customization:

1.) The values on this property are:
Auto - Visitors can select all content in the element.
None - Selecting content is disabled.
Text - Can only select text content.
2.)  Save and done.