miércoles, 29 de febrero de 2012

86620253268', 'body': 'ennttendii', 'timestamp': '1330534322254', 'permalink': 'http://tercerbimestremaestra.blogspot.com/2012/02/29-de-febrero-del-2012.html?showComment\0751330534322254#c5900791486620253268', 'author': {'name': '0016diana', 'avatarUrl': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgyqYbVEdbiKUETSf-DTFkhrTfAYa-wThuK6l72xiS-da7Omvvm5pKmE6DWWvSbkLArj2NLi3uddFYpKX03GJPYWJH6A8zx088gAgD2K6-CPtlMWwCzkngluHLqQHoPcs6INTzjrihlCQ/s45/IMG0444A.jpg', 'profileUrl': 'http://www.blogger.com/profile/02365533059915690966'}, 'deleteclass': 'item-control blog-admin pid-1552098553'}, {'id': '6466839821008840704', 'body': 'entendi', 'timestamp': '1330534366084', 'permalink': 'http://tercerbimestremaestra.blogspot.com/2012/02/29-de-febrero-del-2012.html?showComment\0751330534366084#c6466839821008840704', 'author': {'name': '14 Hammurabi', 'avatarUrl': 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhEulh2SdoIg-FgPw3XfI9krErpzFm23iZf1S8lYJATpuYPxaUQJqqdGoItbVLTnDNBMH_IYKQgrRNynqSUSHlKPPYS2g96IojILspL-WNjWNtN_NvaUR3bFugclt5yUUHYYFnasZNa2_M/s45/248051_211777942186185_100000619413563_661549_5649613_n.jpg', 'profileUrl': 'http://www.blogger.com/profile/15643796122462797194'}, 'deleteclass': 'item-control blog-admin pid-1396473123'}, {'id': '5709926251421406506', 'body': 'ia entndi............', 'timestamp': '1330534408301', 'permalink': 'http://tercerbimestremaestra.blogspot.com/2012/02/29-de-febrero-del-2012.html?showComment\0751330534408301#c5709926251421406506', 'author': {'name': 'Tercero 05 Isabel', 'avatarUrl': 'http://img2.blogblog.com/img/b16-rounded.gif', 'profileUrl': 'http://www.blogger.com/profile/11259006006989743342'}, 'deleteclass': 'item-control blog-admin pid-1907816904'}, {'id': '837138336543005347', 'body': 'entendido', 'timestamp': '1330534438758', 'permalink': 'http://tercerbimestremaestra.blogspot.com/2012/02/29-de-febrero-del-2012.html?showComment\0751330534438758#c837138336543005347', 'author': {'name': 'tercero12 vero', 'avatarUrl': 'http://img2.blogblog.com/img/b16-rounded.gif', 'profileUrl': 'http://www.blogger.com/profile/06834295064299705481'}, 'deleteclass': 'item-control blog-admin pid-2003387714'}]; var msgs = {'loadMore': 'Cargar más...', 'loading': 'Cargando...', 'loaded': 'Ya no hay más', 'addComment': 'Añadir comentario', 'reply': 'Responder', 'delete': 'Suprimir'}; var config = {'blogId': '4481316442817803025', 'postId': '6179722404281967803', 'feed': 'http://tercerbimestremaestra.blogspot.com/feeds/6179722404281967803/comments/default', 'authorName': 'Informatica Segundo Grado', 'authorUrl': 'http://www.blogger.com/profile/06586612997486166967', 'baseUri': 'http://www.blogger.com', 'maxThreadDepth': 2}; // 0) { cursor = parseInt(items[items.length - 1].timestamp) + 1; } var bodyFromEntry = function(entry) { if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') { return '' + entry.content.$t + ''; } } } return entry.content.$t; } var parse = function(data) { cursor = null; var comments = []; if (data && data.feed && data.feed.entry) { for (var i = 0, entry; entry = data.feed.entry[i]; i++) { var comment = {}; // comment ID, parsed out of the original id format var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t); comment.id = id ? id[2] : null; comment.body = bodyFromEntry(entry); comment.timestamp = Date.parse(entry.published.$t) + ''; if (entry.author && entry.author.constructor === Array) { var auth = entry.author[0]; if (auth) { comment.author = { name: (auth.name ? auth.name.$t : undefined), profileUrl: (auth.uri ? auth.uri.$t : undefined), avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined) }; } } if (entry.link) { if (entry.link[2]) { comment.link = comment.permalink = entry.link[2].href; } if (entry.link[3]) { var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href); if (pid && pid[1]) { comment.parentId = pid[1]; } } } comment.deleteclass = 'item-control blog-admin'; if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') { comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value; } } } comments.push(comment); } } return comments; }; var paginator = function(callback) { if (hasMore()) { var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50'; if (cursor) { url += '&published-min=' + new Date(cursor).toISOString(); } window.bloggercomments = function(data) { var parsed = parse(data); cursor = parsed.length < 50 ? null : parseInt(parsed[parsed.length - 1].timestamp) + 1 callback(parsed); window.bloggercomments = null; } url += '&callback=bloggercomments'; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } }; var hasMore = function() { return !!cursor; }; var getMeta = function(key, comment) { if ('iswriter' == key) { var matches = !!comment.author && comment.author.name == config.authorName && comment.author.profileUrl == config.authorUrl; return matches ? 'true' : ''; } else if ('deletelink' == key) { return config.baseUri + '/delete-comment.g?blogID=' + config.blogId + '&postID=' + comment.id; } else if ('deleteclass' == key) { return comment.deleteclass; } return ''; }; var replybox = null; var replyUrlParts = null; var replyParent = undefined; var onReply = function(commentId, domId) { if (replybox == null) { // lazily cache replybox, and adjust to suit this style: replybox = document.getElementById('comment-editor'); if (replybox != null) { replybox.height = '250px'; replybox.style.display = 'block'; replyUrlParts = replybox.src.split('#'); } } if (replybox && (commentId !== replyParent)) { document.getElementById(domId).insertBefore(replybox, null); replybox.src = replyUrlParts[0] + (commentId ? '&parentID=' + commentId : '') + '#' + replyUrlParts[1]; replyParent = commentId; } }; var hash = (window.location.hash || '#').substring(1); var startThread, targetComment; if (/^comment-form_/.test(hash)) { startThread = hash.substring('comment-form_'.length); } else if (/^c[0-9]+$/.test(hash)) { targetComment = hash.substring(1); } // Configure commenting API: var configJso = { 'maxDepth': config.maxThreadDepth }; var provider = { 'id': config.postId, 'data': items, 'loadNext': paginator, 'hasMore': hasMore, 'getMeta': getMeta, 'onReply': onReply, 'rendered': true, 'initComment': targetComment, 'initReplyThread': startThread, 'config': configJso, 'messages': msgs }; var render = function() { if (window.goog && window.goog.comments) { var holder = document.getElementById('comment-holder'); window.goog.comments.render(holder, provider); } }; // render now, or queue to render when library loads: if (window.goog && window.goog.comments) { render(); } else { window.goog = window.goog || {}; window.goog.comments = window.goog.comments || {}; window.goog.comments.loadQueue = window.goog.comments.loadQueue || []; window.goog.comments.loadQueue.push(render); } })(); // ]]>

jueves, 22 de septiembre de 2011

metodo para estudiar

Aquí va algunas de mis tecnikas de estudio...

1- Conseguir información. (del tema que sea)
2- Resumir TODOS los parrafos sacando las ideas principales.

-- Para empezar a estudiar--

1- Darle la primera leida muy detenida y atentamente.
2- Dejar pasar un tiempo. (hacer lo que teneís que hacer-esperar unos
20 minutos para que no se aga tan tedioso).
3- Dar segunda leida intentando acordarte de lo que vas leyendo.
4- El cuarto paso es el mismo que el anterior pero intentando entender lo que dice.

Consejo: Si entendés lo que dice no vas a necesitar estudiar mucho, solo se gravará en tu mente. ( cuando entiendes el texto lo que utilizas es tu inteligencia y no es necesario repetir como loro [o cata que es casi lo mismo].


Bueno espero que les sirva de algo  Así es como yo estudio y les puedo asegurar que va afuncionar muy bien.

Mucha suerte!!!!

martes, 20 de septiembre de 2011

miércoles, 14 de septiembre de 2011

campos tecnologicos

"El Campo Tecnológico está presente como contenido transversal para
que los alumnos descubran el sustrato tecnológico de todos los Contenidos
Curriculares y comprendan, a su vez, los condicionamientos históricos
y sociales de la tecnología. 
 En las Carreras de Formación Docente
de Grado, la inclusión de este Campo obedece al propósito de que el
futuro docente tenga competencia para formar a sus alumnos como
usuarios conscientes y activos de la tecnología, conocedores de sus alcances
y capaces de seleccionar y controlar sus consecuencias." 
Los contenidos de Tecnología aportan conocimientos relevantes para la comprensión
del medio artificial, sus características y sus tendencias. Aparecerán
contenidos de Tecnología formando parte de los distintos espacios curriculares,
enriqueciéndolos y brindando nuevos contextos para la enseñanza de las
 Los campos tecnológicos son la agrupación y articulación de un conjunto de técnicas con un propósito común. Integran competencias generales de los aprendizajes esperados que articulan los contextos actuales con sus características propias.
 
Los ordenadores sin cables:
El nuevo portatil de Dell, ya a bautizado como Latitude Z, supone un paso en firme hacia delante en la evolucion de los ordenadores. Y es que la computadora recarga su batera sin cables; se vende con una base que contiene un cargador inalmbrico que funciona por induccion electromagntica, tal y como afirma el diario 
 El Pas.
coclusion: esta seria una forma
para no gastar tanta energia.
Las cosechas geneticamente modificadas:
Revisar la tecnologa empleada para producir cultivos transgnicos y examinar los problemas pertinentes en la utilizacion de dichos cultivos as como los alimentos geneticamente modificados, incluyendo la estructura regulatoria, los posible efectos en salud humana, los impactos potenciales en el medio ambiente y otros problemas relacionados con el consumidor.
conclusion: estas nuevos alimentos para mi solo serian apariencia no sabor.
como conclusion esto son campos tecnologicos e inovasiones