Sunday, May 17, 2015

Free Download Infographic Vector Graphics and Vector Art for UI Design

Download free highest quality vector graphics and infographics vector elements. Infographic is not same as designing a websites, infographics are visual designs that help to explain complicated data in a simple way. Below is the big list of free vector graphics and vector art elements including floral backgrounds, vector badges, charts, icons, timelines, vector banners and other data visual graphics. So you can work with various components to build really impressive and easy to understand infographics design.

In this post I gathered, highest quality and free infographics vector elements and vector graphics which will surely helpful for you to create amazing interface and visualize colorful infographics.

Abstract Symbol Vector Graphics
Download

Avatar Vectors
Download

Ribbon Vector Banner With Flowers
Download

Cartoon Business Man with a Light Bulb
Download

Digital Products Infographic Template
Download

Flat Colorful Ribbon Banner
Download

Flat Design Rolled Sushi Icon Set
Download

Mobile Themes Design
Download

On Off Button Vectors Vector Graphic
Download

Vector Page Doodles Graphics
Download

Vector Page Doodles
Download

Summer Cocktail Party Vector Graphics
Download


Free Vector UI Components
Download

Vector Badges
Download

Vector Florals
Download

Vector Hand Lettering
Download

Vector Ornaments
Download

Vector Wood Textures
Download

Vintage Label Vector Pack
Download

Read more ...

Saturday, May 16, 2015

Facebook is testing Material Design on its Android app

Facebook is constantly testing small design changes on its platform, and today some Android users are getting a taste of Lollipop’s Material Design UI.

They update Material Design’s Floating action button on the bottom right corner of the app.

Read more ...

Friday, May 15, 2015

CSS3 and Jquery Search field Animation

CSS3 and Jquery Search field Animation

This tip is show you how to making a search box using CSS3, Jquery and SVG. It will make your website more interesting.

How to make it:
1. Create a SVG search icon.

  

2. Create a search input.


4. The core CSS/CSS3 styles.
svg {
  position: absolute;
  transform: translateX(-246px);
  width: 600px;
  height: auto;
  stroke-width: 8px;
  stroke: #b3c33a;
  stroke-width: 1px;
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transition: all 0.5s ease-in-out;
}

.input-search {
  position: absolute;
  width: calc(100% - 148px);
  height: 64px;
  top: 0;
  right: 20px;
  bottom: 0;
  left: 0;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 20px;
  font-size: 50px;
}

.search-label {
  position: absolute;
  display: block;
  width: 108px;
  height: 108px;
  top: 0;
  left: 50%;
  margin-left: -54px;
  z-index: 100;
  transition: 0.5s ease-in-out;
}

.isActive .search-label { transform: translateX(246px); }

.isActive svg {
  stroke-dashoffset: -65;
  stroke-dasharray: 141.305 65;
  transform: translateX(0);
}

.isActive.full svg {
  stroke-dashoffset: -65;
  stroke-dasharray: 141.305 65;
  transform: translateX(0);
}

.full .search-label { transform: translateX(246px); }

.full svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 64.6 206.305;
  transform: translateX(0);
}

.search {
  position: absolute;
}
5. The jQuery script to enable the animated search field on focus.
var searchField = $('.search');
var searchInput = $("input[type='search']");

var checkSearch = function(){
    var contents = searchInput.val();
    if(contents.length !== 0){
      searchField.addClass('full');
    } else {
      searchField.removeClass('full');
    }
};

$("input[type='search']").focus(function(){
    searchField.addClass('isActive');
  }).blur(function(){
    searchField.removeClass('isActive');
    checkSearch();
});

Demo Download
Read more ...

Thursday, November 20, 2014

WeMail auto organizes your inbox and lets you reply to email with voice notes



WeMail is a free email app that is designed from the ground up for the way you naturally communicate using your mobile phone. Automatically organize emails by sender, reducing your inbox size by more than 50%.

Experience the fastest and most advanced email search of any email client, 1 tap access to attachments, voice email capabilities, and more! WeMail works with Gmail, Yahoo, Outlook and AOL.

Smaller inbox, automatically
Organizing emails by sender frees your inbox from clutter. You can navigate and find conversations effortlessly based on who you talk to.


