Author: Sajid
How to Set MySQL Root Password using phpMyAdmin
Do you want to change the password for the root account of your MySQL server? Sometimes you may want to set a password for the…
How to Write MySQL Commands to Export and Import Database
The developers used to deal with the MySQL databases. When they complete the development work, they need to move the database to the other server….
How to Run MySQL Queries through Windows Command Prompt
Software programmers should have a practice of command-line tools. Though it feels old, sometimes it’s necessary to use the command prompt. I experienced this when…
How to Detect Browser in PHP and JavaScript
Do you want to detect a user’s browser programmatically? Sometimes you need to show different flows or content on the basis of the browser being…
A Guide For How To Use Twitter Search API
Do you want to implement Twitter Search API on your website? Twitter REST APIs provide a way for developers so they can search tweets or…
How To Create Twitter Feed Widget For Website
Nowadays, it’s a trend to show your tweets on your website. Site owners preferred to show these tweets in the sidebar or footer. So, the…
How to Send A Tweet On Twitter with PHP
Do you want to send a Tweet on Twitter with PHP? You might be building an application where you need to programmatically post a Tweet…
How To Create WordPress Twitter Feed Plugin
Needless to say, how popular Twitter is? A lot of websites are showing their latest tweets to users. Normally, these tweets are either placed in…
How To Read And Display RSS Feed In WordPress
Do you want to display an external RSS feed on your WordPress website? Using an RSS feed one can get the latest content from the…
How To Allow SVG Support In WordPress
Are you looking to upload SVG images to your WordPress website? WordPress by default does not allow to upload of SVG files via media uploader….