Skip to main content

Home/ Tools for web developers/ Group items tagged development

Rss Feed Group items tagged

de Villamil Frédéric

» 22 Questions to Ask Before Developing a Website :: CSS, JavaScript and XHTM... - 0 views

  •  
    I developed this "Website Development Questionnaire" in 2002. It is old, but it still serves me well, so I thought I would share. I don't actually add the bold or italic sections below. Those were added here to help you understand the rationale for the questions:
Vernon Fowler

Git Immersion - Brought to you by Neo - 0 views

  •  
    "Git is a powerful, sophisticated system for distributed version control. Gaining an understanding of its features opens to developers a new and liberating approach to source code management. The surest path to mastering Git is to immerse oneself in its utilities and operations, to experience it first-hand."
de Villamil Frédéric

Rails Prescriptions - 0 views

  • A short guide to creating Rails tests as an integral part of your development process.
  •  
    A short guide to creating Rails tests as an integral part of your development process.
Vernon Fowler

The Heads-Up Grid - 0 views

  •  
    Now Responsive!The Heads-Up Grid is an overlay grid for in-browser website development, built with HTML + CSS + JavaScript.
Sarah HL

PHPanywhere.net Overview - 0 views

  • PHPanywhere is a web based free Integrated Development Environment or IDE for the PHP language, in other words it is an application that gives developers all the code editing capabilities they need to develop PHP applications online.
Vernon Fowler

Twitter Cards | Twitter Developers - 0 views

  • Twitter cards make it possible for you to attach media experiences to Tweets that link to your content. Simply add a few lines of HTML to your webpages, and users who Tweet links to your content will have a "card" added to the Tweet that’s visible to all of their followers.
Vernon Fowler

Pineapple · Web Tutorials and Resources That Don't Suck - 0 views

  •  
    "A central hub of Tutorials, Tools and Assets for developers and designers"
Vernon Fowler

Microdata - Dive Into HTML5 - 0 views

  • a third option developed using lessons learned from microformats and RDFa, and designed to be integrated into HTML5 itself: microdata.
  • “Adding microdata” to your page is a matter of adding a few attributes to the HTML elements you already have.
  • So where is the real information? It’s in the <dd> element, so that’s where we need to put the itemprop attribute. Which property is it? It’s the name property. Where is the property value? It’s the text within the <dd> element. Does that need to be marked up? the HTML5 microdata data model says no, <dd> elements have no special processing, so the property value is just the text within the element.
  • ...7 more annotations...
  • This technique is also useful for microdata. There are two distinct pieces of information here: a title and an affiliation. If you wrap each piece in a dummy <span> element, you can declare that each <span> is a separate microdata property.
  • There are two major classes of applications that consume HTML, and by extension, HTML5 microdata: Web browsers Search engines
  • Google supports microdata as part of their Rich Snippets program.
  • a handy tool to see how Google “sees” your microdata properties
  • Just like associating a URL with a Person, you can associate a URL with an Organization. This could be the company’s home page, a contact page, product page, or anything else. If it’s a URL about, from, or belonging to the Organization, mark it up with an itemprop="url" attribute.
  • To handle edge cases like this, HTML5 provides a way to annotate invisible data. This technique should only be used as a last resort. If there is a way to display or render the data you care about, you should do so. Invisible data that only machines can read tends to “go stale” quickly. That is, someone will come along later and update the visible text but forget to update the invisible data. This happens more often than you think, and it will happen to you too.
  • itemscope says that this element is the enclosing element for a microdata item with its own vocabulary (given in the itemtype attribute). All the properties within this element are properties of http://data-vocabulary.org/Geo, not the surrounding http://data-vocabulary.org/Organization.
1 - 20 of 43 Next › Last »
Showing 20 items per page