Powerfull With Twitter Bootstrap

Twitter Bootstrap

Bootstrap provides simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions. In other words, it's a front-end toolkit for faster, more beautiful web development. It's created and maintained by Mark Otto and Jacob Thornton at Twitter.
To get started, checkout http://twitter.github.com/bootstrap!

Quick start

Clone the repo, git clone git@github.com:twitter/bootstrap.git, or download the latest release.

Versioning

For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Bootstrap will be maintained under the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the follow format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
  • Breaking backward compatibility bumps the major
  • New additions without breaking backward compatibility bumps the minor
  • Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.

Bug tracker

Have a bug? Please create an issue here on GitHub!
https://github.com/twitter/bootstrap/issues

Twitter account

Keep up to date on announcements and more by following Bootstrap on Twitter, @TwBootstrap.

Blog

Read more detailed announcements, discussions, and more on The Official Twitter Bootstrap Blog.

Mailing list

Have a question? Ask on our mailing list!
twitter-bootstrap@googlegroups.com
http://groups.google.com/group/twitter-bootstrap

IRC

Server: irc.freenode.net
Channel: ##twitter-bootstrap (the double ## is not a typo)

Developers

We have included a makefile with convenience methods for working with the Bootstrap library.
  • build - make Runs the LESS compiler to rebuild the /less files and compiles the docs pages. Requires lessc and uglify-js. Read more in our docs »
  • watch - make watch This is a convenience method for watching just Less files and automatically building them whenever you save. Requires the Watchr gem.
 

Powerfull with plugin notepad ++

Tentunya gak asing bagi dunia programming, tool yang biasa digunakan yaitu notepad ++ . Tentunya banyak yang belum menyadari. Bagaimana meningkatkan performa coding, sehingga lebih cepat, tanpa kesalahan dan tentunya mudah diimplementasi. mungkin terkadang kita bosan source-cource ini digunakan beberakali,

Ada beberapa tool yang mungkin bisa dikatakan bagi bagi programming expert beberapa diantaranya:

Zen Coding

Zen Coding is a great tool which enables very fast typing of html code. We all know how boring is to write all those <div id=”mydiv”></div> and how often you can make typing mistakes.  The expamle from Zen Coding homepage illustrates how fast you can write HTML with it, this simple line: div#page>div.logo+ul#navigation>li*5>a becomes a navigation structure (after you hit a short key, Ctrl+Alt+Enter in my Notepad++)
<div id="page">
        <div class="logo"></div>
        <ul id="navigation">
                <li><a href=""></a></li>
                <li><a href=""></a></li>
                <li><a href=""></a></li>
                <li><a href=""></a></li>
                <li><a href=""></a></li>
        </ul>
</div>

DBGP

DBGP is a plugin which integrates XDebug with Notepad++ enabling you to have great debugging, just like commercial IDEs do. I rarely use debuggers (yes, I debug with print_r :) ) but I’ll do a quick tutorial tomorrow on DGP integration.
 
 
Support : Creating Website | Johny Template | Mas Template
Copyright © 2011. coedin - All Rights Reserved
Template Created by Creating Website Published by Mas Template
Proudly powered by Blogger