Skip to content

Instantly share code, notes, and snippets.

View ricardosiri68's full-sized avatar

Ricardo Agustin Siri ricardosiri68

  • Nubi
  • Capital Federal
View GitHub Profile
$(function() {
tbody = $("tbody");
$.ajax({
dataType: "json",
type: "POST",
data: { action: "select" },
url: "./php/events_table.php",
beforeSend: function() { tbody.html("<td colspan=\"4\" style=\"text-align: center; padding: 50px 0px;\">Loading events...</td>"); },
success: function(data) {
getEventsTable(data);
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<title>textarea problem</title>
<link rel="stylesheet" type="text/css" href="main.css">
<script src="post-box.js" language="javascript" type="text/javascript"></script>
</head>
<body>
<div class="post-coment-status">
@ricardosiri68
ricardosiri68 / main.py
Last active December 22, 2015 12:39 — forked from anonymous/listas-clases
class Recorredor:
def __init__(self, lista):
self.__lista=lista
self.__actual=0
def __comenzar(self):
self.__actual=0
def elemento(self):
@ricardosiri68
ricardosiri68 / style.css
Last active December 25, 2015 04:39 — forked from anonymous/gist:6917969
proba comentando la linea #126 y #127
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
<div id="sidebar">
<?php if (is_home()) { ?>
<div id="secondcol">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Sidebar') ) : ?>
<?php endif; ?>
</div> <!-- end #secondcol -->
<?php }; ?>
</div> <!-- end sidebar -->
ALTER PROCEDURE [dbo].[mostrarArchivos] (@Id_Usuario int, @Id_Carpeta int)
As
set nocount on
SELECT Id_Elemento = C.Id_Carpeta,
Elemento_Nombre = C.Carp_Nombre,
Tipo = 'Carpeta',
Modificado = '---'
FROM dbo.Usuario_Carpetas C
WHERE Id_Carpeta = @Id_Carpeta
AND Id_Usuario = @Id_Usuario
<?php
session_start();
include('acceso_db.php');
if(isset($_POST['enviar'])) { // comprobamos que se hayan enviado los datos del formulario
// comprobamos que los campos usuarios_nombre y usuario_clave no estén vacíos
if(empty($_POST['usuario_nombre']) || empty($_POST['usuario_clave'])) {
echo "El usuario o la contraseña no han sido ingresados. <a href='javascript:history.back();'>Reintentar</a>";
}else {
// "limpiamos" los campos del formulario de posibles códigos maliciosos
$usuario_nombre = mysql_real_escape_string($_POST['usuario_nombre']);
<section class="contenedorlat inicio">
<aside class="columna latbanner">
<div>
<script type="text/javascript">
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','117','height','60','vspace','5','src','images/indoorkart','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','images/indoorkart' ); //end AC code
</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="117" height="60" vspace="5">
<param name="movie" value="images/indoorkart.swf">
<param name="quality" value="high">
<embed src="images/indoorkart.swf" width="117" height="60" vspace="5" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash"></embed>
</object></noscript>
<link rel="shortcut icon" href="Imagenes/abolskyicon.ico" >
<meta charset=utf-8" />
<title>a&a Intranet</title>
<link href="Imagenes/twoColLiqLtHdr.css" rel="stylesheet" type="text/css" />