How to embed SlideShare Presentation in WordPress

SlideShare is one of the popular web services where user view, upload, and share their content. It support multiple formats e.g. ppt,pdf,doc,etc.

You can find content on a wide range of topics.

Member chooses its upload content is available publicly or privately. After uploading, it is available for the community, where member interacts with it by like, share on various social media, comment on it, embed your content and even they download it.

To embed SlideShare Presentation to the website or personal blog there are two ways –

  • Without Plugin
  • With Plugin

In this tutorial, we check out both of these ways of embedding.

Within this tutorial, I am assuming you have a SlideShare account, if not you can signup for it.

How to embed SlideShare Presentation in WordPress

Read more

How to Auto populate dropdown with jQuery AJAX

When working with large datasets, auto-populating dropdown lists is a common requirement in web development.

With the help of jQuery AJAX, it’s possible to dynamically fill dropdown lists with data from a server in response to user input.

A common use case of this feature is when selecting a country, state, and city. According to the country selection related state list populates, followed by a list of cities within the selected state.

It enables users to quickly choose their location from a list of options and can enhance the user experience by requiring less manual input.

In this article, we’ll explore how to use jQuery AJAX and PHP to retrieve data from a MySQL database and populate it on the dropdown in a real-time. By the end of this article, you will know how to create dynamic dependent dropdown lists that will enhance the user experience and make web forms much simpler to use.

How to Auto populate dropdown with jQuery AJAX

Read more