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

Search In

Everything You Need To Know About Cyber Security

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

"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

Events to use with InAppBrowser plugin: Phonegap

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

Money-Rails

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

Speed Up Your WordPress Website by Caching Custom Queries using Transients API

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

Sending Email Using Send Grid for Window Azure Server

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

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

How to setup POD for your Xcode project

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

Display validation messages of multiple models in cakephp

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 in asp.net

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

1 145 160
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: