Okey okey okey, educate me with real world example what the difference would be building a site like carpoolweek.co.za in the JetBrains IDE compared to being built in brackets
That can be developed in Notepad. Are we talking serious development or cosmetic? If cosmetic you probably don't need a powerful IDE. If you are developing complex apps from the ground up, need API integration etc. IDE helps then. But if you just tweaking here and there text editors will get the job done. That being said if you want to delve into the language then use an IDE as a foundation for learning serious development.
That makes sense.
Okey I'm sold now to go find a pirated version.
I'm just joking I'll buy it
Fck a trail, it won't change my perception I'll either buy something or I won't.
This looks like a good purchase for upping my game
I'm not sure how proficient you are (or what you intend to develop) if you still fresh, you can use a framework for the scaffolding (that is if you don't intend to develop on top of WordPress or something). I'm not familiar with PHP that much (some hate it, I'm indifferent). But my company did have an application developed in Yii, although I think CakePHP probably has a better reputation than Yii. I've heard good things about Zend as well.
Ag I'm a fast learner, who studied psychology and ended up loving IT as well so I do frontend fairly well by now
Started to embark on a little more backend, php mainly because there is a demand in my company for it
I think my biggest problem is the fact that I lack the fundamental understanding of programing itself.
I can learn a Language in a day, that's not my problem it's more the concept of programing.
If that makes sense?
Fundamentals is important. You need to "get it", how to solve various problems etc. There is a few online resources.
Here is the first puzzle from the book "Think Like a Programmer" see how long it takes you to solve(its a common type of puzzle in various forms):
PROBLEM: HOW TO CROSS THE RIVER?
A farmer with a fox, a goose, and a sack of corn needs to cross a river.
The farmer has a rowboat, but there is room for only the farmer and one of his three items.
Unfortunately, both the fox and the goose are hungry.
The fox cannot be left alone with the goose, or the fox will eat the goose.
Likewise, the goose cannot be left alone with the sack of corn, or the goose will eat the corn.
How does the farmer get everything across the river?
Mmmmm okey farmer takes goose across
But okey let me think, okey he goes back fetches the Fox takes the Fox over
He then need to take the house back with him otherwise lil hungry fox will have a feast.
So if that is allowed the only way I see this working is If he takes the goose back, fetches the corn brings the corn across and then return to fetch the goose he took back
?
indeed syntax colouring is kinder garden stuff. simple notepad is best.
indeed syntax colouring is kinder garden stuff. simple notepad is best.
Syntax colouring..."kinder garten stuff"... really?indeed syntax colouring is kinder garden stuff. simple notepad is best.
Depends on the brain. So for some brains it doesn't make make any difference whether code elements are coloured or not, therefore anything more than simple notepad is wasted on themThe brain is great at recognising the shape and colour of things. So scrolling through a lot of code you can far easier identify where you are or where you have to move to, without reading anything.