South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Mother of God
Where do you live, the beer's on me, Bossa is right here.
Okay so that theme is a hackjob doesnt work so nice and the guy did weird **** with php's syntax. I will spend some time this weekend and see if I can figure out how to style this thing from scratch.
---
I use Brackets for everything especially editing individual files, it is the best editor on the market hands down, clean and powerful.
I have a license for phpstorm now in year 5 so it's very cheap now and I will keep it, because it do need it from time to time. In phpstorm I have pre set boilerplates that I use which I enjoy and interfacing with the Database is the main reason why I use it over brackets.
I would start a project in phpstorm, setup the DB and everything then deploy it to the server.
Then any edits via FTP will be done with brackets.

No.Every site needs version control. Every piece of work is done on a branch.
I use Brackets for ... it is the best editor on the market hands down, clean and powerful.

No.
Most definitely not going to bother with version control for a simple static dstv repair man website that updates once or twice every 2 years.
You tend to over complicate a lot of things![]()
Good on youThat’s the difference between approaching work like a professional vs and ameteur. You are the latter.
Keep worrying about the color of your IDE instead of the important parts.
On the contrary I tend to simplify things. Just because you don’t understand them doesn’t make it complicated.
PHPstorm is not good with editing files you need to open a project otherwise meh just not designed for editing a single file quickly.
I have a server and use WinSCP to access files so I will download whatever file I need to work on and open that with brackets.
If I need to make changes to the site from a database layer then I will open phpstorm and connect to the site and DB and then manage it as a project.
But lets's say you need to edit the text on the contact page then FileZilla or WinSCP to the site and edit the file with brackets.
Small sites no need for github, the sites I do use that are proper, for example Platinum Wealth, I do version control in BitBucket.
If things require edits, just make it dynamic? If you're using e.g. WP just pull it from a post? Once you use caching, there shouldn't be any performance difference between static and pulling it. It's like a 20 second difference to make it dynamic.But lets's say you need to edit the text on the contact page then FileZilla or WinSCP to the site and edit the file with brackets.
I do version control, I'm not new to this lol.I'm using Github on tiny personal projects that no one will ever see, version control is really, really easy to do.
The reason I like Github is that you can have as many repos as you want, so having version control for that site that you edit once every two years costs you nothing. Then in two years when you need to edit it on a new machine, you can use git clone and your project is set up.
I see no reason not to version control if there are no negatives. Deploying my change live is literally:
git merge origin/master
//sort out conflicts (probably none with your tiny project that's based off of master
git push
git checkout master
git pull
git merge $mybranch
git push
ssh into server
git reset --hard origin/master
That's it. Takes you less than a minute. Just don't commit node modules to the repo, add it to gitignore. It annoys me to no end to waste half an hour removing it and committing it to branches etc.
PHPStorm has single file edit? File > Open...
If things require edits, just make it dynamic? If you're using e.g. WP just pull it from a post? Once you use caching, there shouldn't be any performance difference between static and pulling it. It's like a 20 second difference to make it dynamic.
Thor, we're all very disappointed in you, expected better.
That’s the difference between approaching work like a professional vs and ameteur. You are the latter.
Keep worrying about the color of your IDE instead of the important parts.
On the contrary I tend to simplify things. Just because you don’t understand them doesn’t make it complicated.
Lemme guess, younger than 25 years?
On the other side of town.
Maybe I'll attend the next meet and you can get it for me then, just that the day was usually on e.g. an exam day or when I went overseas.
@Thor, you do have a license for PHPStorm, right? I personally prefer VS Code when not dealing with Objects in PHP, I like its Git integration better (especially the git blame from gitlens, nice to know who to talk to in regards to a function and where it comes from without wasting so much screen space on the left-hand side). Of course, get the right addons.
Usually my workflow is deal with classes in PHPStorm, then swap to VS Code for any styling, templating or git/github stuff.
VS Code is free.
You sound like a hipsterYes, my career is younger than 25 years old
Genuinely interested in how my posts regarding software development make you think that I am young.
My interest is in improving software development as a craft, not just programming, so if I can do better, let me know
