Category Archives: Web

html5 game maker

http://www.scirra.com/ http://www.yoyogames.com

Also posted in html5 Notes | Leave a comment

Sencha Animator

http://www.sencha.com/store/animator/

Also posted in CSS Notes | Leave a comment

interactive canvas

canvas draw http://simonsarris.com/blog/510-making-html5-canvas-useful video http://www.addyosmani.com/resources/canvasphoto/ http://webdev.stephband.info/parallax_demos.html http://9elements.com/io/projects/html5/canvas/ http://ghost-hack.com/post/jsexperiments/tunneler/tunneler.html http://hakim.se/experiments/html5/trail/03/ http://hakim.se/experiments/html5/sinuous/01/# http://open.adaptedstudio.com/html5/many-lines/index.html http://onecm.com/projects/canopy/ http://mrdoob.com/projects/chromeexperiments/ball_pool/ http://hakim.se/experiments/html5/blob/03/

Also posted in html5 Notes | Leave a comment

conditional for IE

http://html5shiv.googlecode.com/svn/trunk/html5.js Checks if the user is using anything lower than IE9; if true use Remy Sharp’s HTML5 script <!–[if lt IE 9]><script src=”http://html5shiv.googlecode.com/svn/trunk/html5.js”> </script>[endif]–> source: http://db.tt/RcXa13TQ

Also posted in html5 Notes | Leave a comment

Websites

http://www.marcusthomasllc.com/#/about http://humaan.com.au/ http://www.hungarianwinesociety.co.uk/ http://catrabbit.com.au/ http://www.mintran.com/ http://www.simoncorry.com/  

Posted in Web | Leave a comment

Scalable Full Page Background

Scalable Full Page Background

Also posted in CSS Notes | Leave a comment

Responsive images right now

Responsive images right now  

Also posted in CSS Notes | Leave a comment

Migrate Friendly img Src Path

<img src=”<?php bloginfo(‘template_directory’); ?>/images/shared/youTube.png” alt=”youtube” width=”25px;”/> OR <img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/slider/sliderHome1.jpg” width=”888″ alt=”sliderImg”>

Also posted in WordPress Notes | Leave a comment

Sub Navs

<?php wp_list_pages(‘sort_column=menu_order&title_li=&child_of=11′); ?>

Also posted in WordPress Notes | Leave a comment

Dev Migration Friendly Hyper-link Code

<a href=”<?php echo get_site_url();?>/about/”>about us</a>

Also posted in WordPress Notes | Leave a comment