Wednesday, September 17, 2014

Bootstrap Modals Information Nav/Pops/Directories

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 box.
View details »

Heading

View details »


Share:

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 tested.
If the character that appears in the first column does not fit the description in the third column,
your browser has a screw loose.
Source: http://rabbit.eng.miami.edu


"
"Double quote
&
&Ampersand ("and" sign)
<
<Less-than
&gt;
>Greater-than
&nbsp;
un-linebreak-able space
&iexcl;
¡Upside-down !
&cent;
¢Cent sign (c crossed out)
&pound;
£Pound sign: the currency symbol
not the tic-tac-toe telephone symbol, which is incorrectly called "pound".
&curren;
¤circle with dashes at NE, SE, SW, and NW
&yen;
¥Y crossed out
&brvbar;
¦Vertical line, maybe with gap in middle
&sect;
§Section sign (like hurricane symbol on weather maps)
&uml;
¨Two dots up in the air
&copy;
©Copyright sign (C in a circle)
&ordf;
ªlower case "a" up in the air
&laquo;
«Two small less-than signs: the German open-quote
&not;
¬Not sign from classical logic
&shy;
­"Soft" hyphen: a dash
&reg;
®Registered sign (R in a circle)
&macr;
¯Macron (horizontal line up in the air)
&deg;
°Degree sign
&plusmn;
±Plus-or-minus sign
&sup2
²2 up in the air
&sup3;
³3 up in the air
&acute;
´Little dash pointing to North-East
&micro;
µMicro sign, lower case Greek Mu
&para;
Paragraph sign (mirror image capital P with two legs and a black eye)
&middot;
·Decimal Point (English style, mid-level)
&cedil;
¸Small sickle shape, low down
&sup1;
¹1 up in the air
&ordm;
ºlower case "o" up in the air
&raquo;
»Two small greater-than signs: the German close-quote
&frac14;
¼One quarter
&frac12;
½One half
&frac34;
¾Three quarters
&iquest;
¿Upside-down ?
&times;
×Times sign: narrow x without serifs
&divide;
÷Division sign: a colon : with a dash through it
&ETH;
ÐOld English voiced "Th", "D" with dash through upright
&eth;
ðOld Englished voiced "th": bendy "d" with dash through tail
&THORN;
ÞOld English unvoiced "Th": "P" but loop has slipped down
&thorn;
þOld English unvoiced "th": smaller version of the above
&AElig;
Æ"A" and "E" in a ligature, as in ENCYCLOPAEDIA
&aelig;
æ"a" and "e" in a ligature, as in "encyclopaedia"
&OElig;
Œ"O" and "E" in a ligature, as in MANOEUVRE
&oelig;
œ"o" and "e" in a ligature, as in "manoeuvre"
&Aring;
Å"A" with a little circle above: Angstrom sign
&Oslash;
Ø"O" with diagonal line through: Empty set sign
&Ccedil;
Ç"C" with cedilla (sickle shape) underneath
&ccedil;
ç"c" with cedilla (sickle shape) underneath
&szlig;
ßGerman "sz" ligature, like a lower case Greek Beta
&Ntilde;
ÑN with wiggle on top
&ntilde;
ñn with wiggle on top

Accents and things

Accents on letters are available in all sorts of (but not every possible) combination.
The accents available are:
  • Acute: little dash on top, pointing to North-East,
  • Grave: little dash on top, pointing to North-West,
  • Circumflex: like a roof on top of the letter,
  • Umlaut: two dots on top, could also be used as a dieresis,
  • Tilde: wiggle on top,
  • Ring: circle on top, touching the letter.
They can appear on capital and lower case versions of A, E, I, O, U, and Y.
Some consonants also have similar marks, but they are listed in the first table.

