General

Touchscreens and Hover states

With the huge popularity of mobile touch devices and the current major drive to make everything web related compatible with these devices, today’s Design Reviver Answers discussion is certainly relevant with current development trends. The question that was asked was “Will Touchscreen devices make hover states a thing of the past?”

You can leave your thoughts and point-of-view below, or you can leave your answer on the original question on Answers here: Will Touchscreen devices make hover states a thing of the past?

Will Touchscreen devices make hover states a thing of the past?

Will Touchscreen devices make hover states a thing of the past?
This question was originally asked by Mpstud.

The best answer comes from Darrell Estabrook :

Will Touchscreen devices make hover states a thing of the past?

Thanks to everyone who asked a question, but most importantly thanks to everyone that took the time and effort to offer helpful and useful answers.


Best Standards and Guidelines for Graphic Designers

The basis for this weeks Answers reader discussion is essentially a chance to share what you feel are the best graphic design standards for an inhouse design agency.

What do you think? Is there set standards and guidelines for graphic designers in inhouse agencies? You can leave your comment below, or you can leave your answer on the original question on here: What are the best standards and guidelines for graphic designers who work for inhouse design agencies?

What are the standards and guidelines for graphic designers who work for inhouse design agencies?

what are the best standards and guidelines for graphic designers who work for inhouse design agencies?
This question was originally asked by an Unregistered User, and you will find the best answer below:

The Best Answer came from aPablo G:

what are the best standards and guidelines for graphic designers who work for inhouse design agencies?

Thanks to everyone who asked a question, but most importantly thanks to everyone that took the time and effort to offer helpful and useful answers.


Four Fresh-Out-of-the-Oven Web Apps and Resources

For todays news we have four fresh-out-of-the-oven web apps and resources that we think will simply blow your socks off. There are a couple of HTML5 tools which have taken the design community by storm this past week, there is also a new jQery framework for smartphones and tablets and, last but not least, the coolest web-based digital drawing app you would have seen in a long time.

HTML5 Boilerplate

HTML5 Boilerplate

HTML5 Boilerplate is a professional base HTML/CSS/JS template for fast, robust and future-proof web design. It has taken more than two years to develop and build all of its awesome features: Cross-browser normalization, performance optimizations, even optional features like cross-domain ajax and flash and much, much more.
HTML5 Boilerplate

HTML5 Reset

HTML5 Reset

Like a lot of developers, you probably start every HTML project with the same old set of HTML and CSS templates. You've been using these files for a long time and you've progressively added bits and pieces to them as your own personal best practices have evolved. Now that modern browsers are starting to support some of the really useful parts of HTML5 and CSS3, it's time for an update.
HTML5 Reset

jQuery Mobile

jQuery Mobile

jQuery Mobile is a unified user interface system across all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code has been built with progressive enhancement, and has a flexible, easily themeable design.
jQuery Mobile

deviantART Muro

deviantART Muro

From start to finish, deviantART Muro allows users to create complete works of art in ways never before realized by web-based digital drawing programs. It already boasts standard and interactive brushes, full-blown layer capabilities, and the ability to upload directly to your deviantART account, but they’ve also left room for expansion. You can expect to see many more features and functions added in the coming weeks.
deviantART Muro

By Paul Andrew (Speckyboyand speckyboy@twitter).


Aloha Editor, CSS3 Pie, FontFonter – Impressive Fresh Tools

It is always impressive how many useful and free web apps and tools there are for web designers, and today’s fresh selection is just that – very impressive. The Aloha Editor is especially impressive, with its unique live editing features. And there is also CSS3 Pie which will make all CSS3 properties viewable in all versions of IE (it really does!). If you have the time we recommend you take a look at these tools.

Aloha Editor – The HTML5 Editor

Aloha Editor - The HTML5 Editor

Aloha Editor allows you to edit content you would never imagine you can. It is the world's first full featured Editor that allows you to edit dynamic content live and in place.
Aloha Editor – The HTML5 Editor

1dl.us – Your all-in-one tool site

1dl.us - Your all-in-one tool site

1dl.us is a useful all-in-one resource, that feature URL shortening, Upload Pics, Pastebin and a Password utility.
1dl.us – Your all-in-one tool site

CSS3 PIE: CSS3 decorations for IE

CSS3 PIE: CSS3 decorations for IE

PIE stands for Progressive Internet Explorer. It is an IE attached behavior which, when applied to an element, allows IE to recognize and display a number of CSS3 properties.
CSS3 PIE: CSS3 decorations for IE

FontFonter

FontFonter

FontFonter uses custom CSS and other techniques to temporarily replace a site’s font styles with Web FontFonts.
FontFonter

By Paul Andrew (Speckyboyand speckyboy@twitter).


CSS Techniques I Dreamed About When I Started….

When I was first introduced to CSS, my mind exploded with possibilities that CSS created, which lead to thoughts of what it could provide me as a web designer. CSS provided the bridge between web designers and web developers. We have all seen situations where a developer created almost the perfect website, yet it didn’t have the appeal that a good front end designer could present. Now with CSS, you could have both in a seamless creation of perfection.

I imagined where designers might discover easier ways to code, and developers would find easier ways to design, to the point where they would become synonymous with one another. I dreamed of ways that cumbersome HTML coding could be replaced with efficient and quick CSS code allowing cleaner, yet more stylistic website pages.

Web developer gurus have traditionally used PHP, JavaScript and Ruby as the languages they regularly use. Now there are some folks that are simply taking PSD and converting it to XHTML and CSS, and proudly declaring themselves web developers.

Not all dreams are good dreams. One of the fears I had is there would be designers and developers over using CSS variables and constants as found in PHP, to the point where they re actually making their style sheets longer. They also face the problem of being able to write their code that can be easily understood when reading it. As long as designers and developers make sure they are always efficient in writing their code and knowing when to use CSS variables, or when they should be using selectors.

I liked being able to use CSS to define colors as word-colors like blue, yellow, green and such. But then I noticed that during W3C validation, it would produce error warnings. W3C ants every color defines by numbers. Normally that isn’t a problem, however if you are designing a page that has extensive colors and shadings, it becomes difficult to remember what each code represents. It is very difficult to track. However, if you write your code as below, it is then a simple matter of reading your code if you need to make a change.

  • $tan = “B7722D”
  • $cream = “F5C350”
  • $menuUp = “E9AB54”, // lite tan
  • $menuDown = 473729”, // dark gray

SEO optimization is being discussed on everywhere, from individuals to design studios soliciting customers, and most of them skip over CSS as a simple and free solution. There are actually several websites that offer CSS Optimization tools. Some of them are relatively easy to use, and there are those that are fairly complex and harder to use. Most of them produce incredible results. Basically what they do is compress CSS files to allow them to load quicker, by merging similar classes, removing useless properties and whitespace, etc., will make some of the code harder for you to read. However, with larger CSS files it can condense the file that it really makes a difference in page loading times.

Even if it only saved 10% of the standard loading time, that alone would be significant over a course of a month or a year. Any time savings is beneficial considering there is a good chance of saving a viewer from leaving the site and going else where on the net. It is recommended that the designer or developer always keep a copy of the readable CSS code so that if they ever needed to make any changes it could be done quickly and easily to find what you need to change, and then it can be re-optimized.

Many broadband users might not think this matters much, as most websites seem to load fast for them, but if each site you went to loaded even 10% faster, think of all the time it could save you over the course of a week, a month or even a year. The bandwidth savings for the website operator can also be immense. I would recommend that you always keep a copy of your human readable CSS code so that if you ever need to make any changes it does not take you a long time to figure out what you need to change, and then you can re-optimize it.

The CSS optimizer that appears to be best is “Icey’s CSS Compressor” which out performed all of the others, with the added benefit of displaying the compressed code in color making it easier to see the changes that had been done.

All in all, CSS is here to stay, and is actually only limited by our dreams. CSS can be what you want it to be, or it can be something you want to avoid. However, that would be your loss. If you are new to CSS, read and experiment with it all you can, so it is truly an amazing tool for website creation and esthetics simplification.


  •   
  • Copyright © 1996-2010 BlogmyQuery - BMQ. All rights reserved.
    iDream theme by Templates Next | Powered by WordPress