Skip to main content

Posts

Introduction to JavaScript

JavaScript(JS) is lightweight interpretive high-level programming language. Invented by Brendan Eich , it was first released in December 1995. Today it is the most popular language used on the web (and the world too) 1 . JavaScript should not be confused with Java. The name JavaScript was adopted in order to popularize the language since Java was already known at that time. Initial name: LiveScript Official name: ECMAScript Inventor: Brendan Eich Date released: December, 1995 JavaScript can be used to write browser-centric(client-side) and server-centric(server-side) scripts, that is scripts which run on the browser and on the server respectively. And so JavaScript is both a client-side and server-side programming language. Node.js is a server-side implementation of JS. Some uses of client-side JavaScript To dynamically manipulate elements(structural and presentational elements) on a web page. To c...
Recent posts

Don’t fall for deceptive domain names and URLs

One way not to get fooled as you use the web is for you to be a little more familiar with domain names and URLs. False domain names and URLs have been used to trick and defraud people in the past and is still happening today. A domain name which is simply the address of a website is a component of a URL. Here’s an example of a URL: https://www.example.com/index.html https:  the web protocol www:  the host name example:  the second-level domain com:  the top-level domain index.html:  the website resource name Here’s another “similar” example: https://www.example.com.fraud.net/index.html example:  the fourth-level domain com:  the third-level domain fraud:  the second-level domain net:  the top-level domain A careless user will see this second URL and then click without noticing that the actual domain name of the website is  fraud.net . Also watch out for domain names which are close in similarity to popular and legitimate websites. For ex...

Can I use Mendeley with LibreOffice Writer (on Windows)?

The answer is a big yes! Mendeley works with Microsoft Word as well as LibreOffice Writer. As you may know, LibreOffice is a free and open source software suite and can be downloaded from here . To get Mendeley, download from here . Having installed the two software, do the following: 1: Open Mendeley, go to Tools → Install LibreOffice Plugin 2 : Open LibreOffice Writer. You should see the newly added Mendeley tools just below the menus (as seen below). And that does it!

How to add table of contents in OpenOffice Writer

Instruction For every heading you want to appear on the table of contents, each must belong to one of the three paragraph styles; Heading 1 , Heading 2 or Heading 3 . Figure 1 shows you what each heading looks like. Step 1. Make paragraph heading Put pointer on the paragraph, then g o to Format → Styles and Formatting On the dialog box select Heading 1. You will observe the font change. But of course you can style it how ever you want it to appear. Step 3. Insert table of contents Place your pointer where you want the table to appear, then: Insert → Indexes and Tables → Indexes and Tables... Click Ok You should see the table of content appear now.