The HTML "character entities" are made by combining four elements:
  1. an ampersand "&",
  2. the letter to be accented, either capital or lower case,
  3. the abbreviation for the desired accent:
    Acute=acute, Grave=grave, Circumflex=circ, Unlaut=uml, Dieresis=uml, Tilde=tilde, Ring=ring
  4. a semicolon ";"
Example: for a capital E with a grave accent use &Egrave;

The following table attempts all the combinations so you can see which work. I have marked with the abbreviation "std" all those that supposed to be there, so you should be able to rely on their presence, but you know what browsers are like.

AacuteÁ std
AgraveÀ std
Acirc  std
Auml Ä std
Atildeà std
Aring Å std
aacuteá std
agraveà std
acirc â std
auml ä std
atildeã std
aring å std
EacuteÉ std
EgraveÈ std
Ecirc Ê std
Euml Ë std
Etilde&Etilde;
Ering &Ering;
eacuteé std
egraveè std
ecirc ê std
euml ë std
etilde&etilde;
ering &ering;
IacuteÍ std
IgraveÌ std
Icirc Î std
Iuml Ï std
ItildeĨ
Iring &Iring;
iacuteí std
igraveì std
icirc î std
iuml ï std
itildeĩ
iring &iring;
OacuteÓ std
OgraveÒ std
Ocirc Ô std
Ouml Ö std
OtildeÕ std
Oring &Oring;
oacuteó std
ograveò std
ocirc ô std
ouml ö std
otildeõ std
oring &oring;
UacuteÚ std
UgraveÙ std
Ucirc Û std
Uuml Ü std
UtildeŨ
Uring Ů
uacuteú std
ugraveù std
ucirc û std
uuml ü std
utildeũ
uring ů
YacuteÝ std
Ygrave&Ygrave;
Ycirc Ŷ
Yuml Ÿ std
Ytilde&Ytilde;
Yring &Yring;
yacuteý std
ygrave&ygrave;
ycirc ŷ
yuml ÿ std
ytilde&ytilde;
yring &yring;
Share:

Google Drive SDK: Creating Public Folder (from SDK)

Alert!

Warning! Please visit Page Status Information alert link
Drive SDK documentation
Share:

Monday, September 15, 2014

Fusion Tables API Example: Google Chart Tools

query += " WHERE 'victims' = '" + team + "'";
Share:

Bootstrap Simplied Images using a Jquery Var

sss

6-4-3 grid example

6 columns on desktop, 4 columns on tablets, 3 columns on phones


Share:

Saturday, September 13, 2014

bootstrap-rich-text-editor

Enter your text here..
Share:

Friday, September 12, 2014

Craigslist Posting - Seeking Clients






PLEASE VISIT MY BLOGGER SITE

SEEKING CLIENTS



510-460-5641


Solo Developer Seeking New Clients

Great Rates
Fast Service
Over 20 years direct client consulting

Hard Technical:

  • ASP.NET, VB.NET, C# and SQL Server Development
  • Windows Web Development using Visual Studio 2010
  • Expert level with XML and XSLT
  • Comfortable with using .NET library with XML
  • Intermediate level with XML and XSLT
  • Thorough understanding of core ASP.NET
  • Object models, data model, and web service design
  • Entity Framework, LINQ, Strong Data Patterns
  • Siilverlight, AJAX, JavaScript, Jquery

MS Office Skills - Expert Level

  • MS Access Databases from cradle to grave
  • MS Access Developer
  • MS Outlook - Custom Add-ins, Custom VBA Scripting
  • MS Publisher
  • MS Word Integration using RTF to create complex data driven forms
  • MS PowerPoint - complex business driven presentations
  • MS Excel - functions, formulas and data access

Consulting Services

  • Business Development
  • CRM Systems and Selections
  • Legal and Business Strategies
  • Business Process Development
  • Internal Forms Development
  • Business Inteligence

Qualifications:

  • Over 20 years of software development
  • Over 30 years of business acumen
  • Strong Legal Background - thorough understanding of tort and contract law
  • Strong analytical capabilities
  • Passionate commitment to engineering quality and productivity
  • Self Regulated, Self Directed and Self Taught
  • More

