Author: Deepak
-
List of resources for ARIA Development
Introduction to Web Accessibility What is concept of Accessibility into Web. In simple words, we are allowing the web to be accessible by all, then may be it a person with a difficulty in reading or seeing. We used the modern browsers to read the content or speak-out actions of the page to the user.…
-
Ingore specific folder or file from Sublime Text
While working with Node.js environment or working with SASS CSS pre-processor or with GIT, sometimes it becomes annoying when the Sublime Text Editor starts showing you unwanted files in File Navigation Prompt (“Ctrl + P” in Windows) or (“CMD + P” inside Mac). Well, Sublime Text allows you to configure the user settings to exclude…
-
Setup SASS/SCSS compiler on a Windows machine
SASS/SCSS is well-known CSS preprocessor used to write your traditional CSS in a very fast and efficient way. It’s almost same with some extra features like Variables, Mixins, Inheritance(extend), Import and many more features. Basically, SASS helps you manage the CSS part on larger projects very easily. 1) Ruby Installation: To get it working on…
-
Setup Semantic UI Development
Install Node js (vers. node-v5.5.0-x64) Go to project folder (myproject/) Start command prompt $ npm init $ npm install gulp –g –save $npm install semantic-ui –save Choose Automatic or Express installation If Express – then choose paths Set semantic/ and dist/ path Get inside /semantic/ dir $ gulp build $ gulp watch – to watch…
You must be logged in to post a comment.