C - Class Every class is a subclass of the object class. _myVariable - An underscore (_ ) at the beginning indicates that it is a private vari…
Flutter
VS Core for the flutter developer | Setting
August 23, 2024
Extensions for VS Code Error Lens (alexander) Flutter Dart Bloc (Felix Angelov) Most popular commands [CMD/Terminal] flutter code. flutter creat…
blogger
Web Programming
How to add code in Blogger Post | Code Snippet
April 15, 2021
Go to the site http://hilite.me/ and paste your code and select language. Generate HTML and copy. Now paste this code in desired location in…
OOP
Objcet Oriented Programming Essentials
October 23, 2019
Steps Create a class Wrap all variable and classes inside class Create a new variable instance of class Handle variables and classes through in…
WordPress
WordPress Plugin Development
WordPress Theme Development
Redux Framework || Theme Option Panel Frameworks || WordPress
August 11, 2019
Resource & Documentation Download: https://redux.io/ Download: https://github.com/reduxframework/redux-framework Documentation: https://do…
PhotoShop
How to draw a straight line in Photoshop
February 13, 2019
Method One Select the layer Select the brush tool (press B) Optional - Press & Hold Ctrl(cmd) + Press & Hold Shift + Press N or select…
CSS
CSS | Selector | Global Attribute | data-
October 26, 2018
❃ For styling an HTML element the selector detects the target HTML element on a web page. Element selector HTML element name (like <p>…
PhotoShop
Remove background | Photoshop
October 25, 2018
Always save image as PNG format if transparent background required.
Way-1 (Background same color) (menu) Select > color range> Select…
CSS
CSS3 Essentials
October 22, 2018
CSS uses level instead of version. Moreover, level 3 have all properties of level 1 and level 2. CSS is cascaded with HTML using inline styl…
CSS
CSS | Border
October 18, 2018
⌚ CSS3 Essentials
Border Outer edge of the padding and inner edge of margin. Default border size is zero and invisible. Border properties/Bor…
CSS
CSS | Background
October 17, 2018
⌚ CSS3 Essentials Background Background area: Underneath total area of element's content, padding, and border. The background doesn't…
CSS
CSS statements | Rulesets | CSS @rule
October 3, 2018
If required read ⌚ CSS3 Essentials before start.
CSS Statement: Single line or declaration block with selector which generally provide res…
CSS
Media queries in CSS
October 2, 2018
⌚ CSS3 Essentials Optional media type + any number of media feature expression with logical operator. Media queries are use only when site …
CSS
Display | CSS Property
September 10, 2018
⌚ CSS3 Essentials
CSS display property define element's surrounding behavior with other element, every element on web page virtually r…
Bootstrap
Bootstrap 4 essentials
August 30, 2018
Notes Bootstrap 4 requires the HTML5 doctype (<!doctype html>). It follows mobile first strategy, so when you develop something, then i…