Blog

by Lugo Labs

Fix clear in CSS

Wrap floated elements within a container with clear fixed.

27 October 2014


z-index with position in CSS

Set the position property of an element for its z-index to work.

26 October 2014


Create a variable in SASS

See how to create a variable in SASS.

23 October 2014


Who called this function in JavaScript

Find the function that called the current method from within it by using the caller...

13 October 2014


Horizontal Menu

How to create a horizontal, scrollable navigation bar like Apple's mobile site.

12 October 2014


Separate attributes for CCS and JavaScript

Use class attribute for CSS and id attribute for JavaScript.

10 October 2014


Layout inspiration from newspapers and magazines

Check printed newspapers and magazines for layout inspiration.

9 October 2014


Unmonitor Sidekiq with Monit when deploying with Capistrano

Capistrano restarts a new Sidekiq process on deploy. Learn how to avoid that with Monit.

9 October 2014


Match a string with a regular expression in JavaScript

To find a match with a regular expression, use match on strings (returns an array...

8 October 2014


Split a string in JavaScript with regex

You can use regular expressions to split a string in JavaScript.

7 October 2014