Fab

web design

About Me

I don’t use the term "art" simply to add a bit of glory to my design work. I do believe design involves creating a dialogue between products and people. I’m not afraid of the fact that the Internet is going more mobile and more focused on the cloud, I actually embrace it. I am really motivated to build extremely easy-to-use interfaces for the next generation. I find a wall of text intimidating and boring. I think the more important items on a page have to be useful and don’t always require elaborate illustrations, boxes and colors.

I’ve been working with design all my life but what I really like to do is make people happy. My other passion is being a musician. I like the way music transforms people and alters their mood with a single chord. I love when I put a website live and customers start buying in the first few hours. I live in Sydney, Australia, I am originally from Brazil. I love the Internet and I love web design.

Websites

maurie and eve

Maurie and Eve

E-Commerce / Fashion

Design + HTML/CSS + Business Catalyst

for Click2it Digital

www.maurieandeve.com

maurie and eve website maurie and eve website maurie and eve website maurie and eve website
ELLERY website

ELLERYLAND

E-Commerce / Fashion

Design + HTML/CSS + Business Catalyst

for Click2it Digital

www.elleryland.com

ELLERYLAND website ELLERYLAND website ELLERYLAND website ELLERYLAND website
Three Blue Ducks Cafe website

Three Blue Ducks

Café

Design + HTML/CSS + Business Catalyst

for Click2it Digital

www.threeblueducks.com.au

Three Blue Ducks Cafe website Three Blue Ducks Cafe website Three Blue Ducks Cafe website Three Blue Ducks Cafe website
Shakuhachi website

Shakuhachi

E-Commerce / Fashion

Design + HTML/CSS + Business Catalyst

for Click2it Digital

www.shakuhachi.net

Shakuhachi website Shakuhachi website Shakuhachi website Shakuhachi website
THE ARC FACTORY website

THE ARC FACTORY

Marketing & Brand

Design + HTML/CSS + Business Catalyst

for Click2it Digital

www.arcfactory.com.au

THE ARC FACTORY website THE ARC FACTORY website THE ARC FACTORY website THE ARC FACTORY website
Zayira website

Zayira

Fashion

Design + HTML/CSS + Business Catalyst

for Click2it Digital

www.zayira.com

Zayira website Zayira website Zayira website Zayira website
Tendaggio website

Tendaggio

Interior Design

Design + HTML/CSS + Business Catalyst

www.tendaggio.com.br

Tendaggio website Tendaggio website Tendaggio website Tendaggio website
Carl Kapp website

Carl Kapp

E-Commerce / Fashion

Design + HTML/CSS + Business Catalyst

for Click2it Digital

www.carlkapp.com

Carl Kapp website Carl Kapp website Carl Kapp website Carl Kapp website

Animations

X CLOSE

Client: Mission Australia

Concept: De Luxe & Associates for Primed

Music: Paul Goddard

Client: Primed

Concept: De Luxe & Associates

Music: Paul Goddard

04 Seasons

Concept: De Luxe & Associates for Primed

Music: Paul Goddard

Client: IPAA

Concept: De Luxe & Associates for Primed

Music: Paul Goddard

My Blog

17-5-2012

How to Create a Countdown Timer that Refreshes the Page Daily with Javascript

JavaScript <script type="text/javascript"> function getSeconds() { var now = new Date(); var time = now.getTime(); var midnight = new Date(now.getFullYear(), now.getMonth(), now.getDate(), 0, 0, 0); var ft = midnight.getTime() + 86400000; var diff = ft – time; diff = parseInt(diff / 1000); if (diff > 86400) { diff = diff – 86400 } startTimer(diff); } var timeI ..

Read more

16-5-2012

Simple and Smooth Expand and Collapse with jQuery

HTML example <h2 class="myClass" id="trigger1">Click here to expand</h2> <div class="hide-container"> <p>Here goes whatever you want to expand/collapse</p> <p>Here goes whatever you want to expand/collapse</p> <p>Here goes whatever you want to expand/collapse</p> <p>Here goes whatever you want to expand/collapse</p> </div> CSS .myClass {font-size:20px; color: #FF0000;} div#hide- ..

Read more

02-11-2011

How to display fields using select drop down and jQuery

<script type="text/javascript"> $(document).ready(function(){ $("#Select").change(function(){ if ($(this).val() == "Other" ) { $("#OtherField").show(); } else { $("#OtherField").hide(); } }); }); </script> ..

Read more

27-10-2011

How to Change the Default Text Selection Color with CSS

If you want to change your website's default text highlight color with any color of your choice, you can use the CSS3 declaration " ::selection" , which will replace your browser-level default text highlight color with a color that better suits your design. See the example below with a RED for the background and WHITE for the text. /* Firefox */ ::-moz-selection { background-color: #FF0000; color: #fff; } /* Safari */ ::selection { background-color: ..

Read more

GO TO BLOG

Contact