Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to blur background image using BitMap?

 In the below example code I have created blur background image function. In activity_main.xml layout I have added a Button and ImageView. Now see programming area, here I have used Bitmap class. When a user clicks on button background image wi

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. This s

How to make an http POST request in node.js

I have a situation in which I have to make an post  http request to another server and get the http request data(If it exist) and then on the basis of data do further calculation. I have to also put the check that if there is any delay on the re

How to Create your own Exception handler in cakephp ?

Hello readers, today we will discuss a very important topic of a programming language "exception handling". Exception Handling is the process of catching errors which are generated by our program and then taking appropriate action according

Pagination in cakephp 2.7

Pagination is basically dividing your data into multiple pages. When we fetch the data in bulk from the data base it comes on a single page but that is sometimes difficult to keep scrolling to the last if we want to go to the last data. It also tak

How can i change ui and attributes of bootstrap3-wysiwyg editor

 Bootstrap3-wysiwyg editor Ui and attributes change: The meaning of WYSIWYG is "what you see is what you get", This editor is also explaining the meaning of this acronym that the content of the page will be edited as its resemblance

Discussion on login with Facebook in CakePHP

Hi Reader's, Welcome to FindNerd,today we are going to discuss login with Facebook in CakePHP. As we see that login with Facebook is very important feature for a web application because most of users do not take too much interest in signing up i

Parcelable Android Example

Parcelable is mechanism for passing data between Activities. Parcelable works same like serialization but It is faster then serialization. Here are the points to make class parcelable. 1. Create simple model class like below I created with name Stu

Different Types of Renders in Rails

render is used to provide response of a request in rails. There are multiple kinds of responses that you can send with request. Lets see one by one: 1) actions: By default if nothing is specified as render, actions are rendered withing in the curr

What is Abstract factory pattern with example?

We know that factory pattern provides single level abstraction and used to create object easily but in a case of more security, we can use one more level of abstraction by using the abstract factory pattern. we can say that this provides factory of f

1 326 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: