This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: design-eval | |
| description: > | |
| Comprehensive UX/UI design evaluation skill grounded in established frameworks: | |
| Nielsen's 10 Usability Heuristics, Shneiderman's 8 Golden Rules, | |
| Gerhardt-Powals' Cognitive Engineering Principles, the Fogg Behavior Model | |
| (B=MAP), and Laws of UX (Hick's Law, Fitts's Law, Miller's Law, Jakob's Law, | |
| Peak-End Rule). Use this skill whenever the user wants to evaluate, critique, | |
| audit, or review a design — including screenshots, mockups, wireframes, | |
| prototypes, described flows, or any UI element. Also trigger when the user |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Locate This File: /app/code/core/Mage/Checkout/controllers/OnepageController.php | |
| Go to Mage_Checkout_OnepageController::successAction() | |
| Comment the line $session->clear();. | |
| Now you can make one order and refresh the page as often as you like for styling the success page, | |
| simply put through a test order and once you are on the success page just change the url | |
| from /checkout/onepage/success/ to /checkout/onepage/failure/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited | |
| # | |
| # Current known FCC address ranges: | |
| # https://news.ycombinator.com/item?id=7716915 | |
| # | |
| # Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft | |
| # | |
| # In your nginx.conf: | |
| location / { |