Which camera is right for you?
- Standard/Compact
- Advanced
- Digital SLR

Neler gördüm neler gönül elinden
Ne yaptımsa sana dinletemedim
Bu yolların sonu hasrete çıkar
Çok uğraştım seni döndüremedim

Yemin etme tutamazsın
Yüz çevirsem duramazsın
Bu yerlerden kaçamazsın
Tek başına yapamazsın

Ne kadrim bilinir ne sözüm geçer
Ağlayıp sızlayıp bu ömrüm geçer
Bin kere gelsen şu yalan dünyaya
Ne gonca gül sana ne de laleler...

Söz - müzik: Kıraç

http://www.youtube.com/watch?v=b_fEF3nykJk&feature=fvsr

Çabuk Olalım Aşkım
Herşeyi paylaşalım
Ben kendimi sana adadım
Sevgilim sensiz anlamsızım.

Mahşere kadar benim aşkım,
her alemde senindir canım,
nereye istersen sür beni köle diye
sensiz ölürüm cennette.

seni seven kalbim sana deli oluyor anlasana
sana dayanamıyorum inanki sensiz mutlu olamıyorum
seni seven kalbim sana deli oluyor anlasana
sana dayanamıyorum inanki sensiz yaşayamıyorum

Bin ömrüm daha olsa kollarında son bulsa,
eğer sana kavuşmak varsa ölmek düğün gibidir bana.
Sensizlikten çok korkuyorum inan kendimi bilmiyorum,
önce Allah sonra sen benim için o bilir nasıl sevdim.

seni seven kalbim sana deli oluyor anlasana
sana dayanamıyorum inanki sensiz mutlu olamıyorum
seni seven kalbim sana deli oluyor anlasana
sana dayanamıyorum inanki sensiz yaşayamıyorum

http://www.youtube.com/watch?v=irTKYXUZ5Bw

Preparing your own BST file (BibTeX-style-file):

Copy, paste and rename an existing style file, like unsrt.bst. Then, change any format as you desired. Here are some examples:

1. How to remove italic format from the book title:
Old file:
FUNCTION {format.in.ed.booktitle}
 { booktitle empty$
  { "" }
  { editor empty$
  { "In " booktitle emphasize * }
  { "In " format.editors * ", " * booktitle emphasize * }
  if$
 }
 if$
}
New file:
FUNCTION {format.in.ed.booktitle}
 { booktitle empty$
  { "" }
  { editor empty$
  { "In " booktitle * }
  { "In " format.editors * ", " * booktitle * }
  if$
 }
 if$
}


2. How to add double quote to the title:
Old file: 
FUNCTION {format.title}
 { title empty$
 { "" }
 { title "t" change.case$ }
 if$
}
New file:
FUNCTION {format.title}
 { title empty$
 { "" }
 { "``" title * "''" * }
 if$
}



Ingredients:
  • 120 gr powder sugar
  • 700 gr flour (normal or self-raising)
  • 250gr unsalted butter (softened in room temperature)
Directions:
  1. In a large bowl, mix the butter, sugar and flour.
  2. Blend well and knead the mixture 15-20 minutes.
  3. Take small pieces and shape them.
  4. Bake for 25-30 minutes in the 170C oven or until lightly brown.


You can add semisweet chocolate chips, walnuts, vanilla, coconut or cocoa to try different tastes.

CSS:



Making your own transparent png images:
The easiest way is using Clipart objects of Microsoft PowerPoint. Ungroup the existing images, change them, group again and save as PNG image.

Checking out a project into your workspace from CVS:  

  1. Window > Show View > Other. Select CVS > CVS Repositories.
  2. Context Menu > New > Repository Location. (Context Menu: Right Click on the related window.)
  3. Fill in the location information identifying your repository and click Finish. For example, you can directly copy and paste the following:
    ":pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse" 
  4. Expand the newly-created repository location.
  5. Expand HEAD.
  6. Find the module you are interested in.
  7. Context Menu > Check Out As Project. The project now exists in your workspace.

Plug-in export problem:

If you are having a plug-in export problem with Eclipse PDE and getting the error message below:
"... Caused by: D:\MyWorkspace\MyProject\build.xml:321: Problem: failed to create task or type apitooling.apigeneration
Cause: The name is undefined.
Action: Check the spelling.
Action: Check that any custom tasks/types have been declared.
Action: Check that any / declarations have taken place."

If you only installed PDE Visualization plug-in, you can run your plug-ins but you cannot export them. So, install "Eclipse Plug-in Development Environment" plug-in. If you installed it before, then the problem is probably related to a build issue. So, you can try to check the build.properties and manifest files to make sure that they are correct and they include all necessary paths.


Eclipse does not detect new plug-ins:
For efficiency reasons, eclipse caches the plugin files at startup. If you just overwrite your plugin, Eclipse will not recognize it. Starting eclipse with the option -clean will clear the cache and therefore resolve this problem.


A JRE or JDK must be available in order to run Eclipse! message:



While everythnig was OK, you can get this message especially after an update.
You need to define -vm parameter in the eclipse.ini file like below:
-vm
C:\Program Files (x86)\Java\jdk1.6.0_18\bin