Skip to content

Instantly share code, notes, and snippets.

@agustinhaller
agustinhaller / index.html
Created November 11, 2012 17:00
estilos
li.log-in-option .input-prepend input
{
width:165px;
}
li.log-in-option .input-prepend input.user-name
{
width:110px;
}
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Bumbea.com</title>
<meta name="description" content="">
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Bumbea.com</title>
<meta name="description" content="">
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Bumbea.com</title>
<meta name="description" content="">
var $pepe = $('<li class="product-item">'+
'<div class="thumbnail product-wrapper">'+
'<div class="product-image">'+
'<a href="#" title="product image">'+
'<img alt="" src="http://dev.bumbea.com/site/img/resources/user-photo-2.jpeg"/>'+
'</a>'+
'</div>'+
'<div class="review-details">'+
'<a class="reviewer-image" href="#" title="product image">'+
'<img alt="" src="https://twimg0-a.akamaihd.net/profile_images/1121298010/anita-brick-499x499_normal.jpg"/>'+
<ul class="thumbnail autocomplete-list">
<li class="autocomplete-item">
<a href="#" title="">
<img src="http://bumbea.com/site/img/resources/galaxy-s.jpeg" class="pull-left product-image img-polaroid">
<div class="product-details pull-left">
<h5>Galaxy S</h5>
<div class="product-rating">
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star-empty"></i>
/* ==========================================================================
Product autocomplete styles
========================================================================== */
ul.autocomplete-list
{
z-index: 3;
width: 390px;
background: white;
margin: 0px;
padding: 0px;
@agustinhaller
agustinhaller / index.html
Created November 3, 2012 11:31
index bumbea
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Bumbea.com</title>
<meta name="description" content="">
@agustinhaller
agustinhaller / Twitter.class.php
Created October 29, 2012 12:40
twitter class
<?php
/****** STYLE GUIDES *****/
/* About parameters: */
/*
To make it flexible, all parameters have to be optional (that's why it receives an array) but there are some that are hard to remember and could
be the default for certain scenarios. So if the parameter needed is in the array $parameter use it, if not use
the default fallback.
*/
@agustinhaller
agustinhaller / Twitter.class.php
Created October 29, 2012 12:39
twitter class
<?php
/****** STYLE GUIDES *****/
/* About parameters: */
/*
To make it flexible, all parameters have to be optional (that's why it receives an array) but there are some that are hard to remember and could
be the default for certain scenarios. So if the parameter needed is in the array $parameter use it, if not use
the default fallback.
*/