Firefox Aurora, the Firefox releases channel with the newest innovations now includes the new development tools so developers can inspect and tweak a web page’s HTML and CSS, accessing console, logs and even a nice feature called Scratchpad, to write JavaScript on the fly and execute it.
For web development, few IDEs are both free and as powerful as Aptana. The new Aptana 3.0.5 Beta is now a mature product (early Aptana 3 was very buggy) and good enough to switch to. Here you will find a syntax colouring theme for the new Aptana 3, compatible with TextMate and e Text Editor theme systems.
Design teams nowadays may be located in different parts of the world. Online collaboration tools make their common work easy and efficient, as if they were all sitting in the same open-space.
Mozilla launched BrowserID, their own approach to online identity management, now largely dominated by Twitter, Facebook and at a lesser degree, Google.
Webkit brought a lot of enhancements to the formerly dull browser based user interfaces, with transform and transition properties being among the most useful for user interaction.
In this tutorial we will learn how to use both to create a product card that flips to reveal more information with a fallback for browsers that don’t support Webkit transitions and transform.
There is a lot of hype around CSS patterns nowadays, now that we can add gradients or use transformations, even if sometimes it’s only for Webkit. Here we have a pattern generator and a CSS 3 patterns gallery where you can view and download them.
This TED Talk by Eli Pariser focuses on how the personalization filters applied by social networks, search engines, smart feed readers and others might be trapping us in a “filter bubble”, avoiding our exposure to information beyond our comfort zone that could broaden our worldview.
Blogsy is a very interesting app for bloggers who want to work on the go with the iPad. It makes use of gestures and the overall touch environment to convey a great tool for blogging integrating it with a variety of web services and blogging platforms.
WordPress has embraced the mobile revolution from the first moment. We have apps for iOS or Android and all the WordPress blogs can be accessed in iPad format. We also have in WordPress core a variable to detect if the user is visiting the site using an iPhone device. In this tutorial we will learn how to apply a class using WordPress’ body_class based in that variable.