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

Search In

How to Install Fedora 23 Workstation?

Hello Friends,   In this tutorial I will guide you how you can install Fedora 23 workstation on your system. If you have any previous version installed in your system then you can check the upgrade guide else follow the below steps.  

Exception Handling in JSP

Exception Handling in JSP : Every application has some error handling code. In web application we normally see that error or exceptions occurred and these exceptions are shown by the tomcat using its default error page. In tomcat default error page,

Complete List of Advanced C# 7 Features Web Developer Should Know

C# 7 recently added features focuses on simplification of code, performance, and consumption of data. These features are fully functional in visual studio 2017 but some features can also be used in Visual Studio “15” Preview 4.  

Dynamically Set State is Not Displayed in Generated Places in Javascript

I am receiving some data as props and on click I am trying to display next items from array. In render I'm calling `{this.dropdown()}` which triggers folowing and display data succedsfully:       dropdown = () => {   &nb

How to fetch data in Spinner from api code

In the blelow code example I have clearly describe "how to fetch data from api server side"? for this first I have created activity_signup.xml layout here I have added TextView, ImageView, ScrollView, EditText, Spinner and Button. Now See C

10 Profitable Home Business Technology Ideas You Can Start Today

There are plenty of ways to make money from the comfort of your home.    But, not every business model is worth it.    You want to make sure the business you’re getting in is sustainable and scalable.    In t

Customizing validation message in ASP.NET MVC

Hi all, In the following blog, I'll try to show how to customize validation messages in ASP.NET MVC application. In MVC application, while implementing both client side and server side validation, we usually came across default way of showing va

Swap two variables value without using third variable in php

Here is a method. How to swap two variables value without using third variable and temp variable. $a = 3; $b = 2; $a = $a + $b; // 3 + 2 = 5 $b = $a - $b; // 5 - 2 = 3 $a = $a - $b; // 5 - 3 = 2 print $a; print $b; Output: 2 3

How to Create ContactUs page in android

In the below code I have created ContactUs page. Here first I have added images in drawable folder, created Scrollview, ImageView, TextView in activity_contactus.xml layout. And I have used OnClickListener method for using phone no, tweeter and mail.

Some Important HTML Codes for Blogging

Either you are a Professional Blogger or  doing Guest posting just for Knowledge sharing you must face HTML code problems. I know HTML is a web designing/ programming language but I think every Blogger must know some Basic HTML tags fo

1 138 467
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: