Free PHP, HTML, CSS, JavaScript editor (IDE) – Codelobster PHP Edition
For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we would like to select free…
For valuable work on creation of sites you need a good comfortable editor necessarily. There are many requiring paid products for this purpose, but we would like to select free…
– no way of doing this currently – include the .eslintrc file in each directory you want it with those specific rules – then put this around blocks of code…
custom eslint rule return if a condition is satisfied custom eslint rule check if node has parents working with eslint rules: https://eslint.org/docs/developer-guide/working-with-rules example rules here: https://github.com/sindresorhus/eslint-plugin-unicorn/tree/master/rules sass rules here: https://github.com/consoleau/eslint-plugin-console-saas-rules lodash playground here: https://jsfiddle.net/4tv9cwjd/749/
This is how you can output a custom message for Yoman after a generator has finished running. Docs running context: https://yeoman.io/authoring/running-context.html Solution: Failed Attempts: yeoman base class end() yeoman base…
also returns an iterable over [key, value] pairs: Therefore, gives you a way to treat iterated items differently, depending on their position: This function is used as follows:
“grunt eslint” hanging when i run the “grunt eslint” command the terminal just hangs The grunt client is installed I’ve tried “npm install grunt-eslint -g” no luck added this to…
Some experiments with sinon spy and stub.restore() and how you might implement it for global solution. sinon restore all stubs and spys: https://jsfiddle.net/4tv9cwjd/732/ And also globally: https://jsfiddle.net/sg9tg0ba/
Testing JavaScript Conversion using !!~~ https://jsfiddle.net/4tv9cwjd/714/
Some experiments with spec testing and using decimal.js-light https://mikemcl.github.io/decimal.js-light/#todp
This is how to connect your shopify store to a custom domain name which is connected to cloudflare. Steps Add your cloudflare name servers to your domain name DNS manager…
bitnami aws ec2 wordpress cannot connect to database error. run cd /opt/bitnami/mysql run vim my.cnf add this: press :wq to exit/save [mysqld] default_password_lifetime=0 Then run: /opt/bitnami/ctlscript.sh restart all sorts of…
https://answers.atlassian.com/questions/39429257/how-do-i-set-up-ssh-public-key-authentication-so-that-i-can-use-ssh-sftp-or-scp-from-my-bitbucket-pipelines-pipeline Setup Droplet Create SSH key Add Public SSH key to Digital Ocean (this means you can skip step 6) Add Private SSH key to Bitbucket Environment Variables (base64 encode…
SETUP ACCOUNT HERE: https://devcenter.heroku.com/articles/getting-started-with-php#set-up
How I setup semantic-ui in a new laravel 5.3 project in rapid speed. Install composer https://laravel.com/docs/5.3/installation Create new laravel project Install Laracogs package https://laracogs.com/docs/kits/starter/ Run steps for Start Kit in Laracogs Run…
how do you run your prestashop SSL on localhost to do development before pushing it up to production? when you go to back-end > preferences > general and click on the enable…
all-in-one wp migration s3 backup 400 bad request error diagnostics Setting up automatic backups to S3 bucket via WordPress plugin all-in-one-wp-migration extension for S3. https://servmask.com/products/amazon-s3-extension First off, fantastic wordpress backup plugin –…
This is how you might use a laravel blade directive to render current menu item as active in your blade template without using inline php code directly. The trick is…
I’ve put together a few example queries and speed tests for them so you can learn how to build faster queries. Hope it helps someone. If it does leave a…
This function will check if your user has a role of admin in your user model. It’s a scope function which you can run on your ORM queries in your…
htaccess code snippet to remove .html from web page urls.