Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

TTS(Text to Speech) android

TTS define Text To speech. Android provides TextToSpeech functionality from API level 4.  TextToSpeech  is in package android.speech.tts.  Here is how to work with text to speech functionality in android. 1. Create a Project.

Achieving Nested Comments in Rails

Few days back, I was working on a project where I have to create nested comments on a articles and on showing the article I was needed to show all the nested comments in its hierarchy.So I used closure_tree gem to achieve that. So lets see how I impl

How to convert an object of objects into object of arrays of objects? Using JavaScript.

How to convert an object of objects (initial form of object) into object of arrays of objects (target form of object) I am  interested in every way to do this, but I am particularly interested in exploring reduce method. Bec

How to set up WHM and cPanel on Amazon Intances?

WHM is used for linux web hosting environment. Step 1: Setup Virtual Private Cloud (VPC) Select Services >> Networking >> VPC (VPC Dashboard) Now click on Start VPC Wizard button. Select VPC with a Single Public Subnet Input your C

How to Resolve Canonical Issue? (301 redirect)

Hello reader! In this Blog I will cover the topic, Canonical Issue, There Consequences and how to Resolve and get rid from such issues. So lets first start with, What is Canonical Issue When the same content is displayed by the one website in diff

How to check BOOL value of Parse Object in iOS

If you are a beginner in Parse SDK and integrating it for the first time then you may face this little hurdle. While fetching Boolean data from Parse DB we get BOOL value in NSNumber format and we can not check or compare it directly with iOS bool.

How to get current date time with you region using PHP

If you are using PHP and want to get the current date time with respect to your time zone then just use the code below :- $DateTime = new DateTime(null, new DateTimeZone('Asia/New Delhi')); $DateTime->setTimezone(new DateTimeZone('Asia/New Delhi

How to print HTML page with tags using PHP

If you have any blogs or coding part that you need to show with the html tags, Then using PHP then you can perform this task Lets say print the line below:- <h1>I'm printing this line using the HTML tags</h1> To print this line I use

How to change image onmouseover event

Hello Reader! If you are looking for a quick onmouseover event that changes the image over another image then you can use the following library code :- <img src='FirstImage.jpg' width='120' height='70' onmouseover="this.src='SecondImage.jpg';" o

How to detect UTF encoding using PHP

Hello Readers! if you want to find out the type of file encoding using php then the code below will help you:- //check string strict for encoding out of list of supported encodings $enc = mb_detect_encoding($str, mb_list_encodings(), true);

1 39 408
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: