GIT setup on Windows

Here’s a problem a lot of people have. I installed git on windows and the CMD ( command line interface ) doesn’s work if i want to PUSH code to my repository. Well this happens because github uses ssh keys now and it doesn’t ask like in old days for username and password. How do […]

Git setup in Cpanel

As developer sometimes you need to create a ticket to the server guys to add git to the server. BUT if you’re a jack of all trades you’ll be put to do this yourself. GIT WITHOUT AUTO CLONING Steps to adding GIT from Cpanel Now your fodler has a .git fodler created. You now need […]

Gmail SMTP use in php 2023

So it’s 2023 and you want to use the smtp in your web applications, for testing reasons ( probably ). Well things changed from 2018 and by that i mean that the feature to allow less secure applications in your gmail was removed. What you have to do now is to : After you generated […]

Github pages dummy tutorial

The other day i wanted to share some html and css code and so i decided to use github page because of its “easy use” or so i heard. So i read the documentation and discovered that i was made for people with a minimum experience in the field. So here’s my take on explaining […]

Contact form 7 create custom field

Recently i had a cute task at work. the designerwas instructed to create a form that had after a closer analasis a custom field that implied that i had to get some values from the ACF plugin and after you selected one of them, that value should be sent in the conatct form 7 email […]

Configure ssh for github on windows

If you’re tired of the always being asked to add the username and password when you’re pull-ing or push-ing into the repo, then you need to configure your ssh with github. This post happen because i tried creating and adding ssh keys and i always got the access denied message in all cases. This tutorial […]

Prestashop 1.7 import walkthrough

So this week i had to do a import of products and atributes/combinations from a OpenCart to a prestashop 1.7. I know what you;re thinking, big deal, make some queries create some CSVs and thats it. There is a problem, if you don’t do it right you could lose hours, even weeks on this thing. […]