Fixed Menu on scroll You need to add jQuery & CSS to your website first. <script src=”https://code.jquery.com/jquery-3.3.1.js“></script> Then add the following code to toggle “navscrl”… Read More →
Articles by Al Mahbub Khan
Download Game Call of Duty Mobile Garena APK OBB
January 9, 2022
Download Game Call of Duty Mobile Never download call of duty mobile from unsafe site. It could get your game account suspended or worse get… Read More →
Hibernation is a power-saving state that allows you to save all your open documents, running applications, and data to your hard disk and then power… Read More →
Media Queries: How to target desktop, tablet, and mobile?
January 7, 2022
Media queries are used in CSS to conditionally apply styles based on the size and characteristics of a device’s screen. They allow you to create… Read More →
What Is the @ Symbol in PHP and How to Use It Correctly
January 5, 2022
The “@” symbol is a error control operator in PHP that allows you to suppress error messages generated by the PHP code. This can be… Read More →
A Complete Guide to Deleting Files in Node.js: fs.unlink(), fs.rm(), and Best Practices
January 5, 2022
In the world of Node.js development, file operations are a fundamental task, and knowing how to reliably remove files is a cornerstone of building robust… Read More →
Simple PHP Pagination script
January 5, 2022
Here is a Simple PHP Pagination script try { // Find out how many items are in the table $total = $dbh->query(‘ SELECT COUNT(*) FROM… Read More →
YouTube dark mode android
January 5, 2022
How to turn on Dark Mode on YouTube in the Android mobile app YouTube’s Android app also follows the phone’s system-wide theme. But if you… Read More →
What Is the Abortion Law in the US: State-by-State Guide
January 5, 2022
Abortion in the United States is legal, subject to balancing tests tying state regulation of abortion to the three trimesters of pregnancy, via the landmark… Read More →
How to Convert or Change Custom Post Types in WordPress
January 4, 2022
Convert or Change Custom Post Types in WordPress Type and search the following plugin and install it into your WordPress website – Post Type Switcher… Read More →