
Search In
We are using the internet more or less every day and exchanging valuable data over the internet of both our private life and professional life. Due to hacking and leaks of sensitive data cyber security have become a necessity for all. We hear inciden
"How to cut a frame from the video using .Net"
In this article we will see, how we can cut the first frame of our video and save it as a jpg image using ffmpeg software.
To download the ffmpeg software please go to the following link:
Download
In this post, you will see the events that can be used in InAppBrowser plugin.
There are different methods:
addEventListener
removeEventListener
close
show
executeScript
insertCSS
InAppBrowser.addEventListener:
It will add a listener for an
While working on any e-commerce application,we need to deal with money and currency conversion.Money-Rails gem can be used for that. Money-Rails is a Ruby Library that integrates money gem with Rails.
Some of the advantages of using this gem
Hello readers!
If you want to make your WordPress website faster you can make it possible by Caching Custom Queries using Transients API. So read out this tutorial carefully and apply the steps in your website.
If you are using custom WordPress que
This is a function to send Email from Azure Server Using Send Grid.
public Dictionary FogotPassword(String Email)
{
Dictionary row = new Dictionary();
string Password = string.Empty;
DataTable dt = new Dat
Database creation using PostgreSQL
To start work with postgres, you need to install Postgres. To download PostgreSQL 9.1, go through below link:
Download
To check that you are able to access psql, open cmd and fire command psql.
If you are getting
Below are the steps please follow them.
Open Terminal
Change directory to your XCode project root directory (where your ProjectName.xcodeproj file is placed).
$ pod setup : (Setting up CocoaPods master repo)
If successful, it shows : Setup comple
First need to create a model relationship lets assume that a user registration form and for each and every user has a profile.so there is one to one relationship between user model and profile model.
<?php
class User extends AppModel {
var $n
CompareValidator control is used to compare the value of one control with the value of another control or a constant value. The comparison operation can be any of the following.
Equal
GreaterThan
GreaterThanEqual
LessThan
LessThanEqual
NotEqual
Dat
