
Search In
Currently, we are almost in the midst of a burgeoning industry with the introduction of blockchain technology. The technology has been in the industry for eleven years now and has taken the world by storm.
The blockchain technology is not th
Since the day smartphones and the Internet have gone mainstream, mobile apps have become an indispensable part of our lives. From a simple alarm to booking a flight, learning a new language, ordering food, and transferring money, these mobile applica
REST (representational state transfer) is a software architectural style that was created to guide the design and development of the architecture for the World Wide Web. REST defines a set of constraints for how the architecture of a distributed,
Hello Readers,
html():
It returns the entire content inside of specific html element inside the div.
As in example given below, how can we use the jquery html() function.
Here, we consider the div tag and inside the div we take text inside the h
I have created a restful web service using this tutorial http://www.tutecentral.com/restful-api-for-android-part-1/
after running this i got an auto generated java file which contains the following code
public class RestAPI {
private final String
How to install Java web plug-in?
Here is an easy guide for you to install Java on your specific system:
1. Windows
a. First of all you need to check whether you have Java on your system or not.
b. You can simply do this by going on the followi
Creating a module in OpenErp is very simple. All you need to know is the basic skeleton of any module to be used in the system. There are four major files that build up your module:
1.) init.py file
2.) openerp.py file
3.) mymodel.py file
To create a wizard for a module, we need to create a wizard folder; this folder will be imported in our main __init__.py of the module. The wizard folder will contain another __init__.py which will import all the wizard class files.
The Wizard Fold
Chibi is a simple, cute form of Manga/Anime. Super Deformed or SD is another name for chibis.Super deformed or SD is a specific style of Japanese caricature where characters are drawn in an exaggerated way, typically small and chubby, with stubby lim
Hello All,
The following code will help you to make dynamic horizontal scroller. This means that on adding content or images the width of the container automatically increases using jquery.
If anyone wants to make horizontal scroller which is in betw
