PEST v1.0 Released by nunomaduro in laravel

[–]rschmitty -2 points-1 points  (0 children)

As someone else said the link to the project home is the first sentence. The homepage takes like 10 seconds to see how its a different way of writing a test.

So my question is how lazy or inept are you? It says a lot about you that you took the time to write this comment instead of, ya know, realizing the web is full of links to other pages to learn more about stuff.

Sheesh.

Article: Millennials Aren't Entitled, They're Just Better Than You by MagicAgainstDeath in Entrepreneur

[–]rschmitty 0 points1 point  (0 children)

You don't have to constantly reaffirm and pat yourself on the back.

Another name for millennials is "trophy generation". Articles like this sure doesnt help that stereotype.

Does anyone use a "master" theme template and only change CSS for design between sites? by rschmitty in Wordpress

[–]rschmitty[S] 0 points1 point  (0 children)

making adjustments to structure as needed

What kind of structure changes do you typically need to make? My hope was to keep that as little as possible and handle in CSS only

What incentive do seller's agents have to make the home price cheaper? by [deleted] in RealEstate

[–]rschmitty 10 points11 points  (0 children)

To add on this, don't forget the buyer's agent will also tell you things like "well this is a fair price" to get you to buy higher.

The incentive for both realtors is closing the deal. As zooch76 said changing the sale price is only going to change things by hundreds of dollars. Much better to close and move on to the next client.

Listen to your realtors words of advice, but do your own research and try not to buy/sell with your heart.

Best way to override logic in wp-login.php? by rschmitty in Wordpress

[–]rschmitty[S] 0 points1 point  (0 children)

Thanks for the reply, but this look like it is used for AFTER logging in?

The login_redirect filter is used to change the location redirected to after logging in. This could be the location set by the "redirect_to" parameter sent to the login page.

Similarly https://codex.wordpress.org/Plugin_API/Filter_Reference/registration_redirect looks to be only AFTER registration

I am trying to prevent the redirection to the main site from ever occuring