Page 21 of 58

How to display total post count in WordPress

Last updated on August 7th, 2022 at 07:00 pmIf you want to display total number of posts you have published on your blog or website without using any plugin then this simple code will help you. NOTE:-If you are using this script outside wordpress, Make sure you add it after calling the WordPress header file wp-blog-header.php. […]

How to connect to MySQL database using Python

Last updated on January 28th, 2022 at 07:51 pmFor connecting to MySQL database and display table row content using Python 2, we need to first install MySQL-python.x86_64, This is for my 64-bit Linux machine. Without installing this package import MySQLdb statement will not work. You can also see this in your apache error logs In […]

How to Create Splash Screen Using jQuery (With Code Example)

Last updated on May 29th, 2025 at 12:13 pmA splash screen is a common UI element that appears briefly before the main content of a web page loads. It’s often used to create a visual cue for users during page load or when launching an app-like experience on the web. In this tutorial, you’ll learn […]

Javascript calculator with memory

Last updated on December 27th, 2022 at 03:54 pmEven if this is an advance calculator for performing arithmetic operations all the javascript code i have used here is simple and easy to understand. Also Refer To Calculator With Basic Operations. This calculator has a memory function in which all your calculations are saved with unlimited […]

« Older posts Newer posts »