background preloader

Webdesign

Facebook Twitter

Bootstrap Carousel - full screen image example code. 61 Free Bootstrap HTML Templates. Bootstrap is an open-source CSS and JavaScript framework developed by the team at Twitter.

61 Free Bootstrap HTML Templates

It contains HTML and CSS-based design templates for typography, forms, buttons, navigation and other interface components, as well as optional JavaScript extensions. Bootstrap makes front-end web development faster and easier. In this post, we have collected 61 Free Bootstrap HTML Templates available from various sites across the web. You can download and use these templates for your personal or commercial websites.

Please read the license of the provider first before using any template. Basic Basic is a theme created to showcase your work and basic information. Green Green is a responsive HTML template perfect to promote your work or your business. Hidayah Hidayah is a free simple HTML template for corporate. Flatfy Flatfy is a flat minimal HTML template designed by Andrea Galanti. Lonely Lonely template designed for showcasing short biography or something like simple personal site. Freshness Landon Agency. Twitter Bootstrap 3 Tutorial - An Ultimate Guide for Beginners. Bootstrap is the most popular and powerful front-end (HTML, CSS, and JavaScript) framework for faster and easier responsive web development.

Twitter Bootstrap 3 Tutorial - An Ultimate Guide for Beginners

Bootstrap is a powerful front-end framework for faster and easier web development. It includes HTML and CSS based design templates for creating common user interface components like forms, buttons, navigations, dropdowns, alerts, modals, tabs, accordions, carousels, tooltips, and so on. Bootstrap gives you ability to create flexible and responsive web layouts with much less efforts.

Bootstrap was originally created by a designer and a developer at Twitter in mid-2010. Before being an open-sourced framework, Bootstrap was known as Twitter Blueprint. You can save a lot of time and effort with Bootstrap. Tip: Our Bootstrap tutorials will help you to learn the basic as well as advanced features of the Bootstrap step-by-step through easy-to-understand explanation of every topic.

What You Can Do with Bootstrap You can easily create responsive websites. Sinatra Book. A Beginner's Sinatra Tutorial - Joe Yates' Blog. In the olden days your first program was probably in BASIC and was run from the command line, nowadays the equivalent is Web programming.

A Beginner's Sinatra Tutorial - Joe Yates' Blog

Using Sinatra reminds me of my first programming experiences – you write a tiny bit of code, with no boilerplate and get to see a result. What follows owes a lot to the Sinatra README. On Linux, you’ll need Ruby and Rubygems installed (if not you should find installation instructions easily enough via a Web search). Apart from Ruby, you’ll need to use a text editor (e.g. GEdit) a Web browser and the Terminal (normally found in the Applications menu under Accessories). Next install Sinatra: $ gem install sinatra Now, open a Terminal window and type: ruby minimal.rb Finally, go to this address: To stop the program, go to the Terminal window and press Ctrl+C 2.

It’s useful to structure the program as a class. Run it: ruby sinatra_base.rb 3. Create two files: $ ruby run_my_app.rb Instead of writing a script to start the app, we can use Rackup to launch the same script: Quickstart walkthrough for using Sinatra and MongoDB together 2beards. Why this particular mix?

Quickstart walkthrough for using Sinatra and MongoDB together 2beards

Sometimes you don’t want to lay down the almighty rails. Sometimes you just want a simple, straight to the point, no BS web app with some sort of persistence. Perhaps with a sprinkle of JSON for some AJAX. Nothing more. Perhaps even all in one file… So I thought giving a quikstart walkthrough tutorial of Sinatra coupled with MongoDb would be a good idea. Documentation - Bootflat.