Recent Posts

Pages: 1 ... 6 7 [8] 9
71
CSS Fonts, Icons, Links / Re: CSS ICONS
« Last post by jhayzoney10 on October 18, 2017, 04:27:18 am »
The icon (from Greek ƒÃƒÇƒÈƒÖƒË, eikon, "image") is a flat picture of Christ, Mary, or saints, and Bible stories.
72
JavaScript Operators / Re: LOGICAL OPERATORS
« Last post by ljhay on October 18, 2017, 04:26:54 am »
Logical operators are typically used with Boolean (logical) values. When they are, they return a Boolean value. However, the && and || operators actually return the value of one of the specified operands, so if these operators are used with non-Boolean values, they may return a non-Boolean value.
73
JavaScript Operators / Re: COMPARISON OPERATORS
« Last post by ljhay on October 18, 2017, 04:25:14 am »
Features of comparisons:

Two strings are strictly equal when they have the same sequence of characters, same length, and same characters in corresponding positions.
Two numbers are strictly equal when they are numerically equal (have the same number value). NaN is not equal to anything, including NaN. Positive and negative zeros are equal to one another.
Two Boolean operands are strictly equal if both are true or both are false.
Two distinct objects are never equal for either strict or abstract comparisons.
An expression comparing Objects is only true if the operands reference the same Object.
Null and Undefined Types are strictly equal to themselves and abstractly equal to each other.
Equality operators

Equality (==)
The equality operator converts the operands if they are not of the same type, then applies strict comparison. If both operands are objects, then JavaScript compares internal references which are equal when operands refer to the same object in memory.
74
CSS Fonts, Icons, Links / Re: CSSFonts
« Last post by jhayzoney10 on October 18, 2017, 04:24:48 am »
After the color, the font is probably the most basic property of a page. On this page I won't show any "tricks," but I will show the range of font variations that CSS allows.
75
JavaScript Operators / Re: COMPARISON OPERATORS
« Last post by Emary Echo on October 18, 2017, 04:17:35 am »
These operators compare two expressions to determine whether or not they are equal, and if not, how they differ. Is, IsNot, and Like are discussed in detail on separate Help pages. The relational comparison operators are discussed in detail on this page....... ex.result = expression1 comparisonoperator expression2 
result = object1 [Is | IsNot] object2 
result = string Like pattern  ..... Did i may right or not if im not correct can you make it right ???????
76
JavaScript Operators / Re: LOGICAL OPERATORS
« Last post by Emary Echo on October 18, 2017, 04:10:40 am »
what is logical operator generally?????.....and what are the fundamental of logical operator that i should learn .....????????
77
JavaScript Operators / Re: BITWISE OPERATORS
« Last post by Emary Echo on October 18, 2017, 04:07:06 am »
In computer programming, a bitwise operation operates on one or two bit patterns or binary numerals at the level of their individual bits. On many computers, bitwise operations are slightly faster than addition and subtraction operations and significantly faster than multiplication and division operations....right  Can you give me example of pattern that i can use in bit wise cuz you know im a little confuse with it...
78
CSS Fonts, Icons, Links / Re: CSSFonts
« Last post by Emary Echo on October 18, 2017, 03:56:46 am »
Which of the following value is supposed to be a slightly bolder weight that standard bold in font attribute???????????
79
CSS Fonts, Icons, Links / Re: CSS ICONS
« Last post by Emary Echo on October 18, 2017, 03:55:29 am »
Is it possible to add CSS values to alter the image?????? rather than changing the image itself and uploading a new copy to data_dir to reference? Such as adding an outline or doing more than just adjusting the size????
80
CSS Fonts, Icons, Links / Re: CSS LINKS
« Last post by air on September 20, 2017, 02:00:26 am »
what are the properties of it maam???
Pages: 1 ... 6 7 [8] 9