.. Your Daily Design Dosis

Tweet-Parade (no.5 Jan-Feb 2012)

| 8 Comments

It’s weekend! .. Time for a brand new Tweet-Parade! A Tweet-Parade is a post filled with the best articles and tutorials of last week’s blogosphere. It’s all about webdesign, graphic design, SEO, tutorials, social media and more. A broad scale of topics, but never-the-less the underlying focus is on Design.

 

Also I see this as my personal bookmarks of great articles from the Community of the last period. The different articles and post are categorized by their main topics. The best way to keep track of these tweets is simply to follow me on Twitter.

 

Webdesign Coding: CSS, HTML, Javascript, PhP, etc.

More or LESS? - LESS and other CSS preprocessors are tools which, through the use of things like variables, mixins and operations, weave programmatic principals and logic into otherwise static CSS. Think of it as supercharged CSS.

Learn to Program - rather than wasting time debating HTML tag use, developers should focus on learning how to program. I think this is great advice. So to that end, I’ve compiled a roundup of sources where beginners can expand their skills past HTML and CSS.

The Brand New CSS4 Selectors Specification - Yeah, the CSS4 specification is already in the early stages of being written (for selectors, anyway). I must stress just how work in progress this is, in the sense that some of this stuff might not make the final cut, while more stuff may be added.

CSS3 & jQuery folder tabs - this time I will show you how to create folder tabs using nothing more than pure CSS3.

How to Put Your CSS3 on :target - CSS3 also introduced :target; a powerful pseudo-class which can reduce the need for scripting in interactive widgets. Consider a page URL such as http://mysite.com/page#mytarget; an element with the id “mytarget” can have matching :target styles applied.

How to create animated tooltips with CSS3 - In today’s tip we’ll show you how to create some simple, animated tooltips using CSS transitions and the pseudo-classes :before and :after.

From jQuery to JavaScript: A Reference - Whether we like it or not, more and more developers are being introduced to the world of JavaScript through jQuery first. In many ways, these newcomers are the lucky ones. They have access to a plethora of new JavaScript APIs, ..

Quick Tip: Perfectly Positioned Plusses - This Quick Tip is aimed at those of you who have an understanding of CSS, have more-or-less figured out what positioning is about, and are looking for the perfect excuse to put it to use ..

* { box-sizing: border-box } FTW - I have a recommendation for your CSS going forward * { -moz-box-sizing: border-box; box-sizing: border-box; } This gives you the box model you want. Applies it to all elements. Turns out many browsers already use border-box

CSS3 For The Real World - The chances are you’ve seen some of the amazing things that have been done in CSS3. Unfortunately, most of them aren’t practical for you, or your clients. Below is a carefully-curated list of real-world examples and snippets of CSS3 that can be safely used to enhance any piece of work you create.

Git For Designers (Part 1) - Wouldn’t it be nice if you could take a snapshot of your site now, do your experiment, and not have to worry about whether you mess things up? That’s exactly what version control is for!

Learn about LESS and why it rocks so hard - LESS=The dynamic stylesheet language. LESS extends the standard CSS syntax. This means that you can create a LESS stylesheet using regular CSS, and just add LESS code to the stylesheet as and when you need it.

Float Mania: Explanation of How CSS Property Float Works - As previously I was asked for several times: “why float is displayed wrong?”, I decided to write this note, which would explain typical situations a beginning coder runs into, and when someone asks me again ..

 

Usability, User Experience, Responsive Webdesign, Mobile, etc.

5 Signs of a Great User Experience - In short, Path has a great user experience. That isn’t the deciding factor on whether a tech product takes off. Ultimately it comes down to how many people use it and that’s particularly important for a social app like Path.

Developing a Responsive Website: The Homepage Portfolio Slider – We are going to continue on with our designing a responsive website tutorial where we have already learned about the background images, the site’s navigation and the content. This week we’re going to work on adding a little more content to our homepage.

Build It With The User in Mind: How to Design User Flow - A major factor affecting your conversions is user flow. It’s the path a user follows through your website interface to complete a task (make a reservation, purchase a product, subscribe to something).

Seven lessons learned from responsive web design - Rather than anticipate our users’ preferences, we developed a responsive site that adapts and feels natural on a wide range of web-connected devices. Responsive web design was central to our development strategy, but it ..

Responsive Web Design – Three key technical features are at the heart of responsive web design: Media queries and media query listeners, A flexible grid-based layout that uses relative sizing and Flexible images and media, through dynamic resizing or CSS. Truly responsive web design requires all three features to be implemented.

