SSD installation guide and review Most of us already know what an SSD is, for those who don’t know, let me explain it briefly. It’s a Hard drive to use in computers to store data. SSD stands for Solid State…
Author: admin
Replace HDD to SSD – A Guidance
Is Buying and Replacing HDD with SSD Worth It? Absolutely yes, a Solid State Drive is Faster than older Hard Disks, in terms of Speed & Endurance and all. A Hard Disk speed is around 150MB/s. while SSD can achieve…
6 Advantages of Rigid-Flex PCB over Flexible PCB
6 Advantages of Rigid-Flex PCB over Flexible PCB At present, the rigid-flex PCB and flexible PCB are both used commonly in the electronic and electrical industry. As the demand for smaller and lighter devices increased, PCB developers embraced the task…
Here is How to Get Host Domain from URL in Android Java
Sometimes, we might need extract domain name such as www.google.com from the www.google.com/search=searchQuery. In android java, the code below can do it. It will output only the domain name after stripping other characters Java Code for getting host domain name…
Scam Alert: Kamala Harris Covid Relief Fund
In an article i previously posted in our scam radar category, i exposed a scammer that wants you buy koala oil for cancer research. Today i will expose another scam that is circulating in email addresses World wide in the…
Here is How to Hide or Show a View After Some Seconds in Android Java
How to show, hide, or do an action in android after some seconds – Android Studio Tutorial Sometimes, we need hide or show a view, open an activity or execute a methodĀ after a certain amounts of seconds or minutes…
Here is How to Fix java.lang.NoClassDefFoundError in Android Studio
Android Studio How to Fix java.lang.NoClassDefFoundError:failed resolution of :Lorg/apache/http/ProtocolVersion This is an error associated with the google-play-services libraries and the http apache library. To fix this, do the following Add dependency In your app-levelĀ build.gradle file, add the Maps dependency like…
Hide go to Top Button in CSS
How to hide go to top button in CSS The go to top button can be used to go to the top section of your website quickly. But sometimes, we might need hide it or we just don’t want it…
How to Make a Text Blink in CSS
How to Animate or Blink a Text in CSS Blinking texts can capture user attention easily so you can use it for texts that needs more attention To make a text blink in CSS, use the code below, you can…
Change SVG Background Color in CSS
How to Change SVG Color with CSS Properties Hidden content goes hereTo change svg color background, i tried some available methods, but none worked except this code, you have to just insert the code in the CSS. Works great in…