Archive for the ‘Resources’ Category

Learning Sass (SCSS) quickly

Sass (Syntactically awesome style sheets), aka CSS with superpowers, is a preprocessor, which makes developing styles for our projects much easier, more enjoyable, and faster. It also allows us to significantly improve the code structure itself, to use variables and create reusable elements (mixins, placeholders). The maintenance of such code is much easier. Learning Sass […]

Clickable phone number links in HTML5 (click to call)

The topic of this article is simple and nice. We just summarize the options of creating telephone links, or if you prefer “clickable phone numbers”. Today, some of the mobile applications are implemented not as native, but as web apps, and there is often a need to create a link to a phone call (call […]

Style, conventions and general CSS methodologies. Part II Sass, BEM, rscss, SMACSS, WTF?

Hello dev-friends! Let’s continue the topics discussed in part I. Today we will look closer at different CSS writing methodologies, such as BEM, rscss, SMACSS. It should be also mentioned, that the methodologies can be combined (eg OOCSS + BEM). Of course only if it makes a sense to us. That’s actually important thing. It’s […]

CSS structure, style and conventions. Sass, OOCSS, BEM, rscss, SMACSS, OMG?

What does it mean to be busy? For example, there was absolutely no time for new posts on the blog, but the topics list is never-ending. I was so busy, professionally and privately. Today we back “on-line”, with a really nice topic. We can save our time by optimizing daily tasks. Organizing and automating them. […]

Bootstrap Tutorial and RWD — responsive websites

Today a quick tutorial about Bootstrap and creating responsive websites. Actually a template of good start point for further projects. We will also talk about the techniques, which allow us to reach specific results. We also collected links to resources with valuable information. Bootstrap Tutorial — responsive template by hand As we know, Twitter Bootstrap […]

Progress bar with CSS and HTML5 in a few lines of code

A progress bar in CSS for web project? Sure, and it without using images. Today short and to the point. Create progress bar with CSS and HTML5 We can use HTML5 and Bootstrap, or define our own CSS styles. Solution #1 — HTML5 Let’s add Twitter Bootstrap and jQuery to our web page, and a […]

Top jQuery plugins

Top jQuery plugins — March 2016

Hello! We added many new interesting positions to our scripts and plugins library. Here we present a small ranking of top jQuery plugins from March 2016. Top jQuery plugins from March 2016 Ordered by popularity. 1. Multi-step jQuery form wizard plugin — jquery.steps The first plugin is a nice way to implement forms in web […]

https://granitedepotasheville.com buy quartz kitchen countertop. candy ai nsfw

Top 5 jQuery plugins and articles — February 2016

Hello! We were to busy to publish next AngularJS articles, but at least here we have some cool stuff. It’s a small ranking of Top 5 resources from our website with web development stuff. Top 5 jQuery plugins — Feb 2016 Here we go — from most popular. 1. jQuery and Bootstrap show hide password […]

jQuery plugins, JavaScript libraries, tutorials and codes — new website

Its working now! We invite you to a new page with interesting resources. We find there jQuery plugins, variety of useful JavaScript libraries, tutorials and more. We publish materials in our opinion worthy of attention, so both Web Developers and Web Designers can find in one place solutions for own projects. And maybe even new […]

Backbone.js tutorial for beginners — part 2/2

Today, the second part of exploring the Backbone.js secrets. Backbone.js tutorial After talking about the basics and key aspects, such as models and collections, we will focus on next — Router, View and Events. Routing — Backbone.Router For what would be our application without the possibility of interaction? Backbone.Router provides routing methods for client-side pages, […]