background preloader

Twitter ♥ Open Source

Twitter ♥ Open Source

Initializr - Start an HTML5 Boilerplate project in 15 seconds! etsy/statsd - GitHub Base Headings All HTML headings, <h1>through <h6>are available. h2. Heading 2 h3. Heading 3 h4. h5. h6. Body copy Bootstrap's global default font-size is 14px, with a line-height of 20px. Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Maecenas sed diam eget risus varius blandit sit amet non magna. <p>... Lead body copy Make a paragraph stand out by adding .lead. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. <p class="lead">... Built with Less The typographic scale is based on two LESS variables in variables.less: @baseFontSize and @baseLineHeight. Emphasis Make use of HTML's default emphasis tags with lightweight styles. For de-emphasizing inline or blocks of text, use the small tag. This line of text is meant to be treated as fine print. <p><small>This line of text is meant to be treated as fine print. Bold For emphasizing a snippet of text with a heavier font-weight. Italics Heads up! Lists

Solidify | Quick way to build prototypes for user testing etsy's Profile - GitHub Downloads and Customization Complete Grab this version of Foundation if you want everything in the framework in simple, vanilla CSS and JS. Download Everything Essential A simple, lighter version that includes typography, the grid, buttons, Reveal and Interchange.**59kb (okay, plus dependencies). Download Essentials Custom Include or remove certain elements and define the size of columns, colors, font size and more. Custom Download Sass Foundation is built using SCSS, and you can work with it in the same way. Install via SCSS

15 Fantastic Apps to Track & Manage Your Goals It’s been just over a month since the year started and I bet more than half of your new year resolutions have already taken a back seat. This happens every year for me, but this time over I’ve decided to use the web to help bring about some change for good. Here’s a look at 15 fantastic web apps to use for setting, tracking and ultimately achieving those goals. Generic Goal Management Let’s start with a few generic goal tracking apps that are built to help you manage your goals and achieve them. 43things 43 Things 43Things takes a very straightforward approach to goals tracking, adding a social component to help you crowdsource motivation and support in achieving your goals. What works in favor of the site is the incredible community support it enjoys. Price: FreeMobile Support: iOS Joe's Goals Joe’s Goals You can call Joe’s Goals the granddaddy of all goal tracking web apps. Price: Free or Pro: $12 per yearMobile Support: None 42goals 42Goals GoalsOnTrack GoalsOnTrack Lifetick Lifetick Health slife

The Perfect Workflow, with Git, GitHub, and SSH In this lesson, we'll focus on workflow. More specifically, we'll use the helpful GitHub service hooks to automatically update a project on our personal server whenever we push updates to a GitHub repo. Prefer a Video Tutorial? Press the HD for a clearer picture. Step 1 - Create a Git Repo We certainly need some sort of project to play around with, right? With our test directory in place, let's create our first Git commit. If you're unfamiliar with Git, I highly recommend that you first review "Easy Version Control with Git." Open the command line: Those familiar with Git should feel right at home. Step 2 - Uploading to GitHub The next step is to upload our project to GitHub. Again, if you're not familiar with GitHub, and haven't yet created an account, read Terminal, Git, and GitHub for the Rest of Us. Begin by creating a new Git repository. Next, you'll need to fill in some details about your project. And finally, since we're already working with an existing Git repo, we only need to run:

Foundation Docs: Sass System Requirements Before proceeding, you'll want to install the following on your system: Starting in Foundation 5, we've started using bower to manage the updating process of Foundation. It only needs to be installed one time using the following command: Bash [sudo] npm install -g bower grunt-cli Then you can install our CLI using the following command: gem install foundation Using Foundation With Grunt + Libsass At ZURB, we prefer to run Foundation with using Grunt in conjunction with Libsass, because it's the fastest way to compile your Sass stylesheets. Create a New Project First, navigate into the directory where you want to create your project. cd path/to/sites Next we'll use the Foundation CLI to create a new project: foundation new project_name --libsass Boom, your project is created! cd project_name grunt build New Project Updating Your Project cd MY_PROJECT foundation update Using Foundation With Compass Compass is the easiest way to get going with Sass. foundation new MY_PROJECT

Mobile friendly website examples - SnackWebsites Photography Personal or professional photography websites. View examples Portfolio Portfolio websites showcase the work of various professionals. View examples Music Free music websites featuring bands, musicians and all things music. Profiles Easy personal websites and blogs for anyone. Other Cooking, sky-diving or traveling, you can create a free website for anything.

jenkinsci/jenkins Almanaque Ruby QuickRef | zenspider.com by ryan davis Table of Contents Language General Tips These are tips I’ve given over and over and over and over… Use 2 space indent, no tabs. See for more. General Syntax Rules Comments start with a pound/sharp (#) character and go to EOL. Reserved Words alias and BEGIN begin break case class def defined? Types Basic types are numbers, strings, ranges, regexen, symbols, arrays, and hashes. Numbers 1231_234123.451.2e-30xffff 0b01011 0377 ? Strings In all of the %() cases below, you may use any matching characters or any single character for delimiters. %[], %!! 'no interpolation'"#{interpolation}, and backslashes\n"%q(no interpolation)%Q(interpolation and backslashes)%(interpolation and backslashes)`echo command interpretation with interpolation and backslashes`%x(echo command interpretation with interpolation and backslashes) Backslashes: Here Docs: Encodings: Waaaay too much to cover here. Symbols Internalized String. Ranges 1..101...10'a'..' Regexen "r"

Related: