<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.1" -->
<rss version="0.92">
<channel>
	<title>Fëfalas (fluency in Google Search Engineering)</title>
	<link>http://kmeram.phicomputer.com</link>
	<description>Kıvanç Meram's Official Web Site</description>
	<lastBuildDate>Tue, 22 Apr 2008 13:26:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Table 2 Table copy data</title>
		<description>
INSERT INTO TABLE_B  SELECT * FROM TABLE_A; burda alanları aynı olan tablodan tabloya aktarım olayı.
INSERT INTO TABLE_B (NAME, PHONE) SELECT NAME, PHONE FROM TABLE_A; Table A dan Name ve phone alınıp Table B ye eklenir.
Commit unutmayalım. </description>
		<link>http://kmeram.phicomputer.com/?p=48</link>
			</item>
	<item>
		<title>Kral ve Yaşlı Adam</title>
		<description>
Bir zamanlar bir  kral vardı. Bu kral işini en iyi şekilde yapmak isterdi. Sık sık şöyle düşünürdü  :"Bir iş için en uygun zaman hangisidir acaba? En gerekli kişi kimdir ve yapmam  gereken en önemli şey nedir? Bu üç şeyi bilseydim, çok başarılı olurdum".  Bir gün kral ...</description>
		<link>http://kmeram.phicomputer.com/?p=47</link>
			</item>
	<item>
		<title>JSP ile JSF farkları</title>
		<description>the difference between JSP and JSF:

1. A developer has more control with JSP, but (should) get easier development with JSF
2. Event handling is done differently in JSP (HTTP) and JSF (Java)
3. The UI is designed differently (or should be at least) with JSP (markup) and JSF (components).
4. The end product ...</description>
		<link>http://kmeram.phicomputer.com/?p=46</link>
			</item>
	<item>
		<title>asker kontun Dağıtımı</title>
		<description>Acemi birliğini tamamlayan kontun dağıtımı kıbrıs 39.tümene çıkmış adam adayı çok sevdi her yerde oraya çıkıyo bu gidişle oraya yerleşecek zindan şaplanma fazla ( kesin tankla falan gelir şimdi bu askerden yakışır ).Hayırlı teskereler. </description>
		<link>http://kmeram.phicomputer.com/?p=45</link>
			</item>
	<item>
		<title>executing  pl/pgsql function  in postgre and java</title>
		<description>
CREATE OR REPLACE FUNCTION squre_root(integer)
RETURNS double precision AS
$BODY$
BEGIN
return SQRT($1);
END; $BODY$
LANGUAGE 'plpgsql' VOLATILE;
ALTER FUNCTION squre_root(integer) OWNER TO hede;

to execute this procedure in pgadmin  : select squre_root( 9 );

import java.sql.*;

public class PlSqlTest {
public static void main(String args[]) {
CallableStatement stmt = null;

int a=9;

System.out.println("\nArray Parameter Test\n");
try {
Class.forName("org.postgresql.Driver");

Connection conn = DriverManager.getConnection("jdbc:postgresql://localhost/hede", "hede","hede");

conn.setAutoCommit(false);
stmt = conn.prepareCall("{?= call ...</description>
		<link>http://kmeram.phicomputer.com/?p=44</link>
			</item>
	<item>
		<title>Bugun CcemAlp Doğum günü</title>
		<description>Beşiktaşlı Oldu!!! Hollanda'ya inek sağmaya gitti inek diye bunu sağıyorlar gömülmüş kodlara kafasını kaşıyamıyor Taa twenteden Tansuya laf yetiştiriyor.Kanqa doğumgünün kutlu olsun nice senelerede oralarda yaşlanma. </description>
		<link>http://kmeram.phicomputer.com/?p=43</link>
			</item>
	<item>
		<title>Mutluluklar Enver &#038; Burcu Altın</title>
		<description>08.09.2007 Tarihinde Dünya evine giren şirket kanqamızın her ne kadar nikaha gitmek nasip olmasa Mutluluklar diliyerek tebrik ediyorum.Notumuda Düşüyorum geçmiş olsun birader birini daha kaybettik bu genç yaşta. </description>
		<link>http://kmeram.phicomputer.com/?p=42</link>
			</item>
	<item>
		<title>Darısı Başıma Hülya</title>
		<description>06.09.2007 Tarihinde Dünya evine girmek üzere ilk adımı nişanlanarak geçen Hülya Çakmakçı kanqamızın Tebrik ediyoruz Mutluluklar Diliyorum. </description>
		<link>http://kmeram.phicomputer.com/?p=41</link>
			</item>
	<item>
		<title>openCDS device Management</title>
		<description>
 Open cds can dedect device type and automaticaly generates,imports configuration file on opencds Device Creation if a new device is detected, and autoCreate is false the subscriber will be given a "Device Not Supported" message.  If autoCreate is true, we'll gather as much info as possible from the ...</description>
		<link>http://kmeram.phicomputer.com/?p=40</link>
			</item>
	<item>
		<title>Common Lisp</title>
		<description>In 1995,
the American National Standards Institute recognized a slightly updated version as ANSI
Common Lisp, the first object-oriented language to receive certification, and ANSI CL remains
the only language that meets all of the criteria set forth by the Object Management
Group (OMG) for a complete object-oriented language.
1-Dynamic Redefinition: You can add new ...</description>
		<link>http://kmeram.phicomputer.com/?p=39</link>
			</item>
</channel>
</rss>