jQuery Mobile – What You Need to Know - jQuery Mobile version 1.0 finally launched this past November. Don’t know if you heard about it, but if you are planning to do any mobile app or website development, it’s better to get started with it right now.

Responsive Images: How they Almost Worked and What We Need - It’s our job, as designers and developers, to pick apart even the seemingly most simple tasks to find ways to improve them. When Ethan Marcotte coined “responsive web design,” he said that a responsive website is made up of three things: a flexible grid, flexible images and media, and media queries.

Improve Your Website’s Usability in 7 Easy Steps - A user is not a technical aristocrat as a web designer or a developer is and is basically looking for a swift, simple and sorted and effective way run across the web site. One of the conundrums that a designer faces is to strike a ..

Total (Memory) Recall - Usability Expert Jakob Neilsen suggests we design for ‘Recognition over recall’. In his article Ten Usability Heuristics he warns “the user should not have to remember information from one part of the dialogue to another.”

Leaving Old Internet Explorer Behind – Using media queries to make a clean break from legacy browsers. The styles that make up the mobile version of its layout, which I’ll call the Narrow Layout from now on, are not inside a media query, while the styles that make up the wider versions are.

Using max-width on images can make them disappear in IE8 - It worked great everywhere… until I went to check in IE8. The site’s logo was gone! None of the usual IE bug fixes cured the problem, and it took me quite a while to realise that max-width was part of the problem.

8 tips for a sane IA - One of the hardest parts of a website project is to work out where everything goes. Once you’ve got a handle on what is going to be included (often via a content audit of a current site) it is best to create a structure by working with the low-level, granular content items.

Essential considerations for crafting quality media queries - Learn what you need to know to set up media queries that maximize efficiency and robustness for your particular project. There are pros and cons to making your media queries embedded versus external, ..

Molten leading (or, fluid line-height) - When a responsive composition meets a viewport, there are different ways to fill space. What interests me most here is a fundamental triadic relationship in typesetting — that of a text’s font size, line height, and line length.

 

Webdesign in Common, Web Typography, jQuery, Tools, etc.

How to Properly Redesign a Website - Redesigning a website happens very often on the internet today. It can be thanks to the new technologies that appear one after another (and every one of us wants to stay in fashion) or because the rules change from month to month.

Simple Responsive Design Test Page - This bookmarklet lets you see how a page looks within different screen sizes. The bookmarklet lets you run it on any page (regardless of filename) and saves you the step of having to add the test page to each folder. (FF + Chrome).

50+ Best jQuery Carousel Roundup - There are many excellent free jQuery Carousel plugins available and it makes it difficult to choose. This article has been created specifically to help you get started using jQuery Carousels but you may also want to check out some jQuery sliders.

Learn to Program - rather than wasting time debating HTML tag use, developers should focus on learning how to program. I think this is great advice. So to that end, I’ve compiled a roundup of sources where beginners can expand their skills past HTML and CSS.

The Future Of Screen Typography Is In Your Hands - Tablets, Nooks and Kindles make buying a book or magazine for the screen almost unavoidable. With smartphones, we carry our reading material with us and enjoy instant Web access, enabling the reading experience to flow ..

The Handpicked jQuery Plugins Repository - One of the greatest things about jQuery is the ever-expanding userbase. In the past it was common for libraries to have a small following, with only a handful of plugins and widgets made by advocates of the library.

20 Tools to Check Your Web Site’s Performance - The crucial factor in the successful performance of the website is its speed. One cannot negate the fact that the internet users are impatient and looking for instant gratification. Thus if your website is not quick loading and dull in ..

Essential Principles for Creating Minimalist Web Design - Today minimalism is one of the most widely used design principles and can be conveyed through various art and design related fields, from movie posters, fashion, print adverts, games, business cards and brochures.

Developing for old browsers is (almost) a thing of the past - It used to be one of the biggest pains of web development. Juggling different browser versions and wasting endless hours coming up with workarounds and hacks. Thankfully, those troubles are now largely optional for ..

Zocial - A semantic set of CSS buttons (no images used) that are beautified with @font-face icons. There are buttons for 40+ services including Facebook, Twitter, Google+, PayPal, LinkedIn and much more.

 

 

Graphic Design, Brand Identity, Typography, Print Design, etc.

Colour Combination Makes a Better Impact in Logo Designing - A big part of many company’s brand identity is the logo. It’s like the face of your company. You need one that’s good looking and instantly recognizable. To that end, colour can make a big impact on not just how ..

