
Search In
Hello i am doing an exercise that states:
A 3000 lb vehicle travelling on a road at 100 ft/sec requires a force equal to its mass times its acceleration to stop ( F = ma).
The acceleration is given by
a= (v_o^2-v_i^2)/2d
W
Important Notesa. Please ensure that you clear the browser cache to ensure proper functioning of the changed user interface. Steps to clear browser cache :press Ctrl-Shift-Delete (Windows) or Command-Shift-Delete (Mac).Select ‘Cookies and othe
Number Formatting in Rails
Numbers are of different formats, according to their uses like phone numbers, percentage, currency etc. In Rails NumberHelper fulfills this requirement by providing methods for formatting numbers into different forms. Few m
Hello Friend,
Many times we need to implement SSL (Secure Socket Layer|) certificate on website for data security. After SSL implementation you don't want to allow page access through http://.
If any one try to access website using http:// then he
If you want to make user in OpenERP (Odoo) follow the below mentioned steps: -
Step-1 Go to Settings menu and click it.
Step-2 Go to users->Users
Step-3 click on Create button
Step-4 Name->Email->Adress->Access Rights->Appli
SDLC Models: The full form of SDLC is Software Development Life Cycle.
SDLC process is used by Programmer or Developers the most but Tester also follow the rule for testing the applications.
In IT company there are many SDLC model, but we can separ
The JDBC/ODBC driver is the type 1 driver it is also known as JDBC-ODBC bridge. It is ODBC driver to connect the database that convert the JDBC calls to ODBC function calls. Type 1 driver is fully platform dependent and use the native libraries of op
OpenERP/Odoo is as secure as any other enterprise standard business application, and the architecture gives you many advantages to deploy applications over the Cloud infrastructure.
We have been getting many queries about "How secure is OpenERP/Odoo?
When we upload a file on azure blob in byte array format or in any other format then by default it is uploaded as a content type of stream. As a result of it, when we try to get that file from a browser it always starts downloading the file. It happ
indexof() method
The indexOf() method gives the position of the first occurrence of a particular text in a string
Example
< !DOCTYPE html>
<p id="see">I am Very good person</p>
<button onclick="mydata()">result</
