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.

28 1550
Photo Gallery with AngularJS and CSS3
Photo Gallery with AngularJS and CSS3

Photo Gallery with AngularJS and CSS3

Today I will show you the process of creating photo slider with AngularJS and CSS3. The slider itself is not very complicated, but it will have a unique 3D effect when we turn the slides. During of the creation our gallery – we will use AngularJS v1.2. This framework will help us create the HTML markup and the turning slides mechanism. We will have two buttons to switch slides back and forth, as well as a small panel with thumbnails to switch immediately to a desired slide.

1 287
E-Commerce Website Designs 2013

E-Commerce Website Designs 2013

Today I would like address the subject of electronic commerce, to be precise – the search for new ideas in the development of a new design for online stores. From time to time, any owner of online store, periodically faces with the task – updating of website design, and here, I would like to recall about responsive templates and mobile technologies. Everyone knows that the market of mobile technology is developing rapidly, it is difficult to find a person who would not have a mobile phone. Responsive design offers us a huge opportunity: the growth of visits to the site and increase sales. In today’s collection, I picked the most interesting websites with responsive templates for your inspiration.

24 1232
Whirling CSS3 dropdown menu
Whirling dropdown menu

Whirling CSS3 dropdown menu

Various dropdown menus can be easily created with CSS3 with the help of selectors. Just connect your imagination – and you will create a truly new and unique design. In today’s lesson, we will create a new CSS3 drop-down menu with new effect: when you hover on the upper menu items, the submenu items appear whirling. Just follow this tutorial to see the step by step process of building this menu.

0 145
OpinionStage
OpinionStage offer

Win 3 Pro Accounts at OpinionStage

OpinionStage.com is willing to give you three Pro Accounts (3 monthly). If you have not heard about this system, you will be interested to know that Opinion Stage is an online polling platform with a social layer built into its core. Using Opinion Stage’s social polling & social voting solutions, sites can boost engagement, drive traffic to the site and monetize their traffic. Opinion Stage’s data driven reporting dashboard offers actionable information for improving the effectiveness of the polls and analyzing the results based on social, demographic and behavioral data. Opinion Stage is a self-serve solution, allowing to get up-and-going within minutes.

98 2929
HTML5 Audio player with playlist
HTML5 Audio player with playlist

HTML5 Audio player with playlist

Many of you faced with the task of creating audio player at least once in your life. Quite often , you simply choose one of the available players, often it was the flash player. However, you may have already noticed, that these flash players do not work properly on mobile devices (iPhone / Android). Today I am going to tell you about how to create your own audio player (using HTML5 technology). This player consists of next elements: title, author, cover, basic controls (play / pause, rewind / forward) , two sliders (jQuery UI sliders): volume slider and and a song tracker, and even more: we will also have a playlist with a list of available songs.

18 720
SimpleMaps
SimpleMaps offer

Win 3 lifetime licenses at SimpleMaps

SimpleMaps.com is willing to give you three lifetime licenses ($79 to $199)for any individual HTML5 maps. If you use maps in your projects – it is a great gift for you. You can customize maps by editing a simple text file. No knowledge of HTML5, Flash, or JavaScript is required. Step-by-step documentation makes installation painless. Moreover, it is mobile compatible: HTML5 maps look magnificent on iPhones, Android devices, iPads and other tablets. The maps automatically detect mobile devices and adjust navigation to be touch friendly.

2 360

Coding conventions in web development

Today I would like to share with you a grain of my experience and we’ll talk about coding conventions. Every person who writes code for a long time, somehow comes to the question of standardization of the writing style of the code. I think that each of you have already faced the fact that different projects can be written using different rules and styles, and sometimes it’s annoying, and you want some standardization. In other words, coding conventions are a set of guidelines and rules for a certain programming language that recommend programming style, methods and practices for each case of a piece script written in that language. These conventions usually cover such aspects like comments, folders and files organization, indentation, declarations, white space, naming conventions, programming practices and principles, architectural best practices, and so on. We advise you to follow these rules when you write code, it will help to improve the readability of your code and make maintenance easier.

5 488

Infographic: Anatomy Of A Perfect Page

Thematic collections of infographic are always interesting for people. Especially if it is somehow related to their field of activity. For today, I have prepared another collection which is devoted to the structure of a web page. Here is told, but rather shows the basic elements of almost every web page. Also, there is given all sorts of advice on how to make this page efficient and ideal. These recommendations will be useful to all web designers and developers.

11 713
PHP AJAX Calendar

PHP AJAX Calendar

The calendar is an integral part of many websites, frequently, this is one of numerous jQuery calendar plugins, but it can also be implemented using php. Today I will show you how to create a monthly calendar with the ability to scroll (left and right arrows) through the months using AJAX technology. Besides of ajax, this calendar has another important advantage, it is mobile-ready calendar with the responsive layout. Before we start writing code, I recommend that you look at our demo to see what we’re going to do.

8 893
Night sky with twinkling stars

Night sky with twinkling stars

Have you noticed the beauty of the night sky? When lightly visible clouds slowly floating through the sky, and the stars twinkling behind them in the night sky. I think it’s a great show, so I decided to implement it by means of the Web technologies, without using javascript, all in pure CSS3. This article is intended more for beginners, but will also be useful for self-confident developers. First of all, I recommend you look at the demo, it will clearly show you that we’re going to do.

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...