Blogging is bringing new voices to the online world

Leave a Comment
The ease and appeal of blogging is inspiring a new group of writers and creators to share their voices with the world. A new, national phone survey of bloggers finds that most are focused on describing their personal experiences to a relatively small audience of readers and that only a small proportion focus their coverage on politics, media, government, or technology.

Blogging is bringing new voices to the online world


 Related surveys by the Pew Internet & American Life Project found that the blog population has grown to about 12 million American adults, or about 8% of adult internet users and that the number of blog readers has jumped to 57 million American adults, or 39% of the online population. These are some of the key findings in a new report issued by the Pew Internet Project titled “Bloggers”: 54% of bloggers say that they have never published their writing or media creations anywhere else; 44% say they have published elsewhere. 54% of bloggers are under the age of 30. Women and men have statistical parity in the blogosphere, with women representing 46% of bloggers and men 54%. 76% of bloggers say a reason they blog is to document their personal experiences and share them with others. 64% of bloggers say a reason they blog is to share practical knowledge or skills with others.

When asked to choose one main subject, 37% of bloggers say that the primary topic of their blog is “my life and experiences.” Other topics ran distantly behind: 11% of bloggers focus on politics and government; 7% focus on entertainment; 6% focus on sports; 5% focus on general news and current events; 5% focus on business; 4% on technology; 2% on religion, spirituality or faith; and additional smaller groups who focus on a specific hobby, a health problem or illness, or other topics. The report, written by Senior Research Specialist Amanda Lenhart and Associate Director Susannah Fox, says that bloggers are avid consumers and creators of online content. They are also heavy users of the internet in general. Forty-four percent of bloggers have taken material they find online – like songs, text, or images – and remixed it into their own artistic creation. By comparison, just 18% of all internet users have done this.

A whopping 77% of bloggers have shared something online that they created themselves, like their own artwork, photos, stories, or videos. By comparison, 26% of internet users have done this. “Blogs are as individual as the people who keep them, but this survey shows that most bloggers are primarily interested in creative, personal expression,” said Lenhart. “Blogs make it easy to document individual experiences, share practical knowledge, or just keep in touch with friends and family.” The Pew Internet & American Life Project deployed two strategies to interview bloggers. First, bloggers were identified in random-digit dial surveys about internet use. These respondents were called back for an in-depth survey between July 2005 and February 2006, for a final yield of 233 bloggers. Second, additional random-digit surveys were fielded between November 2005 and April 2006 to capture an up-to-date estimate of the percentage of internet users who are currently blogging. These large-scale telephone surveys yielded a sample of 7,012 adults, which included 4,753 internet users, 8% of whom are bloggers. “Much of the public and press attention to bloggers has focused on the small number of high-traffic, A-list bloggers,” said Fox.

“By asking a wide range of bloggers what they do and why they do it, we have found a different kind of story about the power of the internet to encourage creativity and community among all kinds of internet users.” Some additional data points from the Bloggers report: 87% of bloggers allow comments on their blog 72% of bloggers post photos to their blog 55% of bloggers blog under a pseudonym 41% of bloggers say they have a blogroll or friends list on their blog 8% of bloggers earn money on their blog The Pew Internet & American Life Project has created an online version of the Blogger Callback telephone survey and invites participation from the general public.

The resulting answers will not be a representative sample, but the online survey will give observers a chance to see the questions in context and to comment on some specific aspects of blogging.

The survey is online at the following address:  http://www.psra.com/PewBloggerSurvey.html

 About the Pew Internet & American Life Project: The Pew Internet Project produces reports that explore the social impact of the internet. Support for the non-profit Pew Internet Project is provided by The Pew Charitable Trusts. The Project is an initiative of the Pew Research Center.
The Project’s Web site: http://www.pewinternet.org
Read More

Google Adsense Converted code in XML template of Blogger

Leave a Comment
Google Adsense Converter:Google Adsense Converted code in XML template of Blogger. This widget its perfect for Google Adsense Converter.

This handy tool automatically converts javascript ad code into the correct format so you can embed it directly into your new xml Blogger template. It’s perfect for converting AdSense, AdBrite, Chitika or any other javascript ad code you may have.



INSTRUCTIONS:

  1. Enter the Adsense/other Code in the Above Box
  2. Click on “Convert Ad Code”.
  3. Next, Sign into Blogger Dashboard » Layout » Edit html and Paste the code whereever you want the ad to be displayed.

Please Share this with your friend:
Read More

How to Move WordPress to a New Server (without losing anything)

Leave a Comment
Like many web professionals, I’m so busy doing things for clients that it’s true to say that my own site often suffers thanks to a lack of time. One thing that I have been meaning to do for some time is move the site, which is a WordPress site, to another server, as I’m not overly happy with my current hosts.
FTP-Transfer

