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

Search In

To Make a Preloader Using HTML and CSS

Hello readers, If you want to make a preloader using HTML and CSS follow the below code: Html <div class="circle"> <div class="inner"> <div class="spot"></div> </div> </div> <h1>loading.

Protocols used in Networking

Protocols   Protocols are the set of standards that is followed while making any communication in the network.   Any node in the network cannot send or receive the data without following the protocols defined for the networking process.

CMS in Odoo

CMS is the most important part of the Odoo/OpenERP. Its help to use in Odoo dynamic website. CMS helps to make structure acts as a design foundation that you have to update over time to ensure compatibility within your CMS. For example see below

Installation steps of zend framework2 on ubuntu

Welcome to Findnerd. There are simple steps to set up the zend2 on Ubuntu. We need to use the terminal for same. Please follow these steps. A) LAMP should be installed on your system. Create a folder with any name in /var/www. We are giving name z

Change password from Custom portlet in liferay

Hello Below code will help you to implement change password from custom portlet. Please follow below steps : step 1 : create Action URL <portlet:actionURL name="updatePassword" var="updatePassword"/> step 2 : Write below code in JSP page

Moving between pages in Windows Phone 8.1

While learning Windows Phone development you might want to try your skills in creating some cool apps. Most probably some of those apps requires you to create multiple pages in your application, which needs you to have some idea about navigation betw

How to read data from CSV file

In PHP it is very easy to read data from CSV file using fgetcsv(), which is used to read data from a CSV file. This function reads each line of a CSV file and assign values into an array. The function returns the array of CSV fields. It returns FALSE

Top Mobile Design Trends to Know This Year

There are a lot of businesses right now that started to realize the importance of having their very own mobile  app design. They know that a lot of users are using their phones right now. If they would not be available through mobile, how will p

SQL Len ( ) Function

SQL Length ( ) function is used to get the length of the string . In MySQL : Length ( ) ; In Oracle : Length ( ) ; In SQL : Len ( ) ; Syntax : select len ( column_name ) from table_name ; Example : Table name : Employee_Info Id Employ

How to merge data from older database to new database in postgresql?

If you want to merging data from older database to new database in PostgreSQL or want to merge data from other database(db1) to another database(db2), follow these below steps: from db1, export all the necessary tables to csv using: copy (select *

1 30 423
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: