Comunidad de diseño web y desarrollo en internet online

pruueba ii

Citar            
MensajeEscrito el 31 Ene 2012 07:37 am
Probando,, 1, 2, 3

Por Mariux

BOFH

7756 de clabLevel

28 tutoriales
15 articulos

Genero:Femenino   Héroes Editores

Diseñadora & ilustradora

safari
Citar            
MensajeEscrito el 27 Abr 2012 09:46 pm
Probando probando

Código CSS :

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
   background-color: #E5E5E5;
   scrollbar-face-color: #DEE3E7;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color:  #006699;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;
}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #006699; }
a:hover      { text-decoration: underline; color : #DD6900; }
hr   { height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline   { background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline   { background-color: #FFFFFF; border: 2px #006699 solid; }


/* Main table cell colours and backgrounds */
td.row1   { background-color: #EFEFEF; }
td.row2   { background-color: #DEE3E7; }
td.row3   { background-color: #D1D7DC; }

Por Freddie

BOFH

53 tutoriales
597 articulos
43 ejemplos

Genero:Masculino   Admin

Conserje de Cristalab

chrome
Citar            
MensajeEscrito el 27 Abr 2012 09:59 pm

Por Freddie

BOFH

53 tutoriales
597 articulos
43 ejemplos

Genero:Masculino   Admin

Conserje de Cristalab

chrome
Citar            
MensajeEscrito el 27 Abr 2012 11:54 pm
Probando probando

Código CSS :

/* Pretty printing styles. Used with prettify.js. */

/* SPAN elements with the classes below are added by prettyprint. */
.pln { color: #FFF }  /* plain text */

@media screen {
  .str { color: #E6DB74 }  /* string content */
  .kwd { color: #66D9EF }  /* a keyword */
  .com { color: #75715E }  /* a comment */
  .typ { color: #A6E22C }  /* a type name */
  .lit { color: #AE81DD }  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun, .opn, .clo { color: #F92665 }
  .tag { color: #F92672 }  /* a markup tag name */
  .atn { color: #A6E22C }  /* a markup attribute name */
  .atv { color: #E6DB74 }  /* a markup attribute value */
  .dec, .var { color: #A6E22C }  /* a declaration; a variable name */
  .fun { color: #A6E22C }  /* a function name */
}


Código Javascript :

Clab = {
      init: function() {
            if ($('#login-container').length)
                  Site.login();
            
            Site.notifications();
            
            if ($('.widget-featured').length)
                  Site.featured();

            if ($body.hasClass('videotutorial-single'))
                  Site.videotutorials();

            if ($body.hasClass('tag-detail'))
                  Site.tag();

            if ($body.hasClass('tutoriales'))
                  Site.tutorials();

            if (ie <= 7)
                  Site.ie_fallback();

            if ($('#comments').length) {
              $.getScript('/js/jquery.scrollTo-min.js', Site.comments);
            }

            return $(window).bind('load', Site.load);
      }
}



Código PHP :

<?php /*
<script>
   <?php include_once(V4_ROOT_DIR . "js/blog.js"); ?>
</script>
*/ ?>
<script type="text/javascript" src="<?=$cl_globals["ruta"]; ?>Scripts/AC_RunActiveContent.js"></script>

<meta property="og:title" content="<?=$cl_page_title; ?>" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.cristalab.com<?=str_replace(array("<", ">"), "", substr($_SERVER['REQUEST_URI'], 0, 512)); ?>" />
<meta property="og:image" content="http://www.cristalab.com<?=$og_thumb; ?>" />
<meta property="og:site_name" content="<?=$cl_botonera["cristalab"]["nombre"]; ?>" />
<meta property="fb:admins" content="569992847" />
<meta property="og:description" content="<?=$cl_descripcion; ?>"/>


Código PHP :

   public function StringToBoolean() {
   }

   /**
    * Converts a string to a boolean value.
    * @param string String to convert.
    * @return The boolean it represents.
    */
   public static function convert(string:String):Boolean {
      if (string.toUpperCase() == "TRUE") {
         return true;
      } else {
         return false;
      }
   }
}



Código MySQL :

SELECT
   family.position,
   food.meal
FROM family
LEFT JOIN food
   ON family.position = food.position

Por NEO_JP

BOFH

5724 de clabLevel

13 tutoriales
12 articulos

Genero:Masculino   Anime Bloggers Premio_Secretos Team Cristalab

Front-end Developer en Washington, DC

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.