The short answer is: yes! You can make a virtual Galaxy S2/Galaxy S3 rival out of entry-level Core i3 business laptop.
As the suggestion above may seem controversial, I’m going to share some settings which can actually make this happen.
The short answer is: yes! You can make a virtual Galaxy S2/Galaxy S3 rival out of entry-level Core i3 business laptop.
As the suggestion above may seem controversial, I’m going to share some settings which can actually make this happen.
When building Drupal 7 sites, developers need to be alerted to information about any and all errors. To display these important messages locally, simply insert this bit of code into your settings.php file:
1 2 3 4 |
error_reporting(-1); $conf['error_level'] = 2; ini_set('display_errors', TRUE); ini_set('display_startup_errors', TRUE); |
These few lines of code will provide the developer detailed information about all errors and prevent the appearance of “the white screen of death.”
Anyone who has ever used the wonderful “media” module has faced the “upgrade” problem. Let me share my experiences with updating the media module from 7.x-2.0-unstable5 to the latest (almost stable) 7.x-2.0-alpha3.
Here are some tips to help you with the update:
Thank you for reading! Continue doing Drupal!
If you are accustomed to keeping dozens of tabs open in Chrome, you most likely have noticed increasing memory allocation, which ends up consuming gigabytes of RAM.
I have been using several solutions for tab archiving and tracking, but all of them required some manual operations – archiving tabs, restoring tabs, etc. The absolutely awesome solution for totally automated memory management is The Great Suspender.
The most impressive of Selenium WebDriver’s capabilities for QA is its real-time access to the document object model. As soon as you pick any element in the document, using XPath or CSS selectors, position your mouse, click, scroll, drag and drop over the page, and it is possible to model and verify virtually any aspect of Web-based human/machine interaction.
Some of the most powerful capabilities include: