Popup Windows
$(‘#link’).click(function () { window.open(‘http://www.example.com’,’mywindow’,’width=400,height=200′) }); width=300 Use this to define the width of the new window. height=200 Use this to…
$(‘#link’).click(function () { window.open(‘http://www.example.com’,’mywindow’,’width=400,height=200′) }); width=300 Use this to define the width of the new window. height=200 Use this to…
/* #### Mobile Phones Portrait #### */ @media screen and (max-device-width: 480px) and (orientation: portrait){ /* some CSS here…
CSS Media Queries on @import Rules This page applies CSS Media Queries to an @import rule. It’s designed to show…
http://sarasoueidan.com/blog/css-shapes/
http://code.tutsplus.com/articles/30-more-helpful-video-tutorials-for-web-developers–net-6103
http://code.tutsplus.com/tutorials/20-excellent-ajax-effects-you-should-know–net-1090
Gmail like layout Using HMTL and Twitter Bootstrap