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

Search In

Tips before Going for Free Online Courses

Free online courses with certificate of completion can open up a whole new world of opportunities in the world of education and career. It not only expands the skills and knowledge base but also opens up a lot many doors of career opportunities. It s

10 Steps to Generate Successful SEO Campaigns for Businesses

To generate successful SEO campaigns, you must consider many factors that go beyond traditional SEO work. Achieving better rankings in the search engines is never the only concern; SEO campaign can be quite good to drive traffic to the website f

How to Create a Theme Module in Odoo?

If you want to create a theme module in OpenERP(Odoo) follow the below mentioned steps: - Step-1 insatll web_theme module . Step-1 Go to Settings menu and click . Step-2 Select update theme. Step-3 Select the menu . Step-4 Click on Edit button. Ste

Javascript Array Properties and Methods

Basically Array is used to store multiple values in a single variables(only store a fixed size sequential collection of same type of element) . Syntax -> var names = new Array( "Mukesh" , "Ravi"); Parameter of an Array can be a list of string

HTML onload Event Attribute

when an object is loaded The onload attribute fires. whenever a page is loaded, it executes a javascript. The onload attribute can also be used with cookies Example <!DOCTYPE html> <html> <head> <script> function pc() {

Difference between java and c++

JAVA 1) Java is completely an object oriented language. 2) Java does not have template classes. 3) Java supports multiple inheritance by the use of interface. 4) Java does not support concept of pointers. 5) java does not have header files C++ 1)

How to use iframe to open a website in it

You can use a perticlualr custom window on your website to open another website, Iframe gives you this feature to do. You can see the example below :- <iframe id="if1" width="100%" height="254" style="visibility:visible" src="http://www.findnerd.

How to detect if web page is refreshed using Javascript

Hello Reader's! if you need to detect whether the webpage is being refreshed by using Javascript you can do this like the example below:- function CheckRefresh() { if(document.cookie.indexOf('mycookie')==-1) { // cookie doesn't exist, create i

How to reset the Auto increment in mysql

Hello Reader's! If you already using the Mysql then you have seen the ID with autoincrement always add up. Forevery new entery the ID will increase even if you drop the table. So if you want to reset this value you just have to run the mysql code bel

How to edit column header using Handson Table

How to edit column header using Handson Table  While using Handson Table, I faced a issue of making Headers editable. The HandsonTable plugin can be downloaded from the following link: github The solution which I got for making headers editab

1 83 949
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: