afgprogrammer
afgprogrammer
Learn Web Design
18 posts
by Mohammad
Don't wanna be here? Send us removal request.
afgprogrammer · 4 years ago
Video
youtube
Flutter UI Tutorial | Login Page with Dark/Light Mode - day 24
0 notes
afgprogrammer · 4 years ago
Photo
Tumblr media
PHP Arrays There are basically three types of arrays in PHP: Indexed or Numeric Arrays: An array with a numeric index where values are stored linearly. Associative Arrays: An array with a string index where instead of linear storage, each value can be assigned a specific key. Multidimensional Arrays: An array which contains single or multiple array within it and can be accessed via multiple indices. #php #code #coding #phpdeveloper #developer #codesnippet #phpprogramming #afgprogrammer https://www.instagram.com/p/CLRhxbuDs_x/?igshid=odlsnnbsik8q
0 notes
afgprogrammer · 4 years ago
Photo
Tumblr media
PHP switch Statement: The “switch” performs in various cases i.e., it has various cases to which it matches the condition and appropriately executes a particular case block. It first evaluates an expression and then compares with the values of each case. If a case matches then the same case is executed. To use switch, we need to get familiar with two different keywords namely, break and default. The break statement is used to stop the automatic control flow into the next cases and exit from the switch case. The default statement contains the code that would execute if none of the cases match. #php #code #coding #phpdeveloper #developer #afgprogrammer #codesnippet #phpprogramming https://www.instagram.com/p/CLRhgCdDEsM/?igshid=1vs489fowqxtw
0 notes
afgprogrammer · 4 years ago
Photo
Tumblr media
PHP Conditional Statements: Very often when you write code, you want to perform different actions for different conditions. You can use conditional statements in your code to do this. In PHP we have the following conditional statements: if statement - executes some code if one condition is true if...else statement - executes some code if a condition is true and another code if that condition is false if...elseif...else statement - executes different codes for more than two conditions Ternary Operators In addition to all this conditional statements, PHP provides a shorthand way of writing if…else, called Ternary Operators. The statement uses a question mark (?) and a colon (:) and takes three operands: a condition to check, a result for TRUE and a result for FALSE. #php #code #coding #phpdevelooer #developer #afgprogrammer #codesnippet #phpprogramming https://www.instagram.com/p/CLRhNqpjQyn/?igshid=msos8smu9fd3
0 notes
afgprogrammer · 4 years ago
Photo
Tumblr media
Declaring PHP Variables: In PHP, a variable starts with the $ sign, followed by the name of the variable PHP Variables A variable can have a short name (like x and y) or a more descriptive name (age, carname, total_volume). Rules for PHP variables: A variable starts with the $ sign, followed by the name of the variable A variable name must start with a letter or the underscore character A variable name cannot start with a number A variable name can only contain alpha-numeric characters and underscores (A-z, 0-9, and _ ) Variable names are case-sensitive ($age and $AGE are two different variables) Remember that PHP variable names are case-sensitive! In the example above, notice that we did not have to tell PHP which data type the variable is. PHP automatically associates a data type to the variable, depending on its value. Since the data types are not set in a strict sense, you can do things like adding a string to an integer without causing an error. In PHP 7, type declarations were added. This gives an option to specify the data type expected when declaring a function, and by enabling the strict requirement, it will throw a "Fatal Error" on a type mismatch. Read more: https://afgprogrammer.com/blog #pho #code #coding #developer #phodeveloper #variables #afgprogrammer #codesnippet #learnphp https://www.instagram.com/p/CLBUxDyjFjW/?igshid=1oilelqphm4yi
0 notes
afgprogrammer · 4 years ago
Photo
Tumblr media
Comments in PHP A comment in PHP code is a line that is not executed as a part of the program. Its only purpose is to be read by someone who is looking at the code. Comments can be used to: Let others understand your code Remind yourself of what you did - Most programmers have experienced coming back to their own work a year or two later and having to re-figure out what they did. Comments can remind you of what you were thinking when you wrote the code PHP supports several ways of commenting: Single-line and Multi-line #php #code #coding #developer #phpdeveloper #comment #afgprogrammer #codesnippet #comments_in_php https://www.instagram.com/p/CLBUKxUjXhK/?igshid=ze67nsfpgdl9
0 notes
afgprogrammer · 4 years ago
Photo
Tumblr media
Php Case Sensitivity: In PHP, keywords (e.g. if, else, while, echo, etc.), classes, functions, and user-defined functions are not case-sensitive. However; all variable names are case-sensitive! #php #code #coding #casesensitive #phpdeveloper #codesnippet #variables #afgprogrammer #language_php https://www.instagram.com/p/CK-zVk6DGJF/?igshid=v6kbg4e4honc
0 notes
afgprogrammer · 4 years ago
Photo
Tumblr media
The PHP echo Statement: The echo statement can be used with or without parentheses: echo or echo(). #php #code #coding #phpcode #echo #codesnippet #phpdeveloper #language.php #afgprogrammer https://www.instagram.com/p/CK9LRH0DJ4F/?igshid=2hpju2ug9uz9
0 notes
afgprogrammer · 5 years ago
Photo
Tumblr media
Looks like a pretty good coding situation. Happy Friday everyone. #code #coding #vscode #afgprogrammer #web #webdevelopment #programming #productivity #friday #fridaymood #fridayvibes (at Kabul, Afghanistan) https://www.instagram.com/p/CIqmCEgjRXf/?igshid=1jnsz539qze1k
1 note · View note
afgprogrammer · 5 years ago
Photo
Tumblr media
Hello guys, I hope you're fine and healthy. Recently I just start working on #day22 of #flutter100days #ui #challenge to make another video of this series. This is a big application, somehow because it has about four-page, so do not forget to watch it 😉 and subscribe to my #youtube #channel. This is my #youtube channel link: https://youtube.com/afgprogrammer #flutter #flutterui #flutterapp #flutterdesign #ios #android #app #application #mobile #mobileappui #uidesign #design #youtuber #afgprogrammer #flutterday22 #day22 #programmer #mobiledeveloper #software #loveyourself #youtubechannel (at Kabul, Afghanistan) https://www.instagram.com/p/CAZ2TNjHIq3/?igshid=2mdz574cqroz
1 note · View note
afgprogrammer · 5 years ago
Video
youtube
Flutter UI | App Intro With Indicators Application UI/UX Design (day 21)
1 note · View note
afgprogrammer · 5 years ago
Photo
Tumblr media
Hey, welcome to #100daysofcode This is #day21 of my #100daysofcode journey. In this video we are going to make an app intro for our application in #flutter so please check this out on my YouTube channel and don't forget to subscribe for more #videos. https://youtube.com/afgprogrammer Designed by @yasirnoori.yn on #instagram #code #programming #challenge #afghanistandevelopers #afgprogrammer #youtube #youtuber #flutter #flutterui #dart #vscode #video #application #design #coding #flutterdesign #flutterapp #introapp (at Kabul, Afghanistan) https://www.instagram.com/p/CANGqKtAQgT/?igshid=16u6gsujcemlm
1 note · View note
afgprogrammer · 6 years ago
Video
youtube
Web Design: Beautiful login page designed with HTML5 and CSS3, SVG graph...
1 note · View note
afgprogrammer · 6 years ago
Video
youtube
Web Design: Beautiful subscribe form template design with HTML 5 and CSS...
0 notes
afgprogrammer · 6 years ago
Video
youtube
Web Design: Beautiful portfolio blog designed in HTML 5 & CSS 3 [flex-box]
0 notes
afgprogrammer · 6 years ago
Video
youtube
Web Design: Beautiful dark sign up page design with HTML5 and CSS.
0 notes
afgprogrammer · 6 years ago
Video
youtube
How to responsive an existing project with bootstrap and CSS media query
0 notes