Some of the features of social media marketing, I went to several interviews over the years, but as far as I know, I've never done all in one, which you can find differences in the types and in many cases, people can use social media. In fact, social media, like nothing ever grew. MySpace one of the first social platform is a large scale, then, Facebook, Twitter and the list goes on and on. Internet Marketing in the social field, as a relatively new market opportunities and great, but it's not a secret! Currently, the use of social media for a large number of basic services, so the other. This is a marketing machine, only a small portion of Internet marketers actually be beneficial, because most of them just to confuse everyone. This post is my attempt to restore public order. Let's start with definitions. Wikipedia says: "Social media is very affordable and scalable technology, with the publication of materials created by man." "User", but it's really the first "social" is all about. In fact, almost all users of the online information site powered by social environment! With that being said, let me say something that most people understand that it is time to take the time to listen, because legitimate users through spam, users do not ... Finally, to get their account blocked. In short, you understand that there are various types of social media sites, and each has its advantages as a market. Not all the same. Some of them may be used for the original way. Many offer the same benefits when they are in the right direction for improvement, but still different! For example, direct investment as a tool to enhance social bookmarking sites like Digg and StumbleUpon. Well, of virus, which can cause you to 1000 for the win, the website where visitors bookmark the millions of new visitors to the site. But I really Digg or SU to make a link (all nofollow "), or even get into the network, to be honest, there are many social bookmarking sites that you link in the side .. can be anything that is perfect for my network see the come in all different!. LinkedIn is social, it's all about networking. They meet other people in the area you are interested. Creating a good friend, that the social network! Facebook and Twitter practical for direct investment and network. As noted, I have to recommend the establishment of business and personal accounts separate. Today, many social media sites and spam, of course Twitter is a great dilemma. Confusion about the businessman who does not understand this dilemma means that every location is different, of course, comes from. The problem of spam. But mean-spirited, dishonest criminals do not spam, and the message is spam. Marketers "newbie" on the internet a very large amount of data on this issue to seek practical applications and information without any real meaning-making. I often get a direct message to "deal" to throw people on Twitter, and we are good friends, although I have not written in my life. You really do not know what Twitter (for example), as in real life. To begin with, to make new friends. Regular contact with people. Implement them, supporting them to share with them. Almost all major social networking sites such things. Each problem is unique to the web certainly think so, but for all the wrong ways to use the social forum from people who try. And yes, it is the key to say, sorry, I recommend what is best for you, or anyone else to give, you can offer is to consider every other site! Every time a new social media sites may account for the popularity and use exactly what is intended to be used to start a winning start. You know, once I started thinking like everyone else, how your business can benefit. It boils down because almost all of social media websites for the best for your purpose is to use exactly as bad! For those who do not know what ads or URLs required style. Bending or breaking the rules of this website is not. Join now. Learn the policies and the appointment of the field, and then use it. Campaign advertising and marketing is always disturbing and not in sales pitches. Also, the best expression of ideas and information that will help forge relationships with people who live their lives. This is most active and engaged. Lee Green, a business coach and mentor to succeed It took more than 30 years of professional experience and are available on the Internet since 1994. This is Internet marketing and direct response business and Web 2.0, Affiliate Marketing and Network Marketing specializes in strategy and technology. Those who always believe in him, a good friend and trusted advisor, and remain popular.
Thursday, June 9, 2011
Tuesday, June 7, 2011
List of social networking websites
This summary is not available. Please
click here to view the post.
Wednesday, January 26, 2011
<div dir="ltr" style="text-align: left;" trbidi="on">
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}
.thrColAbsHdr #container {
position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
height: 60px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
background: #DDDDDD;
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColAbsHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
position: absolute;
top: 60px;
left: 0;
width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar2 {
position: absolute;
top: 60px;
right: 0;
width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent {
margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #footer {
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD;
}
.thrColAbsHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
-->
</style>
<div id="container">
<div id="header">
<h1>
</h1>
</div>
<div id="sidebar1">
<h3>
</h3>
</div>
<div id="sidebar2">
<h3>
</h3>
</div>
<div id="mainContent">
<h1>
</h1>
</div>
<div id="footer">
<div align="center">
</div>
</div>
</div>
</div>
<%@LANGUAGE="JAVASCRIPT" CODEPAGE="65001"%>
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #666666;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
}
.thrColAbsHdr #container {
position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
width: 780px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
background: #FFFFFF;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
border: 1px solid #000000;
text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
height: 60px; /* if you're changing the source order of the columns, you'll may want to use a height on the header so that you can give the columns a predictable top value */
background: #DDDDDD;
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.thrColAbsHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColAbsHdr #sidebar1 {
position: absolute;
top: 60px;
left: 0;
width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #sidebar2 {
position: absolute;
top: 60px;
right: 0;
width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbsHdr #mainContent {
margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.thrColAbsHdr #footer {
padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
background:#DDDDDD;
}
.thrColAbsHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
-->
</style>
<div id="container">
<div id="header">
<h1>
</h1>
</div>
<div id="sidebar1">
<h3>
</h3>
</div>
<div id="sidebar2">
<h3>
</h3>
</div>
<div id="mainContent">
<h1>
</h1>
</div>
<div id="footer">
<div align="center">
</div>
</div>
</div>
</div>
Subscribe to:
Posts (Atom)
