
Search In
Creating a module in OpenErp 7.0 is quite different from how it has been in 6.1. Already discussed earlier to create a module in version 6.1, its time to throw some light on a basic module created in OpenErp 7.0.
To start with the basic structure it
While making the calculation with float variable one should really careful since there can be three cases, It can < or > or =. So lets see the example below and learn how to get the comparative.
$varOne = round(0.250, 3);
varTwo = round(1 - 0
Hi there, I am having a problem here. Hope you can help me solve it.
Scope: I have this slider which display pictures from my SQL which status is 1. It does display those pictures, but when there's no picture with 1 status, it doesn'
Hi,
In many cases we have to give a background color to a superview with alpha less than 1.0. If we give color from XIB/storyboard to a superview with alpha 0.4 then it assigns the alpha 0.4 to its subviews also.
What if we need to give alpha 0.4
Hello readers, today I will guide you about "How to Check Video Exist in Youtube through URL and ID using PhP?".
As we all know, in many website's generally videos comes from Youtube. Sometimes the videos are not present on the Youtube
Hello Reader's!Sometime you see watermark on image like trademark and company logo, so questions is that how you can do this?
Today in my blog i am going to explain how you can create image with trademark using PHP.
create index.php file i
Hello all,
Working with ASP.NET, if we want to fetch the data from server using jQuery than we can use Ajax POST method of jQuery. which allows us to asynchronously interact with server and we can get data in the desired format such as JSON or XML a
A code snippet for getting current location on browser using google map API
Here we are calling getLocation() on load of the page
getLocation();
function getLocation()
{
if (navigator.geolocation)
{
navigator.geol
Here, I am writing simple method to find out the number of days between two dates.
In many situations, we need to calculate it. So just pass two dates as parameters of the method and get the number of days in long data type.
public long getDa
Hello Readers
Today I am going to explain you parsing of XML in unity. XML can be parse in unity by two ways.
1. By Class method.
2. By Normal method.
Let&rsq
