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.

Friday, March 29, 2013

3 Important Tips With Pros & Cons To Promote Your Online Products



This is a pretty exciting part for you and me! We get to decide what you want to sell as a service! There are so many options for services you can sell to businesses that will bring them more money and you too!
For now, we will go over three specific services that you will be able to promote.

  1. Website Design Services.
  2. SEO Services.
  3. Advertising Services.
(If there is a different service you want to promote, then you can easily do that as well. Just follow our general instructions but make changes according to what service you want to promote.)

I’ll tell you right now that I personally sell all three of these services. I have created a website that potential clients can contact me about advertising, SEO, and web design services. I would say if you are a newbie, I do not recommend trying to sell all three services until you become more experienced with selling one service. If I would have to pick on service that is pretty easy for newbies to sell it would be, web design. If you’re not interested in that then I recommend SEO. Alright, take a moment and think which service you want to sell and then continue.

WebSite Design Services:

Pros:

  • Once you have created the website for your client, you can Upsell them on more services (like SEO & Advertising)
  • Web Design can be an easy sale because it is easy to show the value of your services to clients.

Cons:

  • Can be difficult to find cheap outsourcers that do quality work.
  • Clients can be picky and want more changes on their site for free. (There is a way around this. Look at contract templates).

SEO Services:

Pros:

  • Easily outsourced and can be cheaply outsourced for good results. 
  • You can directly show clients that they will receive more visitors to their website, which lead to more sales.

Cons:

  • Results depend upon Google’s algorithm which changes frequently. Hard to gage.
  • Can take a while to achieve solid results for your clients. Depending on what keywords you’re going after etc.

Advertising Services:

Pros:

  • You can charge your clients on an initial set up fee as well as take a percentage commission from their profits. Many ways to charge for your services.
  • Easy service to sale in terms of showing your potential clients that you can directly help them get more sales and customers.

Cons:

  • You will need to be able to know different methods of advertising and finding what methods are fit for your clients.
  • You’ll need to be able to research where to outsource advertising once you decide what method fits your clients business.



How Guest Blogging Is Beneficial For New Bloggers?




Blogging is indeed one of the best ways to create a successful blog and help you in growing online. However, when it comes to guest blogging many seems to be perplexed about this idea. The fact is guest blogging plays an important role in marketing domain. Also for the new bloggers, it helps in building up your online presence, traffic and links for your blog posts. If you have a good writing skills, guest blogging can help you in building up high end influence in quick time. Since new bloggers do not have good amount of exposure for their blogs, they are bound to have very less traffic or readers. However, with guest blogging, the new bloggers are able to build up their goodwill with good guest posts over top notch blogs of their niche area. Let’s check how guest blogging benefits the new bloggers.

You Get Quality Traffic:

As a new blogger, you have limited number of followers or readers over your blog. However, if you start contributing as a guest blogger over good blogs in your niche area, this is the best way to start getting traffic towards your blog. This is the basic reason why novices invest their time over guest blogging as they end up getting good amount of traffic for their blogs in quick time. However, more important requirement for any new blogger would be to get quality traffic for their blog. This means to get genuine and serious kinds of readers for their blogs. This is possible through guest blogging, provided you end up writing quality articles for the blogs where you contribute as guest blogger.

Improve Your Writing Skills:

Guest blogging is often termed as a live learning experience platform for the new bloggers. It helps in your writing skills, gives you enough reason to produce high quality posts backed by competent research and hard work. Since the blogs you contribute (as a new blogger) under guest blogging happen to be better in search engine rankings, hence they will never compromise on low quality content. As a matter of fact, you are bound to put the best of our efforts in creating high quality content. In case, if your articles are not at par, the editors over the guest blogging sites will point out your mistakes, which will give you enough opportunity to groom your writings.

You learn to foster a natural flow in your writings, thus getting better exposure to learn best ways to write quality articles. In fact, if you look at the some of the earlier lives of popular bloggers, you would find many of these saying that they have improved their writing skills through guest blogging by simply comparing their articles posted at competent blogs or getting remarks from the blogs’ editors where they contributed.

Helps In Building Up Relationships:

New bloggers have hardly any exposure for their blogs, hence are seen with limited amount of readers. Guest blogging helps in building up the relationship over other blogs and you strengthen up your relationship when you start writing regular guest posts on several blogs on a regular basis. Any competent blog with better search engine rankings would benefit you as a guest blogger. They may consider you in your writing team thus allowing you to participate in different events with your individuality. This means you are able to promote your blog over a wider community and get good traffic to your site along with good business from new clients.

Boost Up Your Online Influence:

The other important benefit for new bloggers is that they end up boosting up their online influence through the guest blogging. The influence is not confined to expertise of your niche area but you get the real influence that include both positive and negative one and which has much to talk about the way it impact others online. Contributing good quality articles over different blogs as guest blogger always have a positive impact over the minds and lives of different readers. This will also help you a lot in adding the fire and punch in your blog as well, hence combining it with guest blogging can really help in getting good number of followers, which you always wanted as a new blogger through this strategy.

It Builds Your Portfolio And Credibility:

As a new blogger, your goal is to enrich your online profile and credibility over the blog or web landscape at large. Guest blogging gives you the opportunity to seek the attention of a large number of people present over the web. Guest blogging help you to create your own rapport with quality writing on a big scale with the help of doing work on a regular basis. This will help in telling the people that you could be trusted over the niche you deal in different guest blogging sites.

Final Words:

Guest blogging could be the best tool to market your blog over the web. As a novice, you would often require such platforms to promote and market your blog. Thus by adopting this strategy of guest blogging, you end up reaping a number of benefits as discussed above.

Saturday, March 23, 2013

10 Tools To Test Site Loading Time And Solving The Issue

Is Your Website Takes To Much Time To Load; Solve Your Website Issue Now With Our Recommended Tools!
10 Tools To Test Site Loading Time And Solving The Issue


A website loading speed matters a lot as it helps retaining lots of visitors and also enhances website ranking on search engines. Hence, for a website, not only a second but every millisecond has indeed a great value.

The Internet users are getting impatient day by day. They do not have time to wait. For people, website speed has more importance than overall design or looks of your website. So, it is suggested that one should work on loading time of a website rather than any other thing for sure. But, how do we know if our website performs good or not? Or how can we measure up website loading time? All these questions are also related to this subject and knowing correct answers of these questions are necessary to learn testing website loading time.

To test website loading time, there are useful free tools available on internet by which one can easily test site loading time. In addition to testing site loading time, some of these tools also compare competitors’ stats and finds out the objects that creates problem in website loading as well. Following are mentioned those helpful tools for testing site loading time.


  Free Speed Test Program: This is the most convenient solution that can be used for testing load time of a website. Those websites which are facing problem in performing various jobs and also in loading, free speed test tool can easily verify website speed in varied locations across the world. This solution is used by several website owners and webmasters to quickly measure up loading time of websites.

  Load Impact: It offers a strong solution to webmasters to test loading time of a website. People who do not want to disclose website testing result; they should immediately register themselves on Load Impact for its free account facility and should use services to improve website performance.

  Aptimize: It is also a website speed testing service that comes for users to check website loading time for free of cost. This tool has developed especially to enhance website ranking by testing website loading time and finding out actual issue that interrupts its performance.

  Web Page Test Tool: This is another fine tool that lets users know website loading time and its performance. This tool does not only test website loading time, but also suggests some effective solutions to enhance performance of a website.

  iWeb Tool: This is a wonderful tool that helps in measuring up website loading time and also compare a website speed with several other websites. It is such an easy way to test websites performance because you only need to put URL of website which you want to check on and click on Check option. Results will come within few minutes and website performance will be checked as well.

  Website Load Testing Tool: This tool tests the website speed very quickly. It is an absolutely free service, but offers valuable insight for a website performance. As per your requirement, you can get service as it is available in basic, advanced or Pro Plan forms.

  GTmetrix: It is another brilliant tool that is very useful for testing a website speed and performance. It furnishes a website performance report just within seconds. In addition to provide website loading time, GTmetrix also provide break down data for YSlow, Timeline, Web Page Speed etc.

  Show Slow Testing Tool: It is an open source tool that helps website owners and webmasters record core issues for website performance. This service can be used publically or privately as per your wish.

  Pingdom Tools: It is considered as the best testing tool for loading time of a website so far. With this tool, one can easily check webpage download time. The tool considers all necessary webpage elements to bring in valuable website insight. Through that insight, you can easily find out core website issues and thus, can improve website visibility over search engines and conversions as well.

  OctaGate Tool: This solution provides valuable statistics which are very helpful in website performance enhancement and you can speed up your website.

So, these are few online tools and services that are proved reliable and versatile program to test website loading time. Choose any of them and see versatile performance of your website.



Top Direct Download Provider Sites, Storage And Search Engine List


What Is Direct Download?

Direct download link (DDL), alternatively simply direct download, is a term used within the Internet-based file sharing community. It is used to describe a hyperlink that points to a location within the Internet where the user can download a file. When used in conversation, DDL distinguishes itself from other forms of peer-to-peer (P2P) downloading architectures in that it uses a client–server architecture, where 100-percent of the file is stored on a single file server or in parallel across multiple file servers in a server farm.

Originally, P2P was used to distribute large sized files without requiring much bandwidth on the part of any one node. However, because of sharing issues, such as the lack of seeding of torrents, throttling of a node's file sharing ports by an Internet service provider, or lawsuits because of uploading copyrighted material, direct downloads has become a popular and legal alternative among Leechers. There is also an increase in businesses offering gigabytes of free bandwidth and storage space.

Despite the term commonly being used among warez and other file sharing enthusiasts, direct downloading is heavily used by companies as a means of distributing products, such as application software, drivers for peripherals, documentation in PDF format, and much more.
(By Wikipedia)

In Others Words...

Direct download link is the service through which people can download different applications and even through that link the sharing of the files and other applications can also take place. The direct download link is mostly used as a direct download service which is used by the people over the internet and thus it at times takes place with the help of the people in the form of the community. The direct download link is mostly used as a hyper link which makes it easy for the user to download some of the items from there. Through that link the files can be downloaded easily and the user does not have to put up any sort of effort through. This technique is being used by many people. The direct download link service is to be performed by the people over the internet.

When the files are being shared by the people in the community over the internet then in that case the uploading of the files is being done by the user. The direct download link can also be used in the conversations as well and over there the link is represented in the form of a hyperlink text. The direct download link can also be performed among the peer to peer communication where the downloading services are utilized by the people. Mostly in the downloading services the user has to interact with the client server and then as a result the downloading of the information is taken into account. The direct download service can also be used at times as a storage file. Sometimes the problems may be incurred when the user downloads something directly from the link. This service can be referred to be used with the torrents where the link is located and from that the user can easily download the file from that link.


World Best Online Stored File Search Engine:
World Top Direct Download Sites:
Worlds Best Online Backup Sites:
World Best Online File Sending Sites:
World Best Direct Downloader:



Defined By wiseGEEK:

A direct download link (DDL) is a hypertext link typically provided on an Internet site that can be used to download a file directly from a hosting system. These types of links are used in a number of ways, both legitimately and illegally, to allow users to more easily share files through the Internet. Companies can use these links to provide easy ways for customers to download various files from a website, including digital manuals, software, and drivers for hardware support. A direct download link can be used to spread illegal software or malicious software, however, so care should be demonstrated by anyone using such a link.

In general practice, a direct download link is nothing more than a hypertext link on a webpage used to directly link to a particular file rather than another webpage. Users can then click the link to easily begin downloading the linked file through that page, rather than downloading a file through another method. Peer-to-peer file sharing, for example, was once a popular way for Internet users to share files and media, often infringing upon copyright ownership. As many companies cracked down on such services, however, many users began utilizing a direct download link to share a file.

A company can legally use a direct download link to provide customers with links to software or other files offered by the company. Video card companies, for example, can provide numerous links on a single page to files that are digital copies of user manuals provided with cards. Other software, such as control center utilities for a particular video card, can also be provided through such a link and often allows a user to begin downloading such a program with a single mouse click. A direct download link can also be used by the same company to provide users with downloads of video card drivers, and a simple webpage layout can make organizing and displaying all of these links quite simple.

As many file sharers changed to utilize a direct download link, these links also became a way for people to spread illegal or malicious software. Many movies, music recordings, and video games are available as downloads online, with no payment going to the makers of these products. This not only violates copyright laws in many countries, but can lead to criminal theft charges brought against those who download or share such programs. Since a direct download link can be manipulated much like any other type of hypertext link, these links can also be used to deceptively spread malicious software to those who click on them.