Buyed the new DVD writer for my laptop. The old DVD ROM (Toshiba SD-C2612) didn’t read some new CD/DVD disks so I dicided to replace with new one.
I found the description about new Sony/NEC Optiarc with IDE – AD-7593A-01 and ordered online in sokol.ua (from home computer in Thursday evening). On next day in 11AM the sale person called me by phone to confirm the order. They do not want to receive the WebMoney as payment method now and suggested to buy for cash. In Saterday we got the unit in their shop.
291hrn ($63) All works well and I can read all my disks now.
Blog
-
DVD -RW/+RW, NEC-Optiarc Writemaster LF Black slim (AD-7593A-01)
-
Omnibook XT6200 and replace hdd (WD2500BEVE)
I buyed and installed succesfull this WD2500BEVE in my XT6200.
The correct algorithm is:
1. download the Data LifeGuard Tools at http://support.wdc.com/product/download.asp?groupid=701&lang=en2. create boot floppy and create the partitions (no more than 137Gb every) in LifeGuard Tools
3. install Windows XP (with SP2! – very important). If you’ll install the Windows XP from recovery CDs (for laptop) then only 137Gb will be available because SP2 is not included there.
BIOS in XT6200 will display 137Gb anyway but Windows XP SP2 will work correctly with all 250Gb
PS: I tried to install the Vista but for some reason the setup is hang. Not sure why – maybe DVD corrupted. Anyway now I work with Windows XP SP2 without any problem.
-
TRichEdit: change the substring but don’t change color/font attributes
For example, if you have some TRichEdit instance and you want to change some substring there but do not change the formatting (color/font etc) for this text, you may use this code:
var
i: Integer;
begin
if SameText(strNewValue, strOldValue) then exit;
repeat
i := Pos(strOldValue, yourRichEdit.Lines.Text);
if (i > 0) then
begin
yourRichEdit.SelStart := i-1;
yourRichEdit.SelLength := Length(strOldValue);
yourRichEdit.SelText := strNewValue;
end;
until (i = 0)
end;
PS: if use the next code, then formatting will be lost:
yourRichEdit.Lines.Text := StringReplace(yourRichEdit.Lines.Text, strOldValue, strNewValue, [rfIgnoreCase, rfReplaceAll])
-
3G/GPRS
если ехать отдыхать, то сейчас выгодно купить карточку у BeeLine. Они перепродают 3G от Utel, но при этом нет помесячной оплаты, а платишь только за траффик (30коп за 1Мб):
http://beeline.ua/Services/gprs/3g.wbpК сожалению, и сам utel, и МТС, и КиевСтар, и PeopleNet дерут абонплату. Т.е. в итоге цена мегабайта там даже ниже, но их услуги больше подходят тем, кто пользуется этим постоянно. Лично мне такое нужно только в отпуске.
PS: в Израиле я тоже сидел на 3G – скорость впечатляла. 100Mb стоили 20 шекелей, т.е. суммы вполне сравнимы с BeeLine
-
GUIDs
Чего-то подумалось сегодня с утра – монополию Microsoft погубит повальное использование во всех дырках псевдо-уникальных GUID’ов.
Как только кто-то сломает алгоритм генерации или просто их количество начнет зашкаливать, они начнут повторяться у разных разработчиков на компьютерах, это обрушит устоявшуюся технологию и погребет нафиг и Windows, и офис, и кучу third-party разработанного софта. Ведь сейчас практически все зиждется на уникальности генерации GUID… -
MS Windows STOP error codes
Very useful resource with short description for most STOP errors (during Windows boot) and links for extended information about error:
http://aumha.org/a/stop.htm -
Spreadsheet Convert
Added the export from Open Office spreadsheets (.ods-files).
New build uploaded to site for downloading -
Picture Convert
Released today. Just added all information on html-pages and uploaded to site
In trial a few files (10) from directory processed only and “unregistered” text placed in center of any saved image
The registered version will work without any limitations, of course -
Microsoft Desktops v1.0
Русинович выпустил утилиту для виртуальных десктопов:
http://technet.microsoft.com/en-us/sysinternals/cc817881.aspx
-
PriceWaterhouseCooper
Очередная покупка тулзы от их сотрудника.
С одной стороны хорошо, что один сотрудник рекомендует тулзу своему соседу, т.е. он доволен покупкой и функционала ему хватает.
С другой стороны, раз тулза нужна многим (и не только в одном филиале), то почему бы компании не купить пакет лицензий и раздать своим сотрудникам? И им удобней, и мне приятней.PS: кстати такая же ситуация с Ernst&Young – тоже разные сотрудники из разных филиалов (что удивляет даже из Литвы и Чехии) берут себе лицензии, а компания не выбивает скидки за опт.