
Search In
Plugin is an extension which provides a function that is associated with any trigger events. Following are the files required for creating a simple custom plugin in Joomla.
1 myfirsttest.xml
2 myfirsttest.php
3 index.html
First for creating a custo
Hello Reader's if you are new to designing the menu bar, Then you can see how to make the quick dropdown menu using HTML and CSS.
<!DOCTYPE html>
<html>
<title>findnerd dropdown example</title>
<meta name="viewport" conten
As we know that there are also some built in directives provided by angular js. Apart from these we can also create our own custom directives by using .directive function.
When we are naming a directive we must ensure that it should be in camel case
In the below example I have created an animation splash screen. Here I have first created animate.xml and traslate.xml layout in anim folder and in activity_main.xml layout I have added ImageView. I have used AnimationUtil.loadAnimation method in Mai
How to change the text of an input using jquery
We can change the text of an input with the help of attributeEquals selector in Jquery
Syntax: $(“attribute='value of the attribute'”)
attribute can be : name , value, title, style, src, id, href,dis
In the below code layout I have created floting action button layout. Here I have used CoordinatorLayout, LinearLayout, TextView and FloatingActionButton. FloatingActionButton move left or right when we changes layout_anchorGravity. In this layout Fl
Here we will learn how to check if the password entered in the two input boxes, is correct or not using jquery. In the below example initially there will be two input box with labels “password” and “confirm password”. When we type a password in eithe
The OSI Model
Open System Interconnection (OSI) reference model has become an International standard and serves as a guide for networking.
This model is the best known and most widely used guide to describe networking envi
Which Software Methodology to pick/choose ?
There are huge amounts of methodologies available for software development and its corresponding testing. Every technique is intended for a particular reason and has its relative benefits
Hi All,
My first post and I'm not a programmer.
I've already spent a lot of time on this without any success.
I'm trying a retrieve the value of a variable, calculated earlier in the js, so I can plug it into a
