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

Search In

Circle checkbox style in WPF

Creating style for circle checkbox:   <Style TargetType="CheckBox" x:Key="CircleCheckbox"> <Setter Property="Cursor" Value="Hand"></Setter> <Setter Property="Content" Value=""></Setter>

How to Resolve Index Page Calling Error in PHP Application?

I am getting an error warning when calling my index page for a PHP application. Below is the Error: Warning: mysqli_fetch_array() expects parameter 1 to be mysqli_result, boolean given in C:\xampp\htdocs\uni-saga\index.php i get this error whe

Get Thumbnail Image from Video Using FFMPEG in C#

FFMPEG is a command line tool to convert multimedia files to another formats. In this article, we will see how to get thumbnail image from a video using FFMPEG in C#.   Step 1: Create a page to show the thumbnail image of a video   

Convert file to Byte Array and Get back file from Byte Array

In this article, we will learn how to convert a file into byte array and get back the original file from the byte array via FileUpload control.   Step 1: Create a page having control FileUpload and Button   <div> <asp:FileU

Different ways to round number to 2 decimal places in PHP

Many times we need to format a number with two decimal points, PHP provides many solutions for rounding a number with decimal values. This tutorial list some functions which can be used to round a number with decimal values upto 2 decimal points. 1.

How to replace localhost by project name from URL

Hello Reader's if you are working on single project and want to rename localhost to any other word then this blog is very helful to you.  So let's start with the following steps Step 1 : Open httpd.conf file you can fine it i

String with different colors in iPhone

Using addAttribute method we can add different colors to a string for certain range of characters in that string. Label.text = @"Ashish"; NSMutableAttributedString *text = [[NSMutableAttributedString alloc] initWithAttributedString: Label.attrib

Get result of two arrays into a single array

Hello Reader in this blog you will see how to get result of two arrays in a single array using PHP Array one name information Array ( [0] => Array ( [0] => 125479

Autowiring modes in spring

Autowiring modes:-Autowiring modes in spring are of 5 types: Default, byName, byType, byConstructor and autodetect Address.java package com.chandan; public class Address { private String city; public Address() { } p

Key Points to Recall after My 10 Year Tenure in Angular Development

I have been a software biz since 2000, and all these years one thing has always been constant, i.e., the change in technology. But hang on; does that mean old ones fade away? Certainly not! Successful technologies are the ones that sustain changes a

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