8 Typography Design Elements To Consider for Print & Web Design - Typography is a fundamental principle of good design. Whether you’re designing for print or the web, good typography helps balance the visual structure of your design between the content and the visuals.

The Psychology Of Color In Design - Color is light and light is energy. Scientists have found that actual physiological changes take place in human beings when they are exposed to certain colors. Colors can stimulate, excite, depress, tranquilize, increase appetite and create a  ..

6 Free PDF eBooks on Typography - As typography is becoming essential part of designs, so now it’s important to learn more about typography skills too. Web is full of free content to learn typography, but here i am listing 6 free PDF ebooks which should help you power up your typography skills.

Working with Guide Tool in Illustrator - You must be familiar with Guide Tool in Illustrator. But have you consider yourself using this feature optimally to speed up productivity, to help organize and accurate place your illustrations, and be more precise when creating artwork in Illustrator?

Create a custom lettered logo in Illustrator - Learn how to slice and dice shapes to create a logo form that is simple yet recognisable and, most importantly, ready for print. This tutorial will only skim the surface of possibilities but these foundational methods can unlock infinite ..

 

Blogging, Social Media, Writing, Content Strategy, etc.

7 Splendid Techniques to Encourage Comments on Your Blog - One of the best ways to gauge the health of your blog readership is to check out how many comments you have for your posts. More comments mean that your readers are actively engaged in what you have to say.

8 Things Your Blog Readers Want More Than Good Content - Content is king! You already know that’s true, but is it everything? Could you keep on pumping out great content and still build an audience of loyal readers?

10 Tools for Increasing Traffic to Your Blog - With so many people having so much to say, traffic to a blog may be a tricky thing to grasp and hold on to. Do no despair: there are ways – and most of them do not even require that much time or effort.

5 Blog Redesign Mistakes That Kill SEO - SEO, when done right, never interferes with web design, but sometimes redesigning a site can unknowingly interfere with search engine optimization. This is why teamwork among SEOs, designers, marketers and developers is critical ..

15 Amazing Twitter Tools for Increased Productivity - Twitter provides designers with the ability to communicate and network in a way that can be really productive for business. However, spending too much time or not having a specific purpose with social media can become a major drain on your time.

 

WordPress

WordPress tip: Use shortcodes in theme files - Many people asked me if it is possible to use WordPress shortcodes in theme files. Yes, it is – Follow this simple recipe to get started!

Daily Tip: How To Store Multiple Autosaves - The autosave feature is entirely separate to any drafts that you save via the Save Draft button. Theoretically, you can save as many drafts as you like. However, each subsequent autosave overwrites the previous one.

Best of WordPress Anti-Spam Plugins and Why You Need None to Fight Spam - Today, while skipping rope I was pondering (my level of concentration increases when I skip rope) the reason behind the availability of innumerable anti-spam WordPress plugins. Did the ..

Free Blank WordPress Responsive Themes & Theme Frameworks - We have looked at responsive WordPress themes in the past and that post proved really popular – the web design world is buzzing at the moment with this new method we can use to serve up different versions ..

15 Essential Free SEO WordPress Plugins - An excellent search engine optimization is very essential for running an online business and the on-web page contents offers you more benefits. These are powerful components which yields best optimum results.

The Complete Guide To The WordPress Settings API, Part 1: What It Is, Why It Matters - In this series, we’re going to take a deep dive into the WordPress Settings API. We’re going to look at what it is, why it matters, and how to leverage it in our work.

Implement Google Custom Search into WordPress - WordPress and its search function – this is a subject that often splits the most hardcore WordPress users. Terms like “abysmal” are frequently banded about among developers, I personally defend it… to a certain level.

Using WordPress for Ecommerce, Part One: Defining the Project - This article is the first in an Ecommerce Developer series that will describe in some detail how to use WordPress to develop an ecommerce site that sells virtual products.

How to Hide or remove the WordPress Upgrade Message in the Dashboard - It is very important to keep up to date your WordPress because of security threats, specially now a days due to its popularity. Although WordPress function pop you up all the time for new update ..

How to Hide Your Email Address in WordPress with Encryption - Everyone on the web has to deal with email harvesters – the bots that spammers send out to your site in order to collect you email address. Of course an email form is one way to combat harvesters from collecting your email address.

Is Your WordPress Blog Set Up Properly? - We are told we need a blog so we install WordPress and we’re off and running but were you aware of everything you really should put into place in order for it to be set up properly? This is for all those self hosted WordPress blogs, ..

 

Search Engine Optimalization, Rankings, Analytics, Loadtime, etc.

