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...
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 ...
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...
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...
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...
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...
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
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...
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...
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...
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->...
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...
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 ...
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 ...
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...
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...
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 ...
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...
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...
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...
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...
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...
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...
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...
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...
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 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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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
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...
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...
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 ...
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...
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 ...
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...
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...
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...
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...
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...
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...
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]; //...
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...
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...