background preloader

How to Build a Responsive WordPress Theme with Bootstrap

How to Build a Responsive WordPress Theme with Bootstrap
In this tutorial, we will learn how to make our own responsive WordPress theme using Bootstrap. Bootstrap is a responsive framework for building web sites and applications, and it’s a great starting point for building a responsive WordPress theme. Check out Zac’s other WordPress courses and enjoy a free, two-week trial of Treehouse. You don’t have to have built a theme from scratch before to successfully follow along. However, we do assume that you are comfortable doing things like adding and editing posts in the admin area or installing plugins. The theme we will build is based on the Basic marketing site example you can find over on the Bootstrap examples page. Custom homepage designAbout pageContact pageNews section with commentsA widgetized sidebar Getting Started Before we get started there are a few things you will need to do: Install WordPressDownload and Unzip BootstrapInstall the Theme Test Drive plugin* Once you navigate to that folder create a new folder called “wpbootstrap.” <? <!

Ctrl Alt Geek » Tuto vidéo #1 : Découverte du bootstrap de twitter! J’inaugure aujourd’hui le premier tutoriel vidéo du site réalisé par mes soins. Il n’est pas encore dit que je fasse une série de tutoriels (même sur le #1 semble indiquer l’inverse ), mais c’est une facette que je n’ai jusqu’alors jamais testée. Il était donc temps pour moi de m’essayer à cette pratique pour vous faire découvrir aujourd’hui le bootstrap Twitter! Je me suis donc équipé de quelques logiciels (j’y reviendrai dans un prochain article) pour réaliser ce premier tutoriel vidéo, premier d’une longue série je l’espère! Késako? Le bootstrap Twitter, qu’est-ce? Il ne restera plus ensuite qu’à intégrer le design de votre site pour avoir un résultat très satisfaisant et propre! Ce kit permet également de réaliser facilement et rapidement un template correct et propre de votre site répondant même si vous le souhaitez à l’effet de mode « Responsive webdesign » (j’y reviendrai dans un prochain article). Présentation et découverte du bootstrap Twitter en vidéo!

Create Clean Webpages with Twitter Bootstrap Introduction Do you need to a lay out a webpage in a clean and straightforward way? Do you find yourself Googling how to deal with tabs, menus, popups, forms and other UI elements? Do you find other layouts and samples and end up ripping out the basics to get started? Bootstrap is a very good framework to get a page up and running quickly - and provides plenty of advanced features. In this article, I'm going to show you how to get started with Bootstrap, and why you should bother. What're We Going To Use? We're going to be dealing with very basic code and only a few files - however, for the screenshots and example project I'll use Visual Studio 2012. Creating the Project Let's create an empty web project: We should have something pretty clean and lean, like so: Now head to Twitter Bootstrap's site and download the package: The bootstrap download contains three folders - css, img and js. <! This is the basic project structure. Setting up Bootstrap First, we need to include jQuery. <! <! <body><! <!

Bootstrap HTML Helpers Download link: Introduction The guys over at Twitter have done a serious favor for developers worldwide with their Bootstrap framework. This is especially useful for us coders with limited skills in UI design. With the Bootstrap Helpers project I have made things even easier for .NET developers. Update (2013.05.10) Note that the Bootstrap Helpers are now available as a Nuget package! Usage Here are some examples of the most useful of HTML helpers using the Razor syntax. Modal Dialog Tabs @using (var tabs = Html.Bootstrap().Begin(new Tabs())) { tabs.Tab("Tab One", "tab1"); tabs.Tab("Tab Two", "tab2"); tabs.Tab("Tab Three", "tab3"); using (tabs.BeginPanel()) { <p>This is tabs panel 1 content</p> } using (tabs.BeginPanel()) { <p>This is tabs panel 2 content</p> } using (tabs.BeginPanel()) { <p>This is tabs panel 3 content</p> } } You could also place the tabs on the left or right. @using (var tabs = Html.Bootstrap().Begin(new Tabs(TabPosition.Left))) { }

#TEST : Le Nabaztag:Tag n’est pas mort ! Faites parler votre installation domotique à moindre coût! Salut à tous! Il y a quelques temps j’ai fait l’acquisition d’un Nabaztag:Tag d’occasion, vous savez, l’ancienne version de l’actuel Karotz, ce petit lapin connecté capable de communiquer avec vous ! Le but était de pouvoir faire communiquer mon installation domotique avec les personnes (et animaux ) vivant dans ma maison. Par exemple, rappeler qu’une fenêtre est ouverte depuis trop longtemps si la température extérieure est faible, annonce des heures creuses … Bref Si je n’ai pas choisi le Karotz, et bien, c’est tout simplement à cause du prix! Voici une petite photo du joujou accompagné de ses Flatnanoz : Pour ceux qui ne connaissent pas, ces petits portes clef (flatnanoz) servent à déclencher des actions lorsqu’on les passe devant le lapin (ex: annoncer la météo, appeler une Url..). Une fois votre lapin fraichement déballé du carton et branché, vous allez devoir le synchroniser avec un serveur afin de vous en servir. Les plus connus sont : Exemple de services proposés par Nabalive :

Related: