Author: adrian271_18s4um
SVG Lava Lamp
Web Design
Created by Chris Gannon (@chrisgannon)
How it was made: http://codepen.io/chrisgannon/post/how-to-make-an-svg-lava-lamp
Free Logo Making Tools plus Tips on Creation
Web DesignStats
- 95% of the world’s top brand’s logos use one or two colors
- 41% of the brands use stylized type as their logo
- 93% are simple enough to be recognized at smaller sizes
Creation
- A logo must be simple
- A logo must be memorable
- A logo must be enduring
- A logo must be versatile
- A logo must be appropriate
Do not’s
- Avoid using unattractive clip art
- Don’t make your logo overly complex
- Make sure looks good in black and white
See the full article for tools
https://www.shopify.com/blog/17016964-5-easy-to-use-online-logo-makers-to-design-your-brand
Serverless Implementations using AWS
Web DevelopmentSkewed Static Background CSS
CSS, Web DevelopmentFound this on CSS Tricks today and this one caught my eye
Vanilla Interactive JS Photo Lightbox
Web DevelopmentNative HTML Input field with auto-complete
Web Developmenthttp://codepen.io/joewalnes/pen/NPMEwO
<input list="cheeses">
<datalist id="cheeses">
<option>Camembert</option>
<option>Cheddar</option>
<option>Chèvre</option>
<option>Cotija</option>
<option>Emmental</option>
<option>Feta</option>
<option>Gouda</option>
<option>Manchego</option>
<option>Monterey Jack</option>
<option>Mozzarella</option>
<option>Parmigiano-Reggiano</option>
<option>Roquefort</option>
<option>Taleggio</option>
</datalist>
Creating Custom Command Line Commands
Web DevelopmentUsing information from this page I created my own commands for Bash.
One important note: I didn’t have luck adding the export path to `.bashrc` but adding them to .profile worked just fine.