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

Search In

Custom Filters in AngularJS

Hope you are doing good today. Today on My blog, I am going to explain how you can create Custom Filters in AngularJS. Filters are an important part in AngularJS which used to format data First Create an index.html page and put required library file

Unit testing of swift project - User experience (UX)

Hi All, In iOS , We have two type of testing one is UI testing (User interface) and UX testing (User experience). In this tutorial we will learn UX testing of an ios app. User experience (UX)  is the internal experience that a person has as th

How to Read Command-line arguments in Node.js

When a program starts the parameters or arguments send to the program using command prompt called Command-line argument or command-line parameter. A program can have many command-line arguments. We can alter the operation of program with command-line

Automatically Mount Drive After Instance Restart in AWS

What Does Mounting Drive Means Mounting Drive means making the drive accessible to the computer, by which the user will be able to read and write the data to the disk on which he/she mounted that particular drive.   What is AWS Inst

Convert HTML Content into Image to Show WebView in ObjectiveC iOS App

In our application sometimes there is a need to show webView content as a preview or as a thumbnail and for that simplest solution is to convert html content into image which can then easily be used in our app.     So let's se

UI Design Graphic Tips to Create Splash Screen for Mobile Apps

Splash Screen is the first screen of your app or you can also call it the intro screen of your app. It is a graphical control window in which you can see the logo of your brand or an image and the version of software that is used while laun

How to Solve PHP Connectivity Error with MySQL

<?php if(isset ($_POST['Signup'])) { $file_name = $_FILES['image']['name']; $file_tmp =$_FILES['image']['tmp_name']; $file_ext=strtolower(end(explode('.',$_FILES['image']['name'])));

How to Load an Image from URL with Special Characters in iOS Swift3

Swift#3 If an image URL contains special character which doesn't load image on image view then we need to do more than UTF8 encoding. We usually decode string using Unicode methods but sometimes it is not sufficient to encode special character.

Why am I getting null values for lease_id in Rent?

Passing primary key values in the parent table to foreign key values in child table with parent insert and child insert being in separate stored procedures.   Parent is Lease table, the child is Rent table. I am getting null values for le

Angular Pipe Free Video Tutorial for Beginner Developers: Example Session 5

Hello Friend,   Hope you enjoyed my all free video tutorial sessions on Angular for the beginner developers. Now, I'm also going to present to you my latest video tutorial on Angular Pipe. A pipe inputs the data and converts it to the desi

1 158 352
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: