Authors Posts by Andrey

Andrey

443 POSTS 1741 COMMENTS
I am a web developer with huge experience (in web languages and even in system languages). Also I am the founder of current website (and several another). I like to write blogs about web development/design.

0 330
Creating a flat design gallery using Juicebox

Creating a flat design photo gallery using Juicebox

Today we will create another photo gallery using Juicebox. This is one of the numerous galleries, however, it has its own features and advantages. Here is an incomplete list of the main core features: universal playback and responsive layout (proven performance on any device), intuitive navigation (image navigation via mouse, touch and keyboard), lightweight, fast to load and easy to embed into any website. Moreover, it supports Fullscreen API, so the gallery can be switched to the fullscreen mode easily. Let’s look at the entire process of creating a gallery from scratch.

10 553
Huge Web Design Trends for 2014
Huge Web Design Trends for 2014

Huge Web Design Trends for 2014

The Internet is one of the most fluid mediums in the world. This fluidity translates into the fact that it’s constantly changing, constantly evolving and constantly growing. This means that web development & web design are constantly changing, constantly evolving and constantly growing right along side the Internet.

So how do you, as a web designer, keep your footing in this uncertain and constantly shifting terrain? Well, for one thing, by predicting the trends and the way it’s going to change in the near future. The trends for web design can be anticipated pretty accurately over the course of one year. In fact, half of all the work any designer worth his salt does is the anticipation and prediction of such changes in trend and direction.

2 476
Stylish responsive footer
Stylish responsive footer

Stylish responsive footer

Beautiful memorable footer is one of the most important parts of any website. Often it supplements the basic navigation on the website. Today we are going to show you how to the create responsive stylish footer which consists of two section, the first section will consist of three columns with the headings and some text, the second section will contain a menu with links and social icons.

1 273
Christmas tree with three.js
Christmas tree with three.js

Christmas tree with three.js

Today’s article refers to the Christmas and new year in the most direct manner. I prepared a remarkable and relevant demonstration of possibilities of three.js library in the form of an interactive Christmas card. This postcard has everything we need – the Christmas tree with toys, the star in the top, snow, snowflakes in the air – all to raise new year spirit of Christmas time. In this tutorial I will show you how to work with 3D scene, fog, cameras, textures, materials, basic objects (meshes), ground, lights, particles and so on.

2 320
40 unique pictures that are hard to believe
40 photos of 2013 that are hard to believe

40 unique pictures that are hard to believe

During browsing the Web I accidentally stumbled with a really interesting set of images. As usual, in order to make the stunning picture, need to be at the right time in the right place. No need to be a professional photographer, each of us is sometimes given a chance to make a truly unique picture. Just the right caught moment, which could be the lightning cometh, or a graceful combination of colors, or the well drop shadow. Many of you are designers, and for this reason, today I decided to publish this collection for your inspiration.

6 513
CSS4 – Selectors Level 4
CSS4 - Selectors Level 4

CSS4 – Selectors Level 4

Progress does not stand still, and, following the CSS3, the new CSS4 comes to us, which is developing by the W3C editing team. Historically, the process of development of CSS is independent from the process of development of web-browsers – both are developed in parallel. This has led to the fact that different browsers support different sets of CSS specifications. But back to CSS4. W3C periodically update a working (draft) specification CSS4 and I want to give you first and basic information about what is already included in the specification of CSS selectors level 4.

1 179
Christmas Webdesign Resources
Christmas Webdesign Resources

Christmas Webdesign Resources

Today we prepared a set of Christmas webdesign resources. Christmastime is the special time for everybody of us. And it is not surprising, there are not so many holidays when our family and our friends gather together to celebrate it. Usually we give each other gifts, greetings, surprises, good memories, and I think it will be useful, if today we will review the high-quality design resources for Christmas. Winter is coming, and I think that many of us need to make your preparations to please your loved ones. In this review you will see our hand-picked thematic collections of icons, wallpapers, wordpress themes, photoshop brushes, photoshop tutorials, fonts and so on.

3 354
Infographic: Responsive Web Design

Infographic: Responsive Web Design

Thematic collections of infographic are always interesting for our readers. Especially if it is something what is related to our field of activity. Today, I prepared new collection which is devoted to the Responsive Web Design. This new influence of mobile technologies a new trend in web design. If tell the truth, there are many reasons not to ignore this. In this article I will give you a few of these reasons, and it will be clearly seen from our infographics.

4 384
Useful PHP Snippets
Useful PHP Snippets

Useful PHP Snippets

PHP is the most widely used language when it comes to server-side programming. If you are a beginner or an advanced programmer and you use it in your work – our article will be very useful for you. Because today I want to bring to your attention a small collection of quite interesting and useful php snippets. They are designed as finished functions, and you can easily transfer them in a class or a library file for later use in your projects.

7 631
Responsive Website Using BootStrap
Responsive Website Using BootStrap

Responsive Website Using BootStrap

If you have not used BootStrap so far, or more than that – have not heard about it – I would recommend you take a closer look to this framework. The fact is that this is really a great choice for those who appreciate the convenience and speed of website development. Today I will tell you about how to create a responsive template using BootStrap 3, which will include elements such as: two navigational menus, slider, promo block, a variety of content blocks, various form elements and footer. One more important moment – in this template, we do not use images, it means that our result is focused on speed.

SOCIAL

19,332FansLike
1,433Subscribers+1
8,467FollowersFollow
76,881FollowersFollow

POPULAR TUTORIALS

Creating Your Own RSS Reader Using Google Feed API

46 27268
Creating Own RSS Reader Using Google Feed API I think every one faced with the task of connecting RSS feeds to your website, you can...