Attachments neatly organized
One-tap access to all documents and photos you've ever exchanged with others. Simply tap the attachments button to view them, neatly organized by sender.


Email with Voice Message
For email on the go, compose or reply to emails instantly using your voice. No typing necessary. WeMail users can listen to your voice message in your email stream. Other users can play the voice message as an attachment.


Real-time contextual search
Searching emails has never been faster and easier. Find your emails without complicated keywords and commands. Get real-time search results with highlighted keywords and conversation snippets. Swipe to refine your search by attachment filenames or sender.





Read more ...

Street View and Photo Spheres now can be embedded into sites

Until today, only maps could be embedded into a site from Google Maps. Doing so provides visitors of a site with way to view a map and the surrounding area without having to open Google Maps in its entirety. Imagery from Street View and Photo Spheres can now be embedded into a site. This takes what was once an outside view to a hands on experience right from the ground level. It is so unbelievably simple to just take imagery for a link to be embedded elsewhere.

Read source
Read more ...

Tuesday, October 14, 2014

Video tutorial design flat cup of coffee in illustrator


As I know, Now flat design is very popular for designer.  Flat design refers to a style of interface design which removes any stylistic choices that give the illusion of three-dimensions (such as drop shadows, gradients, or textures) and is focused on a minimalist use of simple elements, typography and flat colours. Designers may prefer flat design because it allows interface designs to be more streamlined and efficient. 
This tutorial also I has make in illustrator. I saw a picture of cup of coffee in Google and I try to design it in illustrator. And I hope you like it.

Read more ...

Friday, October 10, 2014

illustrator flat design workspace (Free Download)



Follow Youtube tutorial I has design a Flat Design Workspace in illustrator and share it to all of you who looking for workspace flat design. Anyway you can also learn this tutorial also. I has put in below. And the tutorial also made by armaganvideos.
Read more ...

Tuesday, September 2, 2014

Making shadow rotate using CSS3


Before I make a shadow using image and put in the website, but now in this tutorial I going to make a shadow box using CSS3 rotate under the box as you see the image above.
Read more ...

Friday, August 29, 2014

Free download Icon set PSD


Using icons in your website is making a website look more nice and attractive. Instead of creating your own icons there are tons of great icon sets for you to use freely in personal and commercial projects. And in the article I have collect some free icons set for you to download and using in your website.
Read more ...

Tuesday, August 26, 2014

Resources for create tooltips using jquery and CSS


Tooltips are awesome, there’s simply no denying it. They provide a simple, predictable and straightforward way to provide your users with useful, context-sensitive information, and they look cool to boot. According wikipedia, tooltip or infotip or a hint is a common graphical user interface element. It is used in conjunction with a cursor, usually a pointer. The user hovers the pointer over an item, without clicking it, and a tooltip may appear—a small “hover box” with information about the item being hovered over. Tooltip is very useful, as explanatory of a link, an image or a specific word in a website.
Read more ...

Monday, August 25, 2014

CSS folded-corner effect


Create a simple CSS folded-corner effect without images or extra markup. It works well in all modern browsers and is best suited to designs with simple colour backgrounds.
By Nicolas Gallagher you can follow him on twitter. 
Read more ...

Best CSS3 Hover Effect

Best CSS3 Hover Effect

Today I had collect some hover effects for you. I think it will make your site look more awesome and attractive. Some have been featured previously, otherwise enjoy!
Read more ...

Sunday, August 24, 2014

Fragment App Make Your Photo Into Broken Shards Of Art

Fragment App Make Your Photo Into Broken Shards Of Art

With Fragment, you now have the power to transform any image into totally unique, one-of-a-kind prismatic art you’ll want to share with everyone. Whether you’re looking to completely redefine and enhance your level of mobile photography, or simply want to add a subtle dose of creativity to your pictures, Fragment puts the artistry in your hands.
Read more ...

Friday, August 22, 2014

Best Website For FreeLancer

A freelancer, freelance worker, or freelance is a person who is self-employed and is not committed to a particular employer long-term. These workers are sometimes represented by a company or an agency that resells their labor and that of others to its clients with or without project management and labor contributed by its regular employees. Others are completely independent. "Independent contractor" would be the term used in a higher register of English.
Read more ...