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

Search In

Convert byte array to hexadecimal string

To convert a byte array to hexadecimal string we use a following two methods:   Method 1: In first method we use a BitConverter.ToString( Byte[] ) This method convert the define array of bytes to the hexadecimal string format.   Synta

Rails Sql Queries

find method: The find method is used to find the particular object that matches with the parameter supplied to it. article = Article.find(11) #It is used to find the article whose primary key is 11. # => #<Article id: 11, name: "Rahul"&

Java 8 Date Time Api

Date Time Api in Java 8: Java 8 introduce with new Date Time API. which is much simpler than the old date time api and reduce the overheads faces in the old api  some of the changes are describe below in new date time api. 1. LocalDate/LocalTim

How to divide an array into smaller arrays

This article demonstrates about some PHP functions which can be used to divide an array into smaller arrays. The list and details of each function are given below : 1. array_chunk() : array_chunk() splits an array into smaller chunks(arrays) of spe

Wordpress function the_widget()

Welcome to Findnerd. Today we are going to discuss one of the wordPress function of widget api, the_widget(). Basically wordPress widget is nothing but a PHP object. Whenever widget() function is called,  data displays on the page. If you work i

How to inherit delegation and view in OpenERP(Odoo)

In OpenERP first, we create a module and then inherits to the delegation and views both in your own module. Follow these step shown below Step1- First we create a module like as: test and then create a test.y file in an own module and pass this fil

Merging An Array Using JavaScript

Hello reader's, Today in my blog I will discuss about the merging an array using JavaScript.   Basically the term “Merge” means to combine or join two array into a single array.   In JavaScript , for merging arrays it us

Insertion sort implementation in Java

Hi Readers, This blog is to help you to understand how insertion sort works. Insertion sort is a simple sorting algorithm which is good to sort short list. Real life example of insertion sort is sorting of playing cards, Like we pick a card and put

Serialize a form elements in jQuery

The serialize() method of jquery is useful when we have to send a query string to sever in ajax request. It can encode all the form elements as a string by serializing the form values. This method does not accept any arguments. The .serialize() metho

SlideToggle using JQuery

Hello Readers  The slide Toggles (slideToggle()) method is use toggle between slideUp() and slideDown() for the selected elements like(div, paragraph, etc..). This blog post will help you with displaying the navigation menu items in a dropdown

1 205 949
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: