student10a-blog
student10a-blog
Britney Ramirez 10 A
104 posts
Don't wanna be here? Send us removal request.
student10a-blog · 8 years ago
Text
NOVIEMBRE 7
EVALUACIÓN DE CASTIGO
0 notes
student10a-blog · 8 years ago
Text
OCTUBRE 31
ACUMULATIVO ULTIMO PERIODO
0 notes
student10a-blog · 8 years ago
Text
OCTUBRE 24
PRUEBA SABER
0 notes
student10a-blog · 8 years ago
Text
octubre 17
realización del proyecto
0 notes
student10a-blog · 8 years ago
Text
OCTUBRE 10
SE REALIZO TRABAJO EN EL HOSTING EN GRUPOS
0 notes
student10a-blog · 8 years ago
Text
OCTUBRE 3
mi hosting : http://britneyramirez.mipropia.com
se realizo explicación por parte del docente sobre algunos comandos  y nos dio las bases para iniciar con nuestro hosting 
copy, unlink, filetype,  isdir, rmdir, rename.��
0 notes
student10a-blog · 8 years ago
Text
SEPTIEMBRE 26
SE REALIZO EJERCICIO CON BASE EN EL EJERCICIO DE LA CLASE PASADA APLICANDOLE LA BASE DE DATOS, VALIDO CON DOBLE CALIFICACIÓN PARA AQUELLOS A QUIENES NO LES FUNCIONO EL ANTERIOR
0 notes
student10a-blog · 8 years ago
Text
SEPTIEMBRE 19
SE REALIZO EJERCICIO DE NIVELACIÓN, PLAN DE MEJORAMIENTO Y PRIMER INDICADOR 
INDEX.PHP
<!DOCTYPE HTML> <!-- Website Template by freewebsitetemplates.com --> <html> <head> <meta charset="UTF-8"> <title>ramirez_24_11a</title> <link rel="stylesheet" href="css/style.css" type="text/css"> <script src="js/mobile.js" type="text/javascript"></script>   <link href="style_upload/style.css" rel="stylesheet" type="text/css" /> <script language="javascript" type="text/javascript"> <!-- function startUpload(){      document.getElementById('f1_upload_process_loader').style.visibility = 'visible';      document.getElementById('f1_upload_form_loader').style.visibility = 'hidden';      return true; } function stopUpload(success){      var result = '';      if (success == 1){         result = '<span class="msg_loader">El Archivo ha sido Cargado con Exito al Servidor!<\/span><br/><br/>';      }      else {         result = '<span class="emsg_loader">Ocurrio un error al tratar de Cargar el Archivo!<\/span><br/><br/>';      }      document.getElementById('f1_upload_process_loader').style.visibility = 'hidden';      document.getElementById('f1_upload_form_loader').innerHTML = result + '<label class="label_loader" >Archivo: <input name="myfile" type="file" size="30" /><\/label><label class="label_loader" ><input type="submit" name="submitBtn" class="sbtn_loader" value="Aceptar" /><\/label>';      document.getElementById('f1_upload_form_loader').style.visibility = 'visible';            return true;   } //--> </script> </head>
<body> <div id="header"> <div class="section"> <div class="logo"> <a href="index.php">PROYECTO</a> </div> <ul> <li class="selected"> <a href="index.php">INICIO</a> </li> <li> <a href="derechos.php">DERECHOS.PHP</a> </li> <li> <a href="hairstyle.php">EJERCICIOS.PHP</a> </li>
</ul> </div> </div> <div id="body"> <div> <div class="featured"> <h2>ejercicio</h2> <section id="product"> <div class="container"> <div class="row"> <div class="post-entry"> <div class="col-md-6"> <div id="container_loader">            <div id="header_loader">             <div id="header_left_loader"></div>           <div id="header_main_loader">Subir Archivos al Servidor...</div>                <div id="header_right_loader"></div>            </div>            <div id="content_loader">                <form action="upload.php" method="post" enctype="multipart/form-data" target="upload_target" onsubmit="startUpload();" >                     <p id="f1_upload_process_loader">Cargando...<br/><img src="style_upload/loader.gif" /><br/></p>                     <p id="f1_upload_form_loader" align="center"><br/>                         <label class="label_loader" >Archivo:                                <input name="myfile" type="file" size="30" />                         </label>                         <br /><label class="label_loader" >                             <input type="submit" name="submitBtn" class="sbtn_loader" value="Aceptar" />
<div class="col-md-6 field"> <label for="midirectorio">MIDIRECTORIO</label> <select class="form-control" name="midirectorio" id="midirectorio"><option value=""></option><option value="uno">UNO</option><option value="dos">DOS</option><option value="tres">TRES</option></select> </div>
</label>                     </p>                     <iframe id="upload_target" name="upload_target" src="#" style="width:0;height:0;border:0px solid #fff;"></iframe>                 </form>             </div>             <div id="footer_loader"><a href="#">...</a></div>         </div> </div> </div> </div> </div> </section>
</ul> </p><!-- /.Section-title  --> </div> <div class="section"> </div> </div> </div> <div id="footer"> <div> <div class="connect"> <a href="http://freewebsitetemplates.com/go/twitter/" id="twitter">twitter</a> <a href="http://freewebsitetemplates.com/go/facebook/" id="facebook">facebook</a> <a href="http://freewebsitetemplates.com/go/googleplus/" id="googleplus">googleplus</a> <a href="http://pinterest.com/fwtemplates/" id="pinterest">pinterest</a> </div> <p> © copyright 2023 | all rights reserved. </p> </div> </div> </body> </html>
UPLOAD 
<?php $midirectorio = $_POST["midirectorio"]; mkdir('adjuntados/'.$midirectorio); chmod('adjuntados/'.$midirectorio, 0777);
  $destination_path = getcwd().DIRECTORY_SEPARATOR;   $result = 0;   $target_path = $destination_path . '/adjuntados/'.$midirectorio.'/'.basename( $_FILES['myfile']['name']);   if(@move_uploaded_file($_FILES['myfile']['tmp_name'], $target_path)) {   chmod($target_path, 0777);      $result = 1;   }   sleep(1); ?> <script language="javascript" type="text/javascript">window.top.window.stopUpload(<?php echo $result; ?>);</script>
0 notes
student10a-blog · 8 years ago
Text
SEPTIEMBRE 19
REGRESO A CLASE
0 notes
student10a-blog · 8 years ago
Text
SEPTIEMBRE 12
SEMANA DE LA FERIA
0 notes
student10a-blog · 8 years ago
Text
CRONOGRAMA CUARTO PERIODO
Tumblr media
0 notes
student10a-blog · 8 years ago
Text
SEPTIEMBRE 5
Entrega de notas por parte del docente
0 notes
student10a-blog · 8 years ago
Text
AGOSTO 29
SE REALIZO UN PLAN POR PARTE DEL INGENIERO PARA AQUELLAS PERSONAS QUE NECESITAN SUBIR NOTAS.
0 notes
student10a-blog · 8 years ago
Text
AGOSTO 22
SE REALIZO EL ACUMULATIVO DE FORMA PRACTICA CON EL EJERCICIO DEL MINUTERO AGREGÁNDOLE UN NUEVO CAMPO DEPENDIENDO DE LA FILA.
0 notes
student10a-blog · 8 years ago
Text
AGOSTO 15
CONTINUACIÓN Y TERMINACIÓN DEL PROYECTO DEL TERCER PERIODO 
0 notes
student10a-blog · 8 years ago
Text
AGOSTO 8
SE INICIO EL PROYECTO DEL TERCER PERIODO INDIVIDUALES
Tumblr media
0 notes
student10a-blog · 8 years ago
Text
Agosto 1
Se saco el cuarto indicador, se coloco un ejercicio en donde se necesita un template, ejercicio upload, los 10 ejercicios y tener servidor; este es el manual para instalar el servidor.
http://cookyourweb.com/crear-una-pagina-web-en-tu-servidor/
http://www.gestionatuweb.net/instalar-un-servidor-web-en-linux-para-pruebas-y-aprendizaje-con-xampp/
https://www.digitalocean.com/community/tutorials/como-instalar-linux-apache-mysql-php-lamp-en-ubuntu-16-04-es
http://www.sudo-juice.com/install-lamp-server-ubuntu/
0 notes