CodePen page, share try snippets
simple form:
https://codepen.io/blogbook/pen/mdaLLwY
simple form:
https://codepen.io/blogbook/pen/mdaLLwY
Setup vsCode for Laravel Development
https://script-jungle.com/setup-vscode-for-laravel-development/
7 useful VSCode extensions for a PHP developer
Power up your PHP productivity
https://towardsdev.com/7-useful-vscode-extensions-for-a-php-developer-3d70ebc558b3
#######################################
Top JavaScript VSCode Extensions for Faster Development
https://codeburst.io/top-javascript-vscode-extensions-for-faster-development-c687c39596f5
Bracket Pair Colorizer and Indent Rainbow:
pandas documentation
https://pandas.pydata.org/pandas-docs/stable/
10 minutes to pandas
https://pandas.pydata.org/pandas-docs/stable/user_guide/10min.html#min
intro:
https://github.com/mrdbourke/zero-to-mastery-ml/blob/master/section-2-data-science-and-ml-tools/introduction-to-pandas-video.ipynb
intro 2:
https://github.com/mrdbourke/zero-to-mastery-ml/blob/master/section-2-data-science-and-ml-tools/introduction-to-pandas.ipynb
I really miss Laravel
https://www.reddit.com/r/laravel/comments/16bjbmh/i_really_miss_laravel/
PHP Development Trends In 2023
https://medium.com/@dollyaswin/php-development-trends-in-2023-d03fb601ff67
PHP 7 reached end of life with the end-of-life announcement of PHP 7.4 in November 2022. Organizations who have not yet adopted PHP 8 now find themselves needing to either migrate quickly, or find a commercial provider of a long-term-support edition of the language.
############################
How to become an Open Source Software contributor?
https://sagikazarmark.hu/blog/how-to-become-an-open-source-software-contributor/
application>config>config.php
$http_tag = ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == "on") ? "https" : "http");
if($http_tag =='http'){
$config['base_url'] = 'http://' . $_SERVER["HTTP_HOST"] . '/project';
}else{
$config['base_url'] = 'https://' . $_SERVER["HTTP_HOST"] . '/project';
}
SortByColumns (sort by title, and date )and Search code:
SortByColumns(
SortByColumns(Search('Válogatott eseti kutatások';KeresBox.Text;"Title";"field_1";"Kateg_x00f3_ria";"field_2") ;"Title";SortOrder.Ascending) ;
"D_x00e1_tum";
SortOrder.Descending)
Search:
Search('Válogatott eseti kutatások';KeresBox.Text;"Title";"field_1";"Kateg_x00f3_ria")
Sortby:
SortByColumns('Válogatott eseti kutatások';"D_x00e1_tum";SortOrder.Descending)
Power Apps SortByColumns and Sort function with a custom sort order
Sort by Date in PowerApps
How to use a Hyperlink column on a Custom List to organize links to SharePoint sites
Power Apps Search and Filter Functions on Large SharePoint Lists
PowerApps Search and Filter Functions
###############################################
Search('Válogatott eseti kutatások';KeresBox.Text;"Title";"field_1")
Érdekesség, a field_1, több soros.
Ékezetes oszlopnevek nem jöttek fel, ezért ezeket a ‘field_’ nevűeket próbáltam.
###############################################
Can you highlight the selected record in a Gallery
https://powerusers.microsoft.com/t5/Building-Power-Apps/Can-you-highlight-the-selected-record-in-a-Gallery/td-p/9877
If(ThisItem.Title=Gallery6.Selected.Title;
RGBA(186; 202; 226; 1);
RGBA(255; 255; 255; 1)
)
###############################################
megjegyzés: StartsWith nem jó, csak a text elejét nézi
Filter(
'Válogatott eseti kutatások';
StartsWith(Title;
KeresBox.Text
) ||
StartsWith('kulcsszavak';
KeresBox.Text
)
)
###############################################
Laravel Development:
Laravel Extension Pack {
uninstall:
EditorConfig for VS Code
Laravel Create View
Laravel Blade Wrapper
}
One Dark Pro