Latest Posts From Demos

submit form without refreshing page with jquery and ajax

Sometimes you will need to perform submit form operations like insert or update a record without refresh the page. It can be done by JQuery and Ajax in PHP Language. Firstly, we create a simple Html Form after that we will connect to its database and send user-entered form data[...]

28th Sep 2020 Manas Singh 0
How to Create Custom Social Share Links

Nowadays, custom social share links Almost all blogging sites have the option to share their article on social media. It is the best option for increasing website or article reach. It increases user impression and helps to add a new user which is related to the article category. You would[...]

28th Sep 2020 Manas Singh 0
Send Beautiful HTML Email using PHP

There are many situations where you will need to send Emails to convey information to users. In PHP you will find mail function which works as function takes three arguments to send mail. The mail which your sending should look good because user experience and it can be done by[...]

29th Sep 2020 Manas Singh 0
Adding Zoom Effect on Image Hover with CSS and jQuery

In any web application, JQuery and CSS have become important for making an interactive user interface. Today we will use a little bit of CSS and JQuery for adding the Zoom effect on Image. Using this effect image size will increase or zoom when the user will hover on the[...]

29th Sep 2020 Manas Singh 0
Implement Jquery Timeago with PHP

Almost, all social media websites change posting time frequently without refreshing the web page. You can see these phrases: seconds ago, one minute ago, two minutes ago and hours ago in the same post while time is passing and the page did not reload. Jquery developers developed timeago plugin to[...]

14th Jul 2020 Manas Singh 0
Download PHP Code to Post tweet on Twitter with Live Demo

Here we will show to post a tweet on twitter using twitter oAuth API and PHP. Twitter is a microblogging website where you can show yourself within the character limit of 140 characters. Twitter is the easiest way to see what’s going on in the world in real-time and has[...]

29th Sep 2020 Manas Singh 0
Login with LinkedIn using PHP and LinkedIn oAuth API Live Demoa and Download

LinkedIn is the world’s largest professional network with hundreds of millions of members and growing rapidly. It connects the world’s professionals to make them more productive and successful. You can add a login with the LinkedIn facility on your website to simplify the registration process. Here we will let you[...]

29th Sep 2020 Manas Singh 0
Dynamic Dependent Select Box using jQuery, Ajax and PHP

There are many situation where you will need to dynamic dropdown like you have a dropdown which contains countries name and you have to find all state of that selected country in select box or drop down. Here we are going to tell you how to make dynamic select box[...]

24th Jul 2020 Manas Singh 0
A tutorial on ReactJS for Beginners with live demo and download

Before a few years ago, Facebook reactjs, JavaScript is used for frontend development like validation to form. But facebook nowadays, People are using it for frontend as well as backend development. So it is being popular. You don’t need to server-side language like PHP, .Net for developing web and mobile[...]

30th Sep 2020 Manas Singh 0
How to Create RestFul Api in CakePHP 3 with Mysql

To have your app restfully is a good way to increase your app audience. REST API in CakePHP 3 with Mysql is an XML-based method to allow access to your app using HTTP headers. It is light, simple, and have well-organized formats that organize even a very complex application. CakePHP[...]

30th Sep 2020 Manas Singh 0