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

Search In

How to change HTML tags using Javascript

Hi If you want to change the tags of HTML with another tags then you can perform this action using JS in realitme. Let's consider and example to change the <h2> tag with <i> using JS. <h2 class="xyzxterms" style="cursor: default; ">

How to change default search bar text and icon

Hello Friends, Changing the default text of search bar: Using storyboard: The search bar has a placeholder property, you may give it any text value as per your requirement. Using code: ObjectofSearchBar.placeholder = @"Your Value"; Changing the

Display UIWebView from HTML string with custom font and size

Following code can be used to change the font and size of UIWebView displayed from HTML string. To implement this first change the font and size of HTML string then load the UIWebView with this string like below. UIFont *font = [UIFont fontWithName:

Regression Testing

Re-executing the old test cases across multiple releases or built to make sure that changes or bug fixes has not affected the existing functionalities is known as regression testing. 5 Strategies should be remember while doing regression: Regressi

Changing Admin Password Through Database

How to Change Admin Password Through Database? Hello reader's ! In this tutorial I will guide you about "how you can Change Admin Password through database". SO read the complete tutorial and follow the steps and implement it same in your WordPress

changing the joomla site favicon

Changing favicon icon in joomla is very simple and easy. A favicon is a small size image display on browser tab when you open your joomla site.It always have extension .ico file. Below are the steps of changing favicon icon:- 1 First create y

Deleting a list of objects in Entity Framework

Entity framework provides numerous ways to batch delete the objects from Database. Below are the step for way 1 : Load objects that has to be deleted in memory. Remove the objects from context And then save these changes. This statement will ref

How to set default Controller in Codelgniter

Hello Friends, If you are looking to set any controller as a default controller in your project like when open any website generally Index controller call automatically. For example you want to run "Project Controller" instead of "Wel

How to set timezone in codelgniter

Hello Friends, If you are looking to update timezone in codelgniter application you need to make changes in index.php. By default timezone represent server local time suppose server is placed in Singapore then your default timezone would be Singapor

Change the Flash mode of camera in ios

To set the camera flash on or off in ios  Use the code below: -(void)setFlashMode:(AVCaptureFlashMode)flashMode forDevice:(AVCaptureDevice *)device { if ( device.hasFlash && [device isFlashModeSupported:flashMode] ) { NSErr

1 14 342
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: