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

Search In

What is an Optional meant in Swift?

Hi Readers! An Optional is just an enum in Swift. enum Optional<T> { case None case Some(T) } Here <T> is generic similar to an Array<T> <T> could be anything like Strings, Dictionary, Array etc. Here are some e

Sample Traceability Matrix

Traceability Matrix A traceability matrix is a documented report from the requirements database or repository. It contains all information requirements which determine the associated information to be stored with the requirements. We can use requir

Deleting Elements using Javascript

In Javascript , you can't delete the element directy if you want to delete the element , then first you have to find its parent element and delete it using remove() method .Because DOM ( Document Object Model ) doesn't support removing an element d

How confirm and match the password fields on a html form

Hello Reader!, If you looking for a front end validation for matching the two passwords feilds with Javascript then you can see how to get it done. Lets consider the example below Here i'm using the html code for the form <form class="example1

Deleting Caches in Codeigniter

Some time developers fetch the cache problem when they are developing the app with the codeigniter framework. Below I am giving some methods that how you can clear the cache of codeigniter. In codeigniter, the cache is save in the folder with the p

Locating Debug keystore in android

Hello guies, I was working on key stores and found a bit tricky to locate the debug.keystore on ubuntu system so thought to share the details with you. Follow the steps in order to locate the debug.keystore on ubuntu 1) Go to the home directory a

android google map is showing only one marker using volley library

I am using Google Map inside the "Fragment" using sqlite database connection through volley library. I have 4 location, but my map is showing only one marker. I don't know where exactly getting wrong. Where do I need to change in my code to get all

How to customise the information shown in the Login Form module?

To customize the information of Login Form module according to your requirement you need to follow the following steps: Login to the backend of Joomla site(administrator). Select Extensions -> Module Manager. A list module appears. Search for Lo

How to assign a module to specific pages in Joomla 3.1

Joomla assign positions to module i.e., position tells where you want to place th module in the page. You can assign the position by following steps: Login to backend of your website(Joomla administrator). Go to Extensions --> Module Manager (Yo

Object Cloning in Java

Whenever we want to create an exact copy of an object, object cloning is used. So, clone() method of Object class is used to clone an object. The java.lang.Cloneable interface must be implemented by the class to create object clone. And If we don't

1 373 720
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: