by tant
2. September 2010 19:52
e1b567b3-e3a7-410b-93b2-5153849bac0a|0|.0
Tags:
SEO
by tant
13. August 2010 13:06
# enforce www (exclude certain subdomains)
if ($host !~* ^(www|subdomain))
{
rewrite ^/(.*)$ $scheme://www.$host/$1 permanent;
}
# enforce NO www
if ($host ~* ^www\.(.*))
{
set $host_without_www $1;
rewrite ^/(.*)$ $scheme://$host_without_www/$1 permanent;
}
77ea9882-d42f-49e3-a615-3015377b6bdd|0|.0
Tags: nginx
SEO | Tips
by tant
10. August 2010 06:00
XML-RPC (which stands for eXtensible Markup Language Remote Procedure Call) is a powerful way to manage a blog. Using it, you can post articles, comments, read posts and category lists, and more. In fact, our soft auto countent generator also use it:)
since WordPress 2.6 XML-RPC is turned OFF by default. Now, you have to turn XML-RPC or Atom ON for it to work.
go to Admin’s Settings; Writing; Remote Publishing and check the protocols for ‘Atom’, ‘XML-RPC’, or both.


by tant
9. August 2010 09:58
coolhandle.com No backup service.
Their entire system problems leading to me lost a month's data and web can not access with 5days.
if you are coolhandle.com customer.remember that backup your date Timely and Find a Secondary host.
at last thank god,I backup once a month,Otherwise my loss is more serious.
bb0072ee-41fd-41d5-8e1e-3c9eff7cf312|0|.0
Tags:
General
by tant
22. July 2010 09:08
Good news : bing updated his Webmaster Tools
http://www.bing.com/toolbox/webmasters/
More infomation please visit bing Community here.
http://www.bing.com/community/blogs/webmaster/archive/2010/07/21/a-new-beginning-bing-webmaster-tools.aspx
by tant
19. July 2010 06:05
If you have a new website then it takes some time until Google visits your web pages. Even if you submit your website to Google via their regular submission form, it usually takes weeks until Google visits your site.
There are some tips to make you page index with google yahoo and bing Immediately.
For All:
submit you website to three thought google webmasters tools,Yahoo Webmaster Tools and Bing Webmaster Center. tell three,i have a new site, index me please
and then submit sitemap/feed with there webmaster tools.
If you use blog like wp add follow ping service:
yahoo: http://api.my.yahoo.com/rpc2
google:http://blogsearch.google.com/ping/RPC2
that's all my ping list,and if you like someothers , like feedburner.com or pingomatic.com,just add too,but make sure google and yahoo list in your list.
Social Bookmarking is good:
del.icio.us, stumbleupon.com, technorati.com, and digg.com
when update submit you new page to all of them.
If you do all of these, it's very likely that they will index your website within 1 hours.
Do not believe me? Go try it
by tant
14. July 2010 06:33
BlogEngine.NET is a good blog platform. But there is not good Extensions for stop Comment Spam.
In BlogEngine.NET 1.6.1.0 situation has changed, comment can be Moderation in comment tabs. people can sitting Manual - only after comment approved by admin will it show up in the blog option for block comment spam.
if you not update BlogEngine.NET to 1.6.1.0 there is a two way for stop Comment Spam.
one:
use Recaptcha Extensions. is easy. like my blog comment will be add a Recaptcha for stop spam bot.
Recaptcha only can avoid spam bot.if Manual spam it not work.
two:
add a Extensions by yourself,if you not like Recaptcha
here is the post thank for Michael Ceranski:)
some tip for avoid comment spam
- Make sure you set the option to close the comments after a number of days. This is important because spammers will go back to really old posts and comment thinking no one will notice.
- Configure AkismetFilter Correctly if you use
- Change spammer search terms like "Powered by BlogEngine.NET 1.6.1.0" chanege it to "thank for BlogEngine.NET","Add comment" change to say somthing about .." Any of the common phrases you see on the site are going to be targeted by the spam bots.
The results of our efforts
There is 100+ blog spam comment attempts per day before.but now the world is clean:)
by tant
12. July 2010 12:13
new theme ,new content and new life
2ea00c17-7d1c-49a1-93df-e7aace754498|0|.0
Tags: