Sites vs Apps
Web development Life Cycle
Creativity is a PROCESS not a momentBeing creative is about CONNECTING IDEASCreativity is a STATE OF MIND Make design simple enough to be understood as a whole Elements need more space than you think Web design is all aboutputting the right ELEMENTSat the right PLACEwith the right SIZING Emphasis:All depends on the context 10 Principles
Timeless principles for good design Read More »
5 pilars: Humans are patterns recognition machines Use multiples of number 4 for sizes
Only Noobs Build Beautiful Websites Read More »
In MySQL, when defining a column, you have the option to set a default value. Whether you should set it to NULL or an empty value (0 in the case of INTEGER) depends on your specific use case and requirements. Here are the pros and cons of each approach: Setting the default value to NULL:
The $wpdb object is defined in the wp-includes/wp-db.php file. This file contains the class wpdb that extends the wpdb class from the db.php file. Understanding the $wpdb object and its class file is crucial for effective WordPress database operations. As you continue your WordPress journey, mastering this alongside the PHP language will empower you to
Understand & Use $wpdb Global Object WordPress Read More »