- Flash to Focus on PC Browsing and Mobile Apps; Adobe to More Aggressively Contribute to HTML5
- Bubble Point Tooltips with CSS3 & jQuery
- Using Fonts for Icons…
- The U.N. Declares Internet Access a Human Right
- How Facebook is ruining sharing
- Chrome – Accent colour on most visited thumbnails is pulled from the site’s favicon
- Python from Scratch – Create a Dynamic Website
- 29 Simple yet Intuitive Mobile Web Designs
- Get to grips with CSS3 multiple background images
Monthly Archives: November 2011
BlogBuzz November 26, 2011
Nov 26, 2011 by Matt | Posted in BlogBuzz No CommentsCSS3 Gradients Are Simply Amazing
Nov 24I’ve been working with CSS3 gradients a bit lately, and they’re the best thing in CSS since border-radius. It’s just so much easier to add a line of CSS and fiddle with a couple of color hex codes than to mess around in Photoshop…
HTML5 Data Attributes
Nov 21Have you ever looked at the HTML snippet for Twitter’s Tweet button and wondered what those data-something="loremipsum" attributes were? I did too, and after a bit of Google searching, I found a post by John Resig (the creator of jQuery) that explains that they’re…
Awesome Firebug Tricks You May Have Missed
Nov 14Firebug is probably the most invaluable tool in my web development arsenal. (Well, aside from Photoshop. But that has a value: freaking expensive.) I’m not terribly picky about my text editor—after all, I used Notepad for years—though BBEdit is my tool of choice. I…
Using Google-Hosted jQuery With a Local Fallback
Nov 7Referencing commonly-used JavaScript libraries, like jQuery, stored on Google’s CDN is a good way to speed up your site. Many popular websites do so, which means the chances of a user having jQuery sitting in their browser cache already is pretty high. It doesn’t…
Create Color Palettes With ColorSchemer Touch
Nov 4If you do even a little bit of web or graphic design, you might have run into a cool poster or product label somewhere and thought “I like this color scheme.” ColorSchemer Touch is a neat iOS app that will help you out with…
Should Comment Entry Forms Be Above or Below Existing Comments?
Nov 9Traditionally, blog themes have placed the form to leave a new comment below the listing of existing comments. This still holds true in most WordPress themes to date. However, many sites now have the comment form above the comments. Notable sites include Mashable and…