
Search In
Hi Readers,
To make the tableView cell animate from a particular point to its position, you just have to add the lines below in the “willDisplayCell:” delegate function of the table view as shown below.
-(void)tableView:(UITableView *)tableView wi
I have tables on booking orders for trips.
Bookings (booking_id, booking_time, driver_id, customer_id)
Drivers (driver_id, name)
I need to identify all customers who have had at least 60% of their bookings completed by the same driver within the last
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 other site
The shadow behind a box gives an amazing 3-D effect. We can apply this 3-D effect by box shadow property.
The Syntax is :
box-shadow : [horizontal-positioning-value] [vertical-positioning-value] [blur-radius] [optional disperse-radius ] [color];
To add action and menu in Odoo
Action- There are different types of actions in Odoo:
1- Window: Opening of a new window
2- Report: The printing of a report
3- Custom Report: The personalized reports or RML Report: The XSL:RML reports
4- Ex
In Javascript , getTime() method return the numeric value ( in milliseconds ) corresponding to the time for the specified data according to universal time . Through this method you can assign a date and time to another Date Object. Basically this me
Action- There are different types of actions in Odoo:
1- Window: Opening of a new window
2- Report: The printing of a report
3- Custom Report: The personalized reports or RML Report: The XSL:RML reports
4- Execute: execu
Hello reader's in this blog we are making a css3 dropdown menu with custom html. We dont use <select> element for creating it. I have used list <li> element for making the dropdown of the menu.
HTML:-
In the html file i hav
Today we are going to learn toggle method in jQuery with example.
Toggle method() is used to hide and show the particular selected element.
Syntax of toggle method() is:-
$(selector).toggle(speed,easing,callback)
We can pass three
People are constantly shifting away from desktops and focusing on their mobiles. Apparently, they check their private and marketing emails more often on their phones than on their desktops. So, email campaigns must be designed and created bearing thi
