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

Search In

How to change default cakephp paginator sorting label?

The default code of cakephp paginator sorting label. <?php echo $this->Paginator->sort('first_name'); ?> We can change it as follows: echo $this->Paginator->sort('first_name', 'First Name'); Explanation: Here we can change the

Change name of Laravel's created_at and updated_at

As we all know when we create table using php artisan and migration. Laravel create 2 column in the end of the database that column are created_at and updated_at . We have a situation when we want to override these two names created_at and updated_a

How to change the action overflow menu icon

To change the action overflow menu icon first you need to create a style for the overflow icon in which you need to set the new icon then use this style in your app theme. Step 1 Create a style for your menu overflow icon in styles.xml and set the d

What is And Why to do Regression Testing ?

What is :- 'Regression testing ensures that quality of software does not disturbed because of the changes is done.' Regression testing is used to ensures effect of Fixed bugs in the Application. Which means when a tester finds the bugs in the appli

What is And Why to do Regression Testing ?

What is :- Regression testing ensures that quality of software is not disturbed because of the changes made.. Regression testing is used to ensure effectiveness of fixed bugs in the Application. Which means when a tester finds the bugs in the appli

How to change the Image orientation in Android

To change the orientation of an image write the following code: BitmapFactory.Options o2 = new BitmapFactory.Options(); o2.inSampleSize = 2; // Get the original bitmap from the filepath to which you want to change orientation // fileName ist the fi

How to change dateformat of DDLRecord created date in Liferay 6.2

Hello guys, Some programmers many time faces difficulty while changing date format in liferay. Therefore By Below example, I am going to guide you How to change date format in liferay? Given bellow is the date format in GMT of liferay "E MMM dd

Danny Boy_Turtle Swim

I have a game and I want to change it's graphic and want to make it more challenging Fixed price project, technology to be used Cosco2D .

Thanks Karen, for dr

Thanks Karen, for dropping by. What you say is so true, milnoils need to see this! I'm glad I did, because it taught me about bold evangelisation! Telling people the Truth, in Love is essential, to bring people into relationship with Jesus, & Conve

Change the URI of remote repository

Reset the remote URL : Git provides the ' git remote set-url ' command to reset the remote URI.The other way to reset the remote URI is first delete the current URI and then again use git remote add command. Following is the syntax of change the remo

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