-
JavaScript Tutorial Design Your Website
Learn Javascript and maney more stay tuned Original source
-
Dos and Donts: Best Practices When Learning JavaScript
With every programming language, there’s a list of best practices; do’s and don’ts. JavaScript is no exception. Some of these best practices are there for your protection (like always always always using semi-colons!), some to make your code more readable and less error-prone, and some to increase the efficiency of your code. Don’t miss an…
-
07 MySQL Tutorial for Beginners: Logical Operators (AND, OR, NOT), NULL, IS NULL Clause
“Logical operators” enable us to use more than one condition in WHERE clause. You use the AND “logical operator” to specify that the search must satisfy both … source
-
09 MySQL Tutorial for Beginners: LIKE + REGEXP Operators, Regular Expressions
You use the LIKE operator to retrieve rows that match a string pattern. The Mask for a LIKE phrase can contain special symbols called “wildcards”. Masks aren’t … source