Tutorials Page 109

  • By
    10 Excellent Microstock Agencies

    Acquiring spectacular images is a top priority for any designer, blogger, advertiser, or publisher, and some merchants hold bigger promise than the others. Hence, we decided to outline the sources that we believe to be excellent, and so compile a top 10 stock image agencies. Maybe...

  • By
    Mighty Deals:  Resize Sense + Watermark Sense for Mac

    Despite being a programmer, I prefer to use GUI apps for certain tasks;  tasks with anything to do with imagery is a perfect example.  For example, when I want to optimize images, I use ImageOptim to make it happen.  Maybe it makes...

  • By
    O’Reilly Fluent Conference:  Discount Code and Free Pass!

    Alright conference-lovers:  I've got something awesome for you.  O'Reilly's Fluent Conference 2014 is coming up on March 11th-13th in San Francisco, CA, USA and if you can go, you probably should.  Check out the list of speakers you'll see over those few...

  • By
    HTML5 Input Types Alternative

    As you may know, HTML5 has introduced several new input types: number, date, color, range, etc. The question is: should you start using these controls or not? As much as I want to say "Yes", I think they are not yet ready for any real life...

  • By
    CSS animation-fill-mode

    We're always super excited to get into CSS animations because, quite frankly, they're incredibly awesome.  One overlooked animation property, however, is the animation-fill-mode property.  This CSS property sets the state of the end animation when the animation is not running.  Here's a quick example: In the case...

  • By
    5 Ways that CSS and JavaScript Interact That You May Not Know About

    CSS and JavaScript:  the lines seemingly get blurred by each browser release.  They have always done a very different job but in the end they are both front-end technologies so they need do need to work closely.  We have our .js files and our .css, but...

  • By
    2014 Looking Promising for The Professional Designer, Here’s Why (Infographic)

    If you're the kind of person who likes to stay connected to everything that happens in the web design community, you'll enjoy this bit of information we recently came across. This article unveils a thorough analysis of the web design industry that was performed at the...

  • By
    CSS Vertical Centering

    Front-end developing is beautiful, and it's getting prettier by the day. Nowadays we got so many concepts, methodologies, good practices and whatnot to make our work stand out from the rest. Javascript (along with its countless third party libraries) and CSS have grown so big, helping...

  • Media Temple Hosting
  • By
    Tweet For Code #1

    You don't need a thousand lines of code to make a big difference in any coding language.  Oftentimes it's quite the opposite:  a few tiny code snippets can do a world of good and accomplish big things.  I asked my Twitter followers to tweet to...

  • By
    A CRUD JavaScript Class

    A couple of weeks ago, I started making a little to-do list app' in JavaScript, with history, localStorage and quite a couple of things in order to get better at JavaScript. After a couple of hours, I decided to externalize the storage in an...