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

Search In

LIVBubbleMenu for iOS

We can create animated and customisable bubble menu for iOS using LIVBubbleMenu. Here is a link from GitHub for the project https://github.com/limitlessvirtual/LIVBubbleMenu-iOS.   In the following example we are going to show bubble menu

Adding two columns value using jQuery

We can add the values of two columns and show the result in another column using jQuery easily. Html code: <div id="main"> <table> <tbody> <tr> <th>Digit1</th> <th>Operator</th> <

Handling IFrame in Selenium Webdriver

IFrame: Its a Html document which is embedded in another HTML document or web page inside other webpage on a website. >> It is used to insert the content into the webpage from different source such as advertisement. >> IFrame can have

What is NoSQL Database and its type

NoSQL is a non sql or we can say a non relational database management system. NoSQL is designed to support the requirements of cloud applications and to overcome issues like scalability, performance and data distribution limitations of relational dat

Backreferences and Boundary Matchers Of Regular Expression

A backslash (\) followed by a digit indicates that the defined groups to be recalled is known as backreferences. For example the defined capturing group (\D\D) matching two consecutive non-digits which can be recalled with added ‘\1’ in c

SQL Database

SQL Create statement is used to create a database . Syntax create database databaseName ; Now if you wanna to add tables in that database then first you have to use that databse using USE DATABASE_NAME and then use create table statement . Now If

Difference between truncate and delete

The following article captures the difference between truncate and delete. 1) Rollback Possibility: It is possible rollback a DELETE operation but not a TRUNCATE operation. 2) Impact on Identity TRUNCATE resets identity of a table but DELET

Import products from a CSV file in rails

Lets suppose we want to import a products CSV file in rails i.e. reading rows from CSV file and inserting its into a table. There are the following steps which we will use to import CSV file. Create an application using command rails new csv_impor

Discussion on GET request in nodejs

Welcome to FindNerd. Today we are going to discuss GET request in nodejs. There are different request methods available to process the data. Here we are going to take a small example on GET request in nodejs. First of all we want to mention that GET

How to create custom library in iOS?

Hi Reader’s,   This blog includes the concept of how to create custom library with the help of AssestsLibrary framework. Custom library is useful for multiple images selection at one time so given below is the screenshot of storyboard fo

1 5 21
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: