As Democratic Sen. Joe Biden and Republican Gov. Sarah Palin prepare to square off tonight in the first Vice Presidential debate, I need to step back to a moment last week and talk about a touch Twitter launched for the election â?? that has the social media world stirring in its tummy.
For the presidential debate last week, Twitter launched a niche application site called Twitter E08 that focused frankly on the presidential election campaign in the United States. The website worked by simply filtering twitter messages (tweets) from all users by certain keywords and aggregating these messages into one page.
In addition, a user can go frankly to the section on the website and send a message frankly, and it is seen in the twitter timeline immediately. I like the thought of this, as does the community â?? if you head to the election page â?? you see it is constantly updating â?? the interaction is priceless, or uselessâ?¦depending who you question.
By promoting the election â?? Twitter has irrevocably begun to reckon about â??microâ?? sites within Twitter that will not only aggregate conversations, but build out â??channelsâ?? per-say of different topics, sports, fashion, marketing, schools, and dare I say â??businessâ???
Letâ??s walk into one of those channels, oh, look, a huge transition ad for the NFL. Oh look, now were in the football channel â?? with 543 other people talking about football. You see my point. I am not against this at all. I am really 100% for it. I am sure Twitter is tired of hearing criticism surrounding their business model and how they generate cash. I reckon this election is the early point for a touch â??hugeâ?? twitter is considering doing. Twitter is run by a group of 20 people, thatâ??s it! I am sure their partner channels and VC funds are well stocked, but genuinely you reckon â??largerâ?? and growth.
I know we would hear endless people complain about a new layout, if the site were to take on niche groups and starts with ads galore; but I reckon only the current twitter use would complain. Look at the people who now wish to ban the new Facebook layout â?? because they are too bone idle to see their precious applications are on the bottom toolbar â?? in static mode. Facebook was tired of seeing user pages that would just go down for miles with comments, applications, etcâ?¦this opened the door to keep everything within the â??userâ??s amountâ? â?? instead of having to scroll down 30 seconds to see what a name said about somebody else (you know you care about that!)
Either way, this election and what Twitter is â??experimentingâ?? with is just the beginning of a new style Twitter will be undergoing. You know it. I know it. We all know it.
Go Twitter!
Posts Tagged ‘There’
Twitter the Election – is There a Twitter Expansion on the Horizon?
Wednesday, March 10th, 2010Requested domain but didn’t purchase at the time – now it says there is a request for it and won’t let me buy it ,How do you get around blogger blocki
Thursday, December 31st, 2009I typed in the domain www.guidetomenhattan.com to buy and it was available. Instead of getting up to find my credit card to buy it then, I abandoned my question for, or so I thought. Now, when I try to get it now it says it is still available, but when I fill out my info and try to click to the agreement terms, it says a name else has requested the name and to contact service help.
blogging, blogger,blogspot,make cash from blog
Any suggestions of how I can get it back? I was the one who wanted it!
Blogs are usually aimed for the organic traffic from the SEOs. Search Engines like blogs because their information is constantly updating. You can also optimize the content of your blog for the specific keywords so that your articles would get more attention of the SEOs. Don’t forget that blogs have the informative aim. So if you promote some air force there, don’t overstuff it, because the visitors will not like it. People will come to your blog to look for the information. Try to place forward your visitors as much useful information as possible, so that they want to stay your blog again and bookmark your page.blogging, blogger,blogspot,make cash from blogUnlike the websites, blogs are more personal place in the Internet. You can personalize your blog by offering some information about yourself, count a picture of your dog. It will make your visitors be loyal to you and stay your blog more evenly. Be yourself and share your trustworthy point of view when you write for your blog. You can also write from the first person there, it will make you closer to your readers.blogging, blogger,blogspot,make cash from blogBesides the SEO, the other way for generating more traffic to your blog is the links exchanging. You can exchange links with other blogs and as a result you will receive traffic from the other blogs as well as the other blogs will get visitors from your blog. Don’t be courteous that it may produce all your visitors go to the other blogs. Link exchanging strategy proved its effectiveness. It lets more traffic stay your blog. Even if some of them leave your page, those who are interested in your air force will stay with you.Don’t underestimate the blogging. This simple and not expensive method can play a main role in the promotion of your internet based business and help you make cash from home.
I believe it’s being blocked because of the nickname for donkeys (and butts) in the url.
Perfectly blocked my blog with “inadmissable url address” or a touch like that. I tried using xx and xy for the ss’s in weblasso but no luck.
I’ve seen this on other blog sites recently but had thought this was a long ago resolved problem.
Any thoughts guys and girls?
Thanks
Useless Traffic? Is there such a thing? GEO Redirecting your Foreign Traffic
Saturday, December 26th, 2009If you’ve read some of my other tutorials, you by now know that your .htaccess file can do a heck of a lot more than just keep a name from hot between your pictures. When you are hosted with some of the larger companies out there, it might be your only viable method of communicating with the server frankly.
Because that’s what .htaccess does. It is a file that gives exact commands to the server. Commands that tell the server how to respond in a certain situation or environment.
Now to keep this simple, we won’t go into the different modules that you can utilize in .htaccess like mod rewrite, or all the other mod’s out there. Because there are many. All mod stands for is ‘module’, an bonus piece of software to be used by the server.
Now if you are on a windows server, you can stop reading this now. .htaccess is only an option if you are on a Unix, Linux, Apache type server.
Down to today’s topic. Redirecting foreign traffic using htaccess.
Previous to I write a single detail though let me say this.
All traffic is valuable, just in different ways. Do NOT just copy and paste any of the code that follows, blindly into your htaccess file. Please research your options fully. Read several sources and find the best solution for you. Each server and it’s environment is different.
Be sure to question lots of questions previous to you start wildly count commands. It could result in a costly crash, or serious bandwidth overages that would also cost you a pretty penny. Do not simply take my word for it and copy my examples without knowing what the results can be.
In a nutshell, there are a few different ways to redirect traffic using your .htaccess file.
Originally the total concept was centered around BLOCKING a certain IP block rather than redirecting. The basic function for this was either to ALLOW or DENY a user that originates from a certain IP block. Very useful in having a secure area or folder. You can block ALL IP’s apart from your’s if you happen to have a static IP, or you could allow your general IP block that your ISP owns to have access. Still in effect cutting down your security risks substantially.
If you wanted to just block an IP, you would add a touch like this to your htaccess:
Code:
order deny,allow deny from 1.2.3.4 deny from 5.6.7.
In the above example, you are blocking two separate IP’s. 1.2.3.4 and 5.6.7.
As I said previous to, you could also use wildcards to block all users from those blocks. 1.*.*.* would not only block 1.2.3.4 , but it would block every user coming from the IP block early with the number 1. Millions of users in most cases.
So how can we use this process to redirect foreign traffic?
Instead of using a flat htaccess command like order, allow, or deny, we could use a rewrite rule or condition instead. This does require that you have mod rewrite for your server or it won’t work. To test it, use one of my earlier tutorials and do a simple ‘www’ or no ‘www’ url redirect and see if your server has the capability.
Now, I don’t want to go thru all the different ways you can redirect IP’s or domains or certain hosts in this tutorial. It is easily done and there are a jillion tutorials out there on this topic. So for the sake of brevity, I’m going to focus on one particular method. But we do need to cover one thing. There is a huge difference between a flat rule and a conditional rule.
If your syntax is incorrect and you only place in the rule and not the condition, it will be a catch all, varying your site’s access to all users. Syntax for your rules and conditions are VERY vital.
One character in the incorrect place can mean the difference between a really fantastic new setup, or your entire site’s access blocked and 500 internal errors for all your users.
Once again, proceed with caution when altering these files.
So now we want to figure out how to push all that foreign traffic to a touch a small more useful or profitable. We could make a list of all the foreign / undesirable IP blocks and list them out, line by line. This is how it was done for a long time.
But reckon of the hundreds and possibly thousands of lines of directives you would have to include in your htaccess. A giant headache to say the least. Time consuming and leaves a excellent chance for error along the way.
But that issue has been solved by many different IP place modules, primarily Geo mods.
In this instance, we are going to look at the Geo IP module. All Geo IP mod contains is a simplified ‘country code’ system that streamlines your code using it’s database for allusion. What I mean by this is simple. Instead of listing possibly hundreds of different IP blocks for a given country, you will only use ONE country code.
For example, if you wanted to redirect users originating from Mexico, then you would use a touch like this:
Code:
RewriteEngine On RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^MX$ [NC] RewriteRule ^(.*)$ http://myredirection.url [R,L]
This would send them to ‘myredirection.url’ . So the first thing you want to do previous to you start count a single line to your htaccess, is to choose where you want to send these users.
There are many companies that will buy your unwanted traffic and pay for each user you send. But, unless you are running a million hit’s a day, they are probably not going to give you much for it. Pennies.
So it’s much wiser to find a excellent way to use the traffic yourself. One way is to find a excellent affiliate that caters to a specific demographic and place. So this is going to take a small research. You will not only want to find the affiliate, but if at all possible, you want to tie it into your sites general focus / topic, so that you have a better chance of converting that traffic into cash.
It may not permanently be possible, so just do what you should permanently be doing when considering a new program. Place yourself in your users shoes and try to imagine what they are looking for. What their wellbeing might be, etc.
You’re probably going to want to break down different types of foreign traffic into separate blocks, sending each block to different pages you have setup for that demographic. For example:
Code:
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CN$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^HK$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^MO$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^CN$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^HK$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^MO$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^MY$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^SG$ [NC,OR]
RewriteCond %{ENV:GEOIP_COUNTRY_CODE} ^TW$ [NC]
RewriteRule ^(.*)$ http://www.mydomain.com/chineseusers.html [R,L]
Using the country codes for primarily Chinese users and sending them all to a single page setup for a Chinese affiliate program. In this case, ‘mydomain.com/chineseusers.html ‘ .
You’ll want to follow this pattern right through, unless you’ve chose to go it all to one place, or have sold it all to a foreign traffic buyer. You can break it down as much as you want too, sending each country to it’s own page if you prefer.
If you need help in building a solid GEO redirect plot for your traffic, please feel free to contact me by using the contact form on my site: http://www.chuckcrawford.com/
I realize that this is a very brief overview, so once again, please do your homework previous to putting a lot of time into building separate pages, lining up affiliates, etc. Make sure that your host offers a Geo module in the first place, not all do.
If you have a Dedicated, VPS, UNIX / Linux / Apache server environment and have root access, you may be able to install one yourself. Make dual sure you know what you’re doing in this instance previous to you start installing modules at server amount. Not all server software plays well with others and a terrible mix can result in cataclysm. Do not contact me AFTER you’ve ruined your build. Call me BEFORE if you’re unsure.
You are welcome to call my office and schedule a consultation, the number is (866) 75-chuck . My team can help you with not only Geo redirection, but all facets of development. We are YOUR development team. Just a phone call away. To summarize, .htaccess can do some seriously incredible things. It can exchange how files are used and accessed, redirect users, require user information, be used as a simple password program, rewrite url’s, confine access, and much, much more. Take the time to research it’s power and you’ll be very surprised at some of the tricks you can do.
Until next time,
How do I copy e-mails and paste them in a group blog post?, Blogger and Adsense ,Is there any way to choose ads to go on Blogger?
Monday, December 21st, 2009This is really a 2 part question: Is there any way to select an ad myself to place in my blog, and second, my sidebar ad is no longer showing because there are 3 by now listing under each of my posts – any way to get the sidebar ad up AND 2 ads between the posts?? Thanks for any help!blogging, blogger,blogspot,make cash from blog
got an email from google adsense saying the following: last year the domain that serves AdSense ads was changed
from pagead2.googlesyndication.com to googleads.g.doubleclick.net But, it appears that some of your ads are not being served from the new
DoubleClick domain, most likely because you’re requesting Google ads using
an ancient or modified version of the Javascript code from our ad code snippet.
blogging, blogger,blogspot,make cash from blog
I’d like to fix it, but I place the adsense in through a doohickey, and nowhere in the doohickey can you exchange that URL. Is blogger just going to do this involuntarily? Do I have to worry about it?ve tried everything you can possibly do…anyone out there able to help?
I have a group blog and I am the arbitrator. My group e-mails me updates and a TRY to copy them and paste them into the blog. It doesn’t work so I have been copying everything word for word. HELP!
I’ve tried right-clicking, Control C & then V…pasteing the e-mails into a word doc first….nothing works…what gives???
http://Northwords-Ricecreekwriters.blogspot.com
All answers
blogging, blogger,blogspot,make cash from blog
davidchin38
Amount 4
5:18 AM
There is a further way to paste inside the post editor (other than right click mouse).
Copy your text. Leave your cursor flashing inside the post editor. Use your menu bar, left click mouse on Edit/paste. All your text will appear inside your post editor! Publish post.Blogs are usually aimed for the organic traffic from the SEOs. Search Engines like blogs because their information is constantly updating. You can also optimize the content of your blog for the specific keywords so that your articles would get more attention of the SEOs. Don’t forget that blogs have the informative aim. So if you promote some air force there, don’t overstuff it, because the visitors will not like it. People will come to your blog to look for the information. Try to place forward your visitors as much useful information as possible, so that they want to stay your blog again and bookmark your page.Unlike the websites, blogs are more personal place in the Internet. You can personalize your blog by offering some information about yourself, count a picture of your dog. It will make your visitors be loyal to you and stay your blog more evenly. Be yourself and share your trustworthy point of view when you write for your blog. You can also write from the first person there, it will make you closer to your readers.Besides the SEO, the other way for generating more traffic to your blog is the links exchanging. You can exchange links with other blogs and as a result you will receive traffic from the other blogs as well as the other blogs will get visitors from your blog. Don’t be courteous that it may produce all your visitors go to the other blogs. Link exchanging strategy proved its effectiveness. It lets more traffic stay your blog. Even if some of them leave your page, those who are interested in your air force will stay with you.Don’t underestimate the blogging. This simple and not expensive method can play a main role in the promotion of your internet based business and help you make cash from home.
Best Wordpress Plugins Every Wordpress Blogger Should Be Using On There Blogs
Tuesday, October 13th, 2009Are you tired of searching the web for the best wordpress plugins for your wordpress blog? If so then today is your fortunate day because what I have you here is what I reckon to be the best wordpress plugins every wordpress blogger should be using for there blog or blogs period.
I’m sure once you go through the list I have place together not more than and read through what each of these wordpress plugins can do for your blog you’ll soon agree that these are the best wordpress plugins you’ve been searching for.
I’ve spent countless hours searching the web for the best wordpress plugins for my blogs because with them they can simplify a lot of deadly work giving you more time to do what you need to do with your blogs.
My suggestion to you is if you want to reduce the time involved with searching the web for the best wordpress plugins then make a plot now to read through the rest of this article.
Okay, that is enough talking, let’s get to the heart of the best wordpress plugins every wordpress blogger should be using.
Not more than is the list I have place together with some brief descriptions and hyperlinks to where you can download these wordpress plugins.
#1. Akismet –
- http://wordpress.org/proffer/plugins/akismet/
Akismet checks your comments against the Akismet web service to see if they look like spam or not and lets you review the spam it catches under your blogs “Comments” admin screen.
#2. All In One SEO –
- http://wordpress.org/proffer/plugins/all-in-one-seo-pack/
Optimizes your Wordpress blog for Search Engines (Search Engine Optimization).
#3. Broken Link Checker –
- http://wordpress.org/proffer/plugins/broken-link-checker/
This plugin is will monitor your blog looking for broken links and let you know if any are found.
#4. Wordpress Database Back Up –
- http://wordpress.org/proffer/plugins/wp-db-backup/
WP-DB-Backup allows you easily to backup your core WordPress database tables. You may also backup other tables in the same database.
#5. Exec-Php – http://wordpress.org/proffer/plugins/exec-php/
The Exec-PHP plugin executes PHP code in posts, pages and text widgets.
#6. Google XML Sitemaps –
- http://wordpress.org/proffer/plugins/google-sitemap-generator/
This plugin will make a Google sitemaps compliant XML-Sitemap of your WordPress blog.
#7. MaxBlogPress Ping Optimizer –
- http://wordpress.org/proffer/plugins/maxblogpress-ping-optimizer/
Save your blog from getting tagged as ping spammer by installing this plugin.
#8. MaxBlogPress Favicon
- http://wordpress.org/proffer/plugins/maxblogpress-favicon/
Help make brand awareness by showing a small favourite icon (favicon) in the title of our blog next to the URL.
#9. WP-Cache
- http://wordpress.org/proffer/plugins/wp-cache/
WP-Cache is an extremely well-organized WordPress page caching system to make you site much quicker and open.
#10. Auto Hyperlink URLs
- http://wordpress.org/proffer/plugins/auto-hyperlink-urls/
Auto-hyperlink text URLs in post content and comment text to the URL they allusion.
#11. No Ping Wait
- http://onemansblog.com/2007/04/15/no-ping-wait-wordpress-plugin/
The purpose of the No Ping Wait plugin is to prevent Wordpress authors from having to wait for all of the update air force to respond to new post pings.
#12. FD Feedburner Plugin
- http://wordpress.org/proffer/plugins/feedburner-plugin/
Redirects the main feed and optionally the comments feed to Feedburner.com.
#13. WordPress.com Stats
- http://wordpress.org/proffer/plugins/stats/
Tracks views, post/page views, referrers, and clicks.
#14. What Would Seth Godin Do
- http://wordpress.org/proffer/plugins/what-would-seth-godin-do/
Displays a custom welcome message to new visitors and much more.
#15. Popularity Contest
- http://wordpress.org/proffer/plugins/popularity-contest/
This will enable ranking of your posts by popularity; using the behavior of your visitors to determine each post’s popularity
That’s reasonably the list isn’t it? But they each serve a purpose as you’ll see when you look into each further.
If you wish to search for more wordpress plugins you can at – http://wordpress.org/proffer/plugins/
Now if you want to get the very best out of Wordpress then you need the best wordpress plugins, so keep these ones handy.