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
...
Wednesday, April 5, 2017
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,...
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...
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;
}
...
Resume Datatables
$(document).ready(function() {
$('#example').dataTable();
} );
Name
Position
Office
Age
Start date
Salary
Name
Position
Office
Age
Start...