micro-isv.asia
August – 2010 – Micro-ISV.asia
http://www.micro-isv.asia/2010/08
Saturday, 14 August 2010. Delphi XE is Coming. 8212; Jan Goyvaerts @ 16:07. The successor of Delphi 2010 will be called Delphi XE rather than Delphi 2011. The first of three sneak previews. Is now available on Embarcadero’s website. If the video doesn’t play smoothly, try watching it on YouTube. Embarcadero has also published a new roadmap for Delphi. Friday, 13 August 2010. Which Browsers to Support in 2010. Filed under: Just Great Software. 8212; Jan Goyvaerts @ 11:37. When redesigning a web site.
micro-isv.asia
Micro-ISV.asia
http://www.micro-isv.asia/page/2
Thursday, 16 September 2010. High DPI Support in Windows Vista and 7. 8212; Jan Goyvaerts @ 9:35. The screen on the recently released iPhone 4 has twice the resolution or four times the number of pixels than all preceding models. The new resolution is about 300 DPI, which is the resolution at which the human eye can no longer see the individual pixels. By comparison, most desktop monitors are around 96 DPI. New applications could specify in their manifest that they support high resolution screens. Ol...
scm.lap.hu
SCM - Egyéb installerek. A legjobb válaszok profiktól.
http://scm.lap.hu/egyeb_installerek/11255681
Legyen a Startlap a kezdőlapom. Http:/ scm.lap.hu/. Ezt a linket add a Startlaphoz! Ezt a linket add a Startlaphoz! Ezt a linket add a Startlaphoz! Ezt a linket add a Startlaphoz! Ezt a linket add a Startlaphoz! Ezt a linket add a Startlaphoz! TFS cikk a Wikipédián. Kapcsolat a lap szerkesztőjével.
github.com
GitHub - fadden/ciderpress: CiderPress Apple II archive utility for Windows
https://github.com/fadden/ciderpress
CiderPress Apple II archive utility for Windows. Use Git or checkout with SVN using the web URL. Jan 11, 2016. Failed to load latest commit information. Jan 11, 2016. Half-step toward VS2015 CE. Jan 11, 2016. Half-step toward VS2015 CE. Jan 11, 2016. Removing ifdef, including time.h is fine. Aug 4, 2015. Half-step toward VS2015 CE. Jan 11, 2016. Half-step toward VS2015 CE. Jan 11, 2016. Half-step toward VS2015 CE. Jan 11, 2016. Half-step toward VS2015 CE. Jan 11, 2016. Half-step toward VS2015 CE. I decid...
micro-isv.asia
Hardware & Gadgets – Micro-ISV.asia
http://www.micro-isv.asia/category/hardware-gadgets
Wednesday, 29 December 2010. Never Defragment an SSD. Filed under: Hardware and Gadgets. 8212; Jan Goyvaerts @ 10:16. Defragmenting mechanical hard disks is a good idea. Defragmenting an SSD is a terrible idea. It wears out the SSD for no benefit at all. Tuesday, 21 December 2010. SSD Remaining Drive Life. Filed under: Hardware and Gadgets. 8212; Jan Goyvaerts @ 10:47. Sunday, 14 February 2010. Filed under: Hardware and Gadgets. 8212; Jan Goyvaerts @ 16:56. Tuesday, 9 February 2010. 8212; Jan Goyvaerts @...
micro-isv.asia
Programming – Micro-ISV.asia
http://www.micro-isv.asia/category/programming
Monday, 1 November 2010. No Yes/No/Cancel, Please. 8212; Jan Goyvaerts @ 14:01. I never knew Delphi 2010 could detach from a running process until Delphi XE offered it as an option in a message box, replacing OK/Cancel with Terminate/Detach/Cancel. Make your application user-friendlier by using custom message boxes with custom buttons that clearly indicate their purpose and offer a full set of choices. Friday, 17 September 2010. STRINGCHECKS Gone in Delphi XE. 8212; Jan Goyvaerts @ 8:10. Delphi XE and C ...
micro-isv.asia
Needless String Checks with EnsureUnicodeString – Micro-ISV.asia
http://www.micro-isv.asia/2008/10/needless-string-checks-with-ensureunicodestring
Wednesday, 1 October 2008. Needless String Checks with EnsureUnicodeString. 8212; Jan Goyvaerts @ 17:56. Suppose you have the following code in Delphi 2009:. Procedure TForm1.AddLengthTwice(const S: UnicodeString); begin Inc(Len, Length(S) ; Inc(Len, Length(S) ; end;. What would you expect the disassembly to look like? Something quick and efficient like this? Or something like this, with a bunch of extra checks and a function call thrown in for good measure:. 8220; It’s the last option in the first...
micro-isv.asia
Never Defragment an SSD – Micro-ISV.asia
http://www.micro-isv.asia/2010/12/never-defragment-an-ssd
Wednesday, 29 December 2010. Never Defragment an SSD. Filed under: Hardware and Gadgets. 8212; Jan Goyvaerts @ 10:16. When a traditional hard disk with spinning platters and moving heads needs to read a (very large) file, it can do so much faster if the file is stored in an unbroken sequence of blocks on the drive. If different pieces of the file are spread around the drive, the hard disk’s heads need to physically move between those pieces. The time it takes is indicated as the seek time. These algorith...
micro-isv.asia
No Yes/No/Cancel, Please – Micro-ISV.asia
http://www.micro-isv.asia/2010/11/no-yes-no-cancel-please
Monday, 1 November 2010. No Yes/No/Cancel, Please. 8212; Jan Goyvaerts @ 14:01. Sometimes it’s the little features that make a software product much more usable. For as long as I can remember, closing Delphi, recompiling the application, or opening another project while your app was still running has always made Delphi ask: “Debug session in progress. Terminate? 8221; You could click OK to terminate your app, or click Cancel to stay where you were. Don’t do that! I don’t want to keep all my hard wo...
micro-isv.asia
September – 2010 – Micro-ISV.asia
http://www.micro-isv.asia/2010/09
Friday, 17 September 2010. STRINGCHECKS Gone in Delphi XE. 8212; Jan Goyvaerts @ 8:10. Delphi 2009 was the first Delphi version to produce Unicode applications. When it was released I ranted about the needless strings checks. Delphi XE no longer does these strings checks. The functions that performed them, such as. Have been removed from System.pas. The Project Options screen no longer offers the “string format checking” compiler option. The compiler still accepts the. Thursday, 16 September 2010. The sc...