Albert Einstein

Insanity: doing the same thing over and over again and expecting different results. - Albert Einstein Try not to become a man of success, but rather a man of value. - Albert Einstein If you can't explain it to a six year old, you don't understand it yourself. - Albert Einstein Everything should be made ... Read more

IMDB

list imdb Advanced Title Search imdb action movies top 1000 sorted by rating imdb comedy movies top 1000 sorted by rating imdb animation movies top 1000 sorted by rating imdb Advanced Name Search imdb search Highest Rated Feature Films Released In 2000-2014 With At Least 1,000 Votes Highest Rated Documentaries Released 2000-2014 With At Least ... Read more

what users need and not what they want?

If I asked people what they wanted, they would have said 'Faster Horses'. -Henry Ford Make sure that you focus on goals. Don't ask what your users want or need in terms of functionality or form. Find out what they need (or want) to achieve .. that way the parameters you use to define and ... Read more

WordPress cron

WordPress cron can schedule an action. The cron action will trigger when someone visits your WordPress site, if the scheduled time has passed. wp_schedule_event() wp_get_schedules()

cognitive load

In a nutshell, Cognitive Load is the amount of “Brain Power” required to understand something. This could be perception, problem solving or juggling things in memory. The term cognitive load is used in cognitive psychology to illustrate the load related to the executive control of working memory. Theories contend that during complex learning activities the ... Read more

WordPress MU

sync user roles across WordPress Multisite: Sync all roles with capabilities on all sites of the WordPress Multisite Network:

WordPress custom loop with pagination

query_posts() is overly simplistic and problematic way to modify main query of a page by replacing it with new instance of the query. It is inefficient (re-runs SQL queries) and will outright fail in some circumstances (especially often when dealing with posts pagination). Any modern WP code should use more reliable methods, like making use ... Read more