Price meter in magento - magento-1.5

Can any guide how can we build ajax based Price meter to be shown in left side bar in magento or let me know is there any free extension

Related

Shopware 6: Add product slider to customized shop page

I have created a custom shop page layout and added a product slider.
But I don't see anything on the storefront. Is there some special configuration that has to be set?
You can double check the page with new custom layout that has product slider
Make sure that page is using right layout
Check product slider exists

Navigate to the Map from the Start Center or List View?

Maximo 7.6.1.1/Spatial 7.6.0.5:
Scenario:
A user wants to go directly to the map to explore multiple assets, locations, WOs, or SRs.
The user does not have a specific asset/location/WO/SR that they want to explore. They only know the general area that assets/locations/WOs/SRs are located in.
In the Assets example, the only OOB way to do this is to:
Go to the Assets application.
In the List View, do a filter to show GIS assets.
Click a random GIS asset (likely not located in the part of the map that the user wants to explore).
Click the map tab.
Manually pan/zoom to the area in question.
Is there a way to navigate to the Map directly from the Start Center or List View (instead of navigating to a random single record as mentioned above)?
Even a simple hyperlink on the Start Center that points to a generic asset/location/WO/SR would be an improvement over the single-record-workaround mentioned above.
Keyword: Maximo Spatial
There is a System Property in Maximo that allows you to enable the tabs to display without opening a record. Set the System Property mxe.webclient.tabBreadCrumbs to 0 and perform a live refresh. Now click on a Favorite Application from your Start Center and you will see that the tabs are displayed without opening a record. You can simply click on the Map tab. I recommend using a Geocode Service such as a street intersection to allow a user to quickly navigate to an area of the map.
Asset application with Tabs
Hyperlinks on the Start Center might work, but they also might be misleading:
Map shortcuts to specific/sample records:
Town Hall (a specific Location)
Main St (a specific Asset)
WO at Town Hall (closed/not editable)
SR at Town Hall (resolved/not editable)
http://<your host>/maximo/ui/maximo.jsp?&forcereload=true&additionalevent=useqbe&additionaleventvalue=location=%27M001%27&changetab=mxmap&event=loadapp&value=location
http://<your host>/maximo/ui/maximo.jsp?&forcereload=true&additionalevent=useqbe&additionaleventvalue=assetnum=%27RD-305220%27&changetab=mxmap&event=loadapp&value=asset
http://<your host>/maximo/ui/maximo.jsp?&forcereload=true&additionalevent=useqbe&additionaleventvalue=wonum=%27WO2492%27&changetab=mxmap&event=loadapp&value=wotrack
http://<your host>/maximo/ui/maximo.jsp?&forcereload=true&additionalevent=useqbe&additionaleventvalue=ticketid=%27SR1627%27&changetab=mxmap&event=loadapp&value=sr
Possibly helpful: Creating a Hyperlink on the Start Center

How to link top-level "section" navigation items when using Zurb Foundation's top bar navigation component?

I am building a site using the Zurb Foundation UI framework, and I am wondering how to go about top-level navigation links so that they work for both desktop and mobile visitors.
EDIT: Here's an example: http://meowzen.com/zurb-nav/
Section 1 <-- should take the visitor to a "section" page
--Sub-Section 1 <-- should take the visitor to a "sub-section" page
--Sub-Section 2 <-- ditto
--etc
In the example via the link above, you'll notice that all links work as expected on a large screen. However, when the responsive navigation kicks in (either by resizing the window or viewing the page on a mobile device), the "section" pages aren't accessible through the menu anymore.
Has anyone come up against this problem? Do you have any suggestions on how to go about this?
Many thanks in advance!
EDIT: Here are some options I have at the moment:
Option 1: Only show top-level 'sections' for the mobile navigation - here's an example: projection . pixar . com . <- I'm leaning towards this!
Option 2: Make the section names linkable - I believe it's possible because there's a working example here: emerilsrestaurants . com .
Option 3: Insert a dummy menu item for the section pages at the sub-section level .
In the example via the link above, you'll notice that all links work as expected on a large screen. However, when the responsive navigation kicks in (either by resizing the window or viewing the page on a mobile device), the "section" pages aren't accessible through the menu anymore.
I am not sure I am understanding you correctly, but your example is working as expected. For smaller viewports ("mobile" view) the menu is hidden in a dropdown component. Once you drop down the menu, sub-menu items are still navegable on click.

Show alert with Indeterminate progress indicator Nokia Full Touch j2me

Does anyone know how to show a spinner for progress bar in a j2me alert?
Here is my piece of code so far:
loadingDialog = new Alert("Please Wait","Please Wait.",null,AlertType.INFO);
Gauge gau = new Gauge( null, false,
Gauge.INDEFINITE,
Gauge.CONTINUOUS_RUNNING );
loadingDialog.setIndicator(gau);
loadingDialog.setTimeout(500000);
displays.setCurrent(loadingDialog);
I am getting a horizontal line (like a slider). What I want is a spinner in place of it.
http://www.developer.nokia.com/Resources/Library/Full_Touch/ui-components/progress-indication.html
The second image (labelled non interactive gauge) of the link is what I am looking for:
The way how you create Gauge looks about right, in accordance with instructions given at Nokia page you refer as well as with Gauge API javadocs (available online):
CONTINUOUS_RUNNING
The value representing the continuous-running state of a non-interactive Gauge with indefinite range.
...
INDEFINITE
A special value used for the maximum value in order to indicate that the Gauge has indefinite range.
Explanation at Nokia page (somewhat vague) suggests the most likely reason for the issue you describe is that Nokia shows spinner only in forms, not in alerts:
- Indefinite gauge in Java Form uses spinner.
- An Alert uses a "barber shop roll" (animated bar of fixed length).
The way to test above assumption is to put Gauge like yours into the Form instead of Alert and see how device / emulator displays it.
If Form shows spinner, then the most straightforward workaround is to use Form instead of Alert. In this case, since Form lack "dismissal" feature provided by Alert, you would have to implement it yourself - eg by using TimerTask to schedule form replacement with previous screen.
Hehehe, the clue is in the link you gave --
Java Alerts do not use spinners due to layout constraints.
So it's not possible!

Drupal: hiding the view to display the results?

i m newbie to drupal
i have a view which displays the list of cars , i have 2 filters which are exposed make users to search for the car model and price.
it works fine, now i want this view to be home page, by default views gives list of all the nodes.
i dont want that, the results should display after users presses apply button
can any one help me to do that...
Go to /admin/settings/site-information and enter the path to your view in the "Default front page" field.
PS. your site cannot be Drupal 5 and Drupal 6 at the same time. Please tag your questions correctly.

Resources