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

Search In

Exception in php

Welcome to FindNerd. We are going to discuss the Exception,what is it and how we can use it in php? First question araised that what is Exception? Exception is nothing but a runtime error. It depends totally upon the values passing at run time. We ca

how to parse xml file in android?

If you are looking to parse an xml file in android here are its steps :- Step 1:-Getting XML content by making HTTP request public String getXmlFromUrl(String url) { String xml = null; try { DefaultHttpClient httpClient =

Convert bytes to string and viceversa

As we all know all data are sent in form of bytes from one end and on another end we can read that bytes and convert back into original string. following code will help you to convert string to bytes and vice versa. public static String encodeBytes

An overview of z-index property

The z-index property has caused a lot of confusion more than any other CSS property. It’s not complicated, the problem is that a few people understand how it really works. z-index is not a difficult property to understand. But due to false assu

Overview of GDPR Compliance: Key Points for Business Startups

The General Data Protection Regulation (GDPR) came into effect as of May 2018. However, many companies are still getting up-to-date with their compliance requirements. If your company is in this position, here are the important key points to note for

Example of parallax

Hello Readers ! Here is an example of parallax with simple script and it is also compatible with internet explorer. Script :- <script type="text/javascript"> $(document).ready(function() { $(window).bind('scroll',function(){

How to set the height of two div equal dynamically using Javascript?

Hello reader's if you are developing the website in which data is generated in div and height of them is not equal then you can sort out your problem from this blog.   In the scenario above, sometimes text matter in the div is not equal so

How to protect .net applications from reverse engineering

When we write code and compile them,our class files are converted in to Dlls, and we assume them as safe. But those Dll files can be used for backtracking to your code,your application logic and your secret algorithms(If you have any). What?Are you t

Forget password in cakephp

Hello Reader's!,If you want to add forgot password field in your login page and send the forgot password link through mail Then I wrote this blog for you. // first create a forgot password link in your login page and allow forgot password page a

How to display a single text view in different colors

It can be done simply by setting your text as below :- textView.setText(Html.fromHtml(getString(R.string.starting_up_message))); And in your in your string file define that test say like this <string name="starting_up_message"><![CDATA[

1 325 481
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: