Search found 29 matches: lightweight

Return to advanced search

Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao

... in many modern, simplified architectures, its overhead might not always justify its use—especially when alternatives like low-level file access or lightweight databases might serve the purpose better. Please keep in mind "it is a product of its time." File servers connected over a 10MB ...
by Otto
Thu Sep 19, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Video Migration from DBF to SQL (MySQL/MariaDB) Mr. Rao
Replies: 5
Views: 303

Re: Question about Memo Field Storage Strategy?

... I think that with fast SSDs, indexes don't affect filtering and access that much. So, I plan to dismiss them. SQL is not an alternative for such lightweight, small applications like mine. Additionally, you are limited in developing ideas with fixed formats. When I worked with "FiveWin for ...
by Otto
Tue Jul 02, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 346

future of Rich Text Editor maybe time to start with WEBVIEW

... and synchronously edit documents. Optimizing Rich Text Editors for mobile devices is an important trend, as more users work on mobile. TinyMCE: A lightweight yet powerful WYSIWYG editor that can be easily integrated into web applications. TinyMCE is customizable and offers a variety of plugins ...
by Otto
Mon Jan 22, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 2941

tiny11 core for ARM64

It seems there is a lightweight version of Windows 11 specifically for Arm64 tiny11 installs Windows 11 Version 22H2, the free space needed on the PC for installation is reduced to only 8 GB, If you are interested, you can download ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 13435

Re: Definir font richedit5

... and synchronously edit documents. Optimizing Rich Text Editors for mobile devices is an important trend, as more users work on mobile. TinyMCE: A lightweight yet powerful WYSIWYG editor that can be easily integrated into web applications. TinyMCE is customizable and offers a variety of plugins ...
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 868

Re: Choise : Windows server standard 2022 versus essential 2022

... experience advantages with it - including the screen, easy handling, space-saving. Compared to the 'real' servers, these devices are simply more lightweight. I can't recall any hardware failures in over 10 years. We back up using Windows Server Backup on three hard drives and to our Cloud with ...
by Iris Gesser
Sat Sep 02, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Choise : Windows server standard 2022 versus essential 2022
Replies: 23
Views: 2229

Re: TWebView y Javascript

... Running a local web server allows you to serve your files over HTTP, which helps bypass the same-origin policy restrictions. There are several lightweight web servers available that you can install and run locally, such as Node.js with Express, Python's SimpleHTTPServer, or the Live Server ...
by Antonio Linares
Mon Jul 17, 2023 7:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWebView y Javascript
Replies: 6
Views: 616

Re: Callback Server

... application, running as a service, that can listen on the WAN IP ( the shop based server ), and receive these responses. In essence, it would be a lightweight web server handling very little data. Perhaps someone here has addressed this issue already, or maybe someone even has a solution we can ...
by cnavarro
Fri Mar 10, 2023 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 1002

PostBack Server

... application, running as a service, that can listen on the WAN IP ( the shop based server ), and receive these responses. In essence, it would be a lightweight web server handling very little data. Perhaps someone here has addressed this issue already, or maybe someone even has a solution we can ...
by TimStone
Fri Mar 10, 2023 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: PostBack Server
Replies: 7
Views: 1002

Re: HASH vs single variables

... that I know both types of programming. Using a hash table instead of classes can have its own advantages as well. Hash tables are simpler and more lightweight, and can be faster for certain types of operations, such as looking up an item by key. They also don't require the overhead of creating ...
by Otto
Tue Jan 17, 2023 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1981

Re: mod_harbour what to install

Hello,
XAMPP stands for Cross-Platform (X), Apache (A), MariaDB (M), PHP (P) and Perl (P). It is a simple, lightweight Apache distribution that makes it extremely easy for developers to create a local web server for testing and deployment purposes.
Best regards
Otto
by Otto
Wed Aug 07, 2019 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 8620

Re: What does this syntax mean? hHead := {=>}

... be associated with a value of any data type, including Hash. The most common data type for keys is Character. This makes a Hash to a kind of "lightweight object" that has only data and no methods. Since the key strings are used to retrieve the associated values, a key string can be understood ...
by hua
Wed Jul 03, 2019 3:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What does this syntax mean? hHead := {=>}
Replies: 11
Views: 1710

OT If you do not want to use google maps .. look at this

... JavaScript Library for Mobile-Friendly Interactive Maps Leaflet, developed by Vladimir Agafonkin and a team of dedicated contributors, is a lightweight yet robust library for interactive maps and is designed with simplicity, performance and usability in mind. It is specifically aimed at ...
by Busmatic_wpb
Sun Jan 13, 2019 3:55 am
 
Forum: Utilities / Utilidades
Topic: OT If you do not want to use google maps .. look at this
Replies: 6
Views: 2142

Re: FwSavePreviewToPdf

... it didn't make. When pdf size and quality matters, there is nothing like use a library that write real pdf documents, like Haru. Realy fast, lightweight, and the best results you can get. You may take a look at the following library, Mastintin and I were working on it some months ago. It ...
by AngelSalom
Sat May 12, 2018 9:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 6770

Re: FwSavePreviewToPdf

When pdf size and quality matters, there is nothing like use a library that write real pdf documents, like Haru. Realy fast, lightweight, and the best results you can get. https://bitbucket.org/carlos_mora/pdfprinter/ Can this be used from Print Preview to convert Meta files (emf) to ...
by nageswaragunupudi
Sat May 12, 2018 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FwSavePreviewToPdf
Replies: 34
Views: 6770
Next

Return to advanced search