Search Content

Articles Categories


Advertisements

Partners


Blog Tags


Popular Articles


Design of the homepage
2008-07-22 05:21:59

Designing a homepage is an exercise in discriminate puzzle solving. You have a list of possible design elements, widgets, and marketing pieces that can eventually make an appearance. Some are critical, others optional. All of them have a certain value.  Read more

Posted into Design Articles / 0 comments »

Website design - Architecting Your Information
2008-07-09 06:37:54

How information is designed both from a conceptual and technical standpoint immediately impacts the short- and long-term evolution of a site. Understanding what information is available, how to structure it in such a way that makes sense both to the end-user and the behind-the-scenes interrelationship of other documents within theWeb site, and managing growth effectively can be extremely helpful in avoiding problems down the road.  Read more

Posted into Design Articles / 0 comments »

Art Posters - Photography Design
2008-06-25 05:25:15

Art Posters - Photography Design

Art Posters - Photography Design  Read more

Posted into Art Design / 0 comments »

Futuristic Car Design
2008-06-25 04:48:17

Futuristic Car Design

Futuristic Car Design  Read more

Posted into Fun / 0 comments »

Website Design for Long Term Success
2008-05-29 05:34:40

The World Wide Web is in fact a global environment, with many languages as well as religions, customs, and ways of life. Creating visually stimulating designs that work for your clients—no matter how near or far they might be requires an understanding of a variety of practices: excellent Web graphic design skills and an awareness of the psychology of color and space.  Read more

Posted into Design Articles / 2 comments »

Obama vs Hillary cartoons
2008-05-24 07:34:00

Obama vs Hillary cartoons

Funny cartoons of Obama vs Hillary  Read more

Posted into Art Design / 2 comments »

The document ready handler of jquery
2008-05-23 02:28:36

When embracing Unobtrusive JavaScript, behavior is separated from structure, so we’ll be performing operations on the page elements outside of the document markup that creates them. In order to achieve this, we need a way to wait until the DOM elements of the page are fully loaded before those operations execute. In the zebra-striping example, the entire table must load before striping can be applied.  Read more

Posted into JavaScript Tutorials / 0 comments »

Object Oriented Javascript
2008-05-22 05:09:41

From a language perspective, there is absolutely nothing modern about object-oriented programming or object-oriented JavaScript; JavaScript was designed to be a completely object-oriented language from the start. However, as JavaScript has “evolved” in its use and acceptance, programmers of other languages (such as Ruby, Python, and Perl) have taken note and begun to bring their programmatic idioms over to JavaScript.  Read more

Posted into JavaScript Tutorials / 0 comments »

Real-world accessibility
2008-05-22 04:24:03

The WCAG contains many valuable strategies for opening your site’s doors as widely as possible. But they do not always map to common, real-world scenarios. Designers and developers often find themselves following the spirit of accessibility without adhering to every letter of the law, because at the end of the day, common sense will dictate what is in the best interest of your visitors. Some Priority Level 3 requirements are as easy and useful to implement as Level 1, just as some Level 1 requirements are nearly impossible to objectively quantify. For instance, checkpoint 14.1, required for Level 1 compliance—“Use the clearest and simplest language appropriate for a site’s content”—is an area where many feel the W3C itself falls short. They might disagree, and how could you argue with them if they did? What quantifiable measuring sticks do web developers have to rate content? It’s important to dispel the myth that accessible sites must be ugly. Too many designers equate accessibility with all-text documents without visual formatting or decorative images. This could not be further from the truth. Ninety-nine percent of accessibility is achieved within the markup (the one notable exception being accommodating the visually impaired with wise color choices), so even the most beautiful sites can welcome all visitors. The bolt tightening and pipe cleaning that needs to be done under a corporate website’s hood is usually quite minimal. The value that a few pieces of additional markup brings to the table is enormous. If Target had put just a few extra hours of spit and polish into their HTML, they might have completely avoided a costly and widely publicized lawsuit. The rest of this chapter will explore some tactics for better real-world accessibility—changes that will directly benefit visitors without getting hung up on explicit WCAG compliance.   Read more

Posted into Usability Articles / 0 comments »

Simple javascript treeview
2008-05-22 04:10:21

The Treeview is one of the easiest and fastest site navigation menus. This page offers some tips on how to make the best of it. Very light and semantic way to make treeview navigation with javascript. And it is supported for all browsers.   Read more

Posted into JavaScript Tutorials / 2 comments »

System Fonts and Colors
2008-05-22 03:30:39

There may be times when you want your document to mimic the user's computing environment as closely as possible. An obvious example is if you're creating web-based applications, where the goal is to make the web component seem like a part of the user's operating system. While CSS2 doesn't make it possible to reuse every last aspect of the operating system's appearance in your documents, you can choose from a wide variety of colors and a short list of fonts.  Read more

Posted into CSS / 0 comments »

CSS inheritance
2008-05-22 02:40:12

As important as specificity may be to understanding how declarations are applied to a document, another key concept is inheritance. Inheritance is the mechanism by which styles are applied not only to a specified element, but also to its descendants. If a color is applied to an H1 element, for example, then that color is applied to all text in the h1, even the text enclosed within child elements of that h1.  Read more

Posted into CSS / 0 comments »

Design considerations for content
2008-05-21 09:27:12

Some web designers may think they are perfectly justified in glazing over this chapter. It is after all, about content, not design, or even traditional information architecture. But the reality is that the two elements are fundamentally bound, like hydrogen and oxygen atoms in a water molecule. In fact, their symbiosis is driving many designers to become increasingly conscious of web content—what messaging works and what doesn’t, how people react to typography decisions, how people scan content within a page, and so forth. Every day new research offers deeper insight into how the masses interact with content. Those theories and best practices filter down and permeate the decisions driving how interfaces, navigation elements, body text, and more are actually designed.   Read more

Posted into Design Articles / 0 comments »

Redesigning your site
2008-05-21 08:17:06

While there are many people reading this book interested in building a new company’s website, chances are there are just as many people looking to improve an old one. Redesigning can be a major undertaking. Depending on the magnitude, it can be as challenging as a brand new design. But listing the reasons for the revamp and the goals the site will accomplish, and then selling the whole idea to your management team, can help make your site better than ever. It can be assumed that any business that wishes to compete in the globalized world market has a website. The medium has been mature for over a decade. College dorm startups, old-world companies (think Ford or Coca-Cola), small businesses, and worldwide mega-corporations have all benefited from and praised the return on investment that a strong Internet presence brings.   Read more

Posted into Design Articles / 0 comments »