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 open application by pressing power button 3 times?
I want to open my application when user press power button 3 times or more.
I followed this http://stackoverflow.com/questions/22086349/press-power-button-twice-to-launch-activity URL from StackOverflow, and my application is opening but ...
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...
Android - Information leakage flaw OutputStream
I have developed an application in the Cordova Framework, and I have added a camera plugin for capture functionality,
I am getting an Information Leakage flaw in the code below, using veracode to scan APK.
OutputStream os = this.cordova.get...
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...
How to change the admin URL path in magento
In magento the default admin url is /admin/ but for the security purpose the default url is risky as it is know by everyone. For the security purpose we need to change the admin url of the store which would be known by the store staff only.
&n...
How to check if text is truncated in UILabel?
Hello all ! Sometimes it happens that the content is more according to the size of UILabel then the three dots appears at the end of the UILabel. So we want to show the complete text of the UILabel. We can implement it by adding a UIButton, on cl...
How to present a UIViewController from top to bottom in iOS?
When we present the viewcontroller it slides from bottom to top but, if we want to change the slide position then we have to use the animation for the UIView. By using animation we just change the frames of UIView.
If we want to present ...
How to add a new Custom Shipping Method
Hello Readers,
In this tutorial, i am going to explain How to add a new Custom Shipping Method to existing Magento Installation which will accept value (i.e shipping charges) from System->configuration option. Here i have used Custom as a mod...
How to install Rails admin in Rails application
How to install Rails admin in Rails application
As we know that almost all web applications have an admin panel through which the administrator of the application
can manage all the data of the application and make necessary chan...
Difference between getModel() and getData() in magento
getModel() method :
Mage::getModel() will create a new instance of an object each time even such object exists in configuration.
getModel will always return a new instance of the requested model every time.
For example:-&nb...
How to display GIF images in view controller?
Hi Readers,
In this blog, we will discuss how to display GIF images in view controller as GIF images are different from JPG images because GIF images include animation. We can easily display the images with JPG format by using UIImageView but ...
How to create slider of products which are recently added ?
In magento if we are required to create a simple slider of products which are recently Added for say between from previous month to the current month.
Lets see how we can create it :
1. Create a module with namespace and module.
2. Then Crea...
Wordpress functions wp_remote_get() and wp_remote_post()
Welcome to FindNerd.
Today we are going to discuss two important functions of HTTP API in wordPress that are wp_remote_get() and wp_remote_post.
If we check with PHP then you can get many ways to send the HTTP request but WordPress defines ...
How to delete rows from a JTable using swingworker?
Am trying to create an application that sends messages(SMS) to a list of people in the JTable and each time a message is sent to the recipient who is a row in the JTable i want that row to be deleted and i want the sending of the message to be do...
How to Create a Realistic Orange in illustrator?
STEP 1
Choose File > New. Once the new document window appears name the document then add width and height.
STEP 2
Create a triangle having width 2 in and height 3. Then fill it orange color ( R= 255, G= 163, B= 41 ). Make t...
MIME data in Informatica PIM
Hello Readers
Multimedia overview
Catalog items contain raw data as well as MIME data. MIME refers to Multipurpose Internet Mail Extensions. It is an internet standard that contains data in the form of images or text document...
Scrolling of a sidebar
Below is the code to keep the sidebar fixed while scrolling the page.
It is one of the easiest way to keep it fixed.
HTML-
Here is the simple design having main content div and a particular section of a sidebar.
<div id="main_con...
Difference between getSingleton() and getModel()
Mage::getSingleton() :
The getSingleton() method first checks for existence of the instance of the same class in the memory. If it finds the instance then it will return the same object from the memory. and if not than it will create...
7 No-Nonsense Social Media Management Tools
Social Media is the secret ingredient to generate new leads and traffic for your business.
Social media tools have the capability to monitor, analyze and manage information related to a number of social media accounts throu...
How to find the day of week?
Suppose we want to find the day of the week according to the given date i.e if we want to know the week day of a particular date then the following lines of code will help you to implement this :-
NSDate *date = [NSDate date]; //...
Bounce Effect using Jquery
Hello Readers, this blog is on the bouncing effect using jquery in all directions(up, down , right and left).
I have created four round boxes, on clicking on a box each box will bounce in a different direction and a button on clicking that but...
Why we perform an Audit activity when any software is buildup ?
Audit:-
The meaning of ‘Audit’ is a separate analysis or inspection of the new creating software or product. The main intention of the audit, is to verify that the product or software which is newly build up fulfill all the require...
Convert NSDate into UTC
Coordinated Universal Time (UTC) is the standard time zone. All time zones are at some time ahead or behind UTC. If there is a need to convert timeZones of different countries then we can first change the local time to UTC and then to the desired...