Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - Pablo Videla

#1351
Desarrollo Web / Re: Pop up con javascript
8 Noviembre 2011, 16:46 PM
Podrias buscar Jquery . Hay muchos tutoriales para hacer lo que quieres, busca sobre ventanas flotantes jquery
#1352
Cita de: zaakzaak en  8 Noviembre 2011, 13:51 PM
Y FUNCIONARIA PARA VMWARE ?

VMWARE que rayos es, sorry por no buscar, si es una maquina virtual, entonces si xD
#1353
Cita de: madpitbull_99 en  7 Noviembre 2011, 22:55 PM
De hecho en la clasificación de los ataques DoS se mencionan los daños físicos:


Y te lo puedo confirmar por experiencia propia, por ejemplo, tarjetas de red rotas por culpa del incremento de peticiones (ni siquiera era un DoS).



No tenía ni la menor idea, pensé que era un mito eso de estropear hardware a través de internet  :xD, cuando tenga tiempo buscaré sobre el tema, gracias por responder.
#1354
Cita de: madpitbull_99 en  7 Noviembre 2011, 22:40 PM
Pueden varias, aunque normalmente los discos duros son los primeros que se dañan (en un foro no muy amigo a éste, cómo consecuencia
de un ataque DoS, se rompió el disco duro debido al número de peticiones).




Es en serio  :huh: :huh: :huh:?????????
#1355
Juegos y Consolas / Re: Juego de estrategia
7 Noviembre 2011, 21:29 PM
Cita de: SixToes en  7 Noviembre 2011, 21:03 PM
Bad hay muchos age of empire esta el 1 el 2 y el 3 y dentro del 3 hay varios rangos... pero encontré uno este:  http://ageofempiresonline.com/

No se si te refieres a ese o mejor dicho cual me aconsejas?

Saludos
A ese link me referia xD
#1356
Juegos y Consolas / Re: Juego de estrategia
7 Noviembre 2011, 20:48 PM
busca el age of empires online.
#1357
PHP / Re: Ayuda
7 Noviembre 2011, 19:33 PM
Usa el codigo geshi para que tu codigo se vea asi :

Código (php) [Seleccionar]


<?php require_once('conectar.php');?>

<?php 

$cedula
=$_POST["cedula"];

$nombres=$_POST["nombres"];

$apellidos=$_POST["apellidos"];

$profesion=$_POST["profesion"];

$ciudad=$_POST["ciudad"];

$fechanaci=$_POST["fechanaci"];



echo 
" ".$nombre."<br><br>";



$nombre_archivo=$_FILES['userfile']['name'];

$destino "cosas/".$nombre_archivo;

$tipo_archivo=$_FILES['userfile']['type'];

$tamano_archivo=$_FILES['userfile']['size'];



if(!((
strpos($tipo_archivo,"gif")|| strpos($tipo_archivo,"jpeg")) && ($tamano_archivo <100000)))

{

   echo
"la extensión o el tamaño de los archivos no es correcta.<br><br>

   <table><tr><td><li>Se permiten archivos.gif o jpg<br>

                  <li>se permiten archivos de 100 Kb maximo.</td></tr><table>"
;

}

    else

     { 

   

        if(
move_uploaded_file($_FILES['userfile']['tmp_name'], $destino))

         {

            echo 
"Los Datos han sido grabados correctamente";



       
$sqlgraba="insert into datos(cedula,nombres,apellidos,profesion,ciudad,fechanaci,foto)

                       values('
$cedula','$nombres','$apellidos','$profesion','$ciudad','$fechanaci','$destino')";

            
$ejecutar=mysql_query($sqlgraba,$con);

         }

        else

         {

          echo 
"Ocurrio algun error al subir la imagen. No pudo guardarse.";

          }   

      }



?>

<html>

<head>

<title>Nacional de Resistencias</title>

<link rel="stylesheet" href="site.css" type="text/css">

<body>

<form method="post" action="datos.php" enctype="multipart/form-data"><br><br>

<table border="0" bordercolor="#cococo" cellspacing="0" width="100%" heigth="100%" bgcolor="#ffffff">

<tr><td>



<table  border="0" width="100%" heigth="10%">

<tr>

<td align="left"><img src="cosas/logo.jpg" width="170" height="130"></td>

<td align="center"><img src="cosas/404164.jpg" width="800" height="130"></td>

</tr>

</table>



<table>

<TR>

     <TD WIDTH=160 HEIGHT=22 bgcolor="#C0C0C0" align="center"><a href="inicio.html">Inicio</a></TD>

     <TD WIDTH=160 HEIGHT=22 bgcolor="#C0C0C0" align="center"><a href="index.html">Quienes Somos</a></TD>

     <TD WIDTH=160 HEIGHT=22 bgcolor="#C0C0C0" align="center"><a href="index.html">Pedidos</a></TD>

     <TD WIDTH=160 HEIGHT=22 bgcolor="#C0C0C0" align="center"><a href="registro.html">Registro</a></TD>

     <TD WIDTH=160 HEIGHT=22 bgcolor="#C0C0C0" align="center"><a href="consultas.html">Consultas</a></TD>     

     <TD WIDTH=160 HEIGHT=22 bgcolor="#C0C0C0" align="center"><a href="index.html">Contactanos</a></TD>

</TR>

</table>



<table border="0" bordercolor="#cococo" cellspacing="0" width="100%" heigth="70%" align="center">

<tr><td>

<table border="0" bordercolor="#cococo" cellspacing="0" width="15%" heigth="70%" align="left"><br>

<tr><td widht="60" heigth="22" bgcolor="#cococo" align="center">Menu</td></tr>

<td><br>

<table border="0" width="80%" heigth="75%" align="left">

<tr><td><a href="#">Link 1<br></a></td></tr>

<tr><td><a href="#">Link 2<br></a></td></tr>

<tr><td><a href="#">Link 3<br></a></td></tr>

<tr><td><a href="#">Link 4<br></br></a></td></tr><br>

</table>

<tr><td>

<!-- SOLUTIONSWEB --><br />

                        <center><iframe marginwidth="0" marginheight="0" src="http://www.free-blog-content.com/Calendars/calendar00061.htm" frameborder="no" width="162" scrolling="no" height="228" allowtransparency="allowtransparency">
</iframe></center><center><a style="font-size: 3mm" href="http://solutionsweb.es.tl/" _fcksavedurl="http://solutionsweb.es.tl/">SOLUTIONSWEB</a></center><br />

</td></tr>

</table>



<table border="0" bordercolor="#cococo" cellspacing="0" width="15%" heigth="70%" align="right" bordercolor="#cococo"><br>

<tr><td widht="60" heigth="22" bgcolor="#cococo" align="center">Siguenos</td></tr>

<tr><td><br><a target="_blank" href="http://www.facebook.com"><center><img border="0" src="cosas/facebook.jpg" width="90" height="90"></a><br>Facebook</center></td></tr>

<tr><td><a target="_blank" href="http://www.twitter.com"><center><img border="0" src="cosas/twitter.png" width="90" height="90"></a><br>Twitter</center></td></tr>

<tr><td><a target="_blank" href="http://www.myspace.com"><center><img border="0" src="cosas/myspace.jpg" width="90" height=90"></a><br>MySpace</center></td></tr>

</table>



<br></br><table border="2" bordercolor="#cococo" cellspacing="0" width="45%" height="40%" align="center">

  <tr><td><center><br><h3>REGISTRO</h3></center>

    </br><table border="0" bordercolor="#cococo" align="center">

     

     

<tr><td>Numero de Identificacion :</td><td><input type="text" name="cedula"></td></tr>



<tr><td>Nombres:</td><td><input type="text" name="nombres"></td></tr>



<tr><td>Apellidos:</ttd><td><input type="text" name="apellidos"></td></tr>



<tr><td>Profesion:</td><td><input type="text" name="profesion"></td></tr>



<tr><td>Ciudad de Nacimiento</td><td><select name="ciudad" value="ciudad"size="1"maxlength="15">

    <center><option selected value="Barranquilla">Barranquilla</center><br>

    <center><option selected value="Bogota">Bogota</center><br>

    <center><option selected value="Cali">Cali</center><br>

   <center><option selected value="Cartagena">Cartagena</center><br>

   <center><option selected value="Neiva">Neiva</center><br>

    <center><option selected value="Popayan">Popayan</center>

   </select></td></tr>



<tr><td>Fecha Nacimiento:</td><td><input type="text" name="fechanaci"></td></tr>



<tr><td>Foto</td><td><input type="file" name="userfile"></td></tr>

</td></tr>

</table><br></br>

<center><input type="submit" value="ENVIAR"></center>

  </td></tr>

</table>

</table>

</table>

</td></tr>

</table>

<table border="0" width="100%" heigth="10%" align="center" bgcolor="#ffffff">

<tr>

  <td align="center">

   <a href="http://"><center><img border="0" src="cosas/cc.gif" width="150" height="30"><br>Acerca de Nosotros</a> |

   <a href="http://">Contactanos</a> |

   <a href="http://">Mapa del Sitio</a></center><br>

   <p>&copy 2002 Marca Registrada<br>

    <a href="http://www.nacionalderesistencias.com"><H4>http://www.nacionalderesistencias.com</H4></a>

  </td>

</tr>

</table>

</body>

</html>


Ahora recien podremos leer tu codigo.
#1358
como te dijo el amigo , iwconfig revisas las interfaces disponibles, tienes que usar la que quieres y apaga el interruptor de tu tarjeta igual para que no haya conflictos.
#1359
Java / Re: Problema al crear excel
7 Noviembre 2011, 15:43 PM
Ok señores, recién pude solucionar el problema, la cosa es que lo hice todo desde cero nuevamente y nunca supe donde estaba el problema  :xD, disculpen los post seguidos pero si edito codigo el geshi muere, no se porque , los espacios se ven como asteriscos, pero acá colocare la solución, saludos.


Código (java) [Seleccionar]

public void exportarExcel() {
        if (movimientos == null) {// Cargamos el ArrayList si esta nulo
            cargaTablaDinamica();
        }
        HSSFWorkbook workbook = new HSSFWorkbook();//Creamos el libro excel

        /*Creamos la hoja de Excel llamada "Movimientos"*/
        HSSFSheet sheet = workbook.createSheet("Movimientos");

        /* Creamos la primera fila para colocar los titulos correspondientes a
         * cada columna*/

        HSSFRow header = sheet.createRow(0);
        HSSFRow fila = null;

        for (int i = 0; i < movimientos.size(); i++) {
            /* Creamos las filas segun la cantidad de datos que contiene
             * el arraylist
             */
            fila = sheet.createRow(i + 1);

            /* Creamos las celdas, se sabe que son 5*/
            for (int j = 0; j < 5; j++) {

                fila.createCell(j);

            }
            /* Asignamos los titulos a la primera fila,
             * en cada celda correspondiente */

            header.createCell(0).setCellValue(new HSSFRichTextString("Fecha"));
            header.createCell(1).setCellValue(new HSSFRichTextString("Descripcion"));
            header.createCell(2).setCellValue(new HSSFRichTextString("Serie"));
            header.createCell(3).setCellValue(new HSSFRichTextString("Monto"));
            header.createCell(4).setCellValue(new HSSFRichTextString("Saldo"));

            /* Seteamos los valores a cada celda correspondiente */
            fila.getCell(0).setCellValue("" + movimientos.get(i).getFecha().toLocaleString());
            fila.getCell(1).setCellValue(new HSSFRichTextString(movimientos.get(i).getDescripcion()));
            fila.getCell(2).setCellValue(new HSSFRichTextString(movimientos.get(i).getSerie()));
            fila.getCell(3).setCellValue(Integer.parseInt(String.valueOf(movimientos.get(i).getMonto()).replace(".0", "")));
            fila.getCell(4).setCellValue(Integer.parseInt(String.valueOf(movimientos.get(i).getSaldo()).replace(".0", "")));

            /*Modificamos el tamaño de las celdas segun el contenido de las celdas*/

            sheet.autoSizeColumn((short) (i));

        }

        sheet.autoSizeColumn((short) (0));//Arreglamos el tamaño al header

        try {
            FacesContext facesContext = FacesContext.getCurrentInstance();
            HttpServletResponse response = (HttpServletResponse) facesContext.getExternalContext().getResponse();

            /* Le asignamos el tipo de fichero que abrirá*/
            response.setContentType("application/vnd.ms-excel");
            /* El nombre que recibira el archivo a descargar */
            response.setHeader("Content-disposition", "attachment; filename=movimientos.xls");

            ServletOutputStream out = response.getOutputStream();
            /*Escribimos el fichero al out */
            workbook.write(out);
            out.close(); // Cerramos el streaming

        } catch (Exception e) {
            e.printStackTrace();


        }



    }

#1360
Software / Re: Programa para maquetación de GUI
5 Noviembre 2011, 16:16 PM
Porque no lo haces directamente desde un IDE :

Ejemplo: Si vas hacerlo en java, porque no lo haces con Netbeans

o con C# lo haces con visual studio?