What is StumbleUpon?
Social Bookmarking sites like Digg and Del.ico.us are an excellent method of obtaining large amounts of traffic in a short space of time, but the concept of StumbleUpon is slightly different. StumbleUpon has over one million users, and generally refers less (but still significant) the amount of traffic at a rate more consistent, that sites like Digg can send thousands of visits within a few days to promote stories made the FrontPage.
Archive for the ‘ Tips And Trick ’ Category
Without using database tool like phpMyAdmin, we can still back up data from MySql with PHP script that we made. Following some example of script to back up the data.
backup.php
<?php
mysql_connect('hostname','db_user','db_pass');
mysql_select_db('database_name');
$TableName='lecturer'; $BackupFile='E:\lecturer.sql';
$query="SELECT * INTO OUTFILE '$BackupFile' FROM $TableName"; $result=mysql_query($query);
if($result) echo "Success"; else echo "Failed";
?>
Everyone like bloggers or webmasters usually played SEO to optimized the website or blogger that they’re handle it. I searching in youtube and I found some related video with SEO, here they are:
SEO Title Tags - Seo Video
Alexa rank is important for many blogger especially that they want to monetize blog, because often alexa rank made condition to determine “price” a blog/website.
Several tips to increase Alexa rank :
1. Alexa Traffic
Get lot of site traffic! Alexa basically ranking fame a website. Beginning idea from alexa rank determines website which that has traffic at most with assumption, many traffic = popularity,
2. Alexa Toolbar
Use browser that toolbar alexa installed can increase ranking your website/blog. But not only that, every website that visited use browser where Alexa toolbar installed also get “value” that be calculated in ranking.
3. Alexa Widget
Use Alexa site stat widget at website. Alexa site stat this contain javascript that store every visitor data (ping) to server Alexa so that statistics Alexa be accurateer. Just copy paste. Not necessary shy use alexa widget if your statistic still in bad rank.
4. Alexa Content
Write content about Alexa at your blog/website. Webmaster and blogger like manners to increase Alexa rank. Yach… may be such as those which read this time
5. Update your blog/website regularly
With regularly update your blog/site that will make search engine indexing more pages from your blog/website. So, it will make influence in your Alexa
” This article especially for newbie (wordpress user)”
After you have domain and upload your file at hosting server, you should do several changes setting to increase credibility and performance your website especially for reader and search engine
Several little change like following
1. Change permalink from website you to form easier is identified search engine and catchy reader.
So change permalink in settings, example
before->http: /www. domain. com/? p=1
after->http: /www. domain. com/2008/06/26/article1/
Do this with the way add file .htaccess in your file manager
2. Add picture as support or give an illustration for article that you write.
To can do this matter so in manager file at your hosting server in folder wp-content->upload change permission (chmod) to 775
3. To customize your themes to increase performance also website display, change your that themes.
in wp-content->themes-> change permission(chmod)
-for folder chmod to 775
-for file chmod to 664
If you have any idea please give me some comment.
“This article always regularly update”











