
Search In
Welcome to Findnerd. We are going to discuss PHP filtering today. We all knows version by version PHP introducing new ways of coding and many improvements. PHP has
launched the PHP7. There are many new features added as well as did many improvement.
ASP.NET MVC provides a simple way to inject the pre-processing and post-processing logic for an action. This is achieved by adorning the controllers/
actions with ASP.NET MVC attributes.
For example in the below piece of code we have adorned the met
In this tutorial we will see the how to avoid exposing the public properites of any class in oop as it is always a good practice to use encapsulation while coding.One of the main advantage of hide the public properties is that if we want to make som
Username or email availability or any other types of availability check we can do in this way. When user type on a text box an ajax request has made and check what if its available or not. we only required jquery.js
HTML
<input type='text' id='
Many a times we got stuck in a case or situation where we have to pass JavaScript variables to PHP using a hidden input in a form. The solution for this situation is:
Solution:We cannot pass variable values from the current page javascript to the
Webtrackker offers 4 & 6 weeks live Project based industrial summer training or 6 months training in Java, Android,.Net & PHP technologies in Noida,Delhi/NCR, India for MCA/BCA/BE/B.Tech/MSc(CS & IT ) Students & professionals. If you
Drupal Provides you lot of option to creat a unique home page or say site front page. This could be achieved by number ways bdefined below.
Firstly Access the /sites/all/theme[active theme], copy a page.tpl.php page and paste it in same directory
Views is the most popular module among the Drupal developer as it provides the visual query builder. views have lots of supportive module which enhance the functionality of views modules.
Some basic works you can do by using views
Can se
In MVC projects you have to create views inside controller class for performing tasks.
While creating views you also have to create their HTML designs for separate views in a single controller or in different controllers.
So what you do is firs
Hello Reader's if you are looking for nice and light design of popus, then bootstrap offers you much better way of doing this.
Lets see the code as written as below:-
<!DOCTYPE html>
<html lang="en">
<head>
<li
