
Search In
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
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
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
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
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() {
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)
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.
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
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
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
