Тёмный
MainlyWebStuff
MainlyWebStuff
MainlyWebStuff
Подписаться 2,6 тыс.
Short tutorials on web and software development.

Views are my own.
How to Create Database in phpMyAdmin
8:12
14 дней назад
Lighthouse test in Chrome
2:03
Год назад
How to force quit app on Mac
0:19
Год назад
disable javascript
1:26
2 года назад
How to OPEN HTML file in XAMPP
1:17
3 года назад
Install Drupal in Xampp
6:46
3 года назад
eye problems web accessibility
1:09
3 года назад
ZIP in Windows 10
1:31
3 года назад
Emulate slow connection Chrome
1:32
3 года назад
Create HTML TABLE
1:04
3 года назад
what font is this?
1:23
3 года назад
Full Web Page Screenshot
1:24
3 года назад
CSS class example
1:16
3 года назад
Install Wordpress in Xampp
6:24
3 года назад
Комментарии
@santiagootero3580
@santiagootero3580 11 дней назад
really helpful!!
@MainlyWebStuff
@MainlyWebStuff 6 дней назад
Glad it was helpful!
@s1201
@s1201 Месяц назад
Could you provide a link for the stl?
@MainlyWebStuff
@MainlyWebStuff 6 дней назад
see description text
@Richterical
@Richterical Месяц назад
This is singlehandedly one of the best tutorial series I have watched, thank you so much for your knowledge and your time. Quite literally exactly what I needed and the way you explain things is both concise and thorough. I like your voice btw, had a look at your channel, nice thumbnails too! subscribed and keep it up :]
@hermitcrabyt8212
@hermitcrabyt8212 Месяц назад
Tysm😊
@MainlyWebStuff
@MainlyWebStuff Месяц назад
glad you found it useful
@brodobroggins
@brodobroggins Месяц назад
Does anyone know of a way to not show this in the control center and just have it run in the background?
@jpeanut146
@jpeanut146 3 месяца назад
legend
@MainlyWebStuff
@MainlyWebStuff Месяц назад
glad it helped
@LivingTech
@LivingTech 3 месяца назад
Thank you.
@ominoverde5602
@ominoverde5602 3 месяца назад
it works only in mac your video is almost useful
@MainlyWebStuff
@MainlyWebStuff Месяц назад
glad it helped. works in linux also
@ominoverde5602
@ominoverde5602 Месяц назад
@@MainlyWebStuff yea i had new ubuntu or something famous like that in front of me where it didnt worked, but actually then i tried and it worked everywhere else
@dinonuggieincorporated
@dinonuggieincorporated 3 месяца назад
This is really useful, thx
@MainlyWebStuff
@MainlyWebStuff Месяц назад
No problem!
@catcookcode
@catcookcode 4 месяца назад
How to make date field?
@rendererprocess9167
@rendererprocess9167 Месяц назад
SQLite is fairly primitive, and so it doesn't support many data types, like Date/Time. However you could probably get around this with a TEXT field, or a much more janky (and much more funni) approach, where you have a seperate integer field for each day/month/year.
@nicholasclem
@nicholasclem 5 месяцев назад
amazingly useless thanks
@cikfs9913
@cikfs9913 5 месяцев назад
Thank you
@MainlyWebStuff
@MainlyWebStuff Месяц назад
glad it was useful
@JojyAndPeen
@JojyAndPeen 6 месяцев назад
thanks!
@MainlyWebStuff
@MainlyWebStuff Месяц назад
Thanks hope you found it useful
@hafsath1587
@hafsath1587 6 месяцев назад
thank you
@MainlyWebStuff
@MainlyWebStuff Месяц назад
You are welcome
@xemusic7997
@xemusic7997 6 месяцев назад
thank you so much
@MainlyWebStuff
@MainlyWebStuff Месяц назад
Welcome, hope you found it useful.
@russel2506
@russel2506 6 месяцев назад
thanks man its help me
@MainlyWebStuff
@MainlyWebStuff 5 месяцев назад
Happy to help
@yashgupta-jk4xq
@yashgupta-jk4xq 7 месяцев назад
I had to use a prepopulated database for a personal project, this helped tremendously
@MainlyWebStuff
@MainlyWebStuff Месяц назад
No problem, you are welcome. Good luck with your SQLite project
@abiyafatima8271
@abiyafatima8271 7 месяцев назад
Thankuuuu for helping me😊
@MainlyWebStuff
@MainlyWebStuff Месяц назад
You are welcome, glad it helped with validation
@S-Lomar
@S-Lomar 7 месяцев назад
Thank you for sharing ❤️💕 ❤️❤️
@MainlyWebStuff
@MainlyWebStuff Месяц назад
You are welcome
@RoadToDawn5
@RoadToDawn5 8 месяцев назад
It's a simple, yet essential video, thank you my friend.
@MainlyWebStuff
@MainlyWebStuff 8 месяцев назад
Glad it was helpful!
@LaFormationEfficaceEnExc-xz9vq
@LaFormationEfficaceEnExc-xz9vq 8 месяцев назад
May God bless you
@MainlyWebStuff
@MainlyWebStuff 8 месяцев назад
glad it was helpful
@williamsa51
@williamsa51 8 месяцев назад
Thank you.
@MainlyWebStuff
@MainlyWebStuff 8 месяцев назад
Welcome!
@louloumattinson994
@louloumattinson994 8 месяцев назад
Hi, I struggling with two elements of SQLite (1) I am trying to search for keywords within a column in a table (2) I am trying to search between a set of geographic coordinates (so between a range of two numbers) in a second column within the same table. If you have a method for these queries that would be really appreciated. Thank you!
@haymarnmu5730
@haymarnmu5730 9 месяцев назад
@MainlyWebStuff
@MainlyWebStuff 8 месяцев назад
glad it was helpful
@banupriya3443
@banupriya3443 9 месяцев назад
Thank u so so so much....
@MainlyWebStuff
@MainlyWebStuff 9 месяцев назад
Most welcome 😊
@smithjoin1753
@smithjoin1753 9 месяцев назад
many podcast don't have rss and feed , how can we use "vlc"?
@MainlyWebStuff
@MainlyWebStuff 8 месяцев назад
glad it was helpful for rss feeds
@graceoverall
@graceoverall 9 месяцев назад
How do you get that tabular / columnar view? By default, I get a giant run-on string with pipes (|) for delimiters. It's very ugly and difficult to read. EDIT: Ahaa!!! Brilliant! I found another of your videos where you detail how to do this by setting the '.mode'. Thanks! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-YmW7LCnWrxY.html
@MainlyWebStuff
@MainlyWebStuff 9 месяцев назад
I am glad you found the video on SQLITE useful and how to display the SQLITE table in command line as a table. Thank you for your kind comment.
@user-bp3lp6nv4u
@user-bp3lp6nv4u 10 месяцев назад
Thank you so much man
@MainlyWebStuff
@MainlyWebStuff 9 месяцев назад
No problem
@unagarkevin3673
@unagarkevin3673 10 месяцев назад
insert new record sqlite db browser and show automatically in flutter application
@MainlyWebStuff
@MainlyWebStuff 9 месяцев назад
You'll probably need to write a bit of code in your Flutter application which updates the STATE of the UI
@irfan5fani
@irfan5fani 10 месяцев назад
Thanks for your concise and so easy method for beginners, give you marks 10/10❤
@MainlyWebStuff
@MainlyWebStuff 10 месяцев назад
Glad it was helpful!
@euweed
@euweed 10 месяцев назад
beautifully explained and done :)
@MainlyWebStuff
@MainlyWebStuff 10 месяцев назад
Glad you liked it!
@SurinderKaur-vq6ti
@SurinderKaur-vq6ti 11 месяцев назад
it was really helpful. Thanks a lot
@MainlyWebStuff
@MainlyWebStuff 10 месяцев назад
Glad it helped!
@joshuagamarro4094
@joshuagamarro4094 Год назад
Good day, I have a problem in the terminal I put dotnet and does not work, I need to use this directory cd /usr/local/share/dotnet/x64/. then I can see if this sdk is installed. But when I want to create a console the terminal show me this error message zsh: command not found: dotnet I tracking your steps to install this sdk
@serendipity4475
@serendipity4475 Год назад
Please can you show how to edit the foreign keys
@user-oc5gx4du2j
@user-oc5gx4du2j Год назад
Thanks for your great playlist about DB browser and SQL lite. I wanted to know how to create a datawarehouse so adding a ETL engine , audit and logs and maybe a MDB, Do you have any relevant source ?
@user-ep3kh1ox9b
@user-ep3kh1ox9b Год назад
Great explanation. Thank you!
@MainlyWebStuff
@MainlyWebStuff 10 месяцев назад
You're welcome!
@dev_troy8903
@dev_troy8903 Год назад
The fastest tutorial ever 😆, thanks.
@MainlyWebStuff
@MainlyWebStuff 10 месяцев назад
You bet!
@relaxing630
@relaxing630 Год назад
Thanks a lot 😀☺️
@MainlyWebStuff
@MainlyWebStuff Год назад
Thanks
@johnd942
@johnd942 Год назад
Deary me! Can you really 'see' your black command screen!? I wear glasses and still cannot see what you're doing! Please try and consider 'us' older folk with weak eye-sight.
@MainlyWebStuff
@MainlyWebStuff Год назад
Certainly. I'll provide a scaled version that is enlarged and has better contrast. Many thanks.
@najafhabibov
@najafhabibov Год назад
Thank you Sir .
@MainlyWebStuff
@MainlyWebStuff Год назад
Most welcome
@VikiGradwohl
@VikiGradwohl Год назад
I know that video is already a year older but thanks so much that saved my day to install it actually correct on my M1 😅 so thanks
@MainlyWebStuff
@MainlyWebStuff Год назад
Great to hear!
@dshx9678
@dshx9678 Год назад
i have question why did u do mutiple +'
@MainlyWebStuff
@MainlyWebStuff 9 месяцев назад
This is a shorthand. Its an increment operator.
@jc-id6vb
@jc-id6vb Год назад
If you have 4 pages open and split on the screen but then you make one of the pages full size on the screen then minimise it will the other 3 pages still be in order or do you have to re set them all up thanks
@nickolster
@nickolster Год назад
Lot of thanks!
@MainlyWebStuff
@MainlyWebStuff Год назад
You're welcome!
@vincent7926
@vincent7926 Год назад
Precise and direct to the point. Just got saved by this video. Thank you so much
@MainlyWebStuff
@MainlyWebStuff Год назад
Glad it helped!
@kamylo-zh5uv
@kamylo-zh5uv Год назад
Thank you
@MainlyWebStuff
@MainlyWebStuff Год назад
You're welcome
@asraiSOA
@asraiSOA Год назад
Looking at this application now. Can you SAVE layouts once you set up a bunch of windows.
@shawnbeans7389
@shawnbeans7389 Год назад
Thankyou so much.
@MainlyWebStuff
@MainlyWebStuff Год назад
You're most welcome
@ewwitsantonio
@ewwitsantonio Год назад
Oh my gosh I just spent 30 minutes manually adding data, didn't know I had to save the changes, and DB Browser crashed when I tried to run a test query. WHOOPS. Lesson learned. Thanks for the vid!
@MainlyWebStuff
@MainlyWebStuff Год назад
Glad I could help!