PHP Text to Speech using Amazon Polly API

php text to speech amazon polly

Amazon Polly is a Web Service used to convert any Text to Speech in real time. Also there is an option to download into MP3 format. This text to speech service that uses advanced machine learning technologies to convert speech that sounds like a original human voice. checkout my recent … Read more

Facebook Style Mention System with PHP, MYSQL & jQuery

Facebook Twitter Style Mention System with PHP, jQuery & PDO

Facebook / Twitter style mention system with PHP is one of the cool implementation in the social networks. It is used to mention the particular user by adding @ symbol infront of the username. When you start typing @ followed by username, social networks automatically suggests the users via autocomplete … Read more

How to Implement Memcached in PHP CodeIgniter

Memcached in Codeigniter

In this post I would to share how to install memcached caching system in amazon ec2 cloud server and access it via php codeigniter framework. We can store any data like plain text, json, array & html contents into the server memory. Stored can be accessible by using . About … Read more

20+ Popular Online Web Developer Tools in 2020

20+ online web developer tools

In this post I would like to share most popular free online web developer tools that every web developers should know. These web developer tools are used for various purpose in your web applications such as code optimization, image modification, testing APIs, validation and mobile compability issues. Why I’m sharing … Read more

Bootstrap Table Fixed Header using CSS

Bootstrap Fixed Header Table using CSS

Now a days web developers are making responsive html tables. Responsive table alone won’t be nice when you have large number of rows and columns in the table. If any table that has thousands of rows and more than 10 columns then height of the table is always larger than … Read more

Javascript Current Date and Time in Real Time

Javascript Current Date and Time

In this post we are going to see how to get current date and time in javascript. Javascript get current date time is useful to validate date within your client side application and also used to like facebook such as Good Morning! Have a great day, Good Afternoon and Good … Read more

Instant Google Search Engine API using Jquery

google search engine api

In this tutorial I’m gonna tell you how to make your own Google Search Engine API using jQuery & (CSE). We can make it Instant search by adding small lines of jQuery Code. Google Search Engine API allows you to create a custom search engine for your website. To get … Read more

One Page Parallax WordPress Theme Free Download

free one page parallex wordpress theme

One Page Parallax WordPress theme is useful for creating  Personal Website, Creative Agency or Mobile App Landing Page. So I’m happy to share Unicum – Fully Responsive One Page Parallax WordPress theme to my readers for FREE! This theme is fully developed with Unyson Framework, PHP5, HTML5, LESS, CSS and … Read more

Angular 4 – Installation & Setup in Local Environment

Angular 4 – Installation and Setup in Local Environment

For building Angular Application we can use many languages like JavaScript, ES5, ES2015(Known as ES6), Typescript, CoffeeScript and Dart (Non-JavaScript language). Typescript is the most commonly used language to develop Angular Applications. Typescript is an open Source language and which is a superset of JavaScript. As the name says it … Read more