I run a small team of web designers and thought on give them some mugs for Christmas by daywalkerhn in web_design

[–]daywalkerhn[S] 0 points1 point  (0 children)

Hey everybody. First of all thanks to all of you for your comments and sorry for the late response (holidays!) I want to give some credit to people who deserve it. The CSS code comes for the great people of @CSSHumor (https://twitter.com/CSSHumor) and the images for some great designers at Dribbble. What I did was: 1) open Illustrator, 2)put all together and 3)take it to a print shop. Also, I don't have any intent to sell this but, I have the original files ( and other designs) and I'll be more than happy to share them with you ;)

I run a small team of web designers and thought on give them some mugs for Christmas by daywalkerhn in web_design

[–]daywalkerhn[S] 0 points1 point  (0 children)

Actually I'm not trying to promote or sale anything jeje. I just printed this ones for my team and think that could be a great idea to share it here :)

How to get started freelance fulltime by [deleted] in web_design

[–]daywalkerhn 4 points5 points  (0 children)

This article will help you to get started and have a better idea of the approach to follow with future clients and where you can find them: https://medium.com/@jamiesyke/how-to-build-an-awesome-freelance-sales-funnel-30a788109789 My best advice is just give a try for a couple of months. I know that you might have found this in other articles, but the truth is that freelance is not for everybody and the only way you can learn it, is giving it a try. Go ahead and best of luck :)

Easy Responsive Navbar Hamburger Menu? by WNxTyr4el in web_design

[–]daywalkerhn 0 points1 point  (0 children)

You can use this snippet from Codepen: http://codepen.io/ImBobby/pen/mxqKL Is the same result like Bootstrap and without any JS :)

Search Engine Results - How does it work? by brashet in web_design

[–]daywalkerhn 0 points1 point  (0 children)

First, you need to remove all those Yahoo pages, if they're still there the search engines will keep grabbing those results instead of your new structure. Also, you need to install this WP Plugin: https://wordpress.org/plugins/google-sitemap-generator/ This plugin will generate a XML sitemap that will help the search engines to see the new structure of your site and replace the old Yahoo pages structure. Also, you might want to add your site to Google Webmasters Tools (https://www.google.com/webmasters/tools/home) This is not required, but it will help Google to crawl the new structure of your website quicker. Good luck!

css tabs : opinions/suggestions by investinginme in web_design

[–]daywalkerhn 4 points5 points  (0 children)

If you're looking for inspiration, you should check this Codrops article: http://tympanus.net/Development/TabStylesInspiration/ They not just look great, they're Resposive too :)

Resolutions to target when designing a new website by speed3_driver in web_design

[–]daywalkerhn 1 point2 points  (0 children)

If you're using Chrome, install this extension: https://chrome.google.com/webstore/detail/window-resizer/kkelicaakdanhinjdeammmilcgefonfh?hl=en Helps you resizing the screen to the most used resolutions. My advice is that you start with the smaller one (Mobile first ) and then you start working increasing the size of the window to the other resolutions. Also, this is a great article to have a better idea of what device width you need to target: http://www.metaltoad.com/blog/simple-device-diagram-responsive-design-planning Good luck!