Category Archives: Articles

 

How designs meet the needs of a frontend developer so the user experience gets a little boost

3

Today I bring you a guest article written by Roxanne Peterson from WizKraft Media. She will discuss the topic of the point where design and frontend development meet. We all know frontend development and design are two different things, but their paths meet way too often to be ignored.

Roxanne will talk about how the design can be adapted for frontend development and tries to give to a better perspective on frontend meets design in general.

Add this post to:
Continue reading

 

Why SASS and Compass should be in your workflow

6

Admit it: CSS is awesome, but it’s default syntax is insanely stupid. Are you tired of the way CSS is written and proves to be quite useless and cluttered once the project grows and gets more styling? It just takes up way too much of our time to organize and it’s plain stupid if we stick with this kind of workflow.

That’s when CSS compilers came around, and it will change your life. This post will describe the benefits of CSS compiling and in which possible ways you can use it.

Add this post to:
Continue reading

 

Working on Siebstudio

12

Last week a friend of mine, Sieb, launched his new website for his design company called Siebstudio.
The website got mentioned on creattica and got some nice exposure through it.
This article will explain my part in the development and what we did to create a site like this.

Add this post to:
Continue reading

 

Presenting: Arcade Superstar and other GD stuff

4

As you might have noticed I kind of put my blog on a low. This is simply because I didn’t have the time to create new posts and give answers to all the questions that I got over the time when I ran the blog.
Don’t get me wrong! I really love how you people like my scripts and are expending this blog every day! You, the readers, are awesome for that.
This doesn’t mean I am done with Gaya Design though. I am planning on writing some stuff in the future, but for now I am very busy with commercial scripting and some other personal projects.

One of these projects, and you might have already heard, is Arcade Superstar. A music project!

Add this post to:
Continue reading

 

How to start writing your own sweet jQuery scripts

38

Sometimes it can be hard to start writing a Javascript script when you don’t know what to do instantaneously. But luckily there is the Internet right?
Just go to Google and type in what you want in a script. Good chance some jQuery or Javascript solution will show in the results, and you are basically done.

The problem is that you still don’t know how to do such things.

In this article I’ll discuss the viral points of planning out a Javascript / jQuery script with ease.

startjquery

Add this post to:
Continue reading