Me, MySpace, and I: Parenting the Net Generation

Review

“Great Resource for parenting the Net Generation” –Scholastic Parent & Child Magazine
 
“A must-read book for parents…Guided by extensive research, and presented in easy-to-read language and real-life examples, Dr. Rosen’s book will enlighten parents…It helps bridge the generation divide between parents and their technologically literate kids.”–Scott Plunkett, Associate Professor, Department of Family and Consumer Sciences, California State University Northridge
 
“Dr. Rosen brings insights, humor, and a balanced approach to how parents can understand and deal with this particularly challenging phenomenon.”–Kerby T. Alvy, Ph.D., Founder and Executive Director, Center for the Improvement of Child Caring
 
“Dr. Larry Rosen goes beyond the sensational headlines by providing original research on how young people are actually using MySpace. Me, MySpace, and I provides parents with a much needed voice in the debate over the role of social networking in the lives of today’s totally wired teens.”–Anastasia Goodstein, author of Totally Wired: What Teens and Tweens Are Really Doing Online

“A timely and comprehensive look at the virtual world. Provides concrete answers to parents’ pressing questions about social networking and how children live online. Written by one of the top authorities on the impact of technology, Me, MySpace, and I is a must read for all parents.”–Dr. Kimberly Young, author of Caught in the Net and Tangled in the Web

“Let’s face it. We parents need all the help we can get to ensure that we can remain involved in our children’s lives–especially their online lives. The better informed we are, the better we can do our jobs in protecting our children and making sure they have the skills and values to make good choices online. Larry Rosen brings his expertise as both a research psychologist and father together in this new book, Me, MySpace, and I. He provides great insight and excellent guidance.”–Nancy E. Willard, author of Cyber-Safe Kids, Cyber-Savvy Teens: Helping Young People Learn to Make Safe and Responsible Choices Online

 

Product Description

Young people spend hours online each day online, and their abilities to multitask and communicate are often misunderstood by older generations. Dr. Larry Rosen offers a full overview of the various issues young people may experience in their online worlds (cyberbullying, addiction, sexuality, virtual friendships, and more) while at the same time challenging commonly held beliefs that these communities are damaging. Instead of using scare tactics, the book shows parents how to be proactive and anticipate potential problems. With his extensive background in both child development and the impact of technology, Dr. Rosen uses down-to-earth explanations of sound psychological theory, incorporates groundbreaking research, and shows parents and educators how social networking sites like MySpace and Facebook can improve adolescent socialization skills.
 

orange arrow. V42752349  Me, MySpace, and I: Parenting the Net Generation

See all Editorial Reviews


Product Details


More About the Author

Discover books, learn about writers, read author blogs, and more.

Visit Amazon’s Larry D. Rosen Page


Inside This Book

(learn more)

Key Phrases – Statistically Improbable Phrases (SIPs):
(learn more)

virtual relationships,
sexual media diet,
reactive parenting,
offline friends,
social cognition theory,
online teens,
online friendships

Key Phrases – Capitalized Phrases (CAPs):
(learn more)

Real People,
American Life Project,
Virtually Exposed,
Pew Internet,
Few More Minutes,
Baby Boomers,
Hate Mail,
Kaiser Family Foundation,
Buddy List,
Kimberly Young,
Sherry Turkle,
Nancy Willard,
United States,
World Wide Web,
Net Generation,
Erik Erikson,
University of Southern California Fellow,
David Huffaker,
Proactive Parenting

Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Surprise Me!

Search Inside This Book:

What Do Customers Ultimately Buy After Viewing This Item?

<![CDATA[
var ODAPixelGenerator;
if (!ODAPixelGenerator) ODAPixelGenerator = {};
if (!ODAPixelGenerator.imgArray) ODAPixelGenerator.imgArray = [];
if (!ODAPixelGenerator.iframeArray) ODAPixelGenerator.iframeArray = [];
ODAPixelGenerator.addImage = function (imgSrc) {
ODAPixelGenerator.imgArray.push(imgSrc);
}
ODAPixelGenerator.addFrame = function (iframeSrc) {
ODAPixelGenerator.iframeArray.push(iframeSrc);
}
ODAPixelGenerator.createOutput = function () {
if (jQuery("#ODAPixelHolder").length) {
var i;
for (i = 0; i < ODAPixelGenerator.imgArray.length; i++)
jQuery("#ODAPixelHolder").append(' Me, MySpace, and I: Parenting the Net Generation‘);
for (i = 0; i < ODAPixelGenerator.iframeArray.length; i++)
jQuery("#ODAPixelHolder").append('’);
}
}
if (!ODAPixelGenerator.callbackCreated)
amznJQ.onReady(’JQuery’, ODAPixelGenerator.createOutput);
ODAPixelGenerator.callbackCreated = 1;
]]>


 

Customer Reviews

1 Review
5 star:
 (1)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
5.0 out of 5 stars (1 customer review)
 

 

 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
1 of 1 people found the following review helpful:
5.0 out of 5 stars
Enlightening, January 15, 2009

The authot has done a very good investigation with 2.500 teens and children. He has de vocabulary and the concepts fron psychology to apply them to the Internet. So Internet is not so new for him.

He not just writes about social network sites but about all the problems that the internet brings into home: addiction, sex, isolation, bullyng

Comment Comment | Permalink | Was this review helpful to you?

<![CDATA[

]]><![CDATA[

function showYesNoDefaultMessage(uId){
document.write("]]>“);
}

function restoreYesNoDefaultMessage(uId){
var msgLayer = document.getElementById(”thanks” + uId);
msgLayer.innerHTML = “”;
}

function showYesButton(vUrl, uId){

var yesImg = ‘ ’ +
‘ +
Yes‘ +
 ’;

document.write(yesImg);
}

function showNoButton(vUrl, uId){
var noImg = ‘‘ +
No‘ +
‘;

document.write(noImg);
}

function sendYesNoRating(vUrl,uId){
restoreYesNoDefaultMessage(uId);
var voteLayer = document.getElementById(’YesNoVotingFrame_’+uId);

var ifDoc;
if ( voteLayer.contentDocument ) {
ifDoc = voteLayer.contentDocument;
} else if ( voteLayer.contentWindow ) {
ifDoc = voteLayer.contentWindow.document;
} else if ( voteLayer.document ) {
ifDoc = voteLayer.document;
}

if ( ifDoc ) {
ifDoc.location.replace(vUrl);
}
else {
voteLayer.src = vUrl;
}

if ( ”.length > 0 ) {
showLoadingMessageForYesNo(uId);
}

return false;
}

function showLoadingMessageForYesNo(uid) {
var noBtn = document.getElementById(uid+’_no’);
var yesBtn = document.getElementById(uid+’_yes’);
var msgLayer = document.getElementById(”thanks” + uid);

if( noBtn != null && yesBtn != null && msgLayer != null) {
noBtn.style.display = ‘none’;
yesBtn.style.display = ‘none’;
msgLayer.innerHTML = “”;
}
}

function showYesNoResponse(uId,result,value) {
var msgLayer = document.getElementById(”thanks” + uId);
if ( result == “SUCCESS” ) {
msgLayer.innerHTML = “Thank you for your feedback.”;
} else {
showVoteErrorResponse(msgLayer,result,value, “”);
}
}

<![CDATA[
<!--
var uId = '2115RI0ZC2GYQDQCQHelpfulReviews1';
var vyUrl = 'http://www.amazon.com/gp/vote/ref=cm_cr_dp_voteyn?ie=UTF8&2115%7CRI0ZC2GYQDQCQ.contentAssoc.1.id=A13YR1YHFUBALF&huri=%2Fgp%2Fproduct%2F0230600034&halg=1&type=if&uid=2115RI0ZC2GYQDQCQHelpfulReviews1&2115%7CRI0ZC2GYQDQCQ.contentAssoc.2=1&2115%7CRI0ZC2GYQDQCQ.contentAssoc.2.id=B001B4MUH0&qv=1255143286%7Csr%5F1%5F21%7Cmalcrecardea-20%7Cbooks%7C8-21%253Fie%253DUTF8&2115%7CRI0ZC2GYQDQCQ.contentAssoc.2.type=ProductSet&contentId=2115%7CRI0ZC2GYQDQCQ&label=Helpful&2115%7CRI0ZC2GYQDQCQ.contentAssoc.1=1&2115%7CRI0ZC2GYQDQCQ.contentAssoc.1.type=AmazonCustomer&hmac=7802A808487DC969FB810179B6C4ED8FA2C4DA8F&qk=qid%7Cref%5F%7Ctag%7Cs%7Csr&ifRes=showYesNoCommunityResponse&context=Reviews&needsSignIn=1';
var vnUrl = 'http://www.amazon.com/gp/vote/ref=cm_cr_dp_voteyn?ie=UTF8&2115%7CRI0ZC2GYQDQCQ.contentAssoc.1.id=A13YR1YHFUBALF&huri=%2Fgp%2Fproduct%2F0230600034&halg=1&type=if&uid=2115RI0ZC2GYQDQCQHelpfulReviews1&2115%7CRI0ZC2GYQDQCQ.contentAssoc.2=1&2115%7CRI0ZC2GYQDQCQ.contentAssoc.2.id=B001B4MUH0&qv=1255143286%7Csr%5F1%5F21%7Cmalcrecardea-20%7Cbooks%7C8-21%253Fie%253DUTF8&2115%7CRI0ZC2GYQDQCQ.contentAssoc.2.type=ProductSet&contentId=2115%7CRI0ZC2GYQDQCQ&label=Helpful&2115%7CRI0ZC2GYQDQCQ.contentAssoc.1=1&2115%7CRI0ZC2GYQDQCQ.contentAssoc.1.type=AmazonCustomer&hmac=7802A808487DC969FB810179B6C4ED8FA2C4DA8F&qk=qid%7Cref%5F%7Ctag%7Cs%7Csr&ifRes=showYesNoCommunityResponse&context=Reviews&needsSignIn=1';
document.write('');showYesButton(vyUrl,'2115RI0ZC2GYQDQCQHelpfulReviews1');
showNoButton(vnUrl,'2115RI0ZC2GYQDQCQHelpfulReviews1');
document.write('');showYesNoDefaultMessage('2115RI0ZC2GYQDQCQHelpfulReviews1');
//-->
]]>
Yes No

<![CDATA[

]]><![CDATA[
<!--
document.write( "(Report this)" );
//-->
]]>
(
Report this)

 

 

advertisement sm head. V46774995  Me, MySpace, and I: Parenting the Net Generation

<![CDATA[
function collapseFrame_490477 () {
var elem=document.getElementById('cachebust_490477_adcontent');
elem.style.visibility="hidden";
elem.style.display="none";
elem.style.height=0;
elem.style.width=0;
elem.style.margin=0;
}
function adOnload_490477 () {

var frame_490477 = document.getElementById('cachebust_490477');
if( frame_490477.contentWindow ) {
if( frame_490477.contentWindow.document ) {
var iwin = frame_490477.contentWindow;
if( typeof iwin.d16gCollapse !== "undefined" ) {
collapseFrame_490477();
} else {
var ib = iwin.document.body;
if( ib && ib.innerHTML == "" ) {
var oDoc = (frame_490477.contentWindow || frame_490477.contentDocument);
if (oDoc.document)
oDoc = oDoc.document;
oDoc.write('Grocery');
}
}
}
}
}
]]><![CDATA[
if(typeof amznJQ != 'undefined') {
amznJQ.onCompletion('amznJQ.criticalFeature', function() {
var divContainer = jQuery('#cachebust_490477_adcontent');

jQuery('#cachebust_490477_adcontent').children('div:first').after(' Grocery ');

if (navigator.userAgent.indexOf("Firefox") > -1) {
var i = jQuery('#cachebust_490477');
if (i) {
i.attr('src', '/aan/2009-09-09/static/amazon.us/iframeproxy.html#dclick=amzn.us.dp.books/nonfiction.education;sz%3D300x250;u%3Dd120fcdd89624638bcd596d76f9f29fe;ord%3D16Q2NTSV8CKK15B2JW9E;s%3D32;s%3Dk293;s%3Dk142;s%3Dk12;s%3Dk315;s%3Dk150;s%3Dm4;s%3Dm1;z%3D1173;z%3D949;z%3D170;z%3D1178;z%3D179;z%3D153;z%3D167;z%3D1058;z%3D160;z%3D141;tile%3D1%3F');
}
}
});
}
else {
document.write('
Grocery ');

if (navigator.userAgent.indexOf("Firefox") > -1) {
var i = document.getElementById("cachebust_490477");
if (i) {
i.src="/aan/2009-09-09/static/amazon.us/iframeproxy.html#dclick=amzn.us.dp.books/nonfiction.education;sz%3D300x250;u%3Dd120fcdd89624638bcd596d76f9f29fe;ord%3D16Q2NTSV8CKK15B2JW9E;s%3D32;s%3Dk293;s%3Dk142;s%3Dk12;s%3Dk315;s%3Dk150;s%3Dm4;s%3Dm1;z%3D1173;z%3D949;z%3D170;z%3D1178;z%3D179;z%3D153;z%3D167;z%3D1058;z%3D160;z%3D141;tile%3D1%3F";
}
}
}
]]>
Grocery


Ad feedback


 
Only search this product’s reviews

cfm. V261937583  Me, MySpace, and I: Parenting the Net Generation
= t) {
amznJQ.completedStage(stage);
}
}
}
]]>

transparent pixel. V42752373  Me, MySpace, and I: Parenting the Net Generationtransparent pixel. V42752373  Me, MySpace, and I: Parenting the Net Generation



Customer Discussions

 Beta (What’s this?)

New! See all customer communities, and bookmark your communities to keep track of them.
This product’s forum
(0 discussions)

  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight


Start a new discussion

Topic:
First post:

<![CDATA[]]>

Feedback

Thanks for your feedback.
We appreciate your effort to make our site better. Please note that we are unable to respond directly to all submissions made via this form.






Your Recent History

 (What’s this?)

0 ) {
var yPosition = $(window).scrollTop() + $(window).height();
var rhfElementFound = $(’#rhfMainHeading’).size();
var rhfPosition = $(’#rhfMainHeading’).offset().top;
if (rhfElementFound && ( rhfPosition – yPosition

%perl>

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

%perl>

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

<![CDATA[
amznJQ.available("jQuery", function()
{
jQuery(window).load(function()
{
var cssAssets = [
"http://z-ecx.images-amazon.com/images/G/01/nav2/gamma/search-css/search-css-search-39844._V230885112_.css"
];

var hframe = jQuery('’);
jQuery(’body’).append(hframe);

var hFrmElem = document.getElementById(”searchPrecache”);
var hFrmDoc = (hFrmElem.contentWindow || hFrmElem.contentDocument);
if (hFrmDoc.document)
{
hFrmDoc = hFrmDoc.document;
}

var hHead = hFrmDoc.getElementsByTagName(”head”)[0];
if (!hHead)
{
hFrmDoc.open();
hFrmDoc.writeln(”]]>

Buy Me, MySpace, and I: Parenting the Net Generation at Amazon
Buy Me, MySpace, and I: Parenting the Net Generation at Amazon

Related Posts

Tagged with:

Filed under: myspace marketing

Like this post? Subscribe to my RSS feed and get loads more!

3 Comments

  1. Fidel says:

    The authot has done a very good investigation with 2.500 teens and children. He has de vocabulary and the concepts fron psychology to apply them to the Internet. So Internet is not so new for him.

    He not just writes about social network sites but about all the problems that the internet brings into home: addiction, sex, isolation, bullyng

Trackbacks/Pingbacks

  1. Me, MySpace, and I: Parenting the Net Generation | iblogforextracash.com
  2. Me, MySpace, and I: Parenting the Net Generation
  3. Me, MySpace, and I: Parenting the Net Generation
  4. Me, MySpace, and I: Parenting the Net Generation

Leave a Reply