Twitter Web Intents

Twitter recently launched a new feature for integrating their service into your website. Web Intents automagically converts links to specific URLs into interactive dialogs, using the same widgets.js dependency as the retweet widget.

You can create links to retweet, reply to or favorite messages, as well as to follow or display a user.

As an example:

<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<a href="http://twitter.com/intent/retweet?tweet_id=53796378291355649">Retweet</a>

More fun things for developers and web designers to play with. And you can now get official logos and UI sprites as well.

Twitter Web Intents [Twitter Developers]

Extensions are the Source of Slow Firefox Startup

Firefox 4 has made the browser faster and much more responsive, but its startup time can still be a bit on the slow end. According to Mozilla, the root problem is definitely extensions. In a new blog post, they stated that on average each…

WordPress 3.1 Taking Up More Memory?

I’ve noticed on more than once website that, since upgrading to WordPress 3.1, frequent “memory exhausted” errors on Admin pages. It seems like a 32MB allotment just isn’t enough for a WordPress site with a few plugins anymore. Increasing the script memory limit in…

BlogBuzz April 2, 2011

BREAKING: Apple Acquires Sprint for $32 Billion

In a surprise press release this morning, Apple announced their acquisition of cellular company Sprint for $32 Billion. Sprint, known for its uncertain financial situation, reportedly agreed to an Apple takeover after a private bidding war between Apple and the search giant Google. Apple…

WordPress Admin Bar Plugin Roundup

WordPress 3.1 added an “admin bar” that floats along the top of your blog when you are logged in with an account of sufficient privileges, giving you easy access to frequently-accessed pages in the WordPress admin. It didn’t take long for plugin developers to…

CSS3 Multiple Backgrounds

CSS3 has a nifty feature that I wasn’t aware of until recently: multiple backgrounds per element. This was something I used to wish for frequently before I got used to faking it by nesting DIVs and assigning them single backgrounds. Chris Coyier’s CSS-Tricks blog…

BlogBuzz March 26, 2011

Add Submenus to the WordPress Admin Bar

Want to customize the Admin Bar, added in WordPress 3.1, to make it a bit more useful? Rather than removing it, like some people have sought to do, wouldn’t it make more sense to extend it with some additional submenus? If you head over …

Firefox 4 is Here, and it’s Fast

Just yesterday Mozilla released version four of Firefox, bringing with it a new UI and many changes under the hood. It looks and feels a bit like Chrome, but without losing the customizability that has always set it apart from other browsers. The most…