After browsing the Internet for a couple minutes, one almost always have to come up with conclusion that all of the websites are divided into just a few categories. These categories differ only in details such as size of individual elements like footer or sections, position of navigation, if they use ghost buttons or if… Continue reading Unification of web design and originality
Tag: design
Transitions and animations in web design
One of the trends proclaimed for this and next year are transitions and animations. You can already see many examples of websites using these new CSS3 modules. Some of these websites use them slightly while others more heavily. What remains the same among web designers is the philosophy behind the way of using them. This… Continue reading Transitions and animations in web design
Responsive testing fallacy
When you design a layout for website, one of the things you have to consider in-depth is testing it on various devices to see how the layout adapts to them. Your goal is to change the layout according to resolution in fluid way that will not disrupt user’s experience of browsing your website. To do… Continue reading Responsive testing fallacy
Why Photoshop is bad for web design
Should you create your website layout in Photoshop first or is it better to jump right into code and design in browser? In this post, I want to give you couple of reasons why ditching Photoshop and working straight with code instead is better idea.
Jumping into web design
Studying design in school or learning everything by yourself in the evening? Web is more accessible then ever before and industry is welcoming new people, but this is only beginning. In next years it will only get better. So, what is the BIG thing you have to learn?
CSS tips and tricks #6-CSS accordion menu
Another post from CSS tips and tricks just arrived! Challenge for today is to create accordion menu only with HTML and CSS. No JavaScript or jQuery or any other library are allowed. To make it a bit more classy, we will also add a fading effect to browsing between individual sections. Let’s dive into code…