While debugging code or writing code many developers come across refreshing a page, but do you know what exactly the difference between F5 and CTRL+F5? When a user press F5 a new request is sent to the web server and in it sends backs a response for the request as well. But when the response header […]
Author: viveik
How to Fix Google Play Store Error 194
Google play store error code 194 is the latest problem android users are facing. Due to this Google play 194 error users are not able to update or download new apps. Last week I was trying to update Skype on my phone and got error: “*Skype* Could not be Downloaded due to an error. (194)”. […]
Open a Url onload of a Website or Pagee
You can able to load a webpage while accessing a particular Website using Javascript, see below for code. <script> function openWindow() { window.open(‘http://www.google.com‘,’a’,’height=300,width=600′); } </script> <body onload=”openWindow();”> </body>
MySQL Offset Limit Data Selections
MySQL provides a LIMIT clause that is used to specify the number of records to return. The LIMIT clause makes it easy to code multi page results or pagination with SQL, and is very useful on large tables. Assume we wish to select all records from 1 – 30 (inclusive) from a table called “Orders”. […]
Bonitasoft Gmail Email Connector Issue
Below error occurs because it is not allowing Less secure apps to access gmail account from Bonitasoft. Go to this link https://www.google.com/settings/security/lesssecureapps then Turn On and check the email connector it should work. smtp.gmail.com with port: 587 for TLS s,tp.gmail.com with port: 465 for SSL java.lang.reflect.InvocationTargetException org.bonitasoft.engine.bpm.connector.ConnectorExecutionException: USERNAME=install | org.bonitasoft.engine.core.connector.exception.SConnectorException: org.bonitasoft.engine.connector.exception.SConnectorException: java.util.concurrent.ExecutionException: org.bonitasoft.engine.connector.exception.SConnectorException: org.bonitasoft.engine.connector.ConnectorException: javax.mail.AuthenticationFailedException: 534-5.7.14 […]
25 Best MySQL DATABASE interview questions
How do you start MySQL on Linux? – /etc/init.d/mysql start How do you start and stop MySQL on Windows? net start MySQL, net stop MySQL What’s the default port for MySQL Server? 3306 What does tee command do in MySQL? tee followed by a filename turns on MySQL logging to a specified file. It […]
25 Keyword Research Tools and SEO Tools
Below are some of the list of best Keyword Research Tools and SEO Tools. List of Research Tools and SEO Tools Google keyword research tool Google analytics Google webmaster tools Moz Market Samurai Raven FeedTheBot Majestic SEO Advanced Web Ranking SEM Rush Cemper’s link research tools Übersuggest Cognitive SEO SEO Site Checkup Brightedge Mondovo KeywordShitter Xovi […]
Confirm Form Resubmission
Confirm Form Resubmission This webpage requires data that you entered earlier in order to be properly displayed. You can send this data again, but by doing so you will repeat any action this page previously performed. ERR_CACHE_MISS Hide details Reload this webpage Press the reload button to resubmit the data needed to load the page. […]
On page SEO Checklist
Below is the list of On page SEO Checklist On page SEO Checklist Keyword placement: Keyword in Title Keyword in Permalink Keyword in first paragraph Keyword in Image Alt tag Tweaked Keyword in H2 or H3 Bold Important Keywords and related keywords Italics 1-2 important Keywords Outbound Link to relevant high-quality sites Internal links to […]