Web designer tips 2014
Web Design Tips | Computer Tips | Bamini to Unicode Converter | shortcuts keys for Computer
HTML5 support IE6, IE7 & IE8
/*----- HTML5 default display styles -----*/
"sample script to create every HTML5 in the document"
<style type="text/css">
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
display: block;
padding:50px;
}
keygen, meter, progress {
display: inline-block;
}
output {
display: inline;
}
audio, canvas, embed, video {
width: 300px;
}
audio {
height: 32px;
}
canvas, embed, video {
height: 150px;
}
keygen {
margin: 0em;
}
mark {
background-color: yellow;
color: black;
}
meter {
width: 5em;
height: 1em;
vertical-align: -0.2em;
}
progress {
width: 10em;
height: 1em;
vertical-align: -0.2em;
background-color: gray;
}
</style>
<script type="text/javascript">
function IEHtmlStyle() {
var tags = [
{ 'tag': 'article', 'display': 'block' },
{ 'tag': 'aside', 'display': 'block' },
{ 'tag': 'audio', 'display': 'auto' },
{ 'tag': 'canvas', 'display': 'auto' },
{ 'tag': 'command', 'display': 'auto' },
{ 'tag': 'datalist', 'display': 'auto' },
{ 'tag': 'details', 'display': 'block' },
{ 'tag': 'embed', 'display': 'auto' },
{ 'tag': 'figcaption', 'display': 'block' },
{ 'tag': 'figure', 'display': 'block' },
{ 'tag': 'footer', 'display': 'block' },
{ 'tag': 'header', 'display': 'block' },
{ 'tag': 'hgroup', 'display': 'block' },
{ 'tag': 'keygen', 'display': 'inline-block' },
{ 'tag': 'mark', 'display': 'auto' },
{ 'tag': 'meter', 'display': 'inline-block' },
{ 'tag': 'nav', 'display': 'block' },
{ 'tag': 'output', 'display': 'inline' },
{ 'tag': 'progress', 'display': 'inline-block' },
{ 'tag': 'rp', 'display': 'auto' },
{ 'tag': 'rt', 'display': 'auto' },
{ 'tag': 'ruby', 'display': 'auto' },
{ 'tag': 'section', 'display': 'block' },
{ 'tag': 'source', 'display': 'auto' },
{ 'tag': 'summary', 'display': 'block' },
{ 'tag': 'time', 'display': 'auto' },
{ 'tag': 'video', 'display': 'auto' },
{ 'tag': 'wbr', 'display': 'auto' }
];
this.reg = function() {
for (var i = 0; i < tags.length; i++) {
document.createElement(tags[i].tag);
}
};
}
var iehs = new IEHtmlStyle();
iehs.reg();
</script>
Referrer url: http://benhamatake.com/snippets/pass-isolate-a-value-not-variable-in-javascript/
Google Plus updates on your website
Google+ Widget :: Google Plus customizable Widget to get in touch with your visitors »
So many updates! We are working really hard on the widget and are trying to update daily. There are going to be some big improvements in the upcoming weeks. If you want to stay up date you can sign in...
Static IFRAME Tab to your Facebook page
Static HTML Tab for Facebook Pages »
Install the Static IFRAME Tab App to your Facebook page. Now with Custom Tab ICONS, Input Forms, Friend-Gate, WYSIWYG, & STATS! Name your tab whatever you like, fangate your content, upload images...
Update Google plus Via Mobile
SMS posts are shared with everyone in your circles
1. Login In to Your + Account.
2. Right Side Top click your "logo image".
3. Select "Account Setting"
4. New Page Selest "Google+"
5. Then Edit your Mobile No.
1. Login In to Your + Account.
2. Right Side Top click your "logo image".
3. Select "Account Setting"
4. New Page Selest "Google+"
5. Then Edit your Mobile No.
Twitter updates on your website
http://twitter.com/about/resources/widgets
Twitter / Widgets »
Skip past navigation; On a mobile phone? Check out m.twitter.com! Skip to navigation; Skip to sign in form. Loader. Resources › Widgets. Select Your Widget. Widgets for... My Website; Facebook. Widget...
Subscribe to:
Posts (Atom)