Go to Xampp folder and open xampp-contro.exe in Administator mode. Click on Config on MySQL side and open my.ini . Search for “max_allowed_packet” and increase the limit. Example : max_allowed_packet=10M
How to one Touch Lock for Android Phones | How to prolong the life of the power button on an Android smartphone
Power button has worn down on an Android smartphone after months of heavy use – if that’s what happened to you before, then for your next Android device, this post will probably be a lot useful for you to minimize the frequency of using the power button. You can use Androids built in double click […]
How to fix the WordFence wordfence-waf.php problem
If you have migrated WordPress from place to place, and have faced this problem, which means .htaccess file updated by Wordfence plugin is causing the problem. You have to rename the file to something else to make your website is working again. Easy-peasy
Magento 2.0: Exception printing is disabled by default for security reasons
Go to /pub/errors/ Rename local.xml.sample into local.xml
css not loading after Magento 2 installation
sudo a2enmod rewrite sudo service apache2 restart
How to Resolve “WordPress Asking for FTP Credentials” Error?
Add the following code in your wp-config.php file. define(‘FS_METHOD’,’direct’);
Reddit | Reddit communities have become too heavily moderated for you ?
Reddit communities doing to much moderation ? Join at Reddit’s moderation free zone. Post anything that you may find interesting, share your thoughts… Moderator Free Zone NoModsZone
Free Business Directories List
A business directory is a website that indexes businesses based on their industry niche, location or category, similar to the Yellow Pages. Within the list, you’ll have the business Name, Address, and Phone number (known as NAP), along with a link back to the business website.
– Source : www.brightlocal.com/resources/the-ultimate-free-business-directory-list/
How to play YouTube videos in background in Android Phones
You can run YouTube videos in the PC without any problem but when you listen to music in Phones you may find that you can just listen to it with the phone locked or open any other view. YouTube has to be on your screen all the time otherwise the video would get paused ? […]
Google Search Operators
site:url Limit results to a specific domain. Example: site:smartupworld.com allinurl:url Same as site:url but in this case, only results containing all of the specified words in the URL will be returned. Example: allinurl:webdesign seo related:url Find sites related to a given domain. Example: related:smartupworld.com intitle:keyword Find pages with a certain word (or words) in the title. Example: intitle:webdesign inurl:keyword Find sites with […]
Broken Link building | Beginner’s Guide to SEO
Broken link building is to find broken link in your competitor sites known as 404 pages. Identify them and get the webmaster to point them to a relevant page on your site. First install chrome extension – Check My Links. Find resource pages using few search strings using google search. Search string you can use – […]
Directory Citation Linkbuilding Opportunities
Niche Directories Search for the same industry. For example, if you have a Medical Spa business you can use the following keyword. Industry : Medical Spa , Med Spa, Health Spa, Day Spa, Beauty Spa Google operators for Niche Directories: “Industry” directory “Industry” inurl:directory “Industry” intitle:directory “Industry” inurl:links City-Based Directories While getting city based directories, […]
Basic SEO recommendations for developers
Backlinks Analyze back links of competitors website with seoprofiler.com Title tag Add keyword in the title tag to show up on top for those keywords. Header tag Use h1 tag on the top of your page that has a heading with keyword related to the title keywords. Basic content suggestion Grammatically Correct No Spelling mistakes […]
Create and Manage website for your business | Cheap & Budget Friendly Service
If you are thinking about getting a website for your business contact us.. Contact Email : 1229cse00241@gmail.com Phone : +8801966456726
addEventListener basic
<span id=”elem”>Hello!</span> <script> elem.addEventListener(‘click’,function(){ alert(‘hello’); }); </script>
How to style SVG element?
<svg id=”svg” viewBox=”0 0 100 100″ xmlns=”http://www.w3.org/2000/svg”> <g id=”g”> <circle cx=”50″ cy=”50″ r=”25″ /> <circle cx=”60″ cy=”60″ r=”25″ /> </g> </svg> <style type=”text/css”> #svg{width: 500px;height: 500px} #svg #g{ fill:red; stroke:blue; stroke-width:3;}</style>
smartupworld | Creating a Notification through JavaScript and blink it every 1.5 second
Style .notification { position: fixed; z-index: 1000; padding: 5px; border: 1px solid black; font-size: 20px; background: white; text-align: center; } .welcome { background: #b80000; color: yellow; } JS – function showNotification({top=0,right=0,background=”#ededed”,color=”blue”,html=””}){ let notification = document.createElement(‘div’); notification.className = “notification”; notification.innerHTML = html; notification.style.top = top+”px”; notification.style.color = color; notification.style.right = right+”px”; notification.style.background = background; document.body.append(notification); setTimeout(()=>notification.remove(),1000);} […]
How to get browser screen width\height size? Height and Width of the Viewport Window
<script>if (screen.width>900||window.innerWidth>900) { }</script> Get screen width window.innerWidth Get screen height window.innerHeight
How to Find Out What Motherboard You Have | what computer motherboard I have | Find Your Motherboard Brand and Model
With Command Prompt run the following command – msinfo32