
Search In
I am posting this blog, which will tell you how to convert text to voice conversion using Google API.
I am using Google TTS (Text to Speech) to convert text to mp3 file. Now lets start implementing it
Create file index.php
<?php
if(isset
Creating PDF from HTML in rails
Hi friends,
In rails if you want to generate a pdf, there are multiple gems available that will make your task easy. Normally the approach for creating a pdf will be first create a html template and then convert that
LESS is a css pre processor which extends the css language with some additional new features like declaring variables, mixins, functions and other techniques that allow us to make CSS more maintainable and extendable.
Installation
To insta
As an SEO Professionals and Manager, you need to research so many things on daily basis and best SEO Tools (Free or Paid) for build your work easy and effectively. Having the right and effective tools in SEO is most important. Using these free or p
Authentication is one of the big part of any application. JSON web token is one of the safest medium of transferring information between two parties. The token is a long encryped string that has 3 parts-
The headers - It contains the h
Talking about the software-based times, everything you do starting from shopping to shipping, selling to buying online, management to social media is governed by software-based websites. And to serve this huge world that runs on web, you need an equa
Is it feasible to run a business without a business owner? Is it possible to look after the accountancy without an accountant? It is feasible to handle the graphes as well as routines of a business without a supervisor? The solution to every one of t
What is adware
This post will teach you how to remove an adware from your PC - a program that penetrates the user's browser and displays pop-up ads when you browse the Internet. Despite the fact that this type of malwar
Marketing is the backbone of every small and big organization. Nowadays big companies are investing and focusing more on Marketing. Without strong marketing, its very hard for a company to survive in the market. Marketing can be defined in differen
Hi All,
When we need to use AngularJS to bind controls with AngularJS Model but we have MVC Model filled through MVC Controller, we can follow below steps to do the same without using "ng-init".
Step 1: Create two js files in Scripts Fold