Other Technical Skills

  • Code/Logic
  • User Interface
  • Reporting
  • Security/Authentication
  • Application

Utilizing the latest Microsoft Tools/Architecture

  • Microsoft Web Applications and Services
  • Microsoft SQL Server Database Applications
  • Microsoft Windows Applications
  • Microsoft Azure Cloud Applications Mobile Applications

Industries Served

  • Banking, Mortgage, And Finance
  • Real Estate, Real Estate Firms and Mortgage Operations
  • Construction, Construction Manangement
  • High Tech, Software and Hardware Companies
  • Medical, Hospital, Records Management
  • Manufacturing, ERP, MRP
  • Small Business Enterprise
What you need to know about Pete Bennett :d to know about Pete Bennett :
  • Has appeared on CNN, ABC and Wall Street Journal
  • Speaker and pPesenter
  • Seasoned Musician and Performer
  • Worked at Fortune 10 Companies
We pride ourselves on delivering more than just great programming -- we deliver true software consultation. We are talented, self-directed individuals who flourish while working under tight deadlines. Our development environment is high energy with quick cycles. Individual work is critical to projects, and success stands out.

access 2010 programmer s reference,access tutorial,microsoft access jobs,access forms,vba programming,microsoft access download,database,access programmer jobs,computer programmer,ms access developer jobs,access 2007 download,access 2010 web database,access databases templates,programming access,access database development,programming in access,premier access consulting,access database consultant,microsoft access databases,development that access,ms access add ins,microsoft access support
access computer program,access programmers,microsoft access training,access software,access database templates,database software,ms access,access help,database design,database developer,access database training,access programing,access database examples,access 2010,microsoft database software,access experts,free database software, ,access database software,access developer jobs,access programming language,access versus sql,ms access development,find a programmer,database programmers,reports in access,access applications,micro
soft access training database,microsoft office developer,access data base,ms access solutions,what is access database,ms access tools,programmer consultant,ms sql server developer,vba developer,ms access application,microsoft database access,i programmer,help with microsoft access,ms access vba examples,design access database,microsoft access developer tools,access database forms,ms access support,business databases,microsoft access &,microsoft databases,what is a access database,net programmer,sql to ms access,access coding,microsoft san diego,odbc in access,access database reports,access 2000 programming,reports ms access,excel for business,ms access program,help on excel,microsoft access.com,microsoft office development,ms access vba form,micro soft help,access developers handbook,connecting ms access to sql server,microsoft access coding,microsoft help excel,database solutions inc,asp access database,programming vba,microsoft access skills,access 2003 programming,ms access and sql,microsoft access data a nalysis,programming a database,ms access to sql server,help with access database,ms access online database,small business access database,microsoft access instructions
studio microsoft access,access step,edit ms access database,help on microsoft excel,access programme,microsoft access visual studio,all about ms access,database ms access tutorial,what is database in ms access,invoice ms access,
programmer.net,vba access database,vba microsoft access,ms access vba sql,visual studio access database,connect ms access to sql server,about access database,microsoft access automation,databases in access,ms access database examples,microsoft excel and access,programming on excel,microsoft access to excel,spreadsheets on excel,step by step access,help with ms,ms access table size,access versus sql server,access database vba,developing in .net,ms access form size,sql server programmers,access report vba,programmers net,help from microsoft,access developer toolkit,it programmers,access forms vba,programmer i,what is database in access,

Blog Link


510-460-5641

Hard Technical:

  • ASP.NET, VB.NET, C# and SQL Server Development
  • Windows Web Development using Visual Studio 2010
  • Expert level with XML and XSLT
  • Comfortable with using .NET library with XML
  • Intermediate level with XML and XSLT
  • Thorough understanding of core ASP.NET
  • Object models, data model, and web service design
  • Entity Framework, LINQ, Strong Data Patterns
  • Siilverlight, AJAX, JavaScript, Jquery

