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 ...
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?
sourcecodeadventures.wordpress.com
Inducing The Great Divide | Source Code Adventures
https://sourcecodeadventures.wordpress.com/2009/11/18/inducing-the-great-divide
Inducing The Great Divide. November 18, 2009 at 23:36 · Filed under Delphi. One of the most important principles in building complex software systems, is detaching the business logic from the screens that allow users to view and edit information. Building a proper business object framework is a complex topic all of its own, but Delphi (and all the other modern languages) give us more than enough riches in the object model to implement what we need in this regard. Without knowing too much about them.
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, ...
delphigeist.com
The Spirit of Delphi: July 2010
http://www.delphigeist.com/2010_07_01_archive.html
The Spirit of Delphi. Programming tips, tricks and tools. Saturday, July 31, 2010. You got 25% chance of success, do you feel lucky? I remember few years ago playing a game called Silkroad(which stolen 2 years of my life – that's another story), in this game when you do alchemy, in some situations, you have a X percent chance of success, I had a lot of successes but also failures, anyways. I was wondering how do they calculate the success? You can implement an idea in many ways. Add "Math" to uses clause).
delphigeist.com
The Spirit of Delphi: June 2010
http://www.delphigeist.com/2010_06_01_archive.html
The Spirit of Delphi. Programming tips, tricks and tools. Monday, June 21, 2010. I remember two years ago working for a company that had as main activity OCR, I really really hated what I did, but I expected to get a job as a programmer in the end(which did not f* * * happen), I had to do something so that time would pass faster, my last resort was music, here are some song that made my time pass much easier:. Evanescence - my immortal. Evanescence - Bring Me To Life. Theatre of Tragedy - Venus. I suspec...
delphigeist.com
The Spirit of Delphi: For romanians
http://www.delphigeist.com/2012/09/for-romanians.html
The Spirit of Delphi. Programming tips, tricks and tools. Tuesday, September 18, 2012. Salutare, am un card cadou(transmisibil) de la emag in urma unei achizitii, valoarea cardului este de RON 103, daca cineva este interesat/a sa achizitioneze un produs din categoriile enumerate mai jos pana in data de 23 septembrie(adica duminica asta), lasati e-mail-ul intr-un comment si va voi trimite codul, e-mail-ul nu va fi facut public. Eu nu pot sa-l folosesc deoarece nu am nevoie de nimic din aceste categorii.
delphigeist.com
The Spirit of Delphi: August 2010
http://www.delphigeist.com/2010_08_01_archive.html
The Spirit of Delphi. Programming tips, tricks and tools. Sunday, August 15, 2010. Generic method to invoke a save dialog. There are many times when you need to invoke a Save dialog(TSaveDialog) and more likely you do NOT wish to add another component on the form. here's what I came up with:. Add "Dialogs" to uses clause). Posted by Dorin Duminica. Sunday, August 15, 2010. Links to this post. Thursday, August 5, 2010. That's fine until your chart data changes every X period of time, let's say each 5 minu...
SOCIAL ENGAGEMENT