
Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
A Responsive Menu With Hover Effect
Hello, readers . In today's blog, I have created A Responsive Menu which when we hover over the menu items it covers the area of the hovered item with a different color.
For creating the navigation menu , I need to create an unor...
Capturing signature
To capture a signature, a custom view is created. This view works like a signature pad and you can get the signature drawn over the view by calling getImage() method.
The image is retrieved in bitmap format and can be further processed like stor...
Reinitiate jquery datepicker after append the date field
Hello Dear Readers,
Most of times, when we append the text field of datepicker using jQuery it not work, in other words when we integrate the dynamic datepicker using jQuery append method then datepicker work only with first field.
In this ...
Wordpress Writing Setting
In wordpress there is writing setting option in wordpress dashboard which is inside setting option. We can use this writing setting for controlling writing experience in wordpress and also gives choices to modifying Wordpress site. Th...
How to drag and drop View in android from one position to another position?
In this tutorial, we will learn to move layout view from one position to another position. We are using Draggable Layout, its a user interface which elements can rearrange from one position to another position. To drag an element just press over ...
How to visible and invisible fields of the basis of selection fields in OpenERP(Odoo-8)?
In OpenERP first, create custom module and then create object in your own module and put your own module in your OpenERP server.
Follow these step given below
Step1- First create module like as a test and then create file like as ...
Importing and Exporting Records in CSV format in Rails
CSV files are comma separated values file that stores the data values in tabular format, where each column values are separated by commas. They are the lightest way of storing data in tabular format that is why most of the bulk data are exported ...
How to save data in SQLite database in iOS?
Hi Readers,
In this blog, we will discuss how to save data entered by a user in SQLite database. Before proceeding towards the saving of data into the database you should know how to create a database and tables inside SQLite database.
...
How to create 3D bottle
In this tutorial, we'll learn How to make a 3D bottle in illustrator.
Step 1: First we can open a new document and select the pen tool (P). Now draw the Shape of a bottle on the canvas.
Step 2: We need to split the bottle int...
Installing twitter fabric to your android studio
Follow the steps to install twitter fabric
Open Android studio
Click File--->Settings.--->Plugins
In Search box,search ''fabric for android studio''
C...
Files actually to be committed in source control
Hello Reader,
In Visual Studio, while you are working on a project. Many files i.e. source files and visual studio generated files etc are present in the directory of project on your machine. If you want to use source control, there is a...
Set custom font to TextView from XML android.
In Android development if we want to set custom font to any Button or TextView then we need to do this programmatically.
There is some tricks to set fonts from xml i.e custom Views.
There are steps to do that.
1. Create c...
How to send mail in next level in workflow in OpenERP(Odoo-8)?
In OpenERP, first, create custom module and then configure your incoming and outgoing mail in your server an then relate it to the function.
Follow these step given below:
Step1- First, create module like as a test module and then creat...
Creating PDF from HTML in rails
Creating PDF from HTML in rails
Hi friends,
In rails if you want to generate a pdf, there are multiple gems available that will make your task easy. Normally the approach for creating a pdf will be first create a html template and then conver...
How to create an attribute and apply it to magento products?
Hello Readers,
In this tutorial, I am going to show you how to create an attribute" and apply it to Magento products.
1. Go to Catalog -> Attributes -> Manage Attributes
2. click on “Add New Attribute button in the top rig...
WPF : Routed Events
Introduction:
WPF infrastructure provides support for routed events which allows events to tunnel down the visual tree to the leaf element or vice versa bubble up to the root element. Routed events typically appear as a pair and they...
How to set variable in CakePHP in 2.4.1 version?
Hi Readers,
Welcome to FindNerd, today we are going to discuss how to set a variable in CakePHP in 2.4.1 version?
The set() method is a very important feature for view presentation. This method provides to set a value in our working control...
Taking a screenshot of screen using Java and save it in image format
Hello there,
In this blog I will provide a solution to how you can get screenshot of your screen and then save it at any location of your choice for this, we will use java.awt.Robot for creating an image which will generated by readi...
Kaminari Gem
Hi Friends,
Pagination helps us distributing a large amount of data in batches and show them in the views. In rails there are so many gems available for pagination like will paginate, kaminari. Today I am going to tell you how we can integrate K...
How to use predicates in android or java 8 ?
Do you have lots of data of an employee and you want to filter it without using database query then you can use predicates that also provides you queries on beans or model class.
Basically predicates comes from predicate function that returns ...
What is permalink settings in wordpress
The URLs of the substance you distribute on your WordPress site are known as permalinks. Permalinks are what individuals go into their program address bar to view one of your pages. They are additionally what internet searchers and different site...
CakePHP Request Cycle in v3
Welcome to FindNerd.
Today our discussion is based on cakePHP request cycle. In our previous blog We have described the different layers in CakePHP. Click here to check this blog. After checking that blog you will get the clear idea of l...
Date picker plugin for Cordova apps
Hello Readers,
Today's post is about add datepicker in Cordova application. We have an date picker plugin which supports Android,iOS and windows platform.
Install following plugin through CLI :
$ cordova plugin add cordova-plugin-d...
Send e-mail in iOS
Email application of iOS device helps in sending emails. We can compose Email using MFMailComposeViewController in iOS.
A standard interface that manages the editing and sending of email message is provided by the MFMailComposeViewController cla...
How to share posts in Facebook by using SLComposeViewController in iOS
We can share post in Facebook by using following steps:
Add one button on ViewController and give action to it.
Import #import <Social/Social.h>
Now in button action write following code.
- (IBAction)facebookButtonAction:(id)...
Discussion on CakePHP 3.0
Discussion on CakePHP 3.0
Welcome to FindNerd. Today our discussion is based on cakePHP. We all knows CakePHP has been launched its version with bulk of changes. If you check CakePHP3 then you can see lots of changes, changes in conc...
Reasons for project failure
Project failures, every company’s nightmare, well an interesting topic and sought to be discussed. Project Managers indulge in plethora of activities for successful project completion, but sometimes the opposite happens resulting in project...
Some Server Side Validations in Rails (Active Records)
Hello Everyone,
As we know that in almost all web applications there are certain things which need validations to be performed on
them. Validations can be performed in two ways that is client side and server side.
Client side validations...
How to share posts in twitter by using SLComposeViewController in iOS?
We can share posts in twitter by using following steps.
First add one button on view controller and give action to it.
import one in your project that is-> #import <Social/Social.h>
Now in button action write following code->...
Creating a Stripped-Down Browser Window
Hello reader's in this tutorial we will discuss how to open a new stripped browser window?, Some time we want to open a web page in a new, stripped-down, fixed-size browser window.
To open a new fixed size window we use window.op...
An Animated Slideshow Using CSS3
Hello, readers . In today's Blog I have created An Animated Slideshow using CSS3. Basically a Slideshow is comprises of various slides which keeps on rotating and display images one at a time .
So here in my blog I have tried to ...
How to load Vendors in CakePHP 2.4.1 version?
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to load Vendors in CakePHP 2.4.1 version?
If you want load Vendors in Your CakePHP web application then you should use App::import('Vendor', filename),
If you ...
Android Ripple Effect on Any View.
This tutorial will help you to implement ripple effect on any type of view such as Button, TextView, and ImageView using material ripple. You can also customize ripple effect color. We can implement ripple effect from two ways.
1- Programmatic...
Search in Multimedia data
Hello
Overview
In earlier versions of PIM, the only way to select multimedia documents for manual assignment to PIM objects was to navigate using the category tree. The Documents view provided access to the documents in the selected categor...
How to create PDF report using python script in OpenERP(Odoo-8)
In OpenERP first, create existing module and then inherits the account.invoice object in your own module and also create report file in your own module.
Follow these step given belowas
Step1- First create module like, test then create file ...
How to do client side validation in Asp.Net MVC?
In this blog, we illustrate how to enable a client side validation in Asp.Net MVC.
Firstly we need to understand what is client side validation in Asp.net MVC.
Client side validation:
All Client side validation is han...
How to load a URL in WebView in iOS?
Hi guys,
Today we'll learn how to load a URL in a WebView in iPhone.
Go to Story-Board & drag Web view in your View Controller in which you want to open that URL or web address.
Create its outlet in your View Controller as - IB...
How to make 3D rings in illustrator
In this tutorial we'll make 3D rings.
Step 1: Open a new document. select the ellipse Tool (L) and make a ellipse with size 4px by 4px. Now fill the blue color inside the circle and no stroke.
Step 2: Now apply 3D effect o...
Self-Executing Anonymous Functions in javascript
As we all know in javascript we mostly use function ,if statement,loop and event handlers.These terms help us organize your code into a cohesive, structurally-sound whole.
Let's take one example of javascript function:
var f...
How to create and add component in CakePHP in 2.4.1 version?
Hi Reader's,
Welcome to FindNerd, today we are going to discuss How to create and add component in CakePHP in 2.4.1 version?
If you want to create or add a component in your web application then you should add your component i...
How to show related posts in WordPress without using plugin
Hi,
As we see in most of the WordPress websites that each single blog post is having related postsat the end of the content. It is the technique to engage the visitor in the website by giving them suggestions for reading another alike blog pos...
Bind ArrayList to ListView Control in C#
C# consists a ListView control which contains a list of items and the items can have different forms either number,text or images.
To add columns in listview we can use:
ListView.Columns.Add("EmpName", 1000);
To understand it bette...
How to find hours between two NSDate objects?
We can find the hours between two dates by using NSDateFormatter. NSDateFormatter provides formatting and conversion methods for NSDate objects. In below code, I have used formatter to convert the start date and end date into hours and minutes wh...
jquery val() method
It is used to set the current value of a particular element in the set of matched elements.
it sets the value of every matched element.
The default value of input field is empty string so it is blank.If user types something in inp...
Two dimensional array in c#
Two dimensional array is a form of matrix in which users can have rows and columns as per need. We can think of table in which x no.of rows and y no.of columns are available.
Syntax:
int item = a[i,j]
This is a two dimension...
Distributing Android application to Specific Screens
In this post, you will learn how to distribute your android application to specific devices. You can choose the screens for that you want to distribute your application like only for tablets or only for mobile phones.
You can publish two versi...
Settings API functions WordPress
Welcome to FindNerd.
Today we are going to discuss settings api functions and how we can use these functions to add extra field on general settings page. Here we will use three functions. Please have a look.
add_set...
Form inputs in Ionic Framework
Hello Readers,
Ionic Framework provides some form inputs. These are same as HTML inputs but their styling is different from HTML inputs and we can customize them as required. Forms inputs in Ionic Framework are as follows:
1. ion-checkbox...
How to manage error log in cakephp in 2.4.1 version?
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to manage error log in cakephp in 2.4.1 version?
If you want to create error log file in your CakePHP web application so firstly you have to search
location to error.log...
Sort an array using user defined function
My previous article "Different ways to sort an array in PHP" provides the list and details about different sorting functions which are used for sorting arrays. These functions use the internal function for comparison. This article demon...