Blogging - Bringing Life To Blogger

  • Embedded Database Using Gridview Controls
  • Tools to generate preformatted blogger pages
  • drop shipper tools for embedding products
  • CatalogBllogger - the ulitimate blog posting tool

MS Office Skills - Expert Level

  • MS Access Databases from cradle to grave
  • MS Access Developer
  • MS Outlook - Custom Add-ins, Custom VBA Scripting
  • MS Publisher
  • MS Word Integration using RTF to create complex data driven forms
  • MS PowerPoint - complex business driven presentations
  • MS Excel - functions, formulas and data access

Utilizing the latest Microsoft Tools/Architecture

  • Microsoft Web Applications and Services
  • Microsoft SQL Server Database Applications
  • Microsoft Windows Applications Microsoft Azure Cloud Applications Mobile Applications
Share:

Tuesday, September 9, 2014

Standard Sidebar Tutorial - Using JQuery, Javascript Bootstrap and more to build a tutorial page


HTML5 is the most current HTML standard.

Features

  • Created to deliver rich internet content agnostically to many/any device. 
  • Provides new Semantics, Graphics and Multimedia Elements with less lines of code and greater reliability across many platforms.  
audio element Yes ✔ Web Audio API Yes ✔ Speech Recognition Prefixed ✔ Speech Synthesis Yes ✔ The following tests go beyond the requirements of the HTML5 specification and are not counted towards the total score. PCM audio support Yes ✔ AAC support Yes ✔ MP3 support Yes ✔ Ogg Vorbis support Yes ✔ Ogg Opus support Yes ✔ WebM with Vorbis support Yes ✔ WebM with Opus support
video element Yes ✔ DRM support Prefixed ✔ Media Source extensions Yes ✔ Subtitle support Yes ✔ Poster image support Yes ✔ Codec detection
Name Position Office Age Start date Salary
Name Position Office Age Start date Salary
Tiger Nixon System Architect Edinburgh 61 2011/04/25 $320,800
Garrett Winters Accountant Tokyo 63 2011/07/25 $170,750
Ashton Cox Junior Technical Author San Francisco 66 2009/01/12 $86,000
Cedric Kelly Senior Javascript Developer Edinburgh 22 2012/03/29 $433,060
Airi Satou Accountant Tokyo 33 2008/11/28 $162,700
Brielle Williamson Integration Specialist New York 61 2012/12/02 $372,000
Herrod Chandler Sales Assistant San Francisco 59 2012/08/06 $137,500
Rhona Davidson Integration Specialist Tokyo 55 2010/10/14 $327,900
Colleen Hurst Javascript Developer San Francisco 39 2009/09/15 $205,500
Sonya Frost Software Engineer Edinburgh 23 2008/12/13 $103,600
Jena Gaines Office Manager London 30 2008/12/19 $90,560
Quinn Flynn Support Lead Edinburgh 22 2013/03/03 $342,000
Charde Marshall Regional Director San Francisco 36 2008/10/16 $470,600
Haley Kennedy Senior Marketing Designer London 43 2012/12/18 $313,500
Tatyana Fitzpatrick Regional Director London 19 2010/03/17 $385,750
Michael Silva Marketing Designer London 66 2012/11/27 $198,500
Paul Byrd Chief Financial Officer (CFO) New York 64 2010/06/09 $725,000
Gloria Little Systems Administrator New York 59 2009/04/10 $237,500
Bradley Greer Software Engineer London 41 2012/10/13 $132,000
Dai Rios Personnel Lead Edinburgh 35 2012/09/26 $217,500
Jenette Caldwell Development Lead New York 30 2011/09/03 $345,000
Yuri Berry Chief Marketing Officer (CMO) New York 40 2009/06/25 $675,000
Caesar Vance Pre-Sales Support New York 21 2011/12/12 $106,450
Doris Wilder Sales Assistant Sidney 23 2010/09/20 $85,600
Angelica Ramos Chief Executive Officer (CEO) London 47 2009/10/09 $1,200,000
Gavin Joyce Developer Edinburgh 42 2010/12/22 $92,575
Jennifer Chang Regional Director Singapore 28 2010/11/14 $357,650
Brenden Wagner Software Engineer San Francisco 28 2011/06/07 $206,850
Fiona Green Chief Operating Officer (COO) San Francisco 48 2010/03/11 $850,000
Shou Itou Regional Marketing Tokyo 20 2011/08/14 $163,000
Michelle House Integration Specialist Sidney 37 2011/06/02 $95,400
Suki Burks Developer London 53 2009/10/22 $114,500
Prescott Bartlett Technical Author London 27 2011/05/07 $145,000
Gavin Cortez Team Leader San Francisco 22 2008/10/26 $235,500
Martena Mccray Post-Sales support Edinburgh 46 2011/03/09 $324,050
Unity Butler Marketing Designer San Francisco 47 2009/12/09 $85,675
Howard Hatfield Office Manager San Francisco 51 2008/12/16 $164,500
Hope Fuentes Secretary San Francisco 41 2010/02/12 $109,850
Vivian Harrell Financial Controller San Francisco 62 2009/02/14 $452,500
Timothy Mooney Office Manager London 37 2008/12/11 $136,200
Jackson Bradshaw Director New York 65 2008/09/26 $645,750
Olivia Liang Support Engineer Singapore 64 2011/02/03 $234,500
Bruno Nash Software Engineer London 38 2011/05/03 $163,500
Sakura Yamamoto Support Engineer Tokyo 37 2009/08/19 $139,575
Thor Walton Developer New York 61 2013/08/11 $98,540
Finn Camacho Support Engineer San Francisco 47 2009/07/07 $87,500
Serge Baldwin Data Coordinator Singapore 64 2012/04/09 $138,575
Zenaida Frank Software Engineer New York 63 2010/01/04 $125,250
Zorita Serrano Software Engineer San Francisco 56 2012/06/01 $115,000
Jennifer Acosta Junior Javascript Developer Edinburgh 43 2013/02/01 $75,650
Cara Stevens Sales Assistant New York 46 2011/12/06 $145,600
Hermione Butler Regional Director London 47 2011/03/21 $356,250
Lael Greer Systems Administrator London 21 2009/02/27 $103,500
Jonas Alexander Developer San Francisco 30 2010/07/14 $86,500
Shad Decker Regional Director Edinburgh 51 2008/11/13 $183,000
Michael Bruce Javascript Developer Singapore 29 2011/06/27 $183,000
Donna Snider Customer Support New York 27 2011/01/25 $112,000
--------
Share:

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 gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.
Action Action

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.
Share:

HTML5 ► Lessons, Examples, Tutorials and Concepts


300x200

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
300x200

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
300x200

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

Headsssing

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.
View details »

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.
View details »

Heading

Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui.
View details »

Share:

Bootstrap: Sample Under Development

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


Share:

Examples: HTML5 Local Storage

Storage Events

Directions: open multiple windows or tabs with this demo and change the text below.

The storage event triggers on the "blurred" windows, giving us a way to communicate across windows using localStorage.

(this is only echoed on other windows)

Waiting for data via storage event...

Share:

Monday, September 8, 2014

Stacked Navs

2


Share:

Friday, September 5, 2014

Thursday, September 4, 2014

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
SectionOne
SectionTwo      








Share:

JS: Remove Classes

class="myClass1 myClass2" id="myDiv"
Share:

Wednesday, September 3, 2014

JavaScript Copy Text To Field

Mailing Address

Name:
City:
Check this box if Billing Address and Mailing Address are the same.

Billing Address

Name:
City:

Share:

Bootstrap -Three Column

Three Column
 






Share: