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

Search In

How to add a PayPal button in Joomla?

At first you need to disable Tinymce editor in Joomla so that it does not strip out your HTML code.then go to site and click user manager and necessary user and choose no editor and then save. now in order to integrate Paypal button click article m

How to take inputs as only digits using Angular JS

Hello Reader! If you are designing a html form and wants to make it validate for accepting only digits as input then you can see the code below for the same:- You can create the html form like this way:- Validate Price <

How to search parse DB in iOS app

No separate method is provided to do search in Parse document. Following code can be used to search a column . PFQuery *query = [PFUser query]; [query whereKey:@"username" hasPrefix:searchText.lowercaseString]; [query whereKey:@"objectId" n

How to go back from a page using window.history.back in angularjs?

We can use the history.back() method which loads the previous URL in the history list. It functions the same as clicking the Back button in the browser. Here is the code snippet to show it's usage :, <html> <header ng-controller="menuCont

Event binding on dynamically created elements?

Suppose your page is creating elements dynamically with the class name egSample, you need to bind the event to a parent which already exists. You need to use the .on() method to implement this task. Here is the syntax of how to use it :- .on( even

How to use WPDB in standalone script?

Hello readers, today we discuss about "" Q. What is Standalone script? Ans. Standalone is also consider a new software program, it does not involve almost any computer software in addition to this OS to operate. Consequently nearly all software prog

How to create form in CakePHP ?

We can create form by using FormHelper class in Cake PHP. For Example: Create file register.ctp in (/app/view/users) directory. <?php echo $this->Form->create('User', array('controller'=>'users', 'action'=>'login’)) echo $this->

How to save data in CakePHP

This is a very simple application in cake php for saving the data into database. We can simple make it by making the database and connecting it to cake php. After making the database and tables we can use this code for saving the data input in form

toString() in java

toString() method is very useful and frequently used by java developer. What is toString() ? As per java doc: 'toString() method returns the string representation of the object.' toString() method belongs to Object class, So each and every object in

THE BASIC STRUCTURE OF THE PAGE

<html><br> <head><br> <title>My Home Page</title><br> </head><br> <body><br> <h1>This is a heading</h1><br> <p>Document description goes here.....</p><

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