5 Easy Tips to Contribute Online Networking For SEO

There's no instability that in the people of advanced advertising, Google is always the King. In any case, when Google chose to apply new upgrades to its equation this season, the whole online circle located. Time both sites lucked out, little  and medium-size organizations altogether dropped in their Google rankings bringing about a quick takeoff of activity and benefits.
easy tips for seo

A greater amount of what we've learned dynamic the current redesigns to the consecrated calculation is that if Google is Businessman then proportionality is his exemplification. Precious, affable, instructive accumulation is the thing that Google is alluring into reason as significantly as gathering engagement and connections. Presently numerous than any other time, social media is an understudy member in SEO as Google keeps on considering your organization's computerized foot shaped impression overall, instead of essentially your main site.

1. Arriving at The Crowds 


Social networking is  a lot of people headed beast, and it may take an entire armed force to ace it. So in what capacity can an organization adapt to present circumstances and able to manage the monster? Take these five tips as a thrust off point. In the event that you have executed some, praise yourself and begin executing the rest. There's no telling what the silver shot will be for your social method with regards to satisfying the King.

2. Add social networking connections to your site or web journal. 


This one is a recognized, however a lot of  organizations neglect to connect their site to their social pages and the other way around, needing out on coercive connection juice. In the event that your stores is B2c (business to consumers), it is advisable to  add social connectivity to your consumers whom  catches to your amount page impressions. The Like, Tweet and g+1 catches are the most attractive.

Recommended for you: Add Sharing Buttons to Your Blogger Blog

3. Cross-fertilize. 


To tap the force of your social locales, attaching your friendly media pages unitedly: Facebook ought to join to Twitter, Google+, Pinterest, your web journal and writer. Ignoring of which social medium your meeting terrains on distinctions, they ought to be sensible that you are in else social spaces as ascent. Celebrate  this action as the part of history – Flier web journals to your Facebook chaperon, Sound about your new Facebook pic medium and +1 your diary circumstance.

Recommended for you: How to Add Social Networking Buttons with CSS3 Style

4. Optimize your blog's methodology


On the off chance that you don't change an online journal, modify one. Let your official body website, feel interim bloggers, and let the janitor indite a Haiku, or utilize marketing specialists and get business data from new sources. There is extensiveness of phenomenal noesis available however the one activity missing from numerous go hand in hand with web journals is people. You're a human not a golem, so address what your meeting needs to focus and sparge in some amicable sort.

5. Email 


My Goodness! Netmail standout amongst the most winning advanced promoting techniques to engagement. With cell phones and tablets, netmail is quick and permits substance to be pushed to an incidental buyer pack speedier than any Facebook post or Tweet can. Oblige social connections into each worker's telecommunication style. Along  these  lines, you are act your social pages to clients without pushing it on them.

6. Representative work 


Tongued of representatives, they adjust real call advocates. Urge them to begin your social pages, offer with companions and family, and communicate them when suitable. Also, if your representatives journal, request that they talk almost of the time to  your organization or your blog in a positive way and consequently the blog traffic most  directed  to your site.Good, isn't it? Each short connectedness makes a difference. A well-known location states that an organization is selective as sincere as the gathering tardy it, and at your partner that respect ought to hold a long-term loyalty.

Final Words:


My challenge is that you dare to execute a couple of these fundamental measures to help your social procedure and SEO exertions. Simply recall that in all that you do in online networking, remember the King of Online Marketing which is Google!
Good Luck pal!

How to Add Professional Text and Image Slider In Blogger

Marquee is one of the best tools to use if you want to make a text and image slider in your Blogger blog. In this post I will show on how to use this marquee tool in two different ways. First is we will make your texts slide from right to left and pause it as the mouse passes over (hover) it. Second is we will use images that slide  from right to left, pause it when mouse hover at the center part of the frame and it moves fast upon putting the mouse cursor near at the left side of the frame.
 professional text and image slider for blogger

Demo: Make Text and Image Slider Using Marquee

You may also browse some of  the posts that talks on Image Slider:

How to Make  Text Slider Using Marquee In Blogspot


Step 1. Go to Blogger Dashboard >> Template (back-up) >>Edit HTML
Step 2. Look for the code below,

</head>

Step 3. Just above that code in step 2, place the code below

<script src="https://bloggingtipsandtrix.googlecode.com/svn/marquee_slider.js" type="text/javascript">

Step 4. Save your template and your partly done
Step 5. Go back  to Blogger Dashboard >> Post or New Post
Step 6. Switch your Blogger Post editor page to HTML mode and then paste the code below for the text slider style,


<div class="slider_text" id="marqueetext"> Bloggingtipsandtrix is happy to serve you. Bloggingtipsandtrix  is happy to serve you.  Bloggingtipsandtrix  is happy to serve you. Bloggingtipsandtrix  is happy to serve you. Bloggingtipsandtrix  is happy to serve you.
</div>
<script type="text/javascript">
marqueeInit({
 uniqueid: 'marqueetext',
 style: { //style object for this marquee container (use quotes on both sides of the : as shown)
    'width': '100%',
    'height': '1.6em',
    'color': '#fff',
    'background-color': '#158aee',
    'font-family': 'sans-serif',
    'margin': '0 auto'},
      inc:1, //speed - of marquee slider.
 });

</script>

Step 7. And for the image slider, copy the code below and paste it in your Blogger post editor's page (HTML mode)
<div class="marquee_slider" id="marqueeimage">
<a href="##########" target="_blank"> <img src="***** " /> </a>
<a href="##########" target="_blank"> <img src="*****" /> </a>
<a href="##########" target="_blank"> <img src="***** " /> </a>
<a href="##########" target="_blank"> <img src="*****" /> </a>
<a href="##########" target="_blank"> <img src="***** " /> </a>
<a href="##########" target="_blank"> <img src="*****" /> </a>
<a href="##########" target="_blank"> <img src="***** " /> </a>
<a href="##########" target="_blank"> <img src="*****" /> </a>
</div>
<script type="text/javascript">
marqueeInit({
 uniqueid: 'marqueeimage',
 style: { //style object for this marquee container (use quotes on both sides of the : as shown)
    'width': '400px',
    'height': '100px',
    'color': '#fff',
    'border-top': ' 5px dashed white',
    'border-bottom': ' 5px dashed white',
    'border-left': ' 0px dashed white',
    'border-right': ' 0px dashed white',
    'background-color': '#158aee',
    'font-family': 'oswald',
    'margin': '5px auto'},
 inc:1, //speed - of marquee slider
 mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
 moveatleast: 4,
 neutral: 150,
 savedirection: true
});
</script>

Customization:

Replace the sign ########### with the link (url) you desired
Change the sign *****  with your image link.
Change 400px  and 100px with your preferred  image width  and height
Replace #158aee with another hexadecimal color.
Change border styles with your own and its numerical value, the bigger the number the larger its size
Change 1 to much higher number to speed up the movement of the slides.

Step 8. Save your work and your done pal. Congrats!


How To Host Javascript Files on Google Code For Free


Google Code is one of  the best sites who can host project  files like Javascript and CSS with Greater Bandwidth. Even though it is possible to include JavaScript Files into Blogger itself but sometimes while editing ,due to Blogger's habit to Escape Code automatically it can become a bit frustrating. Today, I will share to you how to host project files to Google Code. Please follow the simple steps below.

How to Host JS Files to Google Code


Step 1. First you need a (Google) gmail account.
Step 2. Log in to code.google.com and click create a new project as shown in the screenshot below
how to host js files to googlecode.com
Step 3. Give your Project a name without spaces. Now fill all blank spaces with your blog title or as it requires.

hosting js files to googlecode.com
Note: Make sure you set the Version control system as Subversion & the Source code license as Mozilla Public License 1.1 (this is suited for general use)

Step 4. After creating the name of your project, you will be redirected to the Home Screen of your Project which is explained in more detail in the Image below.

how to host js and css files to googlecode
Step 5.  To start hosting your JS files, click  Source >> Browse >> svn >> trunk >> Create or Upload
submit js files to googlecode.com
Note: You can copy and paste your CSS or JavaScript codes into the box directly.

Step 6. After creating or uploading js files  to be hosted to google code , write a  brief description of what its about and then click the Commit button. Type the name for your file, including its extension. (If your file is about JavaScript, then end the name with .js. If it’s a CSS file, add .css extension at the end of the path). Again no space will be left unwritten.

hosting javascript to googlecode.com
Step 7. After the above step, you will be redirected to a Page with the whole code of your project file , there in the right side you will see View raw file particularly at the bottom , click it and copy the URL in the Address bar. This is the exact URL of your JS file.
how to host js files to googlecode



Step 8. Copy and  paste the URL of the JS file that you have copied  step 7 in behalf of the link (highlighted with pink color)     in the script tag below.
<script src="https://bloggingtipsandtrix.googlecode.com/svn/marquee_slider.js" type="text/javascript"></script>


Final words:


The best thing of hosting JS files to Google Code is to make our tutorial pretty and more simple in looks. It saves the loading time of your widgets because the script is located on Google servers. In the other hand, you can save Javascripts on Blogger too but it is advisable to keep your template uncluttered if possible.

How to Make Text Slider in Blogger

After observing  the about page of  OLX.com, I decided to make a slider not for the image but  a slider intended for the texts. You can put this technique in your about page, in your sidebar or anywhere you like. Furthermore,  this innovation also adds professionalism to your works.  Without much words to say, let's make a texts slider for your Blogger blog!
professsional texts slider for blogger


Recommended:



Put a  Text Slider in Blogger Blog


Step 1. Go to Blogger Dashboard >> Edit HTML (back-up your Template)
Step 2. Find the code below,
</head>
Step 3. Just above that code in step 2, paste the code below,
<script src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'/>

<script>
$(document).ready(function(){
$(&#39;.timeline-item&#39;).first().addClass(&#39;active&#39;);
$(&#39;article.2006&#39;).slideToggle();
$(&#39;.timeline-item&#39;).click(function(e) {
e.preventDefault();
var clickid = $(this).attr(&#39;id&#39;);
var active = $(&#39;.timeline-item.active&#39;);
var activeid = active.attr(&#39;id&#39;);

if ( $(this).hasClass(&#39;active&#39;) ) {
return;
}
else {
active.removeClass(&#39;active&#39;);
$(this).addClass(&#39;active&#39;);
$(&quot;article.&quot;+ activeid ).slideToggle();
$(&quot;article.&quot;+ clickid ).slideToggle();
}
});

$(&quot;.carousel span:first&quot;).fadeIn();

jQuery.fn.timer = function() {
if(!$(&#39;.carousel&#39;).children(&quot;span:last-child&quot;).is(&quot;:visible&quot;)){
$(&#39;.carousel&#39;).children(&quot;span:visible&quot;)
.fadeOut()
.next(&quot;span&quot;).fadeIn();
}
else{
$(&#39;.carousel&#39;).children(&quot;span:visible&quot;)
.fadeOut()
.end().children(&quot;span:first&quot;)
.fadeIn;
$(&quot;.carousel span:first&quot;).fadeIn();
}
} // timer function end

window.setInterval(function() {
$(&#39;.carousel&#39;).timer();
}, 1500);

   });
</script>

Step 4. Look for the code ]]></b:skin> . Above it, paste the code below,
.carousel span {
width: 50%;
font-size: 40px;
text-align: center;
position: absolute;
font-family: oswald;
left: 25%;
color:#158aee;
display: none;}

Step 5. Save your Template and you're halfway done!
Every time you want to integrate this style in your post just copy the code below,
<div class="carousel">
<span style="display: none;"><a href="http://btt-testblog1.blogspot.com/">Bloggingtipsandtrix</a></span>
     <span style="display: none;">offers</span>
     <span style="display: none;">Latest Blogger tutorials</span>
     <span style="display: none;">tips</span>
     <span style="display: none;">tricks</span>
     <span style="display: none;">news</span>
     <span style="display: none;">tools and resources</span>
     <span style="display: none;">presented in more understandable</span>
     <span class="last" style="display: none;">and easy way</span>
    </div>


Customization:
Replace the italic bold texts with your own texts
You can also add link to each group of texts. See the first word Bloggingtipsandtrix as an sample.
Change also the time 1500 to speed up or slower the text to appear. The bigger the numerical value the slower it appears and smaller the numerical value the earlier it appears.
Finally, for the css above, you can change the font size 40px. Greater numerical value the bigger its size and vice versa. And the text color #158aee. Select  variuos hexadecimal color for your guide.

Top Most Popular File Sharing Websites

Hello there! I had featured before the top video uploading sites which may become your partner in online business to make vast amount of money together with your own shared videos . Today, I would create a post that would discuss some of the most popular file sharing sites which enable you to help your career in blogging more exciting than before.
Dear friends, I humbly say that I gathered the informations below from wikipedia and cutestat.

Most Popular File Sharing Websites


1. Google Drive


most popular uploading sites
Google Drive is a file storage and synchronization service provided by Google, released on April 24, 2012, which enables user cloud storage, file sharing and collaborative editing. Rumors about Google Drive began circulating as early as March 2006. Files shared publicly on Google Drive can be searched with web search engines. As of November 2013, Google Drive had 120 million active users. Google Drive is the home of Google Docs, an office suite of productivity applications, that offer collaborative editing on documents, spreadsheets, presentations, drawings, forms, and more.

Recommended:



2. DropBox  


popular uploading  and sharing sitesSite Age: 1 decade 9 years old
Alexa rank: #118 in the world
Google PageRank: 8/10
Website estimated worth: $ 74,856,960.00
Daily income: around $ 69,312.00

Dropbox allows users to create a special folder on each of their computers, which Dropbox then synchronizes so that it appears to be the same folder (with the same contents) regardless of which computer is used to view it. Files placed in this folder also are accessible through a website and mobile phone applications.





3. Media Fire


best file sharing sitesSite Age: 1 decade 1 year old
Alexa rank: #179 in the world
Google PageRank: 6/10
Daily Unique Visitors: 5,711,426
Daily Pageviews: 45,691,408
Website is estimated worth: $ 49,346,280.00
Daily income: around $ 45,691.00

MediaFire is a free file and image hosting web site that started in 2005 and is located in Shenandoah, Texas, United States. The domain mediafire.com attracted almost 60 million visitors annually by 2008 according to a Compete.com study.


4. Box


top most file sharing sitesSite Age: 1 decade 5 years old
Alexa rank: #923 in the world
Google PageRank: 7/10
Daily Unique Visitors: 1,107,633
Daily Pageviews: 8,861,064
Website estimated worth: $ 9,569,880.00
Daily income: around $ 8,861.00

Box Inc. (formerly Box.net) is an online file sharing and personal cloud content management service for businesses. The company adopted a freemium business model, and provides up to 50 GB of free storage for personal accounts. A mobile version of the service is available for Android, BlackBerry, iOS, WebOS, and Windows Phone devices. The company is based in Los Altos, California. They currently offer 10 GB of free storage for personal use.

Recommended:

How to Upload Files to Box.com and Embed Code to Your Blog?


5. Rapid Share


top and popular sharing sites
Site Age: 1 decade 2 years old
Alexa rank:  #987 in the world
Google PageRank: 5/10
Daily Unique Visitors: 1,035,811
Daily Pageviews: 8,286,488
Website estimated worth: $ 8,948,880.00
Daily income: around $ 8,286.00

RapidShare is a one-click hosting service that offers both free and commercial services. Operating from Switzerland, it is financed by the subscriptions of paying users. RapidShare claimed in 2009 to have 10 petabytes of files uploaded by users to its servers and that it was able to handle up to three million users simultaneously.

6. iCloud


no 1 file sharing sitesSite Age: 1 decade 5 years old
Alexa rank: #2,381 in the world
Google PageRank: 5/10
Daily Unique Visitors: 429,376
Daily Pageviews: 3,435,008
Website estimated worth: $ 3,709,800.00
Daily income:  around $ 3,435.00

iCloud is a cloud storage and cloud computing service from Apple Inc. launched on October 12, 2011. As of July 2013, the service has 320 million users. The service allows users to store data such as music and iOS applications on remote computer servers for download to multiple devices such as iOS-based devices running iOS 5 or later, and personal computers running OS X 10.7.2 "Lion" or later, or Microsoft Windows (Windows Vista service pack 2 or later). It also replaces Apple's MobileMe service, acting as a data syncing center for email, contacts, calendars, bookmarks, notes, reminders (to-do lists), iWork documents, photos and other data. The service also allows users to wirelessly back up their iOS devices to iCloud instead of manually doing so using iTunes

7. High Tail


sharing and uploading sitesSite Age: 1 decade 1 year old
Alexa rank: #2,962 in the world
Google PageRank: 7/10
Daily Unique Visitors: 345,154
Daily Pageviews: 2,761,232
Website estimated worth: $ 2,981,880.00
                                                                                                         Daily income:  around $ 2,761.00

Hightail - formerly YouSendIt - is a cloud service that lets users send, receive, digitally sign and synchronize files. YouSendIt.com and YouSendIt Inc. were founded in 2004; the company renamed itself Hightail in 2013.
The company's early focus was on helping users send files that were too large for email; in 2007 it started adding features and plug-ins for businesses in 2007. The service grew quickly, and the firm raised $49 million in funding between 2005 and 2010. The service can now be used via the web, a desktop client, mobile devices, or from within business applications with a Hightail plugin.

Hope you will not abuse this sites by uploading copyrighted materials from others. Please respect the intellectual rights of other people.
God Bless and Good Luck!

Upload Files To Box.com And Embed Code To Your Blog

Upload Files To Box.com And Embed Code To Your Blog
upload files to box.com
Having problems on how to put pdf files to your Blogger blog? Don't worry pal because you're in the right blog to solve such kind of query.  Box.com allows you to upload files and embed code to your blog to make it readable to your readers. In short, they can read the pdf live on your blog without leaving or going to the site where you had uploaded the pdf. Have a look at the demo below!

Recommended:

The document below was downloaded at static.googleusercontent.com for free.




How to Upload Files To Box.com

Step 1. Go to Box.com and Sign-up

Step 2. After you have Set up an account (free version), you can now start uploading files (up to 10 GB only)
upload multiple files to box and get code

Step 3. Get the code of your uploaded files by clicking first the share button at the right side of your uploaded document then hit the gear button that appears just below the share button link.Then hit embed button and transfer the code to your blog post.

how to embed files from  box.com


Note: Click your Post editor page  to HTML mode in pasting your embed code from Box.com

Step 4. Save your work and you're done. Be sure to observe copyright laws in uploading documents especially if it is not your buddies! Thanks for reading this post and God Bless!!!