- Видео 11
- Просмотров 154 503
Blessing Software
Индонезия
Добавлен 21 мар 2019
Hello semuanya, selamat datang di Channel Blessing Software. channel membahas seputar tutorial internet, komputer, bahasa pemrograman, dan juga tutorial lainnya.
Jangan lupa subscribe ke channel ini untuk mendapatkan seputar informasi dan tutorial terbaru..
Jangan lupa subscribe ke channel ini untuk mendapatkan seputar informasi dan tutorial terbaru..
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
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
Code please
Very nice and simple tutorial, but how to avoid getting the flashdata everytime the browser reload?
hmm i dont see the link, brother
Why I can't combine those 2menu icons
Where the link
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.
// 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; }
Thank bro ❤
question: what is the m=1 used for?
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.
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; }
Source code pls
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?
Thanks bro
work
How do I make it as sub function?
This is complete idiocy! It doesn't matter what IDE you develop it in?! What matters is the technology you use!
THANKSSSSS your the best
it`s awesome
Amazing install art. 1997 was a great year for computing.
Genial, gracias por el tutorial.
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!
Thank you so much for sharing knowlodge!
Helpful ✨ thank you ☺️
Source code pls
nice video
Thanks
Why did you set x=210?
Thx
Eyyy thank you!!!!
Uwah, kren min...Thx
Virus link are shard by you, disgusting
Thanks!
nice❤😘
Thanks for the quick and practical class.
thanks for this, finally it worked.
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>
the download link u have given contains virus
Wonderful.. Really informative and helpful, thanks
nice lecture
Merci beaucoup en 2021
How would it be that to update that message does not appear, if not when it is deleted
You can use flash session
Thank you bro can you tell me how I can get the logos.
try making it and turn it into png
Pichon
thank's for your help
It was what I was looking for so much, thank you very much, it was very helpful.
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.
same for me it doesn't get me to the php page im requesting. Any news on how to solve this?
Solve it: Just remove de ".value" after "result.value" }).then((result)=> { if(result){ document.location.href = href; } })
hello dear, this slider is move from right to left, how can change it to move from left to right
Thanks Bro!
Ka, aku udah ikutin step nya, kok ngga jadi ya? Boleh minta tolong ngga :(
what your name theme sublime ?
the image are pertially uploading. only the top of the image
as like me