Blessing Software
Blessing Software
  • Видео 11
  • Просмотров 154 503
Convert Image from Input File to Canvas and Upload | PHP Tutorial
Hello guys, Welcome to Blessing Software Channel. In this video i'll share to you how to covert image form input type file to canvas and upload it to server/project folder.
Libarary Required :
1. jQuery
You can download this file here:
tmearn.com/0PuOyl
If you have any question, leave it in the comment below.
Don't forget to like & subscribe.
#php
#canvas
Просмотров: 2 634

Видео

How to Make Animation Loading in C++
Просмотров 3 тыс.5 лет назад
Hello guys, welcome to Blessing Software channel. In this video i'm going share to you how to make loading in C using Borland C If you have any question please tell me in the comment.
How to Install Borland C++ in Windows 10
Просмотров 1,2 тыс.5 лет назад
Hello guys, welcome to Blessing Software channel. Int this video i'm going share to you how to install Borland C in Windows 10. If you have any question please tell me in the comment. #borlandC #Windows 10
Trick Menggunakan 1 Voucher/Akun wifi.id untuk 9 perangkat berbeda
Просмотров 4,1 тыс.5 лет назад
Hallo semua, selamat datang di Channel Blessing Software, pada kesempaatan kali ini saya akan berbagi trik seputar wifi.id yaitu bagaimana caranya menggunakan 1 voucher/akun wifi.id untuk 9 perangkat. Komponen yang dibutuhkan: 1. 1 (satu) Akun/voucher @wifi.id 2. Laptop (terinstall windows 10) Cara melakukan triknya: 1. Login ke wifi.id melalui laptop 2. Aktifkan Mobile Hotspot 3. Koneksi peran...
How to Use Sweetalert2 with database MySQL + PHP Usage
Просмотров 63 тыс.5 лет назад
Hello guys, Welcome to Blessing Software Channel. In this video i'll share to you how to use sweetalert2 with database and php usage. If you have any question, leave it in the comment below. Don't forget to like & subscribe to Blessing Software channel. Sweetalert notification in echo example : tmearn.com/noUVmN9w #php #mysql #sweetalert2
Cara Download Video dari Instagram Tanpa Aplikasi
Просмотров 225 лет назад
Hallo guys, selamat datang di Channel Blessing Software. Pada kesempatan kali ini saya akan berbagi tata cara mendownload video dari Instagram tanpa Aplikasi. Jika yang tidak dimengerti silahkan tanya pada kolom komentar. Jangan lupa untuk like & subscribe..
Cara Download Foto dari Instagram Tanpa Aplikasi
Просмотров 255 лет назад
Hallo guys, selamat datang di Channel Blessing Software. Pada kesempatan kali ini saya akan berbagi tata cara mendownload foto dari Instagram tanpa Aplikasi. Jika yang tidak dimengerti silahkan tanya pada kolom komentar. Jangan lupa untuk like & subscribe..
How to Make Sliding Sidebar in Java Netbeans
Просмотров 56 тыс.5 лет назад
Hello guys, today i'll show you how to make sliding sidebar in java using Netbeans IDE, if the any question, please leave it in the comment bellow. You can download this project here: tmearn.com/2cGMUw #Java #SlidingSideBar Like & Subscribe
Best Laught in Anime - Uehara-kun (Gamers)
Просмотров 1325 лет назад
Anime : Gamers Character : Uehara Tasuku Episode : 5th ...Like & Subcribe guys..
How to Fix "We can't set up mobile hotspot" - 100% work
Просмотров 7725 лет назад
How to fix mobile hotspot pc Hello everyone, today i'm going to show how to fix mobile hotspot in windows 10, Watch the video clearly and try it.
How to Use Toast Alert Notifications for Web
Просмотров 23 тыс.5 лет назад
Hello Everyone, Welcome to Blessing Software Channel.. In this first video i'll show you how to use Toast Alert for your web app, the components needed for this alert are: - Toastr Alert : codeseven.github.io/toastr/ - Jquery : jquery.com/download/ Make sure follow to step by step, if there any question leave it in the comment.. Enjoys

Комментарии

  • @aymenamri6700
    @aymenamri6700 3 месяца назад

    Code please

  • @johnlyod4444
    @johnlyod4444 3 месяца назад

    Very nice and simple tutorial, but how to avoid getting the flashdata everytime the browser reload?

  • @JimmyComcast
    @JimmyComcast 10 месяцев назад

    hmm i dont see the link, brother

  • @vhanzbustamante3418
    @vhanzbustamante3418 10 месяцев назад

    Why I can't combine those 2menu icons

  • @Ndyaa-zf1qs
    @Ndyaa-zf1qs Год назад

    Where the link

  • @HeroVax
    @HeroVax Год назад

    The modal doesn't even popup within the foreach loop. If outside of loop, somehow it can open. IDK what's wrong with my code anymore.

  • @Vytalic
    @Vytalic Год назад

    // For c++ #include <iostream> #include <conio.h> #include <dos.h> #include <stdio.h> #include <time.h> #include <windows.h> #include <ctime> #include <windows.h> using namespace std; unsigned char B[15]={205,218,196,191,179,195,180,194,193,217,192,220,223,219}; void gotoxy(int x, int y) // not necessary if using Turbo C++ { static HANDLE h = NULL; if(!h) h = GetStdHandle(STD_OUTPUT_HANDLE); COORD c = {x, y}; SetConsoleCursorPosition(h,c); } void wait (float seconds) { clock_t endwait; endwait = clock() + seconds + CLOCKS_PER_SEC/10; while (clock() < endwait){} } void setcolor(unsigned short color) { HANDLE hcon = GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleTextAttribute(hcon,color); } void M(int n) { for (int i=1; i <= n; i++) { cout << B[2]; } } int main () { setcolor(9); gotoxy(16,13); cout << B[1]; M(91); cout << B[3] << endl; gotoxy(16,14); cout << B[4]; gotoxy(108,14); cout << B[4]; gotoxy(16,15); cout << B[10]; M(91); cout << B[9]; setcolor(14); for (int i=10; i <= 100; i++) { gotoxy(7+i,14); cout << B[13]; wait(0); gotoxy(109,14); cout << ends << i << " %"; gotoxy(53,16); cout << ". . . LOADING . . ."; if (i==100) { setcolor(10); gotoxy(53,16); cout << ". . . COMPLETE . . ."; Beep(800,125); Beep(800,125); } } getch(); return 0; }

  • @luckydeviarpi5854
    @luckydeviarpi5854 Год назад

    question: what is the m=1 used for?

  • @jussaviff
    @jussaviff Год назад

    TODO FUNCIONA BIEN, PERO HAY ALGO, SI REFRESCA LA PAGINA CUANDO YA ELIMINASTE TE SIGUE APARECIENDO LA SEGUNDA ALERTA, COMO HACER QUE DIRECCIONE AUTOMATICAMENTE AL INDEX Y YA NO REFRESQUE.

  • @arrow2378
    @arrow2378 Год назад

    private void labelcolor(jlabel label1){ label.setBackground(new java.awt.color(53,162,107)); } private void resetlabelcolor(jlabel label1){ label.setBackground(new java.awt.color(54,70,78)); } if(x==210){ jPanel2.setSize(210,552); Thread th=new thread(){ @override public void run(){ try{ for(int i=210,i>=0;i--){ thread.sleep(1); jPanel2.setSize(i,552); } } catch(Exception e){ JOptionPane.showMessageDialog(null,e); } } };th.start(); x=0; } if(x==0){ jPanel2.show(); jPanel2.setSize(x,552); Thread th=new thread(){ @override public void run(){ try{ for(int i=0,i<=x;i++){ thread.sleep(1); jPanel2.setSize(i,552); } } catch(Exception e){ JOptionPane.showMessageDialog(null,e); } } };th.start(); x=210; }

  • @inyourface1982
    @inyourface1982 Год назад

    Source code pls

  • @johhnycash8183
    @johhnycash8183 Год назад

    I only want a submit button to confirm the text they read. After that I want it to send "confirmed" to the "submit" column in the database. How would I do this?

  • @domaincibaba263
    @domaincibaba263 Год назад

    Thanks bro

  • @profesor041
    @profesor041 Год назад

    work

  • @hanifazizi03
    @hanifazizi03 2 года назад

    How do I make it as sub function?

  • @EdwardNorthwind
    @EdwardNorthwind 2 года назад

    This is complete idiocy! It doesn't matter what IDE you develop it in?! What matters is the technology you use!

  • @rps8686
    @rps8686 2 года назад

    THANKSSSSS your the best

  • @sithariamanda3182
    @sithariamanda3182 2 года назад

    it`s awesome

  • @keithmanfredi
    @keithmanfredi 2 года назад

    Amazing install art. 1997 was a great year for computing.

  • @pepebiondi5962
    @pepebiondi5962 2 года назад

    Genial, gracias por el tutorial.

  • @ferminurzainqui6845
    @ferminurzainqui6845 2 года назад

    OMG YES! IT WORKS! You have no idea how many videos and forums I've visited. None of them covered this exact use case. Plus, it's a super easy trick. Using the textarea to send the data URL is brilliant. Thank you so so much!

  • @Lullabyt
    @Lullabyt 2 года назад

    Thank you so much for sharing knowlodge!

  • @Krypto6190
    @Krypto6190 2 года назад

    Helpful ✨ thank you ☺️

  • @turtleboy4494
    @turtleboy4494 2 года назад

    Source code pls

  •  2 года назад

    nice video

  • @alfarizji4895
    @alfarizji4895 2 года назад

    Thanks

  • @xuanmanhdao
    @xuanmanhdao 3 года назад

    Why did you set x=210?

  • @mahmoudfarghly2970
    @mahmoudfarghly2970 3 года назад

    Thx

  • @eudreihermoso8871
    @eudreihermoso8871 3 года назад

    Eyyy thank you!!!!

  • @ryanbeuval3650
    @ryanbeuval3650 3 года назад

    Uwah, kren min...Thx

  • @prasenjitbarman3497
    @prasenjitbarman3497 3 года назад

    Virus link are shard by you, disgusting

  • @shamsuddeenahmadmaidamma2544
    @shamsuddeenahmadmaidamma2544 3 года назад

    Thanks!

  • @mohammadmehdiemamhdi1192
    @mohammadmehdiemamhdi1192 3 года назад

    nice❤😘

  • @deciolrocha
    @deciolrocha 3 года назад

    Thanks for the quick and practical class.

  • @vaibhavjoshi6495
    @vaibhavjoshi6495 3 года назад

    thanks for this, finally it worked.

  • @Rivuzza
    @Rivuzza 3 года назад

    HELP ME hi bro how to activate the toastr in an if without a button <? php $ a = 1 $ b = 2 if ($ a> $ b) { echo ??????? } else { echo ??????? } ?> how should the function be written? <script> $ ('# toastr'). on ('show', function () { toastr.options = {....... } } toastr ["success"] ("HELLO!", "ooook") toastr ["error"] ("HELLO!", "ooooh noooo") }) </script>

  • @syedasadmanzoor
    @syedasadmanzoor 3 года назад

    the download link u have given contains virus

  • @syedasadmanzoor
    @syedasadmanzoor 3 года назад

    Wonderful.. Really informative and helpful, thanks

  • @learnwitharsalan8531
    @learnwitharsalan8531 3 года назад

    nice lecture

  • @russeltchoga3391
    @russeltchoga3391 3 года назад

    Merci beaucoup en 2021

  • @dreamweavercs6869
    @dreamweavercs6869 3 года назад

    How would it be that to update that message does not appear, if not when it is deleted

  • @jamalboujbari6167
    @jamalboujbari6167 3 года назад

    Thank you bro can you tell me how I can get the logos.

  • @mohamedabdullahi1563
    @mohamedabdullahi1563 3 года назад

    thank's for your help

  • @estebanmartinez4940
    @estebanmartinez4940 3 года назад

    It was what I was looking for so much, thank you very much, it was very helpful.

  • @gojanstivenholguinrincon8402
    @gojanstivenholguinrincon8402 3 года назад

    Hi!. I have a problem with trying to delete the information, since nothing happens, even so I have the code fine, and while I look in the console in case there is something wrong and in the JS code "document.location.href = href;" It shows me as if it were an error, but the rest of the tutorial is excellent.

    • @alonsoeml
      @alonsoeml 2 года назад

      same for me it doesn't get me to the php page im requesting. Any news on how to solve this?

    • @alonsoeml
      @alonsoeml 2 года назад

      Solve it: Just remove de ".value" after "result.value" }).then((result)=> { if(result){ document.location.href = href; } })

  • @memo66iraq35
    @memo66iraq35 4 года назад

    hello dear, this slider is move from right to left, how can change it to move from left to right

  • @ahsantahseen6531
    @ahsantahseen6531 4 года назад

    Thanks Bro!

  • @metime_me
    @metime_me 4 года назад

    Ka, aku udah ikutin step nya, kok ngga jadi ya? Boleh minta tolong ngga :(

  • @NveuFX
    @NveuFX 4 года назад

    what your name theme sublime ?

  • @smmehebubulhaquemukut5566
    @smmehebubulhaquemukut5566 4 года назад

    the image are pertially uploading. only the top of the image