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

Search In

Adding Captcha to Contact form 7 in wordpress

Welcome to Findnerd. One of the most used plugin named custom form7 which is useful to manage the contact us page of the website. We need to show the captcha in contact us form. If you start the customization in contact form 7 then it is very long pr

How to make a column as first column in MySQL?

Sometimes we need to make existing column as first column. For example you created a table and added column "id" after creating the column. Now you want to make "id" column as first column, then you can do this easily by using ALTER command as below:

Reset any transform in iOS

In iOS when we apply transform methods to any UIView element like UIIMageView, UIView and all those UI Elements which inherits UIView properties. After applying transform to these views they get change and holds new transform values. In that case if

Avoid Discrete Polygon Colliders in Spritesheet Animations

Scenario :- I am using a spritesheet with a few frames to run my animations in ImpactJS. As using large number of frames can increase my sheet size. Basically it is a shot playing animation in which I have applied Polygon collider to the bat with the

Maintenance Testing

Once the application is deployed, the application system remains in service for years or even for decades. During the service period the operational environment of the system is corrected or updated. Testing the application when it is deployed on th

How to move an article to archive status?

To move an article to archive status you need to follow the steps given below: Login the backend of the Joomla Site(Joomla administrator) Select Content (given in the menu at the top of the page) -> Article Manager. You will see a page with list

onfocus event in Javascript

When a user clicks on an input field and it gets focus Example <!DOCTYPE html> <html> <head> <script> function evon(i) { i.style.background = "grey"; } </script> </head> <body> Enter your name: <i

How to get variable with same name in POST using PHP

Hello Reader's if have a html form with the variable of same name then you can get them indevisaly by POST Change the names of your inputs: <input name="name[]" value="Address" /> <input name="name[]" value="Number" /> <input name="

How to get size of a file using HTML 5

Hello Reader's! If you are looking for an HTML 5 validation which tell user the size of an file the code will help you:- In HTML fileL <input type="file" id="file" /> In the JS file //binds to onchange event of your input field $('#file').

Migration in Ruby on Rails

Migrations comes up with the convenient way to alter your database in a structured and organized pattern. it makes use of Ruby DSL so no need to write SQL statements, allowing your schema to reflect changes independently. Anatomy of Migration cl

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