Blog

WordPress updates plugin directory

New additions to the plugin directory include: favorites, incorporating support forums into it's own tab for each plugin as well as support stats being displayed! Great!

I think we also need the ability to give plugins ratings and reviews (bonus points if it can be done from within a wordpress admin dashboard when installing plugins).

Embedded Link

Plugin Directory Refreshed
Been hanging out with a few WordPress.org hackers — Scott, Nacin, and Otto — the last few days in a BBQ-fueled haze of hacking to make plugin directory better. There are over 19,000 plugins listed a…

Short Head

Use zipf's short head to tune your website rather than redesign the whole thing. To make a website successful it needs to meet the needs of the users. Find out what those needs are by using the short head philosophy to equate most searched things as the biggest needs of the users. Use personas to segment the audience and make sure you've got each audience covered and all their main needs. Then showcase the content that they need.

Every websites could benefit from this process. Every new site or redesign should start with this research and strategy. It does take time and effort, but it has the biggest return on investment in making an effective website. I still think redesigns are still needed, but slapping a new design on a bad architecture and structure benefits no one, especially the user.

Embedded Link

Stop Redesigning And Start Tuning Your Site Instead | Smashing UX Design
Let’s look at why redesigns happen, and some straightforward and inexpensive ways we might avoid them.

Img Set?

Great article at a list apart discusing the state of the industry regarding responsive images. This picks apart the set attribute of the img element from a surprisingly objective view coming from someone so close to the picture element. Insightful discussion about the principle behind the proposals than the actual solution too. If the working group wants the community to be involved and then ignores it in favor of "their own" biased unproven/untested ideas.

Embedded Link

A List Apart: Articles: Responsive Images and Web Standards at the Turning Point
The goal of a “responsive images” solution is to deliver images optimized for the end user's context, rather than serving the largest potentially necessary image to everyone. Unfortunately, this h…

Git – the paradigm shift

A great developer story about the differences on what Git is vs other version control and what Git is not. This is how we should learn it. I heard over and over that it was distributed, but never grasped what that meant, so here are a few links and explanations that will help unlearn version control as you thought it and learn the Git way.

Embedded Link

Zeh Fernando » Blog Archive » How I learned to stop worrying and love Git
Git. The trendy source control management system. Like many other of my peers, I've been using GitHub for a while (for personal projects, in my case). For the longest time, however, I felt like th…

Tweening Lib comes to Javascript!

I'm very excited to share the news that the tween library from GreenSock (hands down the best tweening library I used in flash) is not ported for use in javascript! This will be great! I missed that simple syntax from as3 when animating javascript, and now I can have my cake and eat it too.

Embedded Link

» GreenSock tweening comes to JavaScript
Great news for those who are looking to get into JS animation. GreenSock, the creator of excellent libraries like TweenLite and TweenMax, has just released their new animation platform and it includes…

Picture element of srcset attribute?

Bruce details the reasons and story behind the srcset attribute which is now introduced as an alternative to the picture element. Some aspects of the attribute are nice (like the fact that it's an attribute and not a new element, so it's creating up new elements with for problems. It's adapting currently used elements to be more future-friendly), but some aspects are weird – like the totally foreign syntax (where did that come from?). There is also some worry that the elements that are proposed and introduced by the community get nowhere, but then a when someone at apple makes a proposal it gets new immediate support from the group. Anyways, either way I think one of these solutions (or a variant) should help alleviate much of the pain behind responsive images. At least the discussion is happening, no?

Embedded Link

HTML5 adaptive images: end of round one | HTML5 Doctor
Those web authors in the W3C Resposive Images Community Group soldiered on in frustration that they were they being ignored because the problem itself wasn't seen as a problem. Then this week, Edw…