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

Search In

Change UISearchBar appearance in Objective C

If you want to change the appearance of UISearchBar and its related elements then use below code. -(void)changeSearchBarAppearance{ [[UITextField appearanceWhenContainedIn:[UISearchBar class], nil] setBackgroundColor:[UIColor whiteColor]];

Comparison of Asp.Net Web Form and Asp.Net MVC

Asp.net framework is a part of .net platform for building web applications. Now, with arrival of MVC framework developers have the option of using Asp.Net Web Form or Asp.Net MVC. In this article, we will see the main difference between Asp.Net Web F

preg_match_all php functions

Welcome to FindNerd. We are going to discuss the function preg_match_all which will match the substring from the string. It try multiple times for matching pattern. Please have a look. <?php $str = "tird"; preg_match_all('/ti[rte]d/',$str,$matche

Use of Using keyword while making connections

We always use SqlConnection class for making connections 1 Simple SqlConnection SqlConnection=new SqlConnection() If any exception occurs inside while block it throws exception the connection.close() process will not executed due to the excep

OCR in .NET

OCR means Object Character Recognition . It is a technique by which we select a portion of the image as per user need. This process requires getting the dimension of selected screen and converting in an image for use. These are the pre-processing s

Error while building Unity3D Android Game := Plugins colliding with each other

when I build the game in Unity3D , it makes error :"plugins colliding with each other" I am using Facebook SDK and Playfab.com SDK Found plugins with same names and architectures, Assets/Plugins/Android/libs/android-support-v4.jar (ARMv7)

Join (merge) Video Files

Hello Readers, If you want to merge multiple video or audio files, FFmpeg application command tool help you for solving this task. you will need to create a .txt file which will include a list of all the input video files like part1.mp4, part2.

SQL Server : Use of sysobjects table

SQL Server sysobjects Table contains one row for each object created. In other words, it has a row for every constraint, default, log, stored procedure etc in the database.The two columns most useful in this table are sysobjects.name and sysobjects.

Split a video into multiple parts using FFmpeg

Hello Readers, If you want to break a large video into the two or more smaller clips without using re-encoding, just now ffmpeg can help you for the same. Most of the hosting servers only provides for a certain dimensions regarding data file to

Mobile Number Format in Javascript

Hi All, We in very common scenario come across a scenario where we want user to just be able to enter Mobile Number Format. This small code piece will help in validating user to enter only Mobile number format. $(".Mobilenumbers").keypress(function

1 133 320
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: