More Items Per Page Amazon [closed] - view

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 days ago.
Improve this question
I'm a complete noob, so please explain this to me like I'm 5.
How can I view more items per page on Amazon than the current maximum of 60?
Thank you.

Amazon has items on pages, so either you join them yourself in a userscript with using sample url like this http://www.amazon.com/kitchen-dining/b/?node=284507&page=1, make your own wildcards or something for managing categories and "nodes" and at the end add &page= with a number of a page.
If you want to have 180 items on a page, join page1-page3 content and make yourself your own page-changer using custom pages - 1=page1-page3, 2=page4-page6,...
For infinite scrolling you have to manage it to load the content from pages step-by-step after some trigger(s). To get the last page, simply get content from span.pagnDisabled which is the last number of Best set amazon page.
Or simply use extension for your browser: Chrome

Related

Junk email filter "levels" no longer available on Outlook? [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 days ago.
Improve this question
A few months ago I decided to set junk email filtering to the lowest available level possible. I can't recall whether I did this on the web or desktop (currently running Outlook for Mac 16.69.1). Fast forward to today and I get so much spam on my inbox that I want to change that setting again. However, I simply can't find the settings on either app anymore. I have of course googled and stacked the hell out of this question, but to no avail. Posts that are actually useful mention options that simply don't show up in my case.
Can someone help me out of junk hell?
This is where I'm pretty sure these options used to be on both apps, but now there's only blacklists or whitelists (excuse the large images; couldn't find a better size/readability compromise):
Desktop
Web

I want to customize windows so that when I select a file for use I have the option to search the internet [closed]

Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 days ago.
Improve this question
When I'm on social media sites there's an option to select a file to post. I would feel more comfortable if there's a way to access the internet to search after I choose the option to add an image. Rather than search the internet to save an image to my computer and then going back to the website to select an image.
Windows after a website prompts to choose a file
How might I go about adding this feature to my computer? It would need add the extra search bar and to be able to connect to the internet.
I'm a novice programmer so not sure where to start. Just came up with the idea.

How to Manage capacity using Trello? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
We started to play with Trello to manage our manufacturing process. Great tool and we want to keep using it. But we are missing one functionality .
We want every agent to log monthly capacity that will be reduced every day and to have some report that will show how much load we already assigned to this individual. (To be able to plan how much work we can take more and estimate when we can deliver new coming order)
Is it possible to achieve somehow in Trello? We can install additional plugins if required. Or we should look at different options?
According to Trello documentation, there are some available options for this case;
Burndown for Trello
Harvest Chrome Extentation
Hubstaff
Timecamp Chrome Extantation
Reports for Trello
Plus for Trello Chrome Extension
For the whole list, you can visit here

Unexplicable increase in page load time [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
Improve this question
I'll try to be as brief as possible;
My page load time increased 40% and I don't know why, in the atttached image you have the before and after loading times, plus the waterfall view for both the first and the repeated view.
The setup: LNMP VPS, opcache, memcache, joomla with T3 framework template, using joomla file caching
I did the following changes (unfortunately I didn't think about testing after each individual change):
-upgraded to the latest joomla, template, and template engine
-compressed images
-upgraded to PHP 7 (from 5.6)
-everything else is the same, including using the same server for testing and having the same server load
The only explanation I can come up with is that the provider is overloading their servers, making my VPS slower.
Please feel free to write any insight/ideas you have.
Thanks!
Screenshots from webpagetest.org
After extensive testing on various other platforms, using the same setup (I even copy-pasted the config files for php, php-fpm, mysql, etc) I found out that the issue was the hosting company which seems to be overselling.
Using different but identically specced hosting the page now has a first view load time of ~0,9s.

Magento does not display all products within the categories [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I have set up the categories and imported the products CSV into Magento, which all worked fine. Each category is display the correct amount of products within the backend. However on the frontend, Magento does not display all of the products in the categories, only the first few. All products are set to be in stock and all have a quantity of at least 1.
Example Screenshot (Bloch Category)
As you can see the category 'Bloch' has 2233 products. However on the frontend, Magento is only display 6. Screenshot below.
Bloch Frontend Screenshot
Can anyone help as to why this might be happening?
Thanks.
Be sure to run the indexes after you update your catalog. You can do this via command line if you are comfortable doing that. SSH into the server and cd into the directory of your site. Once there you can run the command
$ php shell/indexer.php --reindexall
That will fix the issue if its been a while since things were indexed.
If that does not work, you need to check the visibility of the products, they can be set to not visible individually. Obviously that would prohibit them from being displayed on the front-end.
Lastly, check to see if the stock status is in-stock and the product is enabled.
Typically its one of them that is the culprit.

Resources