Javascript, CSS, and HTML demos
Attempting to demonstrate:
* "HTML/HTML5":http://www.w3schools.com/html/default.asp
* "CSS":http://www.w3schools.com/css/default.asp - "CSS3":http://www.w3schools.com/css3/default.asp
* "JavaScript":http://www.w3schools.com/js/default.asp
** "jQuery":http://jquery.com/
** "jQuery mobile":http://jquerymobile.com
** "minified.js":http://minifiedjs.com/
** "Ajax":http://www.w3schools.com/ajax/ajax_examples.asp
May also play around with "Twitter's Bootstrap3.":http://getbootstrap.com/
* http://toledotalk.com/weather/html/wx.html
** jQuery mobile
** functioning Toledo area weather Web app
* http://jothut.com/demos/javascript/animate/animate-blocks.html
** uses minified.js --> http://minifiedjs.com
** / animate-blocks.css
** / animate-blocks.js
* http://jothut.com/demos/javascript/animate/animate-blocks-ajax.html
** uses minified.js --> http://minifiedjs.com
** / animate-blocks.css
** / animate-blocks.js
** /cgi-bin/animate-blocks-ajax.pl
* http://jothut.com/demos/css/media-queries/breakpoint-media-queries.html
** simple test of text resizing and background color changes for various break points
** / breakpoint-media-queries.css
* http://jothut.com/demos/css/media-queries/rearrange-boxes.html
** simple test of resizing browser window and the boxes of text based upon media queries
** / rearrange-boxes.css
* http://jothut.com/demos/css/menus/list-menu.html
** media queries, css mouse-over drop-down menu
** / list-menu.css
* http://jothut.com/demos/css/ordered-list/ordered-list.html
** formatting of the numbers, comprising the ordered list
** / ordered-list.css
hr.
Locally installed demos of some code listed further down:
* http://jothut.com/demos/javascript/menus/MeanMenu/demo.html
css-javascript-rwd nav menus
http://erickar.be/blog/my-experience-with-navigation-in-responsive-design
https://gist.github.com/erickarbe/4932027
http://css-tricks.com/responsive-menu-concepts/
http://blog.teamtreehouse.com/how-to-build-a-three-line-drop-down-menu-for-a-responsive-website-in-jquery
http://webdesign.tutsplus.com/tutorials/site-elements/big-menus-small-screens-responsive-multi-level-navigation/
http://webdesigntutsplus.s3.amazonaws.com/tuts/378_tessa/tessa-lt-dropdowns-21c7868/index.html
*pure javascript*
http://lukaszfiszer.github.io/selectnav.js/
http://kennethdanielsen.dk/new/index.html
https://github.com/lukaszfiszer/selectnav.js/issues/10
http://themes.tvda.eu/demos/kutcherstudio/
http://www.hongkiat.com/blog/responsive-web-nav/
http://tinynav.viljamis.com/
*test*
http://www.meanthemes.com/plugins/meanmenu/
*test*
http://www.hongkiat.com/blog/responsive-web-nav/
http://speckyboy.com/2012/08/29/10-responsive-navigation-solutions-and-tutorials
http://css-tricks.com/examples/ConvertMenuToDropdown/
http://stackoverflow.com/questions/18140907/selectnav-js-not-running
styling select dropdown
http://stackoverflow.com/questions/1895476/how-to-style-a-select-dropdown-with-css-only-without-javascript
http://bavotasan.com/2011/style-select-box-using-only-css/
http://lea.verou.me/2011/03/custom-select-drop-downs-with-css3/
http://jsfiddle.net/danield770/sNwrs/596/
#javascript - #css - #html