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

Search In

How to replace login logo with custom logo in wordpress

When we go to the WordPress login page , we see the default WordPress logo there written "WordPress". We can customize it and can put any of the logo in place of that wordpress default logo. It's easy: just open your functions.php file and paste the

What is process to pass arguments to PHP ?

Hi Reader's,   Welcome to FindNerd, today we are going to discuss how to pass arguments to PHP ?   If you want pass some arguments into function and elements of an array.   Then Your arguments will be receive by your function as d

How to fetch request variable in symfony2

Hello Friends, If you are looking to fetch request variable submitted through GET method in Symfony2. Suppose your URL :: http://www.abc.com/taxsetting/list?q=xyx You are looking to fetch q value in your controller, please review code below class

How to use calendar in symfony2

Hello Friends, If you are looking to implement calendar in Symfony2 by FormBuilder(). Please use the code below and make changes accordingly. Please open your controller function  $filterform = $this->createFormBuilder() ->

How to fetch form post values in Symfony2

Hello Friends, If you are looking to fetch form posted values in symfony2. Please follow the below code and make adjustment accordingly: Open your controller function where you would like to fetch the values:: $VendorForm->handleRequest($reque

How to get full date with time in Java?

To get the full date with time you can use the below code. You can pass any date that you wan to change, I'm getting date in full date format in the below example:     /** * Get full month day year format from Date *

How to Create Database in cake php

CakePHP database configuration details are in a file that is located at app/Config/database.php. This database file user can edit the file in the notepad or sublime and can edit the feilds by which it will be connected to the database.Filling all fie

How to add multiple images with animation in UIImageview in iOS

If you want to display the multiple images with animation in UIImageview then use the following code: Here you can also set the repeat count of the images. UIImageView* animatedImageView = [[UIImageView alloc] initWithFrame:self.view.bounds]; anim

How to change size of UITEXTVIEW according to its text ?

To change the size of a UITextView to its contents i.e as the content of the UITextView increases the size of the textview will also increase. We can implement this by applying the following code :- - (void)textViewDidChange:(UITextView *)textView

How to share posts in twitter by using SLComposeViewController in iOS?

We can share posts in twitter by using following steps. First add one button on view controller and give action to it. import one in your project that is-> #import <Social/Social.h> Now in button action write following code->  

1 59 408
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: