
Search In
Waterfall Model:-
Waterfall model is the oldest model in the software development models.This model was the very first initiated between all the development models. This model is also applied as a consequent life cycle model. Waterfall model is very
There are many techniques through which we can place an event when the scroller reaches the bottom of the page.
If the user wants to play an event when he reach the bottom of the page, he can do the same with the help of the example below:
Hey Guys,
When I login from various different website like Facebook, Twitter, Google+, the chrome browser show me various loging IDs(usernames) and dotted passwords for the same. Some of the ids are no more live and some of them passwords are change
Welcome to FindNerd.
Today I am going to discuss two widely used functions in word-press that are add_action and add_filter. I have described the hooks and its uses in previous blogs so please follow these blogs for the same. Here we are discussing
Hi, I'm new in Python, so excuse me if the question may be too simple for someone.
I have the following code:
from itertools import product
for a,b in product(range(0,10), range(a,10)):
print (a,b)
but it does not work, a message error t
Hi Readers,
In this blog, I am going to discuss relatives font size in CSS as per screen resolution.
Being a ui developer one should have proper knowledge about all the measurement units while making a responsive design using CSS.
First of all we s
PAGINATION IN RECYCLERVIEW
Hello, Here is a simple pagination tutorial in recyclerview.
Step 1 : - Create a recycler view and its adapter, In my case i have created a custom adapter in order to show user's profile image.
Step 2 :
How to Enter Single User Mode in Linux
In single user mode only the system administrator can log in the account. Some of the administrative operations can only be done in single user mode. For example:
i) Unmounting a user partition.
ii) Fsck comm
Broadcast Receivers are used to respond to the broadcast messages that are generated from application or from system.
The messages/ broadcasts that are caught or responded by our Broadcast receivers are sometimes called intents or events.
&nb
In this blog, I'll tell you a brief description of Bootstrap 4. Currently, Bootstrap 4 alpha was released. This release included a major upgrade of Bootstrap with some huge changes to the way it functions. Porting from Bootstrap 3 to Bootstrap 4&
