- Alcatel (6)
- Android (6)
- Blogger (10)
- Calculators (1)
- Facebook (1)
- Games (4)
- GitHub (1)
- Html-Css-Js (45)
- Illustrator (2)
- InfoSec (13)
- Photoshop (4)
- PHP (11)
- Unicode (2)
- Windows (2)
jQuery
elevateZoom (Requires jQuery)
Microsoft Store (Donation)
Facebook Messenger (Donation)
Many donors of this blog prefer to donate their money through Facebook Messenger!
Click here to go to this blog's Facebook Page!
Thank you!
Click here to go to this blog's Facebook Page!
Thank you!
Request Web\PHP\JavaScript\HTML Project !
Contact us if you want us to develop a Web\PHP\JavaScript\HTML project for you!
Advertise On This Blog!
If you want a Product\Service\Event to be advertised on this blog, feel free to contact us!
Ads (Reserved)
Monday, April 24, 2017
JavaScript - Execute JS codes after DOM or Page load
In the most cases, some CSS/JavaScript/jQuery codes require only "DOM" to be completely loaded in order to work properly!
Document Object Model (DOM) load:
- When HTML document has been completely loaded and parsed
- Does not include stylesheets, images, and subframes loads!
Page load:
- When HTML document has been completely loaded and parsed
- Includes stylesheets, images, and subframes loads!
From all the alternatives demonstrated below, "JQuery" is the recommended one because it allows multiple onload calls!
DOM onload - with anonymous functions (jQuery)
DOM onload - with named functions (jQuery)
window onload - with anonymous functions (JavaScript)
window onload - with named functions (JavaScript)
body onload - with named functions (Html)
document onload - with anonymous functions (JavaScript)
document onload - with named functions (JavaScript)
Keywords:
JavaScript - Execute JS codes after DOM or Page load
Wednesday, April 19, 2017
CSS - Attribute and Negation Selectors
Negation selector: :not( )
If attribute contains a given string: *= (Attributes such as Id, Class, Style, etc)
*= CSS3 - chrome 4.0, Internet Explorer 7.0, Firefox 3.5, Safari 3.2, Opera 9.6
(For this selector to work in IE8 and earlier, a <!DOCTYPE> must be declared.)
:not( ) CSS3 - chrome 4.0, Internet Explorer 9.0, Firefox 3.5, Safari 3.2, Opera 9.6
Keywords:
CSS - Attribute and Negation Selectors
CSS - Select any Element in which its "Id", "Class" or any other attribute contains or does not contain a given string
Monday, April 17, 2017
Blogger - Customize Cross-Columns
How to:
from the code below, replace any "_Id" with your Gadget Id (Click here: How to find a Gadget Id)
Keywords:
Blogger - Customize Cross-Columns
Blogger - Customize Main Columns
Blogger - Pages and Labels as Tabs instead List
Sunday, April 16, 2017
Saturday, April 15, 2017
Friday, April 14, 2017
Blogger - Hide Gadgets Elements
- After creating a Gadget, click on the Gadget "Edit" link in order to see its "Id" in the browser url bar, at the end of the link!
- "Gadget_Id" is Case-Sensitive (Example: "HTML2" is not the same as "html2")
Hide a Gadget at All:
Hide Gadget Title and Gadget Content Area Top Border:
Titles from any Gadget (Image Gadget, Text Gadget, AdSense Gadget, etc etc etc) can be hidden through a single "Html\JavaScript" Gadget (Example below):
Keywords:
Blogger - Hide Gadgets Elements
Blogger - Hide Gadget Title
Friday, April 7, 2017
Illustrator - How to Vectorize
Convert Raster images to Vector images
How to:
Some examples below using "High Fidelity Photo" option to vectorize:
This is a 5888 x 4384 Image File (4,14 MB) Put the mouse over the image or Click it to better visualize it! |
Keywords:
Illustrator - How to Vectorize
Illustrator - convert raster images to vector images
Photoshop - Show Transparent ArtBoard
While creating new files (Alternative 1):
For existing files with non-transparent ArtBoard (Alternative 2):
Keywords:
Photoshop - Show Transparent ArtBoard
For existing files with non-transparent ArtBoard (Alternative 2):
Keywords:
Photoshop - Show Transparent ArtBoard
Tuesday, April 4, 2017
Blogger - Change Focused Elements Outline Color
First of all, note that "Outline" is not the same as "Border", they are different things!
An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
An outline is a line that is drawn around elements (outside the borders) to make the element "stand out".
How to:
Keywords:
Blogger - Apply CSS Style to any focused Element
Blogger - Change Focused Elements Outline Color
Blogger - Change Focused Elements Border Color
Monday, April 3, 2017
Blogger - Change Selected Text Color
How to:
Source: https://developer.mozilla.org/en-US/docs/Web/CSS/::selection#Summary
keywords:
Blogger - Change Selected Text Color
Blogger - Change highlighted Text Color
Subscribe to:
Posts (Atom)