Wednesday, April 5, 2017

Bootstrap and Blogger

Hello, world! This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique. Learn more https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css Example page header Subtext for header ...
Share:

Tuesday, April 4, 2017

Bootstrap Columns

HTML5 CO1 View details » HTML CO1 View details » R3C1 CO1. View details » Frameworks  COl2 View details » R2C2 COl2 View details » R3C2 View details » R3C2 COl2 View details » R4C2 COl2 View details »   R1C3 CO3 View details » R1C3 CO3 View details » R2C3 CO3 View details » R3C3 CO3 View details »   #sidebar-wrapper,...
Share:

Tuesday, April 26, 2016

JSON01

Customers var xmlhttp = new XMLHttpRequest(); var url = "http://hirepete.blogspot.com/2016/04/json01.html"; xmlhttp.onreadystatechange=function() { if (xmlhttp.readyState == 4 && xmlhttp.status == 200) { myFunction(xmlhttp.responseText); } } xmlhttp.open("GET", url, true); xmlhttp.send(); function myFunction(response) { var arr = JSON.parse(response); var i; var out...
Share:

Animated Horizontal Accordion

/* * Do you like this solution? Please, donate: * https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QFUHPWJB2JDBS **/ .acidjs-horizontal-accordion, .acidjs-horizontal-accordion > form > ul > li > div, .acidjs-horizontal-accordion > form > ul > li > label { overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } ...
Share:

Friday, April 22, 2016