
Search In
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
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:
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
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
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
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
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
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="
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').
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
