Uncategorized

22 posts in this category

PHP: How to run / execute a script in the background forever through SSH ?

You can execute a php script in the background forever by using SSH through PHP but for that you have to make sure first that SSH2 extension is available.PHP DOCS: http://www.php.net/manual/en/fu...

1 min read

How to Change Bootstrap Carousel Slide Speed?

The speed cannot be controlled by the API. Though you can modify CSS that is in charge of that. find in the bootstrap.css file:.carousel-inner > .item { position: relative; display: none;...

1 min read

How to lock screen orientation to portrait or landscape?

This article will show you how to lock screen orientation to one direction.Environment Details:– Phonegap Build – cli-5.2.0– Device: iPhone S5 9.3.2For locking orientation to portrait add followi...

1 min read

PHP: How to fix Image rotation issue in img tag because of EXIF?

Photos captured by some smartphones especially iPhones are automatically rotated when we use it in <img> tag which is mostly not acceptable as we don’t need such unwanted rotation. This happens...

1 min read

Fix SQL Error: GROUP BY incompatible with sql_mode=only_full_group_by

MySQL 5.7.5+ changed the GROUP BY behavior. So in this and future versions GROUP BY would not work in same way as it used to be before.So to make GROUP BY feature working like before follow these deta...

1 min read

Best Websites to Learn Programming in Free

https://hyperskill.org/ (FREE)https://codewithmosh.com/ (PAID)https://frontendmasters.com/ (PAID)https://www.class-central.comhttp://www.udacity.comhttp://www.freecodeamp.comhttps://codecademy.comhttp...

1 min read

Discount Websites (for web traffic)

AppSumo: https://www.AppSumo.comWarrior Special Offers (WSO): https://www.warriorforum.com/warrior-special-offers 

1 min read
1 min read

Best Payment Methods to receive/send payments online

PayoneerTransferwisePaypalXoomhttps://paddle.com/https://www.2checkout.com/

1 min read

How to kill a port in mac, Linux or windows? – Solved

There are several approaches to kill a port. I found a command that is very simple and easy to remember that works in any operating system. All you need is to have npm installed on your computer. If...

1 min read