
Search In
Hello reader's in this tutorial we will convert string in a table to a numbers, for doing this we have to access the values in a HTML table and for processing we have to convert into numbers.
Using the Document Object Model (DOM) API we
Hello Readers,
We can create apps with ionic2 very fast as ionic1. To create a ionic project first of all we need to install ionic2 beta version SDK via CLI.
$ npm install -g ionic@beta
Important : First of all we need to install
I want to print a file with the data of this struct.
struct dados
{
char matr[50];
char ele[50];
float ela[50];
float final[50];
int freq[50];
float recu[50];
};
Already trie
With the help of MaterialDesignIconicFont we can use icons as texts and set them on label or title of buttons etc.
To include the font first download the attached Material-Design-Iconic-Font.ttf file at the bottom of this blog.
Now d

Blog 1 :- Skeleton animation in Unity
Hey Guys, this blog is part of a series "Skeleton Animation in Unity" . In this i'll try to explain "how to instantiate spine objects in Unity".
For this make sure you have "spine-u
Hi Readers!
Apple's WWDC 2016 was full of updates to OS's for MAC, iPhone, Watch and TV. It also opens Siri and iMessage SDK to developers. Siri is now available on desktop, and Apple Pay can be used on Safari to make payments. New design&nb
In this blog post i am explaining how to create a custom plugin which we can use in wordpress.
For creating custom plugin first we have to create a file, here i am creating a plugin for a custom form type so i am naming the file as custom-form.php a
Clear Cache Programatically
Hello All,
This is a simple tutorial to clear cache of your application, Sometimes there is need in our application to store some of the files on device cache and we don have the choice to move them to SD cards as
Sass stands for "Syntactically Awesome Style Sheets". It is compatible with all CSS versions available.
If your CSS is getting complex, harder to maintain, here you can take the help of preprocessor. Sass allows you to create variabl
Hello Readers ,
In this blog, I am going to guide you that how you can create Rich Text Editor in your Application.I am using Jquery plugin to create Rich Text Editor it contains so many features.
First, you need to include .js file in your web pag