What Does Google’s Page Layout Algorithm Mean For Web Designers? - About a week and a half ago, Matt Cutt’s posted to the Google Webmaster Central blog, about an algorithmic change that considers the layout of a webpage, particularly what appears “above the fold” as a signal in where the page should rank.

Strategic Link Building: Why You Don’t Need To Outrun Lions - SEO, contrary to popular belief, is not about ‘beating Google’ or ‘cracking their enigma code’; it is about beating the competing websites on the keywords that matter to your business. This means SERP analysis ..

Google Analytics Tutorial: 8 Valuable Tips To Hustle With Data! - Ravaging data. Poking and prodding. Nourishing ourselves. And doing so with simple mouse clicks inside the standard tool interface (!) with the reports and features you can already access.

7 Tips to Build Quality Backlinks for Better SEO - What is the best way to market your online business with little to no budget? How do you best spend your advertising dollars if your main aim is to get quality traffic for your client/company? If you own a website and have little ..

Why External Links Should Open in New Tabs - When most designers design websites, they don’t pay much attention to links. As long as the link works and takes users to the right page, everything is fine. However, a great user experience goes further than that.

Will HTML5 Boost My Rankings? - So overall, while I personally wouldn’t recommend that a site change to HTML5 as some kind of SEO silver bullet, there are enough incidental SEO benefits to make it worthwhile to work into new builds or redesigns ..

The 10 Golden Rules to Attracting Authority Links - In the world of link building, getting an authority link to your site/blog has been one of the most important aspects of growing your blog. And what exactly is an authority link?

 

Tutorials

12 HTML5 Tutorials to Get You Started - I only have 12 HTML5 Tutorials to Get You Started posted because finding 30 or 40 is cool but finding 12 really good ones is better. I really push for everyone to learn as a designer you only get better by learning how to develop your own work.

Code an Awesome Animated Download Button With CSS3 - Follow along as we create a simple and fun download button using some fancy CSS3. Our button will use lots of fun goodies including border-radius, box-shadow, linear-gradients, z-index and transitions to achieve ..

Page Transitions with CSS3 - we’ve seen a lot of single page websites lying around the internet, most of them using JavaScript for some transitions effect. .. instead I’ll be using CSS Transitions and the :target property to do all the magic.

45 Latest Photo Manipulation Tutorials for Photoshop - To make things a bit more easier for you, we’ve compiled an collection of 45 of the latest tutorials, teaching you a variety of photo manipulation techniques.

Using HTML5 to Determine User Location – Geolocation is one of the most exciting features offered by HTML5. Some Web applications can even provide navigation functionality by monitoring the user position over time, integrating with map systems such as Google Maps API.

Create a jQuery Star Comment Rating System - The commenting system just became more fun for users! Created by eligeske,  this animated jQuery star commenting system is a great way to rate your posts. Add this to your website and see your visitor activity increase.

Illustrator Tutorials Roundup – January 2012 - This January, graphic designers all over the web have been busy creating some awesome tutorials for the design community. Check out the tutorials below if you want to learn how to create glossy gift cards, shield ..

Create a Vector Ticket Icon in Illustrator - In this tutorial you will learn how to use Illustrator to create a clean, vector ticket icon. Begin by creating the basic vector shapes, then add pixel perfect highlights, all the necessary text, warping, and grunge effects to give the final result ..

Star Ratings With Very Little CSS- Star ratings are one of those classic UX patterns that everyone has tinkered with at one time or another. I had an idea get the UX part of it done with very little code and no JavaScript.

35 Adobe InDesign Tutorials – Enhance your Print Medial Skills - These of all InDesign tutorials are full of designing knowledge and special practices to get more grip as print media publisher as well, so I recommend to you all professional graphic designers and newbies.

Tutorial: Create A Minimal Single Page Portfolio With HTML5/CSS3 - This tutorial is the second installment of how to create a minimal single page portfolio using HTML5 and CSS3, I will walk you through the basic front-end build ..

 

Freelance, Business and Workflow Related Stuff

7 Reasons Why Networking Is A Waste Of Time - People are seeing more and more that traditional face to face networking can be problematic if you want to raise your profile and build your business. Let’s explore seven reasons why networking is a waste of time.

Freelancing Bad Habits You Should Avoid Doing - In order to make your own name in the field, you have to make sure that you are on the right track. Part of that is doing away with habits that will not be help you succeed. Also you should see to it that you do not do freelancing ..

Stand Out Among Freelancers by Communicating with Your Client - While the internet becomes more and more accessible to everyone, some freelancers rarely use these new technologies to improve their marketing or client relations.

Tips for Designing an Amazing Proposal - So we started redesigning our proposals based on the client or project. We have always broken out our proposals into sections, and we decided to use large, full-color photographs to separate each section. We sprinkle additional color ..

Plan a Marketing Strategy for your Freelance Career - Personal branding and marketing is a big part of growing your own freelance business. You need to get your name out there into the world and hopefully reel in a few clients.

Pricing Strategy for Creatives - Strategic pricing helps your brand and helps you to make more money. Issuing a price is like handing out a business card—it’s a great branding tool, but be careful about what it says to your market.

An Introduction to the Design Process: the importance of the Brief - The brief is the key in successfully establishing what the design problem at hand is. The more detailed and properly prepared a brief is, the more accurately the designer will assess the problem at hand, and ..

How to Promote the Hell Out of Your Personal Website or Portfolio - There are a lot of designers out there, which means there are lots of design portfolios on the web. Which means it will never be found on it’s own. But because the design community is so massive, there are plenty of opportunities to self promote.

Pros and Cons of Outsourcing - There are some very strong reasons for outsourcing, and likewise the are some equally strong reasons against outsourcing. We’ll look at those pros and cons, which will hopefully prove to be helpful to those who are trying to decide on whether or not to outsource.

The Pros and Cons of a Freelancing Partnership – As a one-person team, there are only so many clients you can serve, and so many skills you can deliver. A partnership can be a good way to expand your freelancing business. However, as in all things, freelancing partnerships have their advantages and disadvantages.

Making the Perfect Project Pitch - The need to convince potential clients of your skills and to stand out from the competition will be absolutely vital to your chances of succeeding as a freelancer, but what are the most important aspects of landing those lucrative projects?

 

F*cking Brilliant, a great Read or just magnificent Tips!

What will our (future) interfaces feel like? - The visual language of our interfaces has gone through a lot of changes over the past decade. Remember what the Web 2.0 interfaces felt like? Giant type, ginormous forms, and buttons that would make Fitt’s Law insignificant.

Why Coders Need to Understand Design - I see more web professionals specializing these days. There was a time where web designers literally did everything. If you worked on the web it meant you did coding, design, photography and any backend work. Now many become so ..

Designing context – People first, not devices - I’ve noticed in my recent work that the issue of context keeps cropping up, but not because I try to define it, but because it’s so elusive.It’s undoubtedly an exciting time for design and one of the great things for me is that ..

Redefined - To design responsive websites effectively and responsibly, I had to completely redefine the way I view the web. The more I learn & adapt, the more certain I am that this is the best way to build for the web. The process of adopting a responsive approach has made me better at my job, and I’m thankful for that.

Professionals Don’t Show Clients Wireframes - To reiterate, wireframes are helpful for collaboration and planning amongst professionals within a firm. They are a useful tool for internal use. The reasons for this requirement are very important.

5 Online Playgrounds for HTML, CSS and JavaScript Compared - Online playgrounds or sandboxes such as jsFiddle solve this problem by providing you with an instantly ready coding environment for you to begin experimenting in as soon as the page loads.

 

I hope you have enjoyed these hand-picked great articles? Please let me know by sharing your opinion in the comments-section. Did we miss a great article, please let us know  .. To keep up to date with all the cool links, simply follow me @gonzodesign

 

Author: Gonzo the Great

Jan Rajtoral AKA Gonzo the Great is the Founder of and Designer at gonzodesign, providing design services across the full spectrum of Brand Identity, Graphic Design, Print and Advertising Design & Website Design. I also speak about webdesign and branding in the Netherlands.

8 comments

on this article: “Tweet-Parade (no.5 Jan-Feb 2012)”
  1. I’m impressed by this collection. Thanks.

    • Hi Web2feeds,

      Thanks for your comment, and yep, probably the best weekly roundup on the interwebs ;-P
      have a great and successful new week, Cheers & Ciao!

  2. Such a great and useful points u share Gonzo!! :) Thank u.

  3. Hey there! I’ve been reading your blog for some time now and finally got the bravery to go ahead and give you a shout out from Atascocita Texas! Just wanted to say keep up the good job!

  4. Hi Randall,

    thanks for your comment, I’m glad you liked the Tweet-Parade! And yes, this is on a weekly basis and I’ve been doing this since february 2010 – who needs StumbleUpon, Digg and all the other bookmark services ;-P

    So, I reckon you’ll drop by next week again, haha! Thanks for your time and hope to see you next Saturday, .. or Sunday?

top