Developing Consistent Design Pattens Subtext for header Heading View details » Heading You can activate a Twitter Bootstrap modal window by clicking on the button or link without writing any JavaScript code via data attributes. Set data-toggle="modal" on a controller element, like a button or an anchor, along with a data-target="#myModal" or href="#myModal" to target a specific modal...
Wednesday, September 17, 2014
Tuesday, September 16, 2014
HTML Ampersand Character Codes
HTML Ampersand Character Codes
These are character sequences that may appear in HTML documents; they represent sometimes useful symbols that are not part of the standard ASCII set or that would be difficult or impossible to type otherwise (e.g. the less-than sign, which would always be mistaken for the beginning of an HTML tag). Case is signinficant.
The content of this table has been throughly...
Google Drive SDK: Creating Public Folder (from SDK)
×
Alert!
Warning! Please visit Page Status Information alert link
Drive SDK documentation
Click me
function createPublicFolder(folderName) {
var body = {
'title': folderName,
'mimeType': "application/vnd.google-apps.folder"
};
var request = gapi.client.drive.files.insert({
'resource': body
});
request.execute(function(resp) {
console.log('Folder...
Monday, September 15, 2014
Fusion Tables API Example: Google Chart Tools
table {
width: 30%;
}
th {
width: 30%;
text-align: left;
}
body {
font-family: Arial, sans-serif;
font-size: 12px;
}
#map-canvas {
height: 500px;
width: 600px;
}
#visualization {
height: 400px;
width: 500px;
}
query += " WHERE 'victims' = '" + team + "'";
google.load('visualization', '1');
function drawTable()...
Bootstrap Simplied Images using a Jquery Var
$( document ).ready(function() {
var R1C1= 'https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjdgzkQF1GvEDhgYZWRGnl80245J3kYhmiLWJVZkdZJMUtisMrdj4zrVAxDMDspY1TXPhAzxVwd1rfBvOcCx9u3I8YHtVkbHJJdhOPZuHzWvqgeTEqpV1xUkNZCXHjz4j69ra4gSJZi-DQwYXg/s1600/mary_alicia_driscol.jpg';
var PR1C1=...
Saturday, September 13, 2014
bootstrap-rich-text-editor
Enter your text here..
Huge
Normal
Small
Add
$(function(){
function initToolbarBootstrapBindings() {
var fonts = ['Serif', 'Sans', 'Arial', 'Arial Black', 'Courier',
'Courier New', 'Comic Sans MS', 'Helvetica', 'Impact', 'Lucida Grande',
'Lucida Sans', 'Tahoma', 'Times',
'Times New Roman', 'Verdana'],
fontTarget...
Friday, September 12, 2014
Craigslist Posting - Seeking Clients
<section id="postingbody">
<h1>
PLEASE VISIT MY BLOGGER SITE
</h1>
<h2>
SEEKING CLIENTS
</h2>
<hr />
<hr />
<h2>
510-460-5641
</h2>
<hr />
Solo Developer Seeking New Clients
<br />
<br />
Great Rates
<br />
Fast Service
<br />
Over 20 years direct client...
Tuesday, September 9, 2014
Standard Sidebar Tutorial - Using JQuery, Javascript Bootstrap and more to build a tutorial page
$(document).ready(function() {
$('#example').dataTable();
} );
HTML5 Overview
Search Examples
HTML5 is the most current HTML standard.
HTML5 Features
Features
Created to deliver rich internet content agnostically to many/any device.
Provides new Semantics, Graphics and Multimedia Elements with less lines of code...
AngularJS - Lessons, Examples, Tutorials and Concepts

Thumbnail label
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
Thumbnail label
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta...
HTML5 ► Lessons, Examples, Tutorials and Concepts

Thumbnail label
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
Action Action
Thumbnail label
Cras justo...
jQuery Random Fade In Plugin Demos
Basic
F
d
e
i
n
I
m
$('#boxset').randomFadeIn();
F
a
d
e
i
n
I
m
g
Setting a durat...
BlogRoll - Sites, Portfolio and Blogs
#sidebar-wrapper, #midsidebar-wrapper, .gapad2, .post-header-line-1, .post-footer { display:none !important;} #main-wrapper { width:100%!important;} .post { width:100%!important; }
...
Bootstrap: Sample Under Development
Toggle navigation Brand
Link
Link
Dropdown
Action
Another action
Something else here
Separated link
One more separated link
...
Examples: HTML5 Local Storage
var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/14060/azcarbon_2_1_0_VERT"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);
Storage Events
article div {
margin: 10px 0;
}
label {
float: left;
display: block;
width: 125px;
line-height: 32px;
}
#fromEvent {
...
Monday, September 8, 2014
Stacked Navs
2
<ul class="nav nav-stacked nav-pills">
<li class="active">
<a href="https://www.blogger.com/blogger.g?blogID=192373765027274067#">Home</a>
</li>
<li>
<a href="https://www.blogger.com/blogger.g?blogID=192373765027274067#">Profile</a>
<div class="panel-group" id="panel-790548">
<div class="panel panel-default">
...
Friday, September 5, 2014
Thursday, September 4, 2014
Bootstrap: Creating Dynamic Tabs via Data Attributes
Section A
Section B
Dropdown
Dropdown 1
Dropdown 2
Section A content…
Dropdown 1 content…
Dropdown 2 content…
...
Bootstrap Tabs Nested In Fluid Columns
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
Section 1
Section 2
SectionOne
SectionTwo
Home
Profile
Messages
#sidebar-wrapper,...
JS: Remove Classes
class="myClass1 myClass2" id="myDiv"
$("#demo").live("click", function () {
//Get CSS class
var classes = $("#myDiv").attr("class");
alert(classes);
//Remove all CSS classes
$("#myDiv").removeAttr("class");
//Get Updated CSS class
var classes = $("#myDiv").attr("class");
alert(classes);
});
<div class="myClass1...
Wednesday, September 3, 2014
JavaScript Copy Text To Field
function FillBilling(f) {
if(f.billingtoo.checked == true) {
f.billingname.value = f.shippingname.value;
f.billingcity.value = f.shippingcity.value;
}
}
Mailing Address
Name:
City:
Check this box if Billing Address and Mailing Address are the same.
Billing Address
Name:
City...
Bootstrap -Three Column
Three Column
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"></link><br />
<br />
<div class="container">
<div class="row clearfix">
<div class="col-md-10 column">
</div>
</div>
<div class="row clearfix">
<div class="col-md-3 column">
<h2>
R1C1</h2>
CO1<br />
<a...