However, it’s one of those things that I’ve put off doing because it does just seem like a lot of hassle, especially since my theme is bespoke and therefore any issues and it will take time to do again (yes, a simple backup will take care of this, I know).

Bearing all of that in mind, I can imagine that many people have the same problem, or have no idea where to start, so here you will find instructions on how to carry this out, without losing theme elements or ending up with a site full of broken links.

Keeping the same URL

Firstly, it’s worth noting that if you haven’t really optimized the site and intend on keeping all of the URLs, and the domain name and the database is going to remain the same, then it’s a simple process.
define('DB_NAME', 'user_wrdp1');
/** MySQL database username */
define('DB_USER', 'user_wrdp1');
/** MySQL database password */
define('DB_PASSWORD', 'password');

If this is the case, then you will just have to copy the files and database across to the new server. If you want to change the name or user of the database you will have to alter the edit.wp-config.php file to ensure that it has the right values. Locate the following in the root folder and alter accordingly.


If you’re changing server but keeping your domain name, then you will need to edit wp-config with your new database and user details and then just upload all of your files to the new server.

It’s pretty obvious too, but bears repeating, that you should make a full backup of the site, which should include the following:
Plugins
Theme files
Any uploads that you’ve made
The database

To do this, you can use phpMyAdmin, which is an open source tool for managing MySQL databases and includes a wealth of useful tools. You can choose to export data in a number of formats, such as CSV, SQL, XML, PDF, ISO/IEC 26300 and others. Alternatively, you can use a plugin such as WP-DB-Backup.

Uploading from local to a remote installation

Once you’re fully backed up and ready to go, first of all you’ll need to disable Permalinks. This can be done in the “Permalinks” screen view which is in the “Settings” menu. Choose the default setting and hit save.


Then, if you haven’t already, backup the database, make a copy and rename it.
Installing WordPress on the new server

Install WordPress as you normally would, either using FTP or through cPanel and then copy all of the files from your local wp-content file to the one on the server using FTP or SFTP. Next, you will need to edit the database in order to replace the local URL with the remote one.

For this, use a search and replace utility, preferably not a text editor and change every instance of the local URL to the remote one. You can use SEARCH REPLACE DB for this, which should be installed in the root folder of your WP install for best results. In order to protect the script from abuse, it’s best to rename it before doing anything else.

For example, if you rename it newinstall.php, you will then go to http://yoursite.com/newinstall.php and follow the on-screen instructions to carry out search and replace. Once you’ve finished doing this, it’s important that you also delete the script in order to secure the DB.

Save the database before continuing. If a new database has been created when you installed WP, then this will need to be deleted. You can do this by:
Using phpMyAdmin, click on the “Structure” tab
Underneath the list of tables click on “Check All”
Choose “Drop” from the menu called “with selected”
Choose “Yes” when the message pops up asking if you want to drop all tables
Re-enable your permalinks as you had them in the last installation


You’re good to go.

Moving from host to host

If you’re moving the site to a new host, it’s exactly the same as when you upload from a local server, with one key difference being that you will have to download all of your files from the existing host using FTP.

Changing the URL
update_option('siteurl','http://www.new-site-address.com');update_option('home','http://www.new-site-address.com');

If you need to change the URL of the site as it’s in a subdirectory or it’s a new domain name, you can do this by adding some lines to the functions.php file of the theme, as below.

Then, load the new files onto the site and it should work fine. Don’t attempt to just copy all of the files and database over, as this won’t work properly and you’ll end up with broken links.

Once you’ve then loaded the new files, test and delete the lines from the functions.php files, as your new settings will now be stored and saved in the database.

If you need to set up 301 redirects, which is important to both search engines and users, then you’ll need to connect to the old site and edit the .htaccess file. Locate the file and then paste this code at the top of the file:
1 #Options +FollowSymLinks
2 RewriteEngine on
3 RewriteRule ^(.*)$ http://yoursite.com $1 [R=301,L]

Once you’ve done this, go back to the new site and test to ensure that the changes have been made successfully. It’s also a good idea to submit the change of URL to Google via Webmaster Tools and you will also need to verify it.

Finally, once you’re confident that all is working well and you’ve checked and tested, remember to tell the site users about the change. You can do this in whatever way you think will be the most effective, by newsletter, blog post or on social media and if you still own the old domain, you can set up a temporary redirect to catch any that initially fall through the net.

That’s it, all you need to do to change the location of your WP site, even if you’re using a new URL.
Read More
Next PostNewer Posts Previous PostOlder Posts Home