
Search In
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]];
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
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
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 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
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)
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 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.
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
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
