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

Search In

How to generate content on mouse hover without using javascript

Hello readers , today we will discuss about generating light weight and easy to use tooltip using css3. Tooltips are a great way to show user more information by simply hovering over an image, text or hyperlinks. They can be used to provide caption t

Implement FCM from Android Studio GUI

This blog is about how to implement FCM(Firebase Cloud messaging) from Android Studio. Android studio gives you tools to implement  Firebase tools in very easy way. 1. Open Android Studio. (Make sure Android Studio is up to date) 2. Click on

Custom CheckBoxes

Hello Readers! In this blog we will be creating custom check boxes that can be used in forms. Here is an example of custom check boxes using pure css.   CSS Code:   /*-- custom checkbox radio --*/ .cust-checkbox { opacity: 0;

Liferay theme generator

We can create themes using Theme Generator. Liferay Theme Generator is an easy to use command line tool to generate the themes. Liferay plugin SDK isn't required to create the liferay theme and it works well with liferay 6.2 and 7 and probably up

How to Enhance Content Quality with Professional Web Copywriting

  As the business world continues to grow with regular advancements in latest technologies, new concerns are arising on the way business transactions can be done more efficiently. In that regard, businesses and individuals have known that the

Custom Radio Buttons

Use of Custom Radio Buttons Custom radio buttons are used to style radio buttons by the use of CSS properties by applying background-color and border-color. HTML: <div class="radioButtons "> <label for="veryurgent">

Adding custom icons marker in Google map

While integrating the Google map we need to display the location according to the latitude and the longitude. So in that case we need to make the use of the marker functionality for displaying it. So if we want to change the image that the location

Semaphore - Thread Synchronization

Thread synchronization is used to verify that no two or more  synchronous processes or threads simultaneously executes some particular program block. When one thread executes in the critical section then it does not allow the another thread to e

How to convert XML data to SQL database table

How to convert XML data to SQL database table   Step 1 : Create a table named "tblStudent" in database by following query in which xml data is to be inserted   CREATE TABLE tblStudent ( StudentId INT, StudentName VARCHAR(

Linq Aggregation Operator: Max

Max aggregate operator is used to find the largest item from a collection. Exapmle:- In the below example we created a complex type collection for an Employee. This Employee collection contains EmpId, EmpName and Age. We need to find a maximum empl

1 41 120
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: