NamePositionOfficeAgeStart dateSalary
NamePositionOfficeAgeStart dateSalary
Tiger NixonSystem ArchitectEdinburgh612011/04/25$320,800
Garrett WintersAccountantTokyo632011/07/25$170,750
Ashton CoxJunior Technical AuthorSan Francisco662009/01/12$86,000
Cedric KellySenior Javascript DeveloperEdinburgh222012/03/29$433,060
Airi SatouAccountantTokyo332008/11/28$162,700
Brielle WilliamsonIntegration...
Showing posts with label JavaScript. Show all posts
Showing posts with label JavaScript. Show all posts
Wednesday, February 21, 2018
Thursday, April 13, 2017
Draft: Example Table of Contents for Blogger
window.onload = function () {
var toc = "";
var level = 0;
document.getElementById("contents").innerHTML =
document.getElementById("contents").innerHTML.replace(
/([^]+)/gi,
function (str, openLevel, titleText, closeLevel) {
if (openLevel != closeLevel) {
...
Thursday, July 24, 2014
Bootstrap Modal: Implementing JQuery, Bootstrap using ADS Video
Bootstrap Modal: Implementing JQuery, Bootstrap using ADS Video
Walnut Creek CA:
Bootstrap Modal with embedded Youtube video that demonstrates an Active Denial System (ADS) which is a non-lethal riot control device. Highly effective in the right hands extremely deviant in the wrong hands which coupled with other systems leads to a huge what if they used this as a ....
Example of creating...
FuelUX-Datagrid
var DataSource = function (options) {
this._formatter = options.formatter;
this._columns = options.columns;
this._data = options.data;
this._delay = options.delay || 0;
};
DataSource.prototype = {
columns: function () {
return...
Using Bootstrap 3.0 with Blogger
Hello, Bootstrapping BloggerIntegrating Bootstrap Features into bloggerLearn moresss...