RefrostedViewController is used to show the side menu.
For Refrosted View controller first we have to install pod ,we can install this version i.e pod 'REFrostedViewController', '~> 2.4’.
We need one Root Controller i...
One of the commonly used feature in UITableView is to show delete button on the swipe of the table view cell and perform the delete operation. Let us take an example to understand and implement this :-
Begin by creating a new project and assig...
As per company hierarchy a Business Analyst is the person who is responsible for Requirement Gathering, he/she is the person who completely analyze the Client’s requirements with the plethora of activities with due course of time.
There ...
Hello Readers, this is a small blog on making divs display horizontally not vertically. Here is a very simple and easy code that will make divs to stack horizontally.
To achieve this we will make HTML page and CS...
Welcome to FindNerd.
Today I am going to discuss the confusion which has been created by word-press developers. If you check the source code of add_action then you will realize what I am asking. Please check the code below.
function add_a...
Welcome to FindNerd.
Today I am going to discuss two widely used functions in word-press that are add_action and add_filter. I have described the hooks and its uses in previous blogs so please follow these blogs for the same. Here we are discu...
In Odoo, first, create database on server then install like: sale and account module and mapping with country account like as united state currency is $ then install module:
United States – Accounting install. And If users want to send an ...
Hello Readers,
This post is about Cordova contacts plugin which provides access to the device's contacts database. So in our Cordova application, we can access the contacts from device.
First, we need to install the plugin through CLI:
...
Gradients are used to create Transition between two or more than two colors. To make objects more realistic you should know about the most basic tool of illustrator i.e, Gradient. In illustrator there are two types of gradient Linear & Radial...
In this post, you will learn an easy way to show tables in responsive design. We will use css media queries for responsive designs in data tables. By using this we can find out the screen where we want to change css for table. Below css code is u...
Make a Wood Texture
Step 1: Open up a new document with 800 * 800px.
Step 2: Draw a lines on the left and right sides as same as the height of art board. Now by using blend tool select the specified steps set a...
An AngularJS application uses an object called $scope which is shared between controller and view. This object holds the Model data that is passed to the View and acts as a glue between Controller and View. In this blog we will dive d...
While creating a web application we create models in our application which act as tables in the database. Sometimes when the development of the application moves further, the need arises to add a column to our existing table or removing a column ...
FlexboxLayout is a newly introduced library in android and alike CSS Flexible Box Layout Module to Android it has the same ability. Flexbox Layout works similar to the LinearLayout in android, it places children view sequentially. Each child...
Welcome to FindNerd.
Today we are going to discuss the navigation management in word-press. We all knows WordPress provides text as well as functionality management using admin end. If you talk about the navigation then we can use the function...
Hi readers!
This blog includes an example of core graphics with multiple choice option available to the user to draw different shapes in an application. Different shapes which we are going to draw in this application are line, sphere...
Many times we have a situation when we have to test the value of a web-element is a number or not. If the web-element stores the value in integer format then we can easily check that whether the desired element is number or not but suppose i...
Welcome to FindNerd.
Today we are going to discuss the hooks in WordPress. We all know hooks are also known as actions and filters. Many of the developers are confused with these terms. They are using filters and actions in their pro...
Hello
Today we would discuss about Structure Systems in PIM desktop.
Structure systems
Standard structure systems and user-defined structure systems are powerful and flexible tools for organization, navigation and di...
Hi,
This blog is to help you to understand counting sort in easiest manner, counting sort can sort the range in linear time but we have to provide the starting element and last highest element of the range (means elements in the rang...
Hi friends,
Whenever a request comes to a server, the first thing comes into picture is routes, that tells the request about which controller's action will respond to that request. When I started creating my first application one thing alw...
My previous blog Compute intersection of two or more arrays demonstrates about PHP functions which are used to compute intersection of two or more arrays. These functions return an array of common elements from first array which are also present ...
Description:
A variation of determining leap years, assuming only integers are used and years can be negative and positive.
Write a function which will return the days in the year and the year entered in a string. For example, 2000, entered...
Hello, readers In today's blog I have tried to create something different with the help of CSS3 properties.
I have created an animated traffic light using animation, box-shadow, linear and radial-gradient and various others properties of C...
Lets supposed we have requirement to add a subscriber to mailchimp while user registering on our website. For this, we can use 'mailchimp-api' gem & we can integrate mailchimp-api gem as following in our application
add gem in Gemf...
Hello Friends,
If you are looking to set paging and listing in CodeIgniter. Please review the below example code and make your changes accordingly.
Controller Code
Open your controller file and make the changes as below:
&...
STEP 1
Choose File > New. Once the new document window appears name the document then add width and height. Make sure that your document has large canvas.
STEP 2
Type your text using Bold and thick font t...
In this post, you will learn how to connect select box option with the anchor tag link.
Sometimes you want to change the select box value like an anchor tag with the refresh of page. Lets understand this with an example.
If you have select bo...
Hello readers,
This post is about cordova insomnia plugin. Which prevent the mobile screen from turn down and locking while user is not touching the screen.
This feature used in applications when we read a lengthy document or watching a vid...
Alamofire is HTTP networking library for iOS and Mac OS X, which is written in swift. Alamofire is based on NSURLSession,but it make network code much easy to write.
Following function is available in Alamofire.
.upload
.down...
Listing, Managing and Using Ruby versions in Rails application
I am writing this blog to discuss how can we see ruby versions installed in our system. In addition to it this blog
also contains how can we manage them and use different v...
Hi Readers
This Tutorial is a brief introduction about the new feature introduced in iOS 8 ,that is, HealthKit.It gives us the way to store and retrieve a user’s health data.
Before using this HealthKit let us go through the app via w...
Hii,
In this blog I am going to share a javascript code using which we can create a form in which user can fill data without using mouse to move from one input field to another.
You will see that on keypress enter focus will move to next inpu...
Hello readers, this is a small blog on auto resize of an image by keeping its aspect ratio and display image horizontally and vertically in the center of the div.
Here is very simple and easy method to solve this problem of displaying image in...
As we know wordpress contain post and pages as their primary substance. They are main content type in wordpress .But we can also make our own custom content types these are called custom post types.
They are similar to post and...
If the user doesn't want his content to be copied or only want the other user to read it. He can use the following code of lines to disable the selection of text in the browser.
<div style="-moz-user-select: none; -webkit-user-select:...
In this post, you will learn about the plugin for automatic resizing of icons. You must know that both android and iOS platform needs different size of icons according to different devices.
If you need to change your ap...
Hi there,
If you got bored from Ubuntu old plain launcher then try to install Cairo-Dock. It will give you Mac's OS Dock feel. :) In addition there are many other advantage of it too.
For Installation
Use the following command t...
Garbage collection is an important technique in .Net that is used to free the memory for unused object that are no longer referenced.It has the following benefits.
1. It enables you to develop an application without having worry to f...
To use the built-in camera of the iPhone consider the following example. In this example we will also see how to access the photo library and select a photo and use it.
Create a single view application and assign a name to it. Then in the Main...
In OpenERP first, we create a module and then inherits to the delegation and views both in your own module.
Follow these step shown below
Step1- First we create a module like as: test and then create a test.y file in an own module and pass ...
DESCRIPTION:
Two Samurai Generals are discussing dinner plans after a battle, but they don’t appear to reach a consensus.
The discussion gets heated and you cannot risk favoring either of them as this might damage your political...
In this post, you will learn how to show mobile ads in your screens. Cordova provides a plugin for google admob. Using this plugin you can show mobile Ad with a line of JavaScript code. It is designed for use in HTML5 based hybrid applications or...
Description:
Given a string of integers, count how many times that integer repeats itself, then return a string showing the count and the integer.
Example: countMe('1123') (count_me in Ruby)
Here 1 comes twice so <count>...
3D Text by using 3D Extrude & Bevel
Step 1: Open up your document
You can open a new document of any size what you want.
Step 2: Adding the text
Click on type tool (T) or press 'T' and drag...
Hi Readers,
Welcome to FindNerd, today we are going to discuss a method to disable previous dates in datepicker using jQuery?
Datepickers is a very important feature of a web application. It is mostly used in any registration form when ...
In this article, I am going to share with you, "how to add REYES EFFECT" in photoshop on the image and how to play with the brightness/contrast.
Step 1 : Decrease the contrast on the image :-
Go t...
Rails Migrations can be used to alter the database.Migration allows ruby to define the changes in database schema in a consistent and easy way.
So If one deleloper make some changes in database schema, the other developers just need to update, a...
Hello readers,
This blog is to help you to learn how to generate PDF using Apache's FOP in Java. Apache FOP ( Formatting Object Processor ) which uses XSL-FO to create PDF file of our document.
Here is a s...