Bu Blogda Ara

24.09.2008

changing favorites folder adress

NOTE: The steps in this section involve editing the registry.

WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk. 1. Run Regedt32.exe.
2. Navigate to the following location:

Select the Favorites value in the following registry path:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer \User Shell Folders
3. Click to select the Favorites value.
4. On the Edit menu, click String.
5. Change the current path to reflect the UNC path (for example, \\CommonServer\FavShare) or mapped drive (for example F:\Favorites) of the new server share for the common Favorites folder.
6. Start Internet Explorer.
7. On the Favorites menu, click Organize Favorites, and then verify that the new location was saved properly.

10.09.2008

tez savunmasında sorulan bir soru ...

"Hiç bilmeyen birisine uzmanlık alanınızı nasıl tarif edersiniz?" sorusu için sayın
Atilla Elçi hocamızın söyledikleri ilgimi çekti , böyle bir soruyla karşılaşacak olursak hazılıklı olmakta fayda var...

şöyle cevaplamış hocamız:
" YL öğrencilerimin tez sınavına juri üyesi olarak aldığım bir meslektaşımın her öğrencime sorduğu değişmez sorusu vardır. Savunmanın sonunda şu soruyu sorar:

"Tezini anneannene anlatıyor gibi kısaca anlat bakalım."


kaynak: Re: Hic bilmeyen birisine uzmanlik alaninizi nasil tarif edersiniz?

4.09.2008

C# ta isInteger,isDouble gibi fonksiyonlar

C# üzerinde bir değişkenin tamsayı mı (integer) yoksa ondalıklı sayı mı (decimal,double) ontrol etmek için hazır bir fonksiyon yok gibi gözüküyor. Msdn de global class altında isInteger diye bir metod gözüksede nasıl çalışacağına dair bilgi yok.

öyleyse iş başa düşüyor ve programcılık devreye giriyor kendimize ait fonksiyonlar yazmamız gerekiyor. işte bir kaç örnek, diğer değişken tipleri içinde benzer şekilde fonksiyonlar yazılabilir.

public static bool ondalikliMi(string sayi)
{
try
{
Convert.ToDouble(sayi);
return true;
}
catch
{
return false;
}
} //ondalikliMi

public static bool tamsayiMi(string sayi)
{
try
{
Convert.ToInt32(sayi);
return true;
}
catch
{
return false;
}
} //tamsayiMi

.NET Framework 3.5, 3.0, 2.0 versiyonları için aşağıdaki fonksiyonlarda kullanılabilir. Daha kısa daha öz.

public static bool ondalikliMi(string sayi)
{
double ondalik;
return double.TryParse(sayi, out ondalik);
} //ondalikliMi


public static bool tamsayiMi(string sayi)
{
int tamsayi;
return Int32.TryParse(sayi, out tamsayi);
} //tamsayiMi

3.09.2008

Toshiba Satellite U305 -S7446 XP DRIVER

Toshiba Satellite U305-S7446 XP DRIVER
bu driverlar kuzenimin bilgisayarımda denenmiştir. hepsi doğru çalışmaktadır.

This Driver also can be installed for Toshiba Satellite U305 or U300 Series Notebooks that will be downgraded to Windows XP.

1- wlan : İntel WLan 802.11abg/g
2- kablosuz ethernet : intel Proset wireless
3- ekran kartı : Intel Caristoga-GM display driver
4- network : network driver
5- ses kartı : sound driver
6- kamera : Chicony webcam driver
7- kart okuyucu : SD-utilities
8- touch pad : driver + on/off utility
9 - hotkey : hotkey utility