naming in programming

Class and Method Naming Class name should be a noun (User, Post). Method name should be a verb (create, activate). Class names should always start with an uppercase letter. Variable Names Variables should contain only lowercase letters, and be reasonably named to indicate their purpose and contents. Very short, non-word variables should only be used ... Read more

php quotes

Always use single quoted strings unless you need variables parsed, and in cases where you do need variables parsed, use braces to prevent greedy token parsing. You may also use double-quoted strings if the string contains single quotes, so you do not have to use escape characters.

php anonymous functions

Anonymous functions are available from PHP 5.3 (2009). Anonymous functions are useful when using functions that require a callback function like array_filter or array_map do: Otherwise you would need to define a function that you possibly only use once: The lambda function is an anonymous PHP function that can be stored in a variable and ... Read more

WordPress clean up

Sometimes the wp_options table can get really big and bloated. This could be related to poorly written WP plugins or either tons of _transient entries left in the database. Transient entries are usually created to simply store cached information. This is solved with such sql: Or check the number of not needed records with such ... Read more

dolphin

The Cove - A Documentary Film (2009) Japan Taiji dolphin slaughter save Japan dolphins Dolphins gain unprecedented protection in India India has officially recognized dolphins as non-human persons, whose rights to life and liberty must be respected. Dolphin parks that were being built across the country will instead be shut down. India's Ministry of Environment ... Read more

facebook

The Facebook experiment has failed. Let’s go back. I am signed into Facebook right now. At a quick glance, the entire list of posts on the first screen are irrelevant to me. If I scrolled down I can find 4 stories I actually care about, from a list of about 30. The most important page ... Read more

difference between Slavs and Western people

difference between Slavs (Ukrainian, Russian) and Western (American, European) people: Slavs does not snitch Slavs tells truth to person more easily than Western people for Slavs it is harder to find agreement between people Slavs does not have authorities like Western people does; Slavs more relate on actions than on words Western people accept gender ... Read more

jQuery columns equal height

Update: I made javascript code for making equal height for blocks without jQuery dependency. Set same height for columns using jQuery: jQuery code: html markup:

electric car

TESLA MODEL S ACHIEVES BEST SAFETY RATING OF ANY CAR EVER TESTED Tesla Fast Pack Swap Event Tesla Model S Tesla electric car Electric car Tesla newsletter - July 2, 2013 Almost at 100,000 Votes! As you may know, Tesla is under attack from a number of car dealer associations in various states who are ... Read more

circumcision

circumcision facts Here are some facts about circumcision: About 117 boys die each year in the United States as a result of their circumcision, most from infections or blood loss.1 The U.S. circumcision rate is steadily declining. In 2002 it was 65%, 56% in 2006, 54.5% in 2009,2 and 32% in 2010.3 Circumcision is a ... Read more