Author: Deepak

  • 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…

  • Completely Free  HTML/CSS Course for Beginners

    Completely Free HTML/CSS Course for Beginners

    Learning a completely new thing may be hard, but not impossible. If you have the right resources and will to learn, you will come-out being a Ninja . I don’t even remember, how I learned HTML/CSS, but now this helps me in earning my daily bread-butter. If you are looking for a completely free course for learning…

  • A collection of 180 CSS Linear Gradients

    A collection of 180 CSS Linear Gradients

    A very useful website for web-developers. WebGradients.com offers a wide range of ready-to-use 180 CSS gradients, which can used in developing websites. The website looks pretty clean with Gradients appearing in a grid-layout. Look for your desired gradient, click on “Copy CSS”, it adds the CSS code to your Clipboard and then just paste it…

  • Must have Atom Text Editor packages for Web Developers

    Must have Atom Text Editor packages for Web Developers

    Atom Text Editor – a completely hack-able editor is a free and open source code editor available for Windows, Mac and Linux. It can be completely modified using Node.js based plugins and community created themes. If you’re familiar with Sublime-text editor, you’d love Atom Editor. You can modify the Atom Editor to completely resemble sublime…