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
How to create a PDF file in android?
This tutorial will help you to generate a PDF file in Android. Follow below steps to generate PDF file.
Step 1 :- First download .jar files from following URL and put it into your application's libs folder.
Download URL:- http...
Chapter 3: Authentication using node.js(passport.js) and mongoDb
As we all know authentication plays an important role in every site. Here In this blog I am explaining how we will authenticate our site in node.js as a backend and mongoDb as a database. To authenticate I am using passport.js which will help to ...
Wordpress files and directory structure
Most clients can run their WordPress site while never finding out about WordPress documents or catalogs. Be that as it may, seeing how WordPress stores records and indexes can help you take care of numerous basic WordPress issues all alone.
Th...
How to fetch data from SQLite in iOS?
Hi Readers,
This blog includes the concept of how to fetch data from database after saving the data. You can go through with previous blog if you are not aware about how to save data How to save data in SQLite. Now we will discuss the ...
How to add divider with Icons using css
If you want to add divider between two div or in between your content, then code below will help you:
First we will create the div between the content or we can say that between two paragraph like <p> </p> div <p>&...
How to send data to another server in node.js
I have a situation in which I want to fetch data from another server. In node.js it is possible to send data to another server. For achieving this task we will use http module. To explain this I have written the code below .
Example:
...
A sliding Fullscreen Navigation Menu
Hello, readers . In today's blog I have tried to create A Full Screen Sliding Navigation covering the full screen using Javascript in a direction from left to right.
For creating this I need to make a div with id name as “m...
Getting tweets using latest Twitter Rest API's
Hello, Everyone.
In this blog, I am going to tell you how to use twitter fabric to get tweets in your application. But before going ahead, I am assuming that you have successfully installed fabric in your Android studio and if not, please read...
How to Create a Robots.txt File for Your Website
Definition of ROBOTS.TXT:
A Robots.txt file stops Search Engine crawlers from indexing those web pages which do not add any business value to your website. In other words, it instructs Search Engines bots how to exactly crawl and ind...
How to call and create parent class in account module in OpenERP(Odoo)?
In OpenERP first, we create custom module and then create function in your existing module and pass parameter in function name is MaterialsRecursive.
In below example I have written Python script to Include only parent level class. Like given ...
How to display collection view cells based on screen width dynamically in iOS?
Hi Readers,
In this blog we will get to know how to resize collection view cell dynamically and according to the screensize of iPhone.
Here is a very simple code given below to perform this task in a very easy way. We will use a method insi...
File Structure of CakePHP 3.0
File Structure of CakePHP 3.0
Welcome to FindNerd. Today we are going to discuss the file structure in CakePHP3. If you have worked with previous versions of CakePHP then you will see the changes in cakePHP3 file structure. CakePHP developers ...
How to Increase Website Traffic with Social Media (SMM)
In the recent years, social media websites have made a tremendous growth in the market. Some of them have become tech giants in relatively short period of time than others in the silicon valley. For example, Facebook, WhatsApp, Google+, LinkedIn,...
WPF : Dependency Property
Introduction :
A dependency property is a type of property which extends the CLR property by adding more functionality. The difference between the two is, that while the value of a .NET property is fetched directly from a private m...
CakePHP 3.0 Conventions
CakePHP 3.0 Conventions
Welcome to FindNerd. Today our discussion is based on CakePHP 3 Conventions. Conventions means a way in which something is usually done. In CakePHP 3 there are different set of rules which must be followed. With t...
Bind arraylist to gridview in Asp.net
Gridview is a rich control of asp.net c#,it fetches the data from database and display data in the form of columns and rows(tabular form). There are features for CRUD operations in gridview, User can perform edit,update,delete operations with the...
How to Check Updates on Your Android Phone
In this blog post, I am going to explain how you can check updates of the latest version of the mobile operating system on your Android phone. I will be discussing here two different methods to do the same. This will help us cover a wide ra...
A Toast popup plugin for Cordova apps
Hello Readers,
This plugin allows you to show a little popup in your app. It is great way to show a non interfering notification.
Features :
We can choose the direction where to show the toast (i.e Top, Bottom, Left, Right).
We can ...
How to update fields in text fields in product module OpenERP(Odoo)
In OpenERP first create custom module and inherits the hr module in your existing module.
Follow these step given below
Step1- First create existing module like as test and than create .py file in your own module like as a test.py...
Guide to wordpress dashboard
At whatever point you login to your WordPress site, you are taken to your administrator territory. The principal page you see is your administrator landing page; which shows the WordPress dashboard.
The WordPress dashboard range gives you a ge...
Binding options in selectbox at runtime using Angular js with Demo
Hello Readers,
We will add value of input text field in options of select box on blur event. Whatever we type in input text field it will added to the options of select box on blur event.
To understand the full functionality her...
How to install and use Active Admin as your Admin Panel for Rails Application?
As we know that these days every web application needs an admin panel which allows the owner or the manager of the web application to manage all the data and restrict the accessibility of certain things to certain users.
For that there is a ge...
How to upload a file using Asp.Net MVC and AJAX?
In this blog we illustrate how we can upload a file using ASP.Net MVC and AJAX.
Follow the below steps to upload a file:
Firstly we need to create model which contains the properties such as name, length and type o...
Capybara get css attributes value
While testing an application many times we get some testcases where we have to check the value of CSS attributes. Suppose we have the following cucumber step:
Then(/^The month section should have a grey background$/) do
@page...
Create A 3D Logo In illustrator
In this tutorial you will learn how to make a 3D logo in illustrator. First step is to open the new document. Once the new document window appears name the document then add width and height.
STEP 1
First create a rectan...
How to invoke mails in account module in OpenERP(Odoo)?
In OpenERP first create custom module and inherit the email_template object in your own module. Then create templates in .xml file.
Follow these step given below:
Step1- First, create module like: test and then create .py file lik...
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 bub...
How to add page in wordpress
Step 1:- To begin adding another page to your WordPress site, discover the Pages menu in the WordPress Dashboard menu. Click Add new.
Then page editor get open. Where we have to add description of our page.
S...
prevent form submitting in Jquery ?
how can i prevent submit if i got next :-
username is too short
first character must a letter
user_name is not available
invalid E-mail format
E-mail is not available
password do not match
i got other problem password confirmation is not...
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...