Link 1 Feb 1 note HTML5 Structure Template»

kloningspoon:

HTML5 Reset is a simple set of best practices to get web projects off on the right foot.

  1. A style sheet designed to strip initial files from browsers, meaning you start off with a blank slate.
  2. Easy to customize — remove whatever you don’t need, keep what you do.
  3. Analytics and jQuery snippets in place
  4. Meta tags ready for population
  5. Empty mobile and print style sheets, including blocks for device orientation
  6. Modernizr.js http://www.modernizr.com/ enables HTML5 compatibility with IE (and a dozen other great features)
  7. IE-specific classes for simple CSS-targeting
  8. iPhone/iPad/iTouch icon snippets
  9. Lots of other keen stuff…
Photo 20 Oct Paseando (Taken with picplz.)

Paseando (Taken with picplz.)

Photo 11 Oct (Taken with picplz.)

(Taken with picplz.)

Photo 22 Aug 1 note
Text 13 May

dataanxiety asked: You have amazing links on Twitter! Wow! One great CSS or JS reference or other link after another! This isn't a question, just praise! I am @EllieAsksWhy on Twitter. You are a great resource!

thx very kind from you

Text 1 Apr 2 notes How to show your twitter timeline in a “diferent” way

First of all you go to the twitter widget page and grab the code to show your timeline.

Make a <div> and place the code inside:

<div id="timeline"> code generated by twitter </div>

We need to set some css styles for it:

#timeline{
display:none;
position:absolute;
left:50%;
top:20%;
border-style: solid;
background-color: white;
padding: 8px;
}

Read More

Text 21 Mar HTML5 <video> Tutorial

I’ve found a quite good video tutorial from mozilla people @codepo8

http://kcy.me/2es0

Text 8 Mar Safari 5 tricks HTML5

Safari 5 does not have native support for <video> and <audio> tags. You have to install quicktime to watch a video from a <video> HTML5 tag.

Photo 8 Mar In xxth century they thougth that TV will kill family

In xxth century they thougth that TV will kill family

Text 17 Feb 1,068 notes Apple’s Three Laws of Developers

yourhead:

  1. A developer may not injure Apple or, through inaction, allow Apple to come to harm.
  2. A developer must obey any orders given to it by Apple, except where such orders would conflict with the First Law.
  3. A developer must protect its own existence as long as such protection does not conflict with the First or Second Law.

— I. Developer


Design crafted by Prashanth Kamalakanthan. Powered by Tumblr.