Did you know, Chrome release 65 provides a long awaited and nifty tool for overriding resources used by web pages and replacing them with our own local resources. Really, it allows you to use Chrome as a local web server. Just read the article to learn more on how to set up this feature on your PC.
https://medium.com/@jmatix/using-chrome-as-a-local-web-server-af04baffd581
https://medium.com/@jmatix/using-chrome-as-a-local-web-server-af04baffd581
Medium
Using Chrome as a Local Web Server
Chrome version 65+ can double as a local static web server
Take a look at this interesting project. DocxManager is written in pure Delphi. It represents a document manager for Microsoft Word and turns Word into a document-focused website builder with theming ability. Unbelieveble, about 10 years ago, I used Word and VBA to build xslt-based websites. Now, DocxManager offers the other approach, and it's very interesting. Check out the program's website to learn more about the main features and download an installation.
https://docxmanager.com/
https://docxmanager.com/
Gitlab vs Github vs BitBucket. Which one to choose ⁉️
The article compares three DevOps lifecycle tools, provides pros and cons for each system, and discusses about perspectives. I didn't hear about BitBucket before, but successfully use both Gitlab and Github for several years in my work.
Let's read and discuss 👉
https://dev.to/zechtyounes/gitlab-vs-github-vs-bitbucket-which-one-deserve-your-time-2npm
The article compares three DevOps lifecycle tools, provides pros and cons for each system, and discusses about perspectives. I didn't hear about BitBucket before, but successfully use both Gitlab and Github for several years in my work.
Let's read and discuss 👉
https://dev.to/zechtyounes/gitlab-vs-github-vs-bitbucket-which-one-deserve-your-time-2npm
Not sure why you may need this functionality...but check out this SQL code generator. It uses in pure T-SQL and does not depend on other software for its operation or obtaining SQL code, where you can modify or add new functionalities to the code for your needs and objectives. Enjoy:
https://www.codeproject.com/Tips/5246828/Code-Generator-for-SQL-Server
https://www.codeproject.com/Tips/5246828/Code-Generator-for-SQL-Server
CleverComponents has published a new YouTube video, which describes how to connect to an SFTP host, authorize via user/pass or public/key algorithms, download/upload files, and browse SFTP directories. https://youtu.be/ruX3yfh23xg
👍 Let's support and Like their new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
👍 Let's support and Like their new YouTube Channel: https://www.youtube.com/channel/UC9Si4WNQVSeXQMjdEJ8j1fg
YouTube
SFTP Client with User and Public Key Authorization
This example connects to an SFTP host via the Secure Shell protocol (SSH), authorizes with the user/password or the Public Key algorithms, lists, downloads, ...
Check out this interesting article - Delphi RTTI and the Linker. The author proposes a tool, Reflection, which can perform certain tasks, such as enumerating classes with specific attributes, discovering command classes and registering them with a command registry, etc. Delphi makes rich runtime type information available to developers, facilitating the use of reflection.
👉The article provides several useful links and resources, as well:
https://beyondvelocity.blog/2020/01/08/delphi-rtti-and-the-linker/
👉The article provides several useful links and resources, as well:
https://beyondvelocity.blog/2020/01/08/delphi-rtti-and-the-linker/
Yesterday Microsoft has ended Windows 7 support. If you continue to use this operating system, your PC will still work, but it may become more vulnerable to security risks. The changes will affect hundreds of millions of people because more than one-third of PCs use Windows 7, CNN says:
https://edition.cnn.com/2020/01/13/tech/microsoft-windows-7-support/index.html
I use or move to Windows 10 - 👍
I'll continue using Windows 7 - 😡
What is Windows 7? - 🔥
My PC is Windows XP - 😂
https://edition.cnn.com/2020/01/13/tech/microsoft-windows-7-support/index.html
I use or move to Windows 10 - 👍
I'll continue using Windows 7 - 😡
What is Windows 7? - 🔥
My PC is Windows XP - 😂
CNN
Microsoft is killing off support for Windows 7, used on a third of PCs globally
It's the end of the line for Windows 7.
Upcoming webinar, January 22, 2020 6:00 PM - 7:00 PM GMT. CodeRage 2019 is about to close off. Community members with Regional MVP recognition will be awarded 🎉
Highlights of 2019 and awaits of 2020 will also be discussed. Register your spot now:
https://register.gotowebinar.com/register/90845352921505547
Highlights of 2019 and awaits of 2020 will also be discussed. Register your spot now:
https://register.gotowebinar.com/register/90845352921505547
Check out this interesting video tutorial, which describes how to use FireDAC in your C++Builder app. The example creates an SQLite connection together with a FireDAC query component and tunes up a live binding with a grid using the LiveBindings visual Designer:
https://youtu.be/SzlJFMe5dxM
https://youtu.be/SzlJFMe5dxM
YouTube
Intro to FireDAC for C++ Developers
Take your database projects to the next level with FireDAC, and let this video show you how. Learn more about Embarcadero Technologies products at https://em...
How to play an animated Gif in FMX? A simple answer - TGifPlayer. But what if you need to overlay another picture ontop of an animated gif head? The author of this blogpost proposes an easy solution.
Lets read and Like 👍
https://beyondvelocity.blog/2020/01/09/gif-animation-in-fmx/
Lets read and Like 👍
https://beyondvelocity.blog/2020/01/09/gif-animation-in-fmx/
Firebird Project has announced an availability of Firebird 3.0.5 - the 5th sub-release in the Firebird 3.0 series.
Restoring compressed nbk files without having to explicitly decompress them, improved the SSPI plugin, other bug fixes and improvements 🔥
https://firebirdsql.org/en/news/firebird-3-0-5-sub-release-is-available/
Restoring compressed nbk files without having to explicitly decompress them, improved the SSPI plugin, other bug fixes and improvements 🔥
https://firebirdsql.org/en/news/firebird-3-0-5-sub-release-is-available/
Take a look on IntraWeb v17 designer in action. The designer allows you to drag&drop things onto a form, set up properties, preview the page in Chrome, Firefox, and Edge. Enjoy !
https://youtu.be/t-IJ-9u8H34
https://youtu.be/t-IJ-9u8H34
YouTube
IW17 Designer in Action!
See the IW17 designer in actual action! We are getting very close. Be sure to comment and let us know what you think!
How to monitor location changes in your Android or iOS apps? Check out this interesting article, which introduces a set of Delphi classes for location services, provides a working demo, and considers some implementation issues regarding iOS and tips&tricks to resolve them. Put Like if you worked on this problem!
https://www.delphiworlds.com/2020/01/cross-platform-location-monitoring/
https://www.delphiworlds.com/2020/01/cross-platform-location-monitoring/
Delphi Worlds
Cross-platform location monitoring
Previously, I have written two articles on monitoring location changes: one for iOS, and one for Android. This article and the related demo brings everything up-to-date and merges support for both …
Are you working on a cloud-based project and needing to connect to Azure with Delphi or C++Builder? Check out the following article, which provides a detailed description and a video, shows how to create an Azure account, database, connect from the RAD Studio IDE, and work with data.
Don't forget to put 👍
http://www.delphimagazine.com/2020/01/21/creating-and-connecting-to-mssql-database-on-azure-with-delphi-cbuilder/
Don't forget to put 👍
http://www.delphimagazine.com/2020/01/21/creating-and-connecting-to-mssql-database-on-azure-with-delphi-cbuilder/
How to make a floating menu in your FireMonkey app? Just watch this video.
BTW: English subtitles for this video are available, as well 👀
https://youtu.be/XyLUG12h7xk
BTW: English subtitles for this video are available, as well 👀
https://youtu.be/XyLUG12h7xk
YouTube
Floating menu - Mobile FireMonkey Week - Video 2
In this video, we're gonna make a floating menu in one of the layouts created in the last video. We'll use layouts, bitmaps, effects, and animations. **with ...
WMI in Delphi and VBScript - the article provides an introduction to Windows Management Instrumentation (WMI) for Delphi developers, contains example codes to query WMI using Delphi, and gives basic examples of managing Windows PC/network environment.
Let's read and don't forget to 👍 this post.
https://beyondvelocity.blog/2020/01/14/wmi-in-delphi-and-vbscript/
Let's read and don't forget to 👍 this post.
https://beyondvelocity.blog/2020/01/14/wmi-in-delphi-and-vbscript/
Beyond Velocity
WMI in Delphi and VBScript
Purpose The purpose of this article is to provide a very basic introduction to WMI for Delphi developers who are unfamiliar with it. It contains example code to query WMI using Delphi. What is WMI?…
Check out this interesting Delphi library, which was created to facilitate the creation of CRUDs in your apps. REST Dataware components utilize a power of modern REST / JSON technology with data compression and everything the language can offer.
👉 You can download them for free from the Sourceforge repository:
https://sourceforge.net/projects/rest-dataware-componentes/
👉 You can download them for free from the Sourceforge repository:
https://sourceforge.net/projects/rest-dataware-componentes/
Have you ever tried to SMTP-send a mail over proxy? In contrast to, e.g., FTP, the SMTP protocol doesn't natively support proxy. But it's still possible to connect to a mail service via an HTTPS tunnel and send messages even when you behind a firewall.
Just watch this video, which shows how to set up the Clever Internet Suite SMTP component and send mail through an HTTP Connect proxy.
Let's support the channel and 👍 this video!
https://youtu.be/jEUUiy6pM30
Just watch this video, which shows how to set up the Clever Internet Suite SMTP component and send mail through an HTTP Connect proxy.
Let's support the channel and 👍 this video!
https://youtu.be/jEUUiy6pM30
YouTube
Smtp Client over Proxy
This example demonstrates how to send email through an HTTP Connect proxy.
Should you read source code? Why spend time reading it? Check out this blogpost. The author claims that you should. He shares some thoughts concerning the conscious reading and study of source code. Reading code is a process which can help you become a more proficient software developer. It can undoubtedly improve and influence software development skills.
Let's read and discuss.
https://www.stevejgordon.co.uk/become-a-better-developer-by-reading-source-code
Let's read and discuss.
https://www.stevejgordon.co.uk/become-a-better-developer-by-reading-source-code
Steve Gordon - Code with Steve
Become a Better Developer by Reading Source Code - Steve Gordon - Code with Steve
In this post, I share why I think that reading source code is an important technique which can be applied to become a better software developer.