delphiplus.org
Delphi Plus - ежедневные новости информационных технологий
http://www.delphiplus.org/news.html
Delphi Plus - ежедневные новости информационных технологий. Delphi site: daily Delphi-news, documentation, articles, review, interview, computer humor. Опубликован материал Переход на юникод 2. План перехода и сторонние библиотеки. Бесплатная библиотека для доступа к БД SQLite3. Опубликован материал Работа с PDF-документами. Опубликован материал Переход на юникод 1: Поиск стратегии. Опубликован материал Delphi Employment, Number of Jobs. Опубликован материал Редизайн интерфейса приложения. #6. И Curious ...
robertocschneiders.wordpress.com
Open source param manager for delphi | Roberto Schneiders
https://robertocschneiders.wordpress.com/2015/03/17/open-source-param-manager-for-delphi
A blog about experiences on software development. Open source param manager for delphi. We recently released as open source a framework that was proprietary code. This is part of a program that is intended to turn parts of our code base in open source code. In fact, we now have an entire afternoon, every week, to work on open source projects, we are using this time to decouple and release some of our code. The entire code, automated tests and documentation is on github, here. March 17, 2015. Nice, but co...
robertocschneiders.wordpress.com
DataSnap analysis based on Speed & Stability tests | Roberto Schneiders
https://robertocschneiders.wordpress.com/2012/11/22/datasnap-analysis-based-on-speed-stability-tests
A blog about experiences on software development. DataSnap analysis based on Speed and Stability tests. I found some references from other people talking about it on StackOverflow:. How to do a REST webserver with Delphi as a backend for a big web application? Using REST with Delphi. The most obvious option is the DataSnap, which works very similarly to what is found in legacy applications. It can drag components, using dbExpress, for example. What is the performance in a critical condition? As you can s...
delphigeist.com
The Spirit of Delphi: January 2011
http://www.delphigeist.com/2011_01_01_archive.html
The Spirit of Delphi. Programming tips, tricks and tools. Wednesday, January 26, 2011. Sooo you like the "Peak preview" of Windows 7? If so, then I bet you would want to play with it in your Delphi application, correct? Here's how you do it in a few steps:. A) create a new VCL forms application;. B) add Dwmapi to uses clause;. C) copy and paste and paste from the following code;. EmptyStr) and ( LHParent = 0) or (LHParent = LHDesktop) and ( LExStyle and WS EX TOOLWINDOW = 0) or (LExStyle and WS EX APPWIN...
delphigeist.com
The Spirit of Delphi: Generic array slice
http://www.delphigeist.com/2013/01/generic-array-slice.html
The Spirit of Delphi. Programming tips, tricks and tools. Friday, January 18, 2013. Not sure if anyone created(in delphi) something similar yet, which should indicate that it's usage is very limited, but here it goes. Ever played with huge arrays and you always have to copy chunks into smaller arrays which then you want to feed to some algorithm(or pass a bunch of indexes)? So, what is an array slice? Says that it grabs a slice. A block of memory into another, we can surely do better than that, right?
robertocschneiders.wordpress.com
DataSnap analysis based on Speed & Stability tests – XE4 to XE7 | Roberto Schneiders
https://robertocschneiders.wordpress.com/2014/10/15/datasnap-analysis-based-on-speed-stability-tests-xe4-to-xe7
A blog about experiences on software development. DataSnap analysis based on Speed and Stability tests XE4 to XE7. At this point, I suppose you may have read those two ( part 1. I have received many requests to redo the tests on new versions of Delphi. I think many are wondering if DataSnap has evolved over the past few years. Unfortunately, I no longer have the environment and the time to do it. Obviously we should not compare his results directly to mine, because the test environment is different.
delphigeist.com
The Spirit of Delphi: May 2012
http://www.delphigeist.com/2012_05_01_archive.html
The Spirit of Delphi. Programming tips, tricks and tools. Tuesday, May 8, 2012. SynMiniMap updated to v. 1.1. SynMiniMap has been updated, update or get it by clicking here. The new version carries a few fixes and enhancements:. Editor scroll using MiniMap(normal reversed). Ability to override tab width, by default it will grab the editor's tab width, now you can override it and set it to 4 for example, very useful if editing html and suffering from div-itism. If you wish to contribute to the project the...
delphigeist.com
The Spirit of Delphi: October 2010
http://www.delphigeist.com/2010_10_01_archive.html
The Spirit of Delphi. Programming tips, tricks and tools. Friday, October 22, 2010. Sooo you got your first milion, now what? Let's just say that you just won € 1.7 mil. in lottery(tax free). What would you do with that much money in the current economy state? There are lots of things you can do with it, but the million euro question is: What's the best thing you can do with it. For you and MAYBE for others as well. Let's just list a few possibilities. Quit the job and waste the money;. PS Don't forget, ...