Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
List of Top 15 New Photoshop Features for Graphic Designers
Adobe Photoshop CC is top advanced software for editing images which is highly used for designing by designers, image editing by photographers and video professionals. It is a powerful software that gives us creativity and styling contr...
CakePHP 3.x Implementation and Installation on Ubuntu - Beginners Tutorials
CakePHP is an open source web development framework for PHP 5.4+. It is a critical programming framework used by web developers which is completely based on MVC structure, a very powerful used to build complex web applicat...
Chapter 1 : CSS Introduction
Cascading Style Sheets, affectionately alluded to as CSS, is a straightforward plan dialect proposed to streamline the way toward making pages satisfactory.
CSS handles the look and feel part of a site. Utilizing CSS, you can control the shade...
Chapter 3: Jquery Selector
Hi All,
In this chapter we will learn about the selectors, Before the selector, we should know about the factory function-
$() factory function -
The factory function is the functions from which the jQuery selector starts and the...
Remove Red eye using Photoshop
Hello everyone ,
In this tutorial, you will learn how to remove red eye using Photoshop.
While clicking any picture, mostly when using flash or in dim light, a red color is seen in the
in the person's eye .
It can be easily ...
Difference between shift(), unshift() and push(),pop() methods
Writing a JavaScript code in correct approach can be fun instead of terrifying. In this tutorial we will see shift(), unshift() and push(), pop() are the methods of JavaScript that allows us to add remove elements.
Lets discuss all these m...
ACL architecture in Joomla 3.x
Hello Readers,
Today we are going to discuss the details about Access Control Lists (ACL) of Joomla 3.x
Access Control List (ACL) specifies which users or system processes are granted access to objects, as well as what operations are allow...
Fragment Tutorial in Android
This tutorial helps you how to use Fragment Class in android Application
the sample code give you the brief on how you can use an fragment class.
In main Activity we have created four fragments. And use FragmentManager and FragmentTransaction...