roytomeij.com roytomeij.com

roytomeij.com

Roy Tomeij: Front-end code that stays fresh

Clean and maintainable front-end code. By using Sass and a modular approach, you get code that stays fresh. And your team can learn how to keep it that way. Front-end code is infamous for starting to decay early, often when it's only a few weeks old. You add class names to battle specificity issues and still your styling magically breaks. Sound familiar? I have fixed these issues for numerous companies and taught dozens of people to do the same. Front-End Architecture and Development. With an in-house co...

http://www.roytomeij.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR ROYTOMEIJ.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 16 reviews
5 star
7
4 star
4
3 star
3
2 star
0
1 star
2

Hey there! Start your review of roytomeij.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.7 seconds

CONTACTS AT ROYTOMEIJ.COM

Roy Tomeij

Have●●●●r 40

's-He●●●●●ogenbosch , 5236WP

NL

31.0●●●●3826
ro●@tomeij.net

View this contact

Roy Tomeij

Have●●●●r 40

's-He●●●●●ogenbosch , 5236WP

NL

31.0●●●●3826
ro●@tomeij.net

View this contact

Roy Tomeij

Have●●●●r 40

's-He●●●●●ogenbosch , 5236WP

NL

31.0●●●●3826
ro●@tomeij.net

View this contact

Roy Tomeij

Have●●●●r 40

's-He●●●●●ogenbosch , 5236WP

NL

31.0●●●●3826
ro●@tomeij.net

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2011 March 07
UPDATED
2014 March 08
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 14

    YEARS

  • 2

    MONTHS

  • 28

    DAYS

NAME SERVERS

1
ns1.openprovider.nl
2
ns2.openprovider.be
3
ns3.openprovider.eu

REGISTRAR

KEY-SYSTEMS GMBH

KEY-SYSTEMS GMBH

WHOIS : whois.rrpproxy.net

REFERRED : http://www.key-systems.net

CONTENT

SCORE

6.2

PAGE TITLE
Roy Tomeij: Front-end code that stays fresh | roytomeij.com Reviews
<META>
DESCRIPTION
Clean and maintainable front-end code. By using Sass and a modular approach, you get code that stays fresh. And your team can learn how to keep it that way. Front-end code is infamous for starting to decay early, often when it's only a few weeks old. You add class names to battle specificity issues and still your styling magically breaks. Sound familiar? I have fixed these issues for numerous companies and taught dozens of people to do the same. Front-End Architecture and Development. With an in-house co...
<META>
KEYWORDS
1 roy tomeij
2 consultancy
3 training
4 blog
5 then let's talk
6 front end for mobile
7 front end refreshing
8 advanced sass course
9 advanced sass workshop
10 modular front end workshop
CONTENT
Page content here
KEYWORDS ON
PAGE
roy tomeij,consultancy,training,blog,then let's talk,front end for mobile,front end refreshing,advanced sass course,advanced sass workshop,modular front end workshop,more recent articles,more articles,and linkedin
SERVER
Apache/2.4.7 (Ubuntu)
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Roy Tomeij: Front-end code that stays fresh | roytomeij.com Reviews

https://roytomeij.com

Clean and maintainable front-end code. By using Sass and a modular approach, you get code that stays fresh. And your team can learn how to keep it that way. Front-end code is infamous for starting to decay early, often when it's only a few weeks old. You add class names to battle specificity issues and still your styling magically breaks. Sound familiar? I have fixed these issues for numerous companies and taught dozens of people to do the same. Front-End Architecture and Development. With an in-house co...

INTERNAL PAGES

roytomeij.com roytomeij.com
1

Remote Rails front-end dev for hire! | Roy Tomeij

http://roytomeij.com/blog/2014/remote-rails-front-end-dev-for-hire.html

Remote Rails front-end dev for hire! Jul 7, 2014. I have some availability coming up again! If you're looking for a remote front-end developer that can turn your Rails project up to eleven, look no further. Combine 17 years of front-end experience and nearly 10 years of experience on the front-end side of Rails, and you get, well me! Get in touch and we can talk all about your needs. You are by far one of the most knowledgeable Sass developers out there. Hampton Catlin, inventor of Sass. I'm based in the...

2

Fostering a development community | Roy Tomeij

http://roytomeij.com/blog/2012/fostering-a-development-community.html

Fostering a development community. Oct 1, 2012. Yesterday I wrote a controversial article. About how I see and hear that the Ruby community is more and more influenced by poor developers. I knew it would stir up a shit storm, but the amount of tweets and comments on various sites still surprised me. We're talking 7,000 unique visitors in the first 18 hours. The first 5 hours were good for 80% of that amount (opinionated blog posts hardly ever have a significant long tail). Stay (or become) current. Read ...

3

Having fun with Sass lists and strings | Roy Tomeij

http://roytomeij.com/blog/2013/having-fun-with-sass-lists-and-strings.html

Having fun with Sass lists and strings. Oct 16, 2013. I presented a one hour "featured workshop" on lists, while also touching on new Sass 3.3 features such as maps and string functions. After all, the best way to learn how new functionality works is to toy around with it (and break stuff), so I decided to create an "animation trajectory grid" (or ascii art, if you will) and transform that into a CSS animation. The finished animation looks like this (webkit only). Function to get to that first line: the ...

4

Should you use a Sass mixin or @extend? | Roy Tomeij

http://roytomeij.com/blog/2013/should-you-use-a-sass-mixin-or-extend.html

Should you use a Sass mixin or @extend? Jul 26, 2013. Let me illustrate what goes wrong with a simple example (this code visually hides some text while keeping it available to alternative user agents, such as screen readers):. That looks like pretty clean Sass, right? Until you look at the compiled CSS:. So much for not repeating ourselves. Imagine doing this with embedded files for instance, using the. Compass helper, and you're in serious trouble. In this case using a. Which gets us this CSS:.

5

The missing media query: element dimensions | Roy Tomeij

http://roytomeij.com/blog/2012/the-missing-media-query-element-dimensions.html

The missing media query: element dimensions. Dec 12, 2012. A few weeks ago Wes Oudshoorn. A UI/UX designer we're fortunate to work with on AppSignal. Asked if I knew a way to make media queries relative to an element instead of the viewport. I did not, but it didn't take long for me to understand that this is a feature that would make writing responsive, reusable modules so much better. I'm a proponent of writing modular and reusable front-end modules. Min-width: 600px) and (max-width: 815px). On top of ...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL PAGES IN THIS WEBSITE

6

LINKS TO THIS WEBSITE

arjanvandergaag.nl arjanvandergaag.nl

Modular front-end code in Rails by Arjan van der Gaag

http://www.arjanvandergaag.nl/blog/modular-front-end-code-in-rails.html

Arjan van der Gaag is a thirtysomething software developer, historian and all-round geek. This is his blog about Ruby, Rails, Javascript, Git, CSS, software and the web. Read more about Arjan. Or follow Arjan at Github. Or via his feed. Modular front-end code in Rails. Written on 23 aug 2012. And tagged ruby, rails, css, sass, programming, web development. Increasing style re-use and, by extension, consistency;. Creating a shared language among team members;. Decoupling markup from styles. For examples a...

slicecraft.com slicecraft.com

SliceCraft: PSD to Haml, Sass, Compass & CoffeeScript for Rails

http://slicecraft.com/our-track-record.html

SliceCraft: PSD to Haml, Sass, Compass and CoffeeScript for Rails. PSD to modular and search engine friendly. Haml, Sass, Compass and CoffeeScript. SliceCraft is a service provided. Our track record and portfolio. Here's why you can feel confident working with us. We're recognized professionals in our industry. Our front-end architect Roy Tomeij has explained Sass, Compass and modular and reusable front-end architecture to thousands of people. You may have seen him speak at these conferences:. CSS Day, A...

thesassway.com thesassway.com

Sass doesn't create bad code. Bad coders do.

http://www.thesassway.com/editorial/sass-doesnt-create-bad-code-bad-coders-do

Sass doesn't create bad code. Bad coders do. Those who don't see any use for pre-processors such as Sass often use the "bad code" argumentation. It creates too specific selectors due to nesting, huge sprites and they hate the way Sass enforces an architectural approach that doesn't work. And it's all true. If you're a poor developer. You know, one who would handcraft too specific selectors, 15MB sprites and doesn't know how to cleanly structure a project. Debunking the arguments against Sass. Ask yoursel...

mattvanderpol.com mattvanderpol.com

Configurable Star Rating Without JS Redux - Matt Vanderpol

https://mattvanderpol.com/configurable-star-rating-without-js-redux

Configurable Star Rating Without JS Redux. May 13, 2015. The other day, I saw an interesting Sass example of a configurable star rating without JavaScript. I was drawn to several aspects of the approach but noticed that you couldn’t click to “select” a star rating – so I decided to fork his example and update it with that behavior. Click “Result” to try it out. Play with this gist on SassMeister. So that they are correctly clickable. Think of them like stairs:. 1-star is the highest stair. It is a little...

UPGRADE TO PREMIUM TO VIEW 5 MORE

TOTAL LINKS TO THIS WEBSITE

9

SOCIAL ENGAGEMENT



OTHER SITES

roytok.blogspot.com roytok.blogspot.com

R2Y

I LOVE IT, LIKE IT, I ENJOY. Saturday, June 15, 2013. Yay finaly finish the skeleton for RnD muscle. Saturday, April 6, 2013. SSS Render Pass Testing with Displace. Sunday, November 4, 2012. Miya Mackenzie Rig (night Time). Miya Mackenzie Rig (day. This one i work for Spitball Entertainment for made asset pipline and Rig. This rig for Miya Mackenzie game cinematic project. For the game web http:/ www.miyamackenzie.com. For youtube link http:/ www.youtube.com/watch? And thanks also for work together:.

roytolley.co.uk roytolley.co.uk

Roy H.G. Tolley Ltd.

Please select your area of interest. Welcome to Roy Tolley Ltd. We are Colchester's premier Citröen. Dealership and independent Mini specialist. The company was established in 1960 by Mr Roy Tolley to provide brilliant value new or used cars and servicing. Department provides MOTs, tyres and servicing for all makes of car. Citröen Main Dealer. 72 Gosbecks Road, Colchester, Essex, CO2 9JS.

roytolley.mg.co.uk roytolley.mg.co.uk

Roy Tolley - MG Motor UK Ltd

72 Gosbecks Road Colchester Essex CO2 9JS. TEL: 01206 574 488. Close Book a Test Drive. Book a Test Drive. Please select a vehicle. I would like to stay up to date with news and offers from MG. Close Request a Brochure. Please select a vehicle. I would like to stay up to date with news and offers from MG. Send in the post. Opening Times / Location. New and Used Vehicles. New and used MG vehicles. THE NEW MG6 AT 0% FINANCE. Are you interested in. MG3 - BE PART OF THE FUN. Signup to our newsletter.

roytom.com roytom.com

Welcome to nginx!

If you see this page, the nginx web server is successfully installed and working. Further configuration is required. For online documentation and support please refer to nginx.org. Commercial support is available at nginx.com. Thank you for using nginx.

roytoma.com roytoma.com

Roy Toma is down

We are down for maintenance. We will be here soon.

roytomeij.com roytomeij.com

Roy Tomeij: Front-end code that stays fresh

Clean and maintainable front-end code. By using Sass and a modular approach, you get code that stays fresh. And your team can learn how to keep it that way. Front-end code is infamous for starting to decay early, often when it's only a few weeks old. You add class names to battle specificity issues and still your styling magically breaks. Sound familiar? I have fixed these issues for numerous companies and taught dozens of people to do the same. Front-End Architecture and Development. With an in-house co...

roytomkinson.blogspot.com roytomkinson.blogspot.com

Roy Tomkinson

Tuesday, 28 September 2010. Roy Tomkinson: Let us change the Political Landscape. Roy Tomkinson: Let us change the Political Landscape. Links to this post. Let us change the Political Landscape. We need a radical change in our Constitution, tinkering with an outdated system is not going to get us anywhere. Indeed, this government is rolling back the state, rolling back political correctness, rolling back the power of the state to control us, and a good thing too. Http:/ roytomkinson.blogspot.com/. Are we...

roytomlinsonarchive.com roytomlinsonarchive.com

Roy Tomlinson

Roy Tomlinson, Portland OR, Artist and Educator, Paintings, Drawings, Digital Works, and Sculpture.

royton-car-repair.co.uk royton-car-repair.co.uk

Welcome to Royton Car Repair - Telephone: 07850 390275

Below are just some of the services we offer:. Collection and Delivery Service. We now offer a free collection and delivery service within a five mile radius on all MOT's, servicing and repair work. We can collect from your home or place of work at a time to suit and delivery can be arranged once all work is complete. Upon delivery payment is made easier via a fully mobile credit / debit card machine. Whatever your enquiry just text callback to 07850 390275 and we will call you straight back.

royton-yoyaku.com royton-yoyaku.com

札幌名産品を語るブログ

2015 札幌名産品を語るブログ powered by WordPress.

royton.com.br royton.com.br

Royton Química Farmacêutica

Horário de Atendimento do Sac:. 07:45h até 16:45h. Seg a sex)(exceto feriados). Prestes a completar 36 Anos a Royton Química Farmacêutica procura contribuir para a história da saúde no Brasil. Desde a sua criação, a empresa assumiu como premissa a importância de se trabalhar com o cliente/paciente e não apenas para o cliente/paciente. Convidamos você a conhecer melhor nossa empresa, nossa linha de produtos e acima de tudo nosso compromisso com a saúde, a ética e a qualidade. História da Empresa.