Bootstrap: Twitter’s CSS Framework

Twitter has a new CSS framework, named Bootstrap, that they launched recently, which includes things like grids, custom form styles, tooltips and popovers, etc..

Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.

It supports modern, standards-compliant browsers, but I imagine some of the niftier features would probably break down on older ones. That would be a big issue if you wanted to use Bootstrap for an ordinary website, but less so for “web apps,” where it’s more common to assume a user has a modern browser.

I haven’t tried Bootstrap yet, but you can give it a test run by hotlinking the 7kb minified CSS from their GitHub repository. Or download the LESS files from the repository if you want to customize it.

Bootstrap from Twitter [Twitter Developer Blog]

WordPress Admins Can Post JavaScript in Post Comments

Here’s an interesting fact about WordPress: users with Administrator or Editor privileges are allowed to post unsanitized JavaScript or markup in Post comments. I discovered this by accident when I was leaving a Facebook API example for a commentator, and posted a code snippet…

If PHP Were British

I was browsing a popular social media site the other day, when I came across a link entitled “If PHP Were British.” I started laughing out loud (for real) just a few paragraphs in. When Rasmus Lerdorf first put PHP together, he – quite…

Firefox 7 to Use 20-50% Less Memory

Mozilla engineers have began and effort known as “MemShrink” to reduce Firefox’s rather large memory footprint, with the changes being made in Firefox 7. (I still haven’t quite figured out Mozilla’s new version numbering scheme, and Firefox 5 is the current release…) In short:…

Google Launches Page Speed Service

Google recently launched a Page Speed Service, an offering along similar lines to CloudFlare. You set up a CNAME to point your domain to their servers, which cache your pages and serve them at blazing speed. They also run everything through the lines of…

BlogBuzz August 20, 2011

Leaked AT&T Letter Demolishes Case For T-Mobile Merger HTML5 Boilerplate 2.0 is now available Object-Oriented PHP: Autoloading, Serializing, and Querying Objects Persistent Headers Google, needing patents, buys Motorola wireless for $12.5 billion Building a Jabber Client for iOS: Interface Setup Creating Reusable & Versatile…

Disable Domain Highlighting in Firefox

If you just upgraded to Firefox 6, you probably noticed the new “domain highlighting” feature. The address bar now greys-out the protocol and path in the URL, leaving the domain highlighted in the darker black text. The theory is that it will help less-savvy…

Minus: Simple File Sharing

There are already a few services—like CloudApp and Droplr—that allow you to simply drag a file and instantly share it via a short URL. There’s a newer one that I’ve been seeing lately on Twitter. It’s name is Minus. Minus is primarily a web…

BlogBuzz August 13, 2011

Missing the Favorites Menu in WordPress? Add a Makeshift Replacement.

In WordPress 3.2, the favorite actions menu was removed during the latest UI refresh. If you’re like me, you had used its hooks to add your own links to frequently-used sections of the admin. I had even made a plugin that allowed me to…