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

Search In

How to make selected menu using Angular JS

Hello Reader's if you want to show user the menu which he selects then you can use the code below. This code is written in Angular JS <div id="main" ng-app> <!-- The navigation menu will get the value of the "active" variable as a

How to represent the odd/even rows using alternate colors

We can create odd/even stripes with different alternate colors which is easier to identify and good to represent the data in alternate color format. We can use the css method to color the even/odd rows using class selectors. This is the case when th

Cassandra: How To Install Cassandra on Ubuntu 14.04

About Cassandra: Cassandra/ Apache Cassandra is scalable NoSQL database system. It is used to manage large amount of structured, semi-structured and non structured data. I am writing this blog which will help you to install and run a single-node clus

Boxing and Unboxing

Hi Team, Today i will explain Boxing and Unboxing in C#. C# Type system mainly divided into 3 parts:- 1. Value Type 2. Reference Type 3. Pointer Type bool,byte,char,decimal,double,float,int,long,short are the value types struct ,Class and obje

How to inherits views and replace any fields in views in Odoo?

In Odoo first, we create existing modules and then we inherits the views in modules. Like first, we install the accounting modules in database and then inherits the account modules. Object is the account.invoice in existing modules and if user wants

R2dbc Rest Api relation problem

Hi everyone, I am write simple project in Webflux Rest api not problem the response. My problem is that the code is working, but the response is wrong, so for example the label has 3 but 6 returns, the projects are repeated, I don't understand

Viewing the commit logs

Previous Blogs Intialize git repostiory First Commit Now viewing our past commit logs we do with git log, and this will show us the log of commits that have taken place till now. naveen@naveen:/var/www/html/RND/symfony_sites/symfony_todoapp$

How to resolve the conflict between Jquery and JavaScript framework

jQuery-noConflict():     In order to resolve the conflict between Jquery & any other JavaScript framework that also use the '$' sign as a shortcut the jQuery team implemented a method called the noConflict() method. &nbs

LINQ

LINQ is used for Data querying in a type safe way. Data to be queried can be XML, SQL, and Object etc. Let’s have a look at simple LINQ query: var items = from employee in db.Employee where Employee.Salary < 20000

Capybara method equivalent to findElements()

In a web-application, we may interact with every element having some unique xpath or css. The elements were easily located with its attributes but the problem arises when each element in a list have same attributes.   Lets suppose we have HTML

prev 1 2 18
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: