Skip to content
Menu
  • Web Design Business
  • Web design Fundalmentals
City Kitty Design

How to Generate Ideas | Graphic Design

Posted on April 30, 2017


How to Generate Ideas | Graphic Design
YUMMM Fried Apple Pie Tacos – Learn how to make them here: https://www.youtube.com/watch?v=U0qXjLt8qjI

Watch more How to Have a Career in Graphic Design videos: http://www.howcast.com/videos/509225-How-to-Generate-Ideas-Graphic-Design

You’ve hit a block or you just don’t really know where to go next or what to do or how to design a website, or maybe you’ve even forgotten how to turn on your computer. This happens a lot. It’s called designer block, or block for any purpose that you may have.

A lot of the things that I believe that really helps someone to generate ideas is to get out of your own head. That can be by taking a walk, as cheesy as it sounds, or just taking pictures while you’re going on your walk. Even taking a break and watching some TV, or watching a good movie.

If it actually comes to something where you need to actually come up with a strategy for something, the best thing to get out is pencil and paper. Obviously, there are some ideas that are laying in you that you have to get out of you. There’s a lot of good books that actually help you to get out of the creative writer or to even come up with techniques.

One technique that I’ve learned is a web. If I was doing a design for office chairs, I may put office chairs in the middle of the paper, and then start spawning off of that. Office chairs. They’re comfortable. They can come in rolly or they’re stationary. They’re made of wood. They’re made of this. From that you can start generating different ideas.

Some other approaches that I do is also going to different boards, like designer boards. There’s one called Forrst, F-O-R-R-S-T. It’s a group of designers and developers just talking about stuff, whether it’s like new designs that they’ve made, questions that they have, or just different resources that they need to know.

They’ll bring it here, and then ask the design community, “Hey, what do you think? Do you like it? What do you think I should do?” Dribbble is another awesome community. It’s very hard to get into, invite only. It’s Dribbble with three bs, and you’re able to look at what other people are posting up.

The screen shots have to be within 320 by 400 pixels. It has to be really small, and you’re basically again asking and seeing what other people are doing, what other designers are doing. You’re getting really good ideas just from looking at other people’s inspiration.

“Smashing Magazine” is also another wonderful site that just starts telling you, “Hey, what’s going on in the world? What can I learn about today?” Whether it’s design or marketing or development. Also, Creattica is an online resource for design inspiration and also Freebies.

Maybe you’re having a hard time designing a button. You don’t have to. You can download a freebee, and use that. It’s OK.

I think one of the biggest things is to just not be hard on yourself. Once you allow for your creative inspiration to come in ways that you didn’t think of, like maybe going to a bar and not getting drunk. Just having a beer or two, and then having a talk with somebody that you maybe normally have spoke to before.

You can start to get ideas and generate new ideas that you wouldn’t have necessarily got at your office desk or in your house.

Recent Posts

  • How to Hire a Web Designer: 5 Steps
  • 5 Benefits Of Hiring Professional Web Design Companies
  • 8 tips for hiring a Web designer for your business
  • Top 5 Tips for Choosing a Web Designer
  • 7 Qualities of a Great Website

RSS Web Design News

  • Specify Node Versions with .nvmrc August 9, 2022
    I’ve heavily promoted nvm, a Node.js version manager, over the years. Having a tool to manage multiple versions of a language interpreter has been so useful, especially due to the complexity of Node.js package management. One tip I like to give new developers is adding a .nvmrc file to their repositories. The file contents is […]
  • How to Inject a Global with Web Extensions in Manifest V3 August 8, 2022
    For those of you not familiar with the world of web extension development, a storm is brewing with Chrome. Google will stop support for manifest version 2, which is what the vast majority of web extensions use. Manifest version 3 sees many changes but the largest change is moving from persistent background scripts to service […]
  • How Plugins Enhance The WYSIWYG Editing Experience (Sponsored) August 2, 2022
    WYSIWYG editors are one of the core components of any content management system (CMS). A well-coded, feature-filled WYSIWYG HTML editor can distinguish between a CMS users love and one they can’t stand.  While all WYSIWYG editors have a set of basic functionality, the power of plugins enhances the editing experience. Plugins allow WYSIWYG editors to […]
  • JavaScript Event.defaultPrevented July 27, 2022
    Whether you started with the old on_____ property or addEventListener, you know that events drive user experiences in modern JavaScript. If you’ve worked with events, you know that preventDefault() and stopPropagation() are frequently used to handle events. One thing you probably didn’t know: there’s a defaultPrevented proptery on events! Consider the following block of code: […]
  • 7 Ways to Optimize Performance for Your WordPress Site (Sponsored) July 18, 2022
    The vast majority of blogs, news websites, and information websites run on WordPress. While the WordPress developer team and community do their best to ensure wordPress is performant, there are a number of practices you can implement to keep your site blazing fast. Let’s look at some of them! Use Cloudinary WordPress Plugin for Media […]
  • How to Get Extension Manifest Information July 10, 2022
    Working on a web extension can be kinda wild — on one side you’re essentially just coding a website, on the other side you’re limited to what the browser says you can do in the extension execution environment. One change in that environment is coming January 2023 — pushing extensions to move to manifest version […]
  • How to Reverse an Animated GIF June 23, 2022
    Modifying visual media via code has always been a fascination of mine. Probably because I’m not a designer and I tend to stick to what I’m good at. One visual effect I love is seeing video reversed — it provides a sometimes hilarious perspective on a given event. Take this reversed water effect for example: […]
  • CSS :optional May 22, 2022
    A decade ago HTML and CSS added the ability to, at least signal, validation of form fields. The required attribute helped inform users which fields were required, while pattern allowed developers to provide a regular expression to match against an ‘s value. Targeting required fields and validation values with just CSS and HTML was very […]
  • Get a Random Array Item with JavaScript May 9, 2022
    JavaScript Arrays are probably my favorite primitive in JavaScript. You can do all sorts of awesome things with arrays: get unique values, clone them, empty them, etc. What about getting a random value from an array? To get a random item from an array, you can employ Math.random: const arr = [ "one", "two", "three", […]
  • Legacy String Methods for Generating HTML April 26, 2022
    I’m always really excited to see new methods on JavaScript primitives. These additions are acknowledgement that the language needs to evolve and that we’re doing exciting new things. That being said, I somehow just discovered some legacy String methods that you probably shouldn’t use but have existed forever. Let’s take a look! These legacy string […]
©2022 City Kitty Design