The idea of this post is to create a script that validates the wp core integrity to be run by a cron job when ever you want
Continue reading “Ant hacking techniques: bash wp-cli command to validate wp core”
We offer tutorials, articles, news and insights that will help you take your web development skills to the next level. Is t’s inspiring to see more people committed to developing and updating their skills. And also we like to have some tutorials handy when we need to go back to something that we did in the past. For us It’s about to presenting the whole message to the visitor from the moment that arrives to your website.
The idea of this post is to create a script that validates the wp core integrity to be run by a cron job when ever you want
Continue reading “Ant hacking techniques: bash wp-cli command to validate wp core”
It is very common when we are prototyping to need some dummy data to populate our websites or applications.
This are some of the tools we use
php artisan migrate
[ErrorException]
is_file(): open_basedir restriction in effect. File(/usr/local/bin/php) is
not within the allowed path(s): (/usr/local/apache/htdocs:/tmp:/usr/local/l
ib/php:/usr/share:/etc/xml:/etc/pki:/usr/bin-safe:/home:/home2:/home3)
Continue reading “Error running Laravel Artisan in a share hosting”
Probably it is one of this things a geeke want to have and it is too busy to play arround but I want one
The Raspberry Pi is a very small computer that plugs into your TV and a keyboard. It can be use for electronics projects, and for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. And can be a good tool to learn programming.
Continue reading “Raspberry Pi affordable educational computer for everyone”
If you have a decent PC probably the most convenient way to deploy a development environment is visualization. Vagrant and phphet make it very very easy.
If you have one pc and you want to use this pc as a development environment the best thing you can do is have Ubuntu installed.
and then what? follow this post…
Continue reading “How to set up a PHP Development Environment with 1 Ubuntu computer”
Heidi is a fantastic OpenSource tool created by Ansgar Becker it is a pitty that only works on windows. You can use it in linux but via vine. (We use DBeaver from linus)
so what it is Heidi?
Continue reading “How to connect to a remote MySQL server using HeidiSQL”
Remember always to compress the files before you go live.
You can use svgo gui https://github.com/svg/svgo-gui for win or mac to do the job.
Continue reading “SGV everybody love them but we need to compress them as well…”
This quick easy bash command will help you to transfer files from one server to another without download and upload to your pc.
We normally work on windows with netbeans and we have an ubuntu box with apache as a dev environment.
Instead of have to different directories one for UAT (dev environment where the clients can see what we are doing) and my local server for debugging what we do is to have one single directory that we use locally with netbeans
Continue reading “One directory for UAT and Local and Enabling Apache Sites”