Fireworks Tutorials

Adobe Fireworks is a somewhat unnoticed but very useful member of the Adobe Creative Suite. It is used for multiple purposes such as to create vectors, design application interfaces, digital artwork, and create rapid prototypes of websites. There is a lot more you can do with Adobe Fireworks, including generating PDFs, exporting CSS based layouts and a variety of other things that you can explore.

In today’s post, we have collected some useful and fresh tutorials on Adobe Fireworks that will let you renew your love for this amazing member of the Adobe family. Enjoy!

Chess in 50+ Excellent Adobe Fireworks Tutorials

Via: Noupe

Comentarios desactivados

Dekar Free Font

Dekar free font is applicable for any type of graphic design – web, print, motion graphics etc and perfect for t-shirts and other items like posters, logos.

http://fontfabric.com/dekar-free-font/

1 comentario

The Benefits of Wireframing a Design

Wireframing is an extremely important phase of the web development process.

While it’s tempting to skip this step and proceed from the design brief and information architecture directly into design, it pays huge dividends to create wireframes somewhere in between of conceptual site planning and actual development of a site.

Wireframing will allow you to do several things far more efficiently, and the time and effort you put into this phase pays dividends in the greater scheme of things.

Read the full article in: http://sixrevisions.com/user-interface/wireframing-benefits/

3 comentarios

Ideal Structure of a UX Team

There has been a trend afoot in the internet and mobile design industry to utilize the classification “User Experience Team” above “Creative Team”.

Although the term”Creative” can sometimes usher negative thoughts of sensitive types, the rationality for this shift in terms is due to the substantive nature of this team’s responsibilities.

UX teams are advocates for the successful and efficient completion of user tasks, while balancing business objectives to motivate consumers. This is achieved through intuitive and inspirational functionality, graphics and content–all driven by methodical and thoughtful research.

Most importantly, UX teams serve as a necessary stepping stone between business and technology.

Continue reading

5 comentarios

What is Fireworks CS and who is it for?

What is Fireworks CS and who is it for?

Adobe Fireworks CS software is used to rapidly prototype websites and application interfaces and to create and optimize images for the web more quickly and accurately. It is ideal for web designers, web developers, and visual designers.

What is the difference between Fireworks and Adobe Photoshop®?

Adobe Photoshop software is the industry standard for digital imaging, with a broad array of features and functionality used by photographers, graphic designers, web designers, and many other creative professionals.

Fireworks is a much more focused tool with features for prototyping vectors and bitmaps for the web and application interfaces.

Continue reading

4 comentarios

How to hide the iPhone Safari Browser Bottom Bar

To all of you, who think is not possible, this is the way to do it.

The only issue is that it works only after the user have saved the link to their iphone desktop.
Hope this solves your problems.

<script type="application/x-javascript"]]>
addEventListener("load", function()
{
setTimeout(updateLayout, 0);
}, false);
var currentWidth = 0;
function updateLayout()
{
if (window.innerWidth != currentWidth)
{
currentWidth = window.innerWidth;
var orient = currentWidth == 320 ? "profile" : "landscape";
document.body.setAttribute("orient", orient);
setTimeout(function()
{
window.scrollTo(0, 1);
}, 100);
}
}
setInterval(updateLayout, 400);
</script>
Comentarios desactivados

CSS: El modelo de caja

Si quereis maquetar con CSS teneis que tener bien claro el modelo de caja (width, height, margin, padding y border, especialmente).

Id haciendo pruebas, comparando y buscando soluciones.

http://www.sidar.org/recur/desdi/traduc/es/css/box.html

Comentarios desactivados