Jump to content

Fred Montier

uniGUI Subscriber
  • Posts

    538
  • Joined

  • Last visited

  • Days Won

    82

Everything posted by Fred Montier

  1. Is all just CSS.. just tweak/play with the CSS properties. If I get the time I will revise it but I'm really overloaded with my job.
  2. This one is #89, more recent. The other ones are old stuff. This is faster and mobile ready. All projects from pack 01 and 04 where free for few days for subscribers in the forum. But it is more than 6 years now and 140 projects later, only in this category ! Together with other projects (professional and comps) , getting close to 300 ! A lot of stuff... thank to uniGUI quality. Never made this much and had the will to do it with Intraweb that I have being using for almost 20 years. Kudos to uniGUI team. Coming soon, https://unigui.express shop ! jQuerySign.mp4
  3. Please visit their website and get their manual. But I think there are some limitation since now they are focusing in Cloud service. Around $ 99,99 usd - CLoud PLan star at $19,00//m to 200000 request (just the face sdk) other packages are way more expensive. https://getwinpcsoft.com/Luxand-FaceSDK-223345/ https://www.windows8downloads.com/win8-luxand-inc-12298/index-0.html
  4. Full online version by the author (not the uniGUI compatible as I addapted): https://kdzwinel.github.io/JS-OCR-demo/ My uniGUI version just captures the resulting OCR text and send it to uniGUI project. Simple stuff.
  5. The best character recognition lib for JavaScript ported in a complete uniGUI project. This project is a gem as it uses several integrations to enable character recognition. Already adapted to receive the answer directly in uniGUI as shown in the video below. JSOCRuniGUI.mp4 This project/source-code is free to uniGUI subscriber and will be available here to download for the next few day. After that, only for sale. Link full source below. Don't DM me about it ! Visite https://unigui.express/ Nosso grupo no Telegram: Livros, packs de projetos, cursos, serviços, consultoria e tudo sobre unigui ! https://t.me/uniguiBrazil - Conteúdo em português ou/or See more and get this pack at http://www.unigui.com.br/democetera Our group at Telegram: https://t.me/uniguiexpress Content in English Project403-OCR.rar
  6. Use CEF4Delphi. Best result by far and is based in Chromium engine. And is a problem not related to uniGUI at all. Any way, if you need run a engine at server side , there many solutions already available like Bun. Or learn Node.JS. But then why use uniGUI ? TMS and Winsoft also have JS Engine for small tasks.
  7. There are tens of vcl pdf libs you can do that. Even JS libs. PDFium is just one of them and it is free. Not related to uniGUI at all.
  8. uniGUI Floating Buttons (simple but useful) This is a very simple project that shows how to use floating buttons anchored to the main browser window or your form. I already left the JS code calling ajaxrequest to select the correct buttons for your UI. So, just choose the icons, the best model and see in the CSS where you change it to leave it in one format or another. I already commented on where to change the CSS code. project411-floatingbutton.rar FloatingButtons2.mp4 FloatingButtons.mp4
  9. uniGUI Master Crop Image Click Over Image to see animation Intro. Project to crop an image and save it on the uniGUI server or download the cropped image back to client. It can be uploaded from client, captured from client webcam, import from external URL and apply some image manipulation prior to crop it and download (or saved in uniGUI server side). A project to solve once and for all , this problem. Features and Resources Upload the image to crop Image capture from webcam to crop Upload image from server to crop or from external image URL Flexible selection grid Rotate, flip, zoom in/out, scale Set cropped image size automatically Responsive (mobile and desktop ready) Three Interfaces: Complete: all image manipulation, selection, dozens of options etc. features. Minimalist: Only most used features (capture, rotate, zoom, etc.) Basics: File Upload or Webcam Capture, Crop image, and download to client or uniGUI Server PS: you can edit whatever feature you want to using altering the HTML and JS files. No hidden fees or third part components. All code is yours. Yes, we offer consulting support to adapt any of these examples to your systems. Ask us to receive a quote. HTTPS connection required for use on your domain for the webcam image capture feature. All details at link below: https://www.unigui.com.br/uniGUICropMaster.html
  10. I'm working in a project to authorize access online doing that too. But will be a standalone project separated from this pack and using the same lib/tech. Face recognition instead login/password.
  11. The example LookAlike is EXACTLY this. You have a database of photos ( i.e. build entrance reception desk...) then next time, ,just take another shot and the program can scan thousands of photos in 3 seconds and return the match. Of, course, you will have to adapt accordingly to your "Reception Desk ID" control software. But that is up to the programmer. The hard part is done. https://www.unigui.com.br/files/FaceRecognitionLookAlike.mp4
  12. This is OCR. There is Tensor e and OpenVC to this. In App environment, there are tons of APP you can download for that. Same principle as The Lens apps in google store.
  13. 8- You can use certificates (hard or soft). Here in Brazil we have e-card (hard solution) to validate biz and digital signatures in docs (gov, secure transactions, banks etc) much alike a "smart" debit card. But this is not a cheap solution. We can only send a transaction file with that authentication. But majority uses the "soft" solution, only. Widely used here. Big companies issue this to their top level staff, also. Add to that list...
  14. On the problem with the IT team at that company I made the "secure upload app" to their server was that we could make a pre validation using file hash and an API to a security service. Later, they abandoned it because were utterly unnecessary (costs were an issue) since who upload have the responsibility and is the only user that could have access to the file. But we use all the rules above. By the way, saw you code with Magic Number (or magic bytes) and made some upgrades and adds-on because a got in depth with it. I will post here for all users later. Happy new year !
  15. I honestly want to learn about this. 1- You allow the user to upload to your server with authentication provided by you 2- You use https 3- You can save in a non public folder with no access to browser 4- You can modify rights to such file 5- You can save in raw format with out decoding or absolutely removing association to a app. 6- Only who upload can download it 7- All upload to your server you have antivirus and such Consider this: a- If not sharing to third parties... issue is ? b- if now allowing downloads and any kind of access... issue is ? c- Any options the burden of processing and things going wrong is at the client-side (delays, corruptions etc etc). Then... I really want to know because a recently made an app to AWS and currently working with Mega.nz new API and we´re are all very pleased for their level of security. The problem is never at the upload but in the storage and access. Since is all contained ... I really doubt that any of your links referring security issues could bring down one of those service, that I had to learn in-depth about it. And i cannot see how would work a "reverse" JavaScript code injection with uniGUI except done by whom made the own server/isapi ! So, again, I really want to know.
  16. SherzodSnowflakes.mp4 Thanks to Sherzod for all the support a patience with all of us. Happy new year. PS: Please, allow me to use this code to my new book about JS + uniGUI for Script use in main form. Project521-SherzodSnowFlakes.rar
  17. Happy new year ! Promo Finished ! See all Examples Pack 04 (89) See all Examples Pack 01 (37) Refresh Page due to the heavy traffic and Cloudflare limits, to see all images and animations. >>> All projects below are 50% off until Dec,31 (Paypal, Wise or PIX(Brazil only). Father of All Toast/Notify Micro WhatsApp Shop Orders Favicon Madness Text Language Detection uniGUI Video Chat Professional WhatsApp MI & uniGUI VC uniGUI PDF Annotation Editor uniGUI/VCL YouTube Download APP Step Form Builder uniGUI uniGUI Voice Recognition/Speech Remote DeskTop with uniGUI uniGUI RTSP - IP Cam Monitoring uniGUI/VCL Face Recognition LuxandSDK uniGUI Face Detection-Snapshot uniGUI/VCL ALPR:Auto Lic. Plates Reader PIX: VCL, IntraWeb, uniGUI e WhatsApp Mastering Edits QrCode & BarCode:Reader Desktop/Mobile Control IDBIO: VCL e uniGUI Server MP3 A. Recorder:uniGUI Desktop/ Mobile Dial-Up, SMS e Whatsapp:uniGUI Mobile Custom StandAlone uniGUI Server
  18. I had this problem with a client. When they learnt about the AWS solution... all got easy. Same logic. Read the approved answer: https://stackoverflow.com/questions/256172/what-is-the-most-secure-method-for-uploading-a-file
  19. "I need to protect the server from possible attacks by uploading a dangerous file" If you control the upload, the transfer protocol, the decoding, the local to save the file, the file type, server side security, storage rights... in Windows ? Gosh ! that's a hack of security. Sale it to Amazon, Azure... Just save it where it can be directly downloaded/run/read or called by the browser. Otherwise your server is already compromised. Or save it in raw format at server folder following these rules.. simpler.
  20. You´re 200% right. The main problem is that Delphi programmers are addicted to drag-and-drop components , set properties and events and hit F9. Not a single big FANG has the same app to all devices. And one app to mobile has an UI different with a completely different UX. Worst, facebook has its own browser to mobile and I did not know that until two years ago. I was reading an article other day that Youtube has more than 20 version of their basic video player and different API to a lot of devices. Recently I noticed that ROKU YT has not the same UI than other smart tv brands. No wonder ! But that is true. People don't want to learn CSS & HTML. Not even with JS because is really a shit language (weak, loosely and lazy by design . The problem here is debugging and when you compare to RAD IDE, my gosh ! For those whom never got in depth :
×
×
  • Create New...