Posted in Database

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….

Continue Reading...
Posted in Database

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…

Continue Reading...
Posted in Javascript PHP

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…

Continue Reading...
Posted in PHP

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…

Continue Reading...
Posted in General

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…

Continue Reading...
Tweet
Posted in PHP

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…

Continue Reading...
Posted in WordPress

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…

Continue Reading...
Posted in WordPress

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…

Continue Reading...
SVG
Posted in WordPress

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….

Continue Reading...
Custom Search Form
Posted in WordPress

How to Create Custom Search Form in WordPress

Do you want to create a custom search form on a WordPress website? We used to build themes from scratch so that we can add…

Continue Reading...