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

Search In

Joomla session

Sessions provide a very easy way to make data persistent without the need to constantly pass it through URL's or hidden form fields.It is used to store user data over certain period.It is stored on web server. create session object. Session object

Difference between “include” and “require” in php

Hello Reader's If you are new to php then you must have to understand the difference between include and require, Lets see some of major difference between them. Using require means your script will halt if it can't load the specified file, and thro

How to disable Updates in WordPress ?

The simplest way to disable word-press updates by installing and activating Disable Updates Manager plugin from the given below link. [https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/][1] WordPress updates disable by Manually if

Log cleaning in magento database for site performance

How to Clean log in Magento for database maintenance & site performance ? Log cleaning gives dramatic improvement in site performance. Manage DB through log cleaning decrease DB size which gives better site performance. There are 2 ways to perf

What is Test Driven Development?

Test-driven development is a programming approach is compulsory for you to write real code and automated the test code together. This confirms that you test your code—and permits you to re verify your code fast and easily, since it's automated. TDD

What is Overriding in Java?

When a sub class inherits the properties of super class , then we can override the method of super class. This will acquire the properties of super class but can define its own behaviour. In general way, we can say the overriding means to override

Category List vs Category Blog in joomla

A Category List is used to show the articles which belongs to specific category. It is a menu items which links to a Specific page that is simply "lists" all of the articles belonging to that category. We can create a new list category menu item by t

Portability Testing And Few Checklist

Portability Testing:- Portability testing is an approach of the software testing in which we verify that the application or the software may be shifted from one atmosphere to other atmosphere or environment. It is calculated in form of maximum volu

How to reset the form using Angular JS

Hello Reader's If you want to reset your html form then the easiest way to do it is by using Angular JS. Lets see its example as below:- <div ng-app="myApp" ng-controller="formCtrl"> <form novalidate> First Name:<br> <

Best way to show Angular JS on browser

Hello Reader's if you want to learn Angular JS then this blog is the best to understand it. Here I'll create a script written in Angular that will reprint the charracter which are typed in text box. <!DOCTYPE html> <html> <script src=

1 98 363
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: