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

Search In

Date Time : Best Practices

In this blog we will go trough best practices for handling DateTime in .NET applications: 1) We should always use a consistent date format across the application. 2) When accepting user input we need to  ensure that user enters date time in co

How to use forEach function to get list value in Angularjs

Here I created a small function to get the list values through "forEach" function of Angularjs. In the given functionality, I get the list items and push it in to the "listTextVal" array. Here are the complete Angular functionali

How to convert NSDate from local timezone to UTC and vice versa in objc

1. To convert UTC to local time zone - (NSString *)convertLocalDateFromUTCDate:(NSString *)dateStr{ NSDateFormatter *formatter = [self dateFormatter]; [formatter setDateFormat:@"yyyy-MM-dd HH:mm:ss Z"]; NSDate *sourceDate = [format

Steps to Install Express JS

Express JS is a Node JS web application framework. Here I am telling about the installation of Express JS  and create your small  test application using MEAN . Also I am assuming you have already installed Node.Js and MongoDB in your system

Difference between render And redirect_to

render and redirect_to works in the similar way in your web browser , as they both takes you to a new page but the only difference between them is : When you call render it creates a complete response which is sent to your browser.  If we do

How to align an elements center horizontally and vertically?

If you want to align your text to be centered inside the box from both side (horizontally and vertically) you can do this very easily, this below example will helps you. Html:   <div class="contentbox"> <p>This is the text to b

Basic Type of Error in Software

An error cause the correct behavior of software and affect the accuracy. It affect the expected result of application which might because of incorrect requirements implementation or because of invalid data entry by user. Basic Type of errors : 1. F

How to use LIKE operator in MySQL

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use  LIKE operator in MySQL? Basically, LIKE operator is used for searching for a specified pattern in a column. So in other words we can say that the LIKE operator is u

How to check which shopping cart rules are applied to product?

In magento if we need to check, if any shopping cart rule is applied to the product or not. To do so we can perform it in a test file in our root folder. lets perform the same, create a file test.php in root folder and write the below code:  

An Overview to HTML5 Attributes

Hello readers, Today we will discuss about the HTML5 Attributes. Basically attributes are used to define some additional information about the HTML elements. As there are various global and custom attributes used in HTML5. Features of HTML5 attribut

1 733 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: