Css can do amazing things
I guess u know travis channel,this was amazing https://www.youtube.com/watch?v=QZdj42liTtU
I guess u know travis channel,this was amazing https://www.youtube.com/watch?v=QZdj42liTtU
South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Css can do amazing things
I guess u know travis channel,this was amazing https://www.youtube.com/watch?v=QZdj42liTtU
How is this Jade...
I see a lot of people lately using Jade + Sass
His channel has some really cool tuts on that,personally i'm still using html and css the basic way since i'm still learning and so on,but i think one should at least know how those things work. Sass/less is huge,i see it all the time mentioned in articles .
Css can do amazing things
I guess u know travis channel,this was amazing https://www.youtube.com/watch?v=QZdj42liTtU
How is this Jade...
I see a lot of people lately using Jade + Sass
Both are preprocessors. Sass for CSS and Jade for HTML. If you do standard HTML pages, Jade will be overkill. If you do MVC-type applications and need a decent view engine, you can consider Jade.
I think it's just becoming more popular because a Node.js project in Visual Studio defaults to Sass and Jade.
Both are preprocessors. Sass for CSS and Jade for HTML. If you do standard HTML pages, Jade will be overkill. If you do MVC-type applications and need a decent view engine, you can consider Jade.
I think it's just becoming more popular because a Node.js project in Visual Studio defaults to Sass and Jade.
Both are preprocessors. Sass for CSS and Jade for HTML. If you do standard HTML pages, Jade will be overkill. If you do MVC-type applications and need a decent view engine, you can consider Jade.
I think it's just becoming more popular because a Node.js project in Visual Studio defaults to Sass and Jade.
yeah thanks for the info,did node.js always default that way in visual studio?
If I want to go Node.js, which I do want to What would I need?
Currently I have:
Brackets + WAMP and then upload to the server ( WHM + Cpanel )
I tried Visual Studio once, but not sure if it was just me but that thing is slow and sluggish.
A channel i learn from,has a tut on it..here u go:
https://www.youtube.com/playlist?list=PLoYCgNOIyGAACzU6GliHJDp4kmOw3NFsh
If I want to go Node.js, which I do want to What would I need?
Currently I have:
Brackets + WAMP and then upload to the server ( WHM + Cpanel )
I tried Visual Studio once, but not sure if it was just me but that thing is slow and sluggish.
Blow $5 a month and get yourself a Digital Ocean droplet (https://www.digitalocean.com/pricing/) or linode instance (https://www.linode.com/pricing).
I'm very doubtful that standard 'cpanel hosting packages' have nodejs on it.
Brackets may be able to support node/express but I've never tried, I'm a $10/month PHPStorm guy.
Go do/read some basic tutorials on express, how the routing works, middleware, etc,etc. (the stuff in the youtube channel in the previous post)
Know how callbacks work and how to use them, if you want, learn promises and/or async to help out.
If you're looking for a very good framework to use as a starting point to a project then I highly recommend http://sailsjs.org
Duly noted.
Side note lets say I get this nodejs going.
And lets say I pursue a career in web *Development* how common is Nodejs? If I take on clients whom the majority of people host with some cheapie shared hosting I assume their sites wont work and would require them to upgrade their host?
Just thinking practicality here "Nodejs" vs "HTML/CSS PHP" what I currently use