Showing posts with label Template. Show all posts
Showing posts with label Template. Show all posts

Wednesday, January 11, 2012

A Beautiful Boilerplate for Responsive, Mobile-Friendly Development

What Is It?
Skeleton is a small collection of CSS & JS files that can help you rapidly develop sites that look beautiful at any size, be it a 17" laptop screen or an iPhone. Skeleton is built on three core principles:

responsiveResponsive Grid Down To Mobile
Skeleton has a familiar, lightweight 960 grid as its base, but elegantly scales down to downsized browser windows, tablets, mobile phones (in landscape and portrait). Go ahead, resize this page!




responsive
Fast to Start
Skeleton is a tool for rapid development. Get started fast with CSS best practices, a well-structured grid that makes mobile consideration easy, an organized file structure and super basic UI elements like lightly styled forms, buttons, tabs and more.



responsive
Style Agnostic
Skeleton is not a UI framework. It's a development kit that provides the most basic styles as a foundation, but is ready to adopt whatever your design or style is.


http://getskeleton.com

Thursday, December 22, 2011

jQote2

jQote2 is the second major release of jQuery’s most powerful and versatile client-side templating engine. Version 2 now incorporates a faster and more accurate parsing/conversion part that does away with its predecessor’s shortcomings in escaping quotes and multiline support.


http://aefxx.com/jquery-plugins/jqote2/
https://github.com/aefxx/jQote2

Thursday, June 16, 2011

Initializr

Initializr is an HTML5 templates generator to help you getting started with an HTML5 project. It is built on HTML5 Boilerplate, a powerful HTML5 template created by Paul Irish and Divya Manian. Initializr will generate for you a clean customizable template based on Boilerplate with just what you need to start.

http://initializr.com/

Wednesday, November 24, 2010

Hanna. A better RDoc template

Hanna is an RDoc template that scales. It's implemented in Haml, making the sources clean and readable. It's built with simplicity, beauty and ease of browsing in mind. (See more in the wiki.)
Hanna gem is available from Gemcutter:
gem install hanna
The template was created by Mislav and since then has seen contributions from:
  1. Tony Strauss, who participated from the early start and made tons of fixes and enhancements to the template;
  2. Hongli Lai with the search filter for methods.
https://github.com/mislav/hanna/tree/master

Sunday, November 7, 2010

Free email Templates

For too long HTML email has been the ugly step-child of the web. It's time for a change, so we teamed up with some seriously talented designers to bring their skills to the world of HTML email.

Every template has been thoroughly tested in more than 20 of the most popular email clients like Outlook 2010, Gmail, Lotus Notes, Apple Mail, the iPhone, and more. They're ready to roll and are completely free.

http://www.campaignmonitor.com/templates/

Wednesday, February 18, 2009

Jemplate

JavaScript Templating is the best way to turn AJAX/JSON data into HTML. Jemplate is the best way to do JavaScript Templating.

Jemplate beats other JavaScript Templating frameworks hands down for the following reasons:

  • Jemplate is a complete port of the popular Template Toolkit framework. This means it is very full featured indeed.
  • Templates are precompiled (one time, on the server) as JavaScript functions. There is no JavaScript runtime penalty of compiling templates.
  • Templates are not stored in your HTML. No silly tricks, like putting template code in hidden textareas.
  • A browser downloads your templates once and caches them. Just like any other JavaScript code.
http://jemplate.net/