
Search In
With easy access to 3D printers, design software, and crowdfunding, inventors can easily create a prototype of their product. However, they need to select one of the following types first:
Presentation Prototype: This combines off-the-shelf compon
Finding a true WordPress partner or developer is a long, daunting and grueling task. There are hundreds of companies fighting for providing WordPress services. The problem is, how one can find a dedicated WordPress developer in this fierce competitio
pre{padding:4px;margin:5px 0;border-radius:0;color:#fff;background:#333;border:none;}
Introduction :
The flexible box called as flexbox is an powerful idea to give the container ability to alter their items
You can adjust child element to best f
OK, so you have an idea and you believe that there is a need of a technology solution. Basically you want to get the idea implemented. You pen down your requirements and start looking for an implementation partner.
How do you go about finalizing the
Step-1 Install the Web LinkedIn module.
Step-2 After that custmozie .py(Python file) file:
In below example, I have custmozied .py file. You can directly copy the below python code in your .py file.
import openerp
import openerp.addons.web
from open
Simple Calculator using Html and jQuery:
We can create a basic calculator using Html, Css and jQuery. When user will click digits then it will store in either crntStore or btnVal variable. When user will click a arithmetic operation button then the
Hi Readers,
This blog is to help you to understand how insertion sort works. Insertion sort is a simple sorting algorithm which is good to sort short list.
Real life example of insertion sort is sorting of playing cards, Like we pick a card and put
1) at_exit { code to be executed}
This method starts the execution of the code when the program exits.
For Example:
puts "Begining of execution"
at_exit do
puts "Inside at_exit"
end
puts "End of execution"
Output:
Begining of execution
End of
Hello readers, Today in my blog I will discuss about some useful statements that are used in JavaScript.
Basically the web developers use statements as it allow us to implement different type of logic in our code.
The various statem
I am trying to develop an android application that gets the device latitude and longitude using GPS or Network providers, whichever is available for the process. The code works perfectly fine when the device's GPS is on but unfortunately it never