Friday, April 3, 2009

UI pattern

Usually, most of us as designer needs to find a UI control or widget or pattern to do a job in a software or website. We end up looking for various controls from different website or software's or OS etc. The major confusion we have is what to use and when to use a particulars control, widget or pattern.

Here are links to few website that had solved and given answers to most of the common questions that we have:
http://ui-patterns.com/
http://developer.yahoo.com/ypatterns/index.php
http://patterntap.com/

For example, lets say we are thinking about calender control and why and when to use. We can easily follow these 2 links to find calender controls and there implementation in different websites:
http://developer.yahoo.com/ypatterns/pattern.php?pattern=calendar
http://patterntap.com/tap/ (click Collections > Select Calendards and then click Filter)
http://www.welie.com/patterns/showPattern.php?patternID=event-calendar
http://interface.fh-potsdam.de/infodesignpatterns/patterndetail.php?pattern=97

So, the result shows various calender controls used in different websites and what problem does that design element solves.

Labels: , ,

Post a Comment(1 comments)

"How much can you curl Johnny?"
"I can curl 205 for 5! How bout you Bubba? "
"Well I'm stronger than you cause I curled 205 and a retard"
"How'd you curl a retard?"
"Easy, he just held on!"
"Dam Bubba I bet that make you swole!"

Saturday, March 22, 2008

Google Chart APIs

The Google Chart API lets you dynamically generate charts. To see the Chart API in action, open up a browser window and copy the following URL into it:

http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World

Press the Enter or Return key and - presto! - you should see the following image:



http://code.google.com/apis/chart/

Labels: , ,

Post a Comment(0 comments)

Tuesday, February 19, 2008

Images to index in search engines

Graphic and flash images are no doubt attractive to the eye, and are pleasing to look But did you know that search engines do not index them at all?

Here’s a method you can use to get all of your images and artwork indexed by the search engines:

Just make sure you include the “alt” tag in your img src tags. It’s as simple and helpful ! !!!

Labels: ,

Post a Comment(0 comments)

Thursday, February 7, 2008

Creating a crazy cool logo

Post a Comment(0 comments)

Saturday, January 5, 2008

Very nice CSS Techniques

Post a Comment(0 comments)