<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-514449585763517224</id><updated>2024-10-06T22:16:01.094-07:00</updated><category term="BloggerEklentileri"/><category term="BloggerDersleri"/><category term="BloggerTema"/><category term="Script"/><category term="CssDersleri"/><category term="BloggerWidget"/><category term="HtmlDersleri"/><category term="GoogleDersleri"/><category term="Bedava-Sitem"/><category term="WordPress"/><category term="HitArttırma"/><category term="BloggerSeo"/><category term="Bloggerİpucu"/><category term="BloggerYenilikler"/><category term="Menü"/><category term="banner"/><category term="blogger"/><category term="jQuery"/><category term="logo"/><category term="yapımı"/><title type='text'>PHtmlDrive</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default?start-index=26&amp;max-results=25'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>409</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-160982891863885579</id><published>2014-01-03T12:42:00.003-08:00</published><updated>2014-01-03T12:43:02.761-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>Blogger Videolar İçin Işıkları Aç-Kapat Eklentisi </title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis5V5y9LyVZS6fthSnJGlE65tpSoqw6EP7u-3rG0uX7ZYuACbyEsjlkD2WhTZ0RVaB41VS9OKhZpXzr_6DvpIG3JIe2RCEvLh7aqePTwSjFuOIsZYO22adrxVly_YnMQr-BAs30_ehM5E/s1600/A%C3%87+KAPAT.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis5V5y9LyVZS6fthSnJGlE65tpSoqw6EP7u-3rG0uX7ZYuACbyEsjlkD2WhTZ0RVaB41VS9OKhZpXzr_6DvpIG3JIe2RCEvLh7aqePTwSjFuOIsZYO22adrxVly_YnMQr-BAs30_ehM5E/s1600/A%C3%87+KAPAT.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&amp;nbsp;Blogger için uygulanacak bu uygulamanın benim tarafından çok harika olduğunu düşünüyorum.Blogunda bir film veya dizi veya izletmek istediğiniz herhangi bir videoyu arkadaşlarınıza veya ziyaretçilerinize kapalı ışıklar içinde izletebilirsiniz sinema tarzı misali.Eklenti çok harika ve özel bir eklenti olduğunu düşünüyorum eklemek isteyen arkadaşlar aşağıdaki videodan DEMO&#39;suna ve nasıl yapılacağına bakabilirler.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Blogger Paneline Girin. .&lt;/b&gt;&lt;br /&gt;
Şablon Tıklıyoruz &amp;gt; &lt;b&gt;HTML Düzenle&lt;/b&gt; &amp;gt; &lt;b&gt;CTRL+F&lt;/b&gt; yardımı ile &lt;b&gt;&lt;/b&gt;&lt;br /&gt;
kodunu buluyoruz ve aşağıdaki kodları hemen üstüne yerleştiriyoruz.&lt;br /&gt;
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;&lt;script src=&#39;http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js&#39; type=&#39;text/javascript&#39;/&gt;
&lt;script type=&#39;text/javascript&#39;&gt;
//&lt;![CDATA[
$(document).ready(function(){
$(&quot;#darkness&quot;).css(&quot;height&quot;, $(document).height()).hide();
$(&quot;.lightSwitcher&quot;).click(function(){
$(&quot;#darkness&quot;).toggle();
if ($(&quot;#darkness&quot;).is(&quot;:hidden&quot;))
$(this).html(&quot;Işıkları Kapat&quot;).removeClass(&quot;turnedOff&quot;);
else
$(this).html(&quot;Işıkları Aç&quot;).addClass(&quot;turnedOff&quot;);
});
});
//]]&gt;
&lt;/script&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBwo-TyyvTpE5G4kwrvynAGniwEnlt4RG2UasppRnUGBymrMfibUJzNl6YSHKxHxTZrk8RPS8lW25VA2sGSleXwtMKkCOqz45GoekQCMXE3rmW_HG3W3FWMyst9qyFUjrMcPvWq6NqKLA/s1600/ads%C4%B1z.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhBwo-TyyvTpE5G4kwrvynAGniwEnlt4RG2UasppRnUGBymrMfibUJzNl6YSHKxHxTZrk8RPS8lW25VA2sGSleXwtMKkCOqz45GoekQCMXE3rmW_HG3W3FWMyst9qyFUjrMcPvWq6NqKLA/s1600/ads%C4%B1z.JPG&quot; height=&quot;141&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;CTRL+F&lt;/b&gt; yardımı ile &lt;b&gt;]]&amp;gt;&lt;/b&gt;&lt;br /&gt;
kodunu buluyoruz ve aşağıdaki kodları hemen üstüne yerleştiriyoruz.&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt; /* Blogger Turkey Videolar İçin Işık Aç-Kapat Eklentisi
----------------------------------------------- */
#lightsVideo {
position:relative;
z-index:102;
}
#switch {
max-width:640px;
text-align:left;
position:relative;
height:25px;
display:block;
margin: 25px 0 0 60px;
}
.lightSwitcher {
position:absolute;
z-index:101;
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_zpuaJhoipDOZQTd0l8-sKQQ1lHjjKPit-JyLCNsG3Oz1OohPP6F10E488XP9zewcYARnrPbbxMXEXQ6f-p6PFQXGBR9AJl_Z4_pPMQvMFJ-xwI8cBY-44w6_e7xmKblbCXnePuS4-DBc/s1600/lights-on.png);
background-repeat:no-repeat;
background-position:left;
padding: 0 0 0 20px;
outline:none;
text-decoration:none;
}
.lightSwitcher:hover {text-decoration:underline;}
.turnedOff {
color:#ffff00 !important;
background-image:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEixAgigrN5Kks41GdBzwhBZ3GmxdbUPTxi7CcvLe5R3ZjTjR8rSO5In_eweLLtUVVSNuPEKhJXHF06QT0PEPd1786rv299SBXUYoc2R_HZzgwX0Jnz6gYHajbqxS0H43boHwWQk-U6_087L/s1600/lights-off.png);
}
#darkness {
background:#000;
opacity:0.8;
filter:alpha(opacity=80);
position:absolute;
left:0;
top:0;
width:100%;
z-index:100;
}
&lt;/textarea&gt;
&lt;br /&gt;
CTRL+F yardımı ile  kodunu buluyoruz ve aşağıdaki kodları hemen üstüne yerleştiriyoruz.
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 28px; width: 258px;&quot;&gt; &lt;div id=&#39;darkness&#39;/&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
Aşağıdaki kodları bir yazı içersine nasıl ekleyeceğimizi ve nasıl çalıştırğını görmek için kodun altındaki video yu izleyin.Diğer bir seçenek olan HTML/JavaScript gatget&#39;i olarakta ekleyebilirsiniz tercih sizin.
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 148px; width: 569px;&quot;&gt; &lt;center&gt;
&lt;div id=&quot;switch&quot;&gt;
&lt;a class=&quot;lightSwitcher&quot; href=&quot;javascript:void(0);&quot;&gt;Turn off the lights&lt;/a&gt;&lt;/div&gt;
&lt;div id=&quot;lightsVideo&quot;&gt;
...Buraya video&#39;nun kodunu ekliyoruz...
&lt;/div&gt;
&lt;/center&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;iframe width=&quot;590&quot; height=&quot;360&quot; src=&quot;//www.youtube.com/embed/01hmkpAly3I?feature=player_embedded&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/160982891863885579/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2014/01/blogger-videolar-icin-isklar-ac-kapat.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/160982891863885579'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/160982891863885579'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2014/01/blogger-videolar-icin-isklar-ac-kapat.html' title='Blogger Videolar İçin Işıkları Aç-Kapat Eklentisi '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis5V5y9LyVZS6fthSnJGlE65tpSoqw6EP7u-3rG0uX7ZYuACbyEsjlkD2WhTZ0RVaB41VS9OKhZpXzr_6DvpIG3JIe2RCEvLh7aqePTwSjFuOIsZYO22adrxVly_YnMQr-BAs30_ehM5E/s72-c/A%C3%87+KAPAT.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-8790039276400463030</id><published>2013-10-17T00:23:00.000-07:00</published><updated>2013-10-17T00:26:00.176-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>CSS3 İle Tüm Sitelerde Çalışan 3D Yazı Efekti</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpG2FBoCeaX6ZdjqttHjdJnnlNUGfWMQsz5TJDRxzOJP9jtC8Vswvggrfx51n6fN-FiWZaOn5Se8w9Chg62FzwjaDV1wq5AgnZrN2gPdU7XEROKwhYYNWG3h4FYQ7TMfewRmlzSihrpEZ3/s1600/phtmldrive3d.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpG2FBoCeaX6ZdjqttHjdJnnlNUGfWMQsz5TJDRxzOJP9jtC8Vswvggrfx51n6fN-FiWZaOn5Se8w9Chg62FzwjaDV1wq5AgnZrN2gPdU7XEROKwhYYNWG3h4FYQ7TMfewRmlzSihrpEZ3/s1600/phtmldrive3d.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Merhaba Arkadaşlar Bugün Sizlere Çok Güzel Bir Kodu Göstericeğim Resimde de Görmüş Olduğunuz Gibi İstediğiniz Yazıyı 3D İle Gösterebileceksiniz. İsterseniz Rengini Değiştirebilirsiniz.&lt;br /&gt;
İsterseniz Artık Anlatıma Geçelim..&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;color: red;&quot;&gt;&lt;b&gt;&quot;Blogger Kullanıcıları İçin&quot;&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: small;&quot;&gt;Aşağıda Bulunan Kodu Tasarım Bölümündeki&lt;/span&gt;&lt;/span&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 24px; width: 570px;&quot;&gt;]]&gt;&lt;/b:skin&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;Bölümünün Üstüne Yapıştırıp Kaydedin.&lt;br /&gt;
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 187px; width: 590px;&quot;&gt;.phtmldrive-3d{
font-family: Garamond, serif;
color: #ffffff;
font-family: Garamond, serif;
font-weight:bold;
font-size: 64px;
text-shadow:0px 0px 0 rgb(223,223,223),1px 1px 0 rgb(202,202,202),2px 2px 0 rgb(180,180,180),3px 3px 0 rgb(158,158,158), 4px 4px 0 rgb(136,136,136),5px 5px 4px rgba(0,0,0,0.6),5px 5px 1px rgba(0,0,0,0.5),0px 0px 4px rgba(0,0,0,.2);
}
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
Daha Sonra Aşağıda Bulunan Kodu İster Logonuzda İster Gönderilerinize Ekleyebilirsiniz.&lt;br /&gt;
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 34px; width: 554px;&quot;&gt;&lt;a class=&quot;phtmldrive-3d&quot;&gt;Merhaba!&lt;/a&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
İşlemimiz Bu Kadar.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&quot;Diğer Kullanıcılar İçin&quot;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Blogger Dışı Diğer Kullanıcıların Yapması Gereken İse Yaşağıda Vermiş Olduğum Kodu İstediği Yere Yapıştırıp Kaydet&#39;de Bilir.&lt;br /&gt;
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;&lt;a class=&quot;phtmldrive-3d&quot;&gt;Merhaba!&lt;/a&gt;

&lt;style&gt;
.phtmldrive-3d{
font-family: Garamond, serif;
color: #ffffff;
font-family: Garamond, serif;
font-weight:bold;
font-size: 64px;
text-shadow:0px 0px 0 rgb(223,223,223),1px 1px 0 rgb(202,202,202),2px 2px 0 rgb(180,180,180),3px 3px 0 rgb(158,158,158), 4px 4px 0 rgb(136,136,136),5px 5px 4px rgba(0,0,0,0.6),5px 5px 1px rgba(0,0,0,0.5),0px 0px 4px rgba(0,0,0,.2);
}
&lt;/style&gt;
&lt;/textarea&gt;

&lt;br /&gt;
Bizi Takip Etmeye Devam Edin :))&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/8790039276400463030/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/10/css3-ile-tum-sitelerde-calsan-3d-yaz.html#comment-form' title='1 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/8790039276400463030'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/8790039276400463030'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/10/css3-ile-tum-sitelerde-calsan-3d-yaz.html' title='CSS3 İle Tüm Sitelerde Çalışan 3D Yazı Efekti'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgpG2FBoCeaX6ZdjqttHjdJnnlNUGfWMQsz5TJDRxzOJP9jtC8Vswvggrfx51n6fN-FiWZaOn5Se8w9Chg62FzwjaDV1wq5AgnZrN2gPdU7XEROKwhYYNWG3h4FYQ7TMfewRmlzSihrpEZ3/s72-c/phtmldrive3d.png" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-7580991507806230131</id><published>2013-10-17T00:00:00.003-07:00</published><updated>2013-10-17T00:00:50.811-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>Blogger Temalarında Ki Kayma Sorununun Çözümü</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://4.bp.blogspot.com/-X9uCO1aO9L4/UKjjqhTyNiI/AAAAAAAABKk/dGRSfsxRwzY/s1600/Bloggertasar%25C4%25B1m.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://4.bp.blogspot.com/-X9uCO1aO9L4/UKjjqhTyNiI/AAAAAAAABKk/dGRSfsxRwzY/s1600/Bloggertasar%25C4%25B1m.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Bu sabah Blogger sitelerimizde yaşadığımız temalarda kaymalar meydana gelmişti. Benim sitemle birlikte arkadaşlarımında sitesinde kaymalar ve bozuklukluklar oluşmuştu. Aşağıda bulunan bu kısa kod ile siteniz yeniden eski haline geri dönecek.&lt;br /&gt;
&lt;br /&gt;
Aşağıda ki kodu &lt;body&gt; kodundan sonra ekleyin.&amp;nbsp;&lt;/body&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 86px; width: 564px;&quot;&gt;&lt;script src=&quot;http://code.jquery.com/jquery-1.9.1.js&quot;&gt;&lt;/script&gt;
&lt;script&gt;
$(&quot;[href$=&#39;css_bundle.css&#39;]&quot;).remove();
&lt;/script&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
Ve temamızı kaydedip önizlemesine bakalım ve sorun giderildi :) </content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/7580991507806230131/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/10/blogger-temalarnda-ki-kayma-sorununun.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/7580991507806230131'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/7580991507806230131'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/10/blogger-temalarnda-ki-kayma-sorununun.html' title='Blogger Temalarında Ki Kayma Sorununun Çözümü'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://4.bp.blogspot.com/-X9uCO1aO9L4/UKjjqhTyNiI/AAAAAAAABKk/dGRSfsxRwzY/s72-c/Bloggertasar%25C4%25B1m.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-6163387040839885863</id><published>2013-10-16T23:59:00.004-07:00</published><updated>2013-10-16T23:59:29.925-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>Bloggerlar İçin Google+ Yorum Özelliği</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://2.bp.blogspot.com/-v0zr_JH0rho/UbwU4N_8BTI/AAAAAAAAGSw/4fiUKEsQBAQ/s1600/google+-yorum-kutusu-ekleme.PNG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-v0zr_JH0rho/UbwU4N_8BTI/AAAAAAAAGSw/4fiUKEsQBAQ/s1600/google+-yorum-kutusu-ekleme.PNG&quot; height=&quot;213&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Google’ın sosyal ağı olan Google+ ile zaman içerisinde Google bütün 
ürünlerini toplamayı hedefliyor. Google+ ile birlikte de zaten bunun 
kıvılcımlarını Youtube gibi benzeri Google ürünlerinde görmüştük. Kısa 
bir zaman önce meydana getirilen Blogger’lar için Google+ yorum özelliği
 de ürünleri bir arada toplamak için geliştirilen son hamlelerden 
birisidir. Hadi Google+ yorum özelliğine biraz daha yakından bakalım.&lt;br /&gt;
&lt;br /&gt;
Google+ yorum özelliği blog sahibine bir çok avantaj sağlıyor. Bunların 
arasından sağladığı en büyük avantaj da elbette Google+ profili 
sayesinde etkileşimleri çok kolay bir şekilde takip edebilme özelliği 
oluyor. Bu sayede yorumların hiçbirini kaçırmıyor ve daha seri yorumlara
 cevap verebiliyorsunuz. Ancak diğer yandan bu yorum özelliği bizlere 
çok da büyük bir dezavantaj sunuyor.&lt;br /&gt;
&lt;br /&gt;
Bu özellik aktif hala getirildiğinde kullanıcıların kullanabilmeleri 
için dolayısıyla mutlaka bir Google+ hesabına sahip olması gerekiyor bu 
da etkileşimi düşürebilecek başlıca nedenlerin arasında yer alıyor. 
&amp;nbsp;Google+ yorum özelliğini açmak ise oldukça basit. Panelinizden Google+ 
bölmesine girdiğinizde bu blog’da Google+ yorumlarını kullan özelliğini 
seçmeniz geçiş işlemini tamamlamanız için yeterlidir.</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/6163387040839885863/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/10/bloggerlar-icin-google-yorum-ozelligi.html#comment-form' title='1 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/6163387040839885863'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/6163387040839885863'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/10/bloggerlar-icin-google-yorum-ozelligi.html' title='Bloggerlar İçin Google+ Yorum Özelliği'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-v0zr_JH0rho/UbwU4N_8BTI/AAAAAAAAGSw/4fiUKEsQBAQ/s72-c/google+-yorum-kutusu-ekleme.PNG" height="72" width="72"/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-4983975963059436936</id><published>2013-10-16T23:57:00.004-07:00</published><updated>2013-10-16T23:57:54.311-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>Blogger Gelişmiş Yorum Alanı Eklentisi</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://r1307.hizliresim.com/1c/9/q1xdp.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://r1307.hizliresim.com/1c/9/q1xdp.png&quot; height=&quot;144&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Yeni bir blogger yazımla tüm blogculara sevgiler. Bu yazımda blogger yorum alanında bir gelişme yapacağız, ilk olarak eklentiden söz edeyim isterseniz. Bu eklentiyi uzun zamandır kullanıyorum ve çok sade bir tasarıma sahip demosu üstteki resim zaten. Sadece css ile bu kadar güzel bir eklenti meydana geliyor. İsteyen de çok oldu bende zaman ilerledikçe paylaşmk istedim.&lt;br /&gt;
&lt;br /&gt;
Tek yapmanız gereken css bölümüne eklemek&lt;br /&gt;
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;#comment-editor{width:103%!important}
.comment-form{width:100%;max-width:100%}
.comments .comment-content{margin-left:48px;position:relative;background:#f9f9f9;border:1px solid #ddd;overflow:hidden;border-bottom:2px solid #ddd;border-radius:5px;padding:10px}
.comments .comments-content{font-size:13px}
.comments .comment .comment-actions a{padding-top:5px;padding-right:5px;text-decoration:none}
.comments .comment .comment-actions a:hover{text-decoration:underline}
.comments .comments-content .comment-thread ol{list-style-type:none;text-align:left;padding:0}
.comments .comments-content .inline-thread{padding:.5em 0 .5em 1em}
.comments .comments-content .comment-thread{margin:8px 0}
.continue{background:#fff;border:1px solid #ddd;overflow:hidden;border-bottom:2px solid #ddd;border-radius:5px;padding:5px}
.comments .comments-content .comment-replies{margin-top:0;margin-left:36px}
.comments .comments-content .comment{margin-bottom:0;padding-bottom:0}
.comments .comments-content .comment:first-child{padding-top:6px;text-align:left}
.comments .comments-content .comment:last-child{border-bottom:0;padding-bottom:0;text-align:left}
.comments .comments-content .comment-body{position:relative}
.comments .comments-content .user{font-style:normal;font-weight:700}
.comments .comments-content .icon.blog-author{width:18px;height:18px;display:inline-block;background:url(http://png.findicons.com/files/icons/2353/stuttgart/16/star.png) no-repeat top;margin:0 0 -4px 6px}
.comments .comments-content .datetime{margin-left:6px;float:right;font-size:10px}
.comments .comments-content .comment-header,.comments .comments-content .comment-content{margin:5px 0 8px}
.comments-content{padding:5px}
.comments .comments-content .comment-header{font-size:15px}
.comments-content .datetime{font-style:PFBeauSansProBbookRegular, Verdana, sans-serif;color:#fff}
.comments .comments-content .comment-content{text-align:left}
.comments .comments-content .owner-actions{position:absolute;right:0;top:0}
.comments .comments-replybox{border:none;height:250px;width:100%}
.comments .comment-replybox-single{margin-top:5px;margin-left:48px}
.comments .comment-replybox-thread{margin-top:5px}
.comments .comments-content .loadmore a{display:block;text-align:center;padding:10px 16px}
.comments .thread-toggle{cursor:pointer;display:inline-block}
.comments .continue{cursor:pointer}
.comments .continue a{display:block;font-weight:700;padding:.5em}
.comments .comments-content .loadmore{cursor:pointer;max-height:3em;margin-top:3em}
.comments .comments-content .loadmore.loaded{max-height:0;opacity:0;overflow:hidden}
.comments .thread-toggle .thread-arrow{display:inline-block;height:6px;width:7px;overflow:visible;padding-right:4px;margin:.3em}
.comments .thread-expanded .thread-arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC) no-repeat scroll 0 0 transparent}
.comments .thread-collapsed .thread-arrow{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAJUlEQVR42mNgAILy8vL/DLgASBKnApgkVgXIkhgKiNKJ005s4gDLbCZBiSxfygAAAABJRU5ErkJggg==) no-repeat scroll 0 0 transparent}
.comments .comment-header{margin-left:48px;position:relative;background:url(http://2.bp.blogspot.com/-p56goQ2FzGU/URvNe5UKRLI/AAAAAAAAE0E/u4764R2J6O8/s1600/sidebaronurbatur.png) repeat-x;border:1px solid #ddd;overflow:hidden;border-bottom:2px solid #ddd;border-radius:5px;padding:5px}
.comments .comment-header .user{font-size:17px}
.comments .comment-block{margin-left:48px;position:relative;background:#fff;border:1px solid #ddd;overflow:hidden;border-bottom:2px solid #ddd;border-radius:5px;padding:5px}
.avatar-image-container,.avatar-image-container img{max-width:50px!important;width:50px!important;max-height:50px!important;height:50px!important;background:#fff}
.comments .avatar-image-container{border-radius:5px 5px 5px 5px / 5px 5px 5px 5px;float:left;margin-right:10px;background:#fff;border:1px solid #ddd;padding:2px}
.comments .avatar-image-container img{background:#fff}
.comments{border:1px solid #ddd;font-family:PFBeauSansProBbookRegular, Verdana, sans-serif;-moz-border-radius:8px;color:#666;border-radius:5px 5px 5px 5px / 5px 5px 5px 5px;margin:10px 0 0;padding:10px}
.comments h4{color:#666;font-family:PFBeauSansProBbookRegular, Verdana, sans-serif;font-size:15px;text-decoration:none;font-weight:700;text-shadow:#d0d0d0 0 0 4px;border-bottom-style:dashed;border-bottom-width:2px;border-bottom-color:#CCC;margin:-2px 0 -3px;padding:3px 0 5px}
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
Yapamadığınız, temanıza uyumlu olmayan bir yer varsa onur imdat burada yorum atmanız yeterli :)</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/4983975963059436936/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/10/blogger-gelismis-yorum-alan-eklentisi.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/4983975963059436936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/4983975963059436936'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/10/blogger-gelismis-yorum-alan-eklentisi.html' title='Blogger Gelişmiş Yorum Alanı Eklentisi'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-2382234579899933262</id><published>2013-08-24T01:07:00.001-07:00</published><updated>2013-08-24T01:07:22.575-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><title type='text'>Bizim Oyun Scripti </title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://indirsende.net/wp-content/uploads/2013/08/Bizim-Oyun-Scripti1-390x245.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://indirsende.net/wp-content/uploads/2013/08/Bizim-Oyun-Scripti1-390x245.png&quot; height=&quot;201&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;Merhaba,&lt;/b&gt;&lt;br /&gt;
Ücretsiz olarak kodlanmış olan bizim oyun scriptin sizlere sunacağım 
bu oyun scrpiti çok gelişmiş sayılır ve profesyonel diyebiliriz.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Özellikler;&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Kendi iç framework yapısına sahiptir.&lt;/li&gt;
&lt;li&gt;Tüm yapı itibari ile oop – class kodlama stili ile kodlanmıştır.&lt;/li&gt;
&lt;li&gt;Kendi sql sınıfından tutun, kendi sef sınıfına kadar özel olarak kodlanmıştır.&lt;/li&gt;
&lt;li&gt;Sistem kendi tema sistemine sahiptir. Dilediğiniz temayı entegre edebileceğiniz şekilde açıklamaları mevcuttur.&lt;/li&gt;
&lt;li&gt;Oyun ekleme, silme, düzenleme işlemleri.&lt;/li&gt;
&lt;li&gt;Oyuna editör seçimi atayabilme özelliği.&lt;/li&gt;
&lt;li&gt;Oyuna aktif ve pasiflik özelliği kazandırılabilir.&lt;/li&gt;
&lt;li&gt;Oyuna yayımlanma zamanı verilebilir. Zamanı gelmeyen oyun yayınlanmaz.&lt;/li&gt;
&lt;li&gt;Oyunu isterseniz bilgisayarınızdan isterseniz karşı sunucudan 
çekebilirsiniz. İstersenizde link şekilde, embed şeklinde ve iframe 
şeklinde eklemede yapabilirsiniz.&lt;/li&gt;
&lt;li&gt;Otomatik zamanlama sistemi bulunmaktadır. Zamanlayıcıyı açar iseniz,
 ekleyeceğinzi oyuna yayımlanma zamanı atamaksızın sistem 
belirleyeceğiniz zamanı, en son oyunun üstüne ekler ve böylece zaman 
telaşına düşmeksizin belli standartlarda yayınlanmış oyunlarınız olur.&lt;/li&gt;
&lt;li&gt;Tekil hit sayacı bulunmaktadır.&lt;/li&gt;
&lt;li&gt;Arama motorlarından gelen hitlerin tekil sayacı bulunmaktadır.&lt;/li&gt;
&lt;li&gt;Gün içerisinde oynanan oyunların toplam sayısının sayıldı sayaç bulunmaktadır.&lt;/li&gt;
&lt;li&gt;Kategori ekleme, düzenleme, silme.&lt;/li&gt;
&lt;li&gt;Etiket ekleme, düzenleme, silme.&lt;/li&gt;
&lt;li&gt;Logo vs gibi ayarlar için site ayarları bölümü.&lt;/li&gt;
&lt;li&gt;Etiket yapısı admin panelden açılıp kapanabilir durumdadır.&lt;/li&gt;
&lt;li&gt;Admin giriş şifrelerinin değiştirilbileceği şifre ayarları bölümü.&lt;/li&gt;
&lt;li&gt;Sitede kullanılacak metaların düzenlenebileceği meta ayarları bölümü.&lt;/li&gt;
&lt;li&gt;Site footer yazısının düzenlenebileceği Footer yazısı düzenleme bölümü.&lt;/li&gt;
&lt;li&gt;Sitedeki reklam alanlarının düzenlenebileceği Reklam alanları düzenleme bölümü.&lt;/li&gt;
&lt;li&gt;Eklenen herbir oyunlar ve kategori için özel meta ayarlanabileceği alanlar mevcuttur.&lt;/li&gt;
&lt;li&gt;İÇERİSİNDE 10.000 ADET OYUNUN OLDUĞU BOT PANELİ. BU BOT PANELİ İLE 
HIZLI VE KOLAY YOL İLE OYUN EKLEYEBILIRSINIZ. (OYUNLARIN TAMAMI 
İNGİLİZCEDİR.)&lt;/li&gt;
&lt;li&gt;Eklenen oyunlara yorum alınabilir. Bu yorumlar admin panelden onaylanıp, sitede yayımı sağlanabilir.&lt;/li&gt;
&lt;li&gt;İletişim kısmı ile birlikte bu iletişim mesajlarının görüntüleneceği panel mevcuttur.&lt;/li&gt;
&lt;li&gt;Admin panelde oyun,etiket ve yorum arama bölümleri.&lt;/li&gt;
&lt;li&gt;Basit ve kasmayacak yapıda bir tema.&lt;/li&gt;
&lt;li&gt;Hızlı açılan sayfalar ve kasmayan yapı ile yüksek hitlerde shared 
hostingde barındırabilirsiniz. Gereksiz kod kullanımları kesinlikle 
bulunmamaktadır.&lt;/li&gt;
&lt;/ul&gt;
&lt;b&gt;Kurulum;&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Arşiv içerisindeki, install klasörünü olduğu gibi kurulum yapacağınız yerin ana dizinine atın.&lt;/li&gt;
&lt;li&gt;Hosting panelinizden bir adet sql açın.&lt;/li&gt;
&lt;li&gt;&lt;b&gt;http://www.siteadı.com/install/&lt;/b&gt;&amp;nbsp;olarak install sayfasına giriş yapın. Karşınıza aşağıda ki ekran gelecektir.&lt;/li&gt;
&lt;/ul&gt;
&lt;b&gt;Rar Şifresi : &lt;span style=&quot;color: red;&quot;&gt;phtmldrive.blogspot.com&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml yesil&quot; href=&quot;http://www.mediafire.com/download/lqb162r8dv8o851/Bizim_Oyun_Scripti-phtmldrive.rar&quot; target=&quot;_blank&quot;&gt;İndir&lt;/a&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/2382234579899933262/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/bizim-oyun-scripti.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/2382234579899933262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/2382234579899933262'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/bizim-oyun-scripti.html' title='Bizim Oyun Scripti '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-1028716792800666601</id><published>2013-08-23T02:35:00.000-07:00</published><updated>2013-08-23T02:35:45.967-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><title type='text'>Oyun Yoneticisi CS Server Satış Scripti </title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://indirsende.net/wp-content/uploads/2012/12/counter-390x245.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://indirsende.net/wp-content/uploads/2012/12/counter-390x245.png&quot; height=&quot;201&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Oyun yoneticisini hepimiz biliriz. Counter sunucusu satan bir firma. 
Onun sitesinin clone diye hitap ettiğimiz benzer tasarımını sizinle 
paylaşıyoruz.&lt;br /&gt;

Scripte demodanda bakabilirsiniz neredeyse tasarımsal olarak aynıdır ayarlamalar sonucunda kendi server sitenizi açabilirsiniz.&lt;br /&gt;
&lt;br /&gt;

&lt;b&gt;Kurulumu&lt;/b&gt;&lt;b&gt;&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;

&lt;ol&gt;
&lt;li&gt;Site.sql database atın&lt;/li&gt;
&lt;li&gt;Yönetim-panel’ i klasorundeki ayarları düzenleyin&lt;/li&gt;
&lt;li&gt;Dosyaları Ftp Atın&lt;/li&gt;
&lt;/ol&gt;
&lt;b&gt;Destek Kurulumu :&lt;br /&gt;
&lt;/b&gt;&lt;br /&gt;

&lt;ol&gt;
&lt;li&gt;Destek Klasorune Girin&lt;/li&gt;
&lt;li&gt;Ordaki Sql’yi database atın&lt;/li&gt;
&lt;li&gt;Config.php Düzenleyin&lt;/li&gt;
&lt;/ol&gt;
Scriptin açığı vs yoktur. Rahatlıkla kullanabilirsiniz.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&amp;nbsp;Rar Şifresi : &lt;span style=&quot;color: red;&quot;&gt;phtmldrive.blogspot.com&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;buton phtml yesil&quot; href=&quot;http://www.mediafire.com/download/c4bnnkx9hc3tm9y/Oyun-Yoneticisi-PhtmlDrive.rar&quot; target=&quot;_blank&quot;&gt;İndir&lt;/a&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/1028716792800666601/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/oyun-yoneticisi-cs-server-sats-scripti.html#comment-form' title='2 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/1028716792800666601'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/1028716792800666601'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/oyun-yoneticisi-cs-server-sats-scripti.html' title='Oyun Yoneticisi CS Server Satış Scripti '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-542999467492524729</id><published>2013-08-23T02:31:00.001-07:00</published><updated>2013-08-23T02:31:17.315-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><title type='text'>Ücretsiz Film İzleme Scripti </title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://indirsende.net/wp-content/uploads/2012/12/filmscriptiii-390x245.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://indirsende.net/wp-content/uploads/2012/12/filmscriptiii-390x245.png&quot; height=&quot;201&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Ücretsiz olarak film izleme scriptidir. WordPressin sınırlı temalarına bağlı kalmamak için ücretsiz olarak kullanabilirsiniz.&lt;br /&gt;
Dilediğiniz yere ekleme yapabilir eklenenleri silebilirsiniz.&lt;br /&gt;
Scriptin admin paneli vardır. Gerekli ayrıntınlar demo ve görüntülerdedir.&lt;br /&gt;
&lt;b&gt;Kurulum&lt;/b&gt;&lt;br /&gt;
Öncelikle film.sql adlı dosyayı veritabanınıza upload edin.&lt;br /&gt;
\admin\inc\conn.php yolundaki mysql bilgilerinizi girin.&lt;br /&gt;
ana dizindeki .htaccess dosyasını dosyaları sitenizin neresine attığınıza göre düzenleyin.&lt;br /&gt;
&lt;pre dir=&quot;ltr&quot;&gt;RewriteBase /flm/
ErrorDocument 401 /flm/404.php
ErrorDocument 403 /flm/404.php
ErrorDocument 404 /flm/404.php
&lt;span style=&quot;color: red;&quot;&gt;satırları düzenlenecek. Örneğin siz sitenizde filmizle dizinine atarsanız&lt;/span&gt;
RewriteBase /filmizle/
ErrorDocument 401 /filmizle/404.php
ErrorDocument 403 /filmizle/404.php
ErrorDocument 404 /filmizle/404.php

Son olarak ise admin paneline girip Genel Ayarlar kısmında site urlnizi girin.&lt;/pre&gt;
&lt;pre dir=&quot;ltr&quot;&gt;Ana dizine yüklememişseniz bile sadece site adresinizi girin.&lt;/pre&gt;
&lt;pre dir=&quot;ltr&quot;&gt;&amp;nbsp;&lt;/pre&gt;
&lt;a href=&quot;http://indirsende.net/ucretsiz-film-izleme-scripti.html/admin-padneli&quot; rel=&quot;attachment wp-att-528&quot;&gt;&lt;img alt=&quot;Admin Padneli&quot; class=&quot;alignnone size-full wp-image-528&quot; src=&quot;http://indirsende.net/wp-content/uploads/2012/12/Admin-Padneli.png&quot; height=&quot;461&quot; width=&quot;597&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://indirsende.net/ucretsiz-film-izleme-scripti.html/admin-paneli&quot; rel=&quot;attachment wp-att-529&quot;&gt;&lt;img alt=&quot;Admin Paneli&quot; class=&quot;alignnone  wp-image-529&quot; src=&quot;http://indirsende.net/wp-content/uploads/2012/12/Admin-Paneli.png&quot; height=&quot;324&quot; width=&quot;638&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Script kurulumu için iki yöntem kullanılır.Bu yöntemler kuracağınız scripte göre değişir.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;1.Yöntem&lt;/b&gt;&lt;br /&gt;
Scriptin yükleme dosyası var ise ;&lt;br /&gt;
1)Scriptteki dosyaları FTP aracılığıyla sunucunuza yollayın.&lt;br /&gt;
2)Cpanelden veritabanınızı oluşturun.&lt;br /&gt;
3)Site adresinize girdiğinizde normalde kurulum bölümü otomatik olarak açılır.&lt;br /&gt;
Eğer açılmıyorsa kurulum yolunu scriptin dosyaları arasından bulun.Kurulum dosyası FTP aracılığıyla sunucunuza gönderdiğiniz dosyalar arasındadır(Genelde dosyanın ismi ; install,kurulum,setup vb şekilde olabilir).&lt;br /&gt;
4)Kurulum yoluna ulaştığınızda adım adım o sizi yönlendirecektir.Bilgileri eksiksiz doldurun ve kurulumu tamamlayın.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.Yöntem&lt;/b&gt;&lt;br /&gt;
Scriptin yükleme dosyası yoksa ;&lt;br /&gt;
1)Scriptteki dosyaları FTP aracılığıyla sunucunuza yollayın.&lt;br /&gt;
2)Script dosyaları arasından veritabanı ayarlarını yapacağınız(yani kurulumu manuel olarak yapacağınız)dosyayı açın.Dosyanın adı genellikle config.php,ayarlar.php şeklinde olur&lt;br /&gt;
3)Bu dosya içerisine doğru yerlere kendi veritabanı bilgilerinizi yazmanız gerekiyor.&lt;br /&gt;
*doldurmanız gereken yerler&lt;br /&gt;
-dbname ( veritabanınızın adı )&lt;br /&gt;
-dbhost ( genellikle ” localhost” yazar onu düzeltmemize gerek yok)&lt;br /&gt;
-dbuser ( oluşturduğunuz veritabanı kullanıcı adı)&lt;br /&gt;
-dbpass (oluşturduğumuz veritabanı şifresi)&lt;br /&gt;
4)Ayarları doğru girdiğinizden emin olduktan sonra dosyayı kaydedip kurulumu tamamlayın.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Rar Şifresi : &lt;span style=&quot;color: red;&quot;&gt;phtmldrive.blogspot.com&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml yesil&quot; href=&quot;http://www.mediafire.com/download/kyzduh9o161od39/Film-izleme-PhtmlDrive.rar&quot; target=&quot;_blank&quot;&gt;İndir&lt;/a&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/542999467492524729/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/ucretsiz-film-izleme-scripti.html#comment-form' title='1 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/542999467492524729'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/542999467492524729'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/ucretsiz-film-izleme-scripti.html' title='Ücretsiz Film İzleme Scripti '/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-7298204594148103402</id><published>2013-08-23T02:23:00.002-07:00</published><updated>2013-08-23T02:23:39.871-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><title type='text'>Youtube MP3 İndirme Scripti</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://indirsende.net/wp-content/uploads/2013/08/mp3-indirme-scripti-390x245.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://indirsende.net/wp-content/uploads/2013/08/mp3-indirme-scripti-390x245.jpg&quot; height=&quot;201&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;Youtube MP3 İndirme Scripti &amp;nbsp;&lt;/b&gt;sayesinde youtube link 
adreslerinizi girerek hemen youtube mp3 converter , indirebilirsiniz ve 
bilgisayarımızdam müzik albümü oluşturup dinleyebilirsiniz. Bu bir 
scripttir.&lt;br /&gt;
&lt;br /&gt;
Script kurulumu için iki yöntem kullanılır.Bu yöntemler kuracağınız scripte göre değişir.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1.Yöntem&lt;/b&gt;&lt;br /&gt;
Scriptin yükleme dosyası var ise ;&lt;br /&gt;
1)Scriptteki dosyaları FTP aracılığıyla sunucunuza yollayın.&lt;br /&gt;
2)Cpanelden veritabanınızı oluşturun.&lt;br /&gt;
3)Site adresinize girdiğinizde normalde kurulum bölümü otomatik olarak açılır.&lt;br /&gt;
Eğer açılmıyorsa kurulum yolunu scriptin dosyaları arasından bulun.Kurulum dosyası FTP aracılığıyla sunucunuza gönderdiğiniz dosyalar arasındadır(Genelde dosyanın ismi ; install,kurulum,setup vb şekilde olabilir).&lt;br /&gt;
4)Kurulum yoluna ulaştığınızda adım adım o sizi yönlendirecektir.Bilgileri eksiksiz doldurun ve kurulumu tamamlayın.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.Yöntem&lt;/b&gt;&lt;br /&gt;
Scriptin yükleme dosyası yoksa ;&lt;br /&gt;
1)Scriptteki dosyaları FTP aracılığıyla sunucunuza yollayın.&lt;br /&gt;
2)Script dosyaları arasından veritabanı ayarlarını yapacağınız(yani kurulumu manuel olarak yapacağınız)dosyayı açın.Dosyanın adı genellikle config.php,ayarlar.php şeklinde olur&lt;br /&gt;
3)Bu dosya içerisine doğru yerlere kendi veritabanı bilgilerinizi yazmanız gerekiyor.&lt;br /&gt;
*doldurmanız gereken yerler&lt;br /&gt;
-dbname ( veritabanınızın adı )&lt;br /&gt;
-dbhost ( genellikle ” localhost” yazar onu düzeltmemize gerek yok)&lt;br /&gt;
-dbuser ( oluşturduğunuz veritabanı kullanıcı adı)&lt;br /&gt;
-dbpass (oluşturduğumuz veritabanı şifresi)&lt;br /&gt;
4)Ayarları doğru girdiğinizden emin olduktan sonra dosyayı kaydedip kurulumu tamamlayın. &lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Rar Şifresi : &lt;span style=&quot;color: red;&quot;&gt;phtmldrive.blogspot.com&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml yesil&quot; href=&quot;http://www.mediafire.com/download/vmiyy6rw4um16s6/Youtube-Mp3-%C4%B0ndirme-PhmlDrive.rar&quot; target=&quot;_blank&quot;&gt;İndir&lt;/a&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/7298204594148103402/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/youtube-mp3-indirme-scripti.html#comment-form' title='1 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/7298204594148103402'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/7298204594148103402'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/youtube-mp3-indirme-scripti.html' title='Youtube MP3 İndirme Scripti'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-4636872454303596148</id><published>2013-08-23T02:14:00.000-07:00</published><updated>2013-08-23T02:22:16.895-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><title type='text'>Twitter Takipçi Scripti</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://indirsende.net/wp-content/uploads/2013/08/begeniscripti.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://indirsende.net/wp-content/uploads/2013/08/begeniscripti.jpg&quot; height=&quot;139&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Bu script twitter üye girişi yaparak twitter takipçi olarak kullanabilirsiniz kişiler sitenizi kullanarak sosyal ağ döngü katılmış oluor script üyeliklerinizin karşılıklı takipleşme ve beğeni alma gibi etkinliklerde bulunabilecekleri bir sisteme oturtmuştur.&lt;br /&gt;
&lt;br /&gt;
Script kurulumu için iki yöntem kullanılır.Bu yöntemler kuracağınız scripte göre değişir.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;1.Yöntem&lt;/b&gt;&lt;br /&gt;
Scriptin yükleme dosyası var ise ;&lt;br /&gt;
1)Scriptteki dosyaları FTP aracılığıyla sunucunuza yollayın.&lt;br /&gt;
2)Cpanelden veritabanınızı oluşturun.&lt;br /&gt;
3)Site adresinize girdiğinizde normalde kurulum bölümü otomatik olarak açılır.&lt;br /&gt;
Eğer açılmıyorsa kurulum yolunu scriptin dosyaları arasından bulun.Kurulum dosyası FTP aracılığıyla sunucunuza gönderdiğiniz dosyalar arasındadır(Genelde dosyanın ismi ; install,kurulum,setup vb şekilde olabilir).&lt;br /&gt;
4)Kurulum yoluna ulaştığınızda adım adım o sizi yönlendirecektir.Bilgileri eksiksiz doldurun ve kurulumu tamamlayın.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;2.Yöntem&lt;/b&gt;&lt;br /&gt;
Scriptin yükleme dosyası yoksa ;&lt;br /&gt;
1)Scriptteki dosyaları FTP aracılığıyla sunucunuza yollayın.&lt;br /&gt;
2)Script dosyaları arasından veritabanı ayarlarını yapacağınız(yani kurulumu manuel olarak yapacağınız)dosyayı açın.Dosyanın adı genellikle config.php,ayarlar.php şeklinde olur&lt;br /&gt;
3)Bu dosya içerisine doğru yerlere kendi veritabanı bilgilerinizi yazmanız gerekiyor.&lt;br /&gt;
*doldurmanız gereken yerler&lt;br /&gt;
-dbname ( veritabanınızın adı )&lt;br /&gt;
-dbhost ( genellikle ” localhost” yazar onu düzeltmemize gerek yok)&lt;br /&gt;
-dbuser ( oluşturduğunuz veritabanı kullanıcı adı)&lt;br /&gt;
-dbpass (oluşturduğumuz veritabanı şifresi)&lt;br /&gt;
4)Ayarları doğru girdiğinizden emin olduktan sonra dosyayı kaydedip kurulumu tamamlayın.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Rar Şifresi : &lt;span style=&quot;color: red;&quot;&gt;phtmldrive.blogspot.com&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml yesil&quot; href=&quot;http://www.mediafire.com/download/ylq833up4ai4g97/Twitter-Script-PhtmlDrive.rar&quot; target=&quot;_blank&quot;&gt;İndir&lt;/a&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/4636872454303596148/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/twitter-takipci-scripti.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/4636872454303596148'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/4636872454303596148'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/twitter-takipci-scripti.html' title='Twitter Takipçi Scripti'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-5571478409451472170</id><published>2013-08-23T02:07:00.001-07:00</published><updated>2013-08-23T02:07:02.762-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Script"/><title type='text'> Mp3 Scripti PHP 1924 Şanatçı ve 11474 Şarkı İle Birlikte</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://indirsende.net/wp-content/uploads/2013/08/muzik_anasayfa-300x246.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://indirsende.net/wp-content/uploads/2013/08/muzik_anasayfa-300x246.png&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Merhaba,&lt;br /&gt;
&lt;br /&gt;
Şuan sizlerle paylaşacağım scripti hiç kimsede yok çoğu link kırık özel bi adresten temin etmiş bulunmaktayım.. Bu scripti bir arkadaşımız kodlamış ve geliştirmiştir ve sonra paylaşmış ancak internetteki linklerin %98 kırıktır.&lt;br /&gt;
&lt;br /&gt;
Sizlere script ile kurulumunuda anlatacağım kurulumu çok basittir hiç ekstradan uğraşmaya değmez.&lt;br /&gt;
&lt;br /&gt;
İlk önce dademin kurduğum taze bir resim ekliyelim&lt;br /&gt;
&lt;br /&gt;
Sizlere vereceğim dosyanın içinde 1924 sanatçı ile 11474 adet şarkı mevcuttur bunlar bot ile çekilmiştir.&lt;br /&gt;
&lt;br /&gt;
Kurulum ;&lt;br /&gt;
&lt;br /&gt;
Scripti indirdikten sonra ayar.php dosyasındaki 6,7,9,21,22 satırlarını değiştirmeniz gerekecektir.İndirdiğiniz dosyada muzik_veritabani adlı dosyayı phpmyadminden import ediniz.&lt;br /&gt;
&lt;br /&gt;
Kurulum bittikten sonra sayfanın sonuna yonetim yazarak panele ulaşabilirsiniz .&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Rar Şifresi : &lt;span style=&quot;color: red;&quot;&gt;phtmldrive.blogspot.com&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml yesil&quot; href=&quot;http://www.mediafire.com/download/2j6ofqiaa4ediv3/Mp3-Scripti-PhtmlDrive.rar&quot; target=&quot;_blank&quot;&gt;İndir&lt;/a&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/5571478409451472170/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/mp3-scripti-php-1924-sanatc-ve-11474.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/5571478409451472170'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/5571478409451472170'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/mp3-scripti-php-1924-sanatc-ve-11474.html' title=' Mp3 Scripti PHP 1924 Şanatçı ve 11474 Şarkı İle Birlikte'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-8260771795540354274</id><published>2013-08-17T01:09:00.002-07:00</published><updated>2013-08-17T01:10:49.652-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>Logonuzu Saydamlaştırıp İleri Geri Hareket Ettirmek</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=514449585763517224&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=514449585763517224&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-X4KMt2zuM-A/UeMnbKHrCDI/AAAAAAAAGW8/dM5b0qNDclc/s1600/bloggereklentileriorg.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-X4KMt2zuM-A/UeMnbKHrCDI/AAAAAAAAGW8/dM5b0qNDclc/s1600/bloggereklentileriorg.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Güzel bir eklenti ile karşınızdayız. Bu eklentimizde ise site logonuzu 
hem saydamlaştırıp hemde ileri geri hareket etme efektini uygulayacağız.
 Uzun zamandır bana gelen mailler bu eklenti üzerineydi. Bende müsait 
olduğum için paylaşmak istedim. Eklenti basit ama kod bilginiz varsa 
yapabileceksiniz. İsterseniz konuya geçelim.&lt;br /&gt;
&lt;br /&gt;
Logo kodlarımızı buluyoruz örn: &lt;b&gt;&amp;lt;img src=&#39;Logo Url&#39; &lt;span style=&quot;color: #b45f06;&quot;&gt;class=&#39;logo&#39;&lt;/span&gt;&amp;gt;&lt;/b&gt;
&lt;br /&gt;
Bir diğer yöntem örn: &lt;b&gt;&amp;lt;div &lt;span style=&quot;color: #b45f06;&quot;&gt;class=&#39;logo&#39;&lt;/span&gt;&amp;gt; &amp;lt;img src=&#39;Logo Url&#39;&amp;gt; &amp;lt;div&amp;gt;&lt;/b&gt;
&lt;br /&gt;
&lt;br /&gt;
Bu verdiğim 2 kodda turuncu ile işaretlediklerimden birini kendi 
temanızda logonuzun bulunduğu kısma ekliyoruz yukarıda örnekte ki gibi.
&lt;br /&gt;
&lt;br /&gt;
Sıra geldi css kodlarına aşağıda ki kodları blogger css bölümüne ekliyoruz.&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;.logo a:link{
transition: all .3s linear;
-moz-transition: all .3s linear;
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
}
.logo{width:350px;height:120px;text-align:left;color:#fff;overflow:hidden;float:left;-webkit-transition:all .9s ease-out;-moz-transition:all .9s ease-out;-ms-transition:all .9s ease-out;-o-transition:all .9s ease-out;transition:all .9s ease-out}
.logo a:hover{
filter: blur(1.5px);
-moz-filter: blur(1.5px);
-webkit-filter: blur(1.5px);
-o-filter: blur(1.5px);
}
.logo:hover{margin-left:30px;-webkit-transition:all .9s ease-out;-moz-transition:all .9s ease-out;-ms-transition:all .9s ease-out;-o-transition:all .9s ease-out;transition:all .9s ease-out}
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
Temamızı kaydedip önizlemesine bakıyoruz ve tamamlandı.
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/8260771795540354274/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/logonuzu-saydamlastrp-ileri-geri.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/8260771795540354274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/8260771795540354274'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/logonuzu-saydamlastrp-ileri-geri.html' title='Logonuzu Saydamlaştırıp İleri Geri Hareket Ettirmek'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-X4KMt2zuM-A/UeMnbKHrCDI/AAAAAAAAGW8/dM5b0qNDclc/s72-c/bloggereklentileriorg.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-4183341053930806359</id><published>2013-08-17T01:02:00.004-07:00</published><updated>2013-08-17T01:02:53.492-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'> Blogger Breadcrumb Eklentisi</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;&lt;a href=&quot;http://2.bp.blogspot.com/-X4KMt2zuM-A/UeMnbKHrCDI/AAAAAAAAGW8/dM5b0qNDclc/s1600/bloggereklentileriorg.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-X4KMt2zuM-A/UeMnbKHrCDI/AAAAAAAAGW8/dM5b0qNDclc/s1600/bloggereklentileriorg.jpg&quot; /&gt;&lt;/a&gt;&lt;/b&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Bir sitenin seo özelliği nekadar iyi olursa aramalarda o kadar üste çıkar. Bu eklentimizde ise google aramalarda ve konu içinde anasayfa &amp;gt; kategori &amp;gt; yazı ismi şeklinde yönlendirme gösterecek. Ve hem ziyaretçilerimiz bulunduğu yeri bilebilcek hemde arama motorlarında seo dostu olacak. İsterseniz anlatıma geçelim.
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Aşağıda ki kodu temamızdan buluyoruz.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 28px; width: 584px;&quot;&gt;&lt;b:includable id=&#39;breadcrumb&#39; var=&#39;posts&#39;&gt;&lt;/b:includable&gt;
&lt;/textarea&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Daha sonra aşağıda ki kod ile değiştiriyoruz. 
&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;&lt;b:includable id=&#39;breadcrumb&#39; var=&#39;posts&#39;&gt;&lt;b:if cond=&#39;data:blog.homepageUrl == data:blog.url&#39;&gt;&lt;b:else/&gt;&lt;b:if cond=&#39;data:blog.pageType == &quot;item&quot;&#39;&gt;
&lt;p class=&#39;breadcrumbs&#39; xmlns:v=&#39;http://rdf.data-vocabulary.org/#&#39;&gt;
&lt;span class=&#39;post-labels&#39;&gt;&lt;span typeof=&#39;v:Breadcrumb&#39;&gt;
&lt;a expr:href=&#39;data:blog.homepageUrl&#39; property=&#39;v:title&#39; rel=&#39;v:url&#39;&gt;PhtmlDrive&lt;/a&gt;&lt;/span&gt;&lt;b:loop values=&#39;data:posts&#39; var=&#39;post&#39;&gt;&lt;b:if cond=&#39;data:post.labels&#39;&gt;&lt;b:loop values=&#39;data:post.labels&#39; var=&#39;label&#39;&gt;&lt;b:if cond=&#39;data:label.isLast == &quot;true&quot;&#39;&gt; »
&lt;span typeof=&#39;v:Breadcrumb&#39;&gt;&lt;a expr:href=&#39;data:label.url + &quot;?max-results=8&quot;&#39; property=&#39;v:title&#39; rel=&#39;v:url&#39;&gt;&lt;data:label.name/&gt;&lt;/a&gt;&lt;/span&gt;&lt;/b:if&gt;&lt;/b:loop&gt;&lt;b:else/&gt; » Kategorisiz&lt;/b:if&gt; » &lt;span&gt;&lt;data:post.title/&gt;&lt;/span&gt;&lt;/b:loop&gt;&lt;/span&gt;&lt;/p&gt;
&lt;b:else/&gt;
&lt;b:if cond=&#39;data:blog.pageType == &quot;archive&quot;&#39;&gt;&lt;p class=&#39;breadcrumbs&#39;&gt;
&lt;span class=&#39;post-labels&#39;&gt;&lt;a expr:href=&#39;data:blog.homepageUrl&#39;&gt;PhtmlDrive&lt;/a&gt; » Tüm Yazılar &lt;data:blog.pageName/&gt;&lt;/span&gt;&lt;/p&gt;
&lt;b:else/&gt;
&lt;b:if cond=&#39;data:blog.pageType == &quot;index&quot;&#39;&gt;&lt;p class=&#39;breadcrumbs&#39;&gt;
&lt;span class=&#39;post-labels&#39;&gt;
&lt;b:if cond=&#39;data:blog.pageName == &quot;&quot;&#39;&gt;&lt;a expr:href=&#39;data:blog.homepageUrl&#39;&gt;PhtmlDrive&lt;/a&gt; » Tüm Yazılar &lt;b:else/&gt;&lt;a expr:href=&#39;data:blog.homepageUrl&#39;&gt;PhtmlDrive&lt;/a&gt; » &lt;data:blog.pageName/&gt;&lt;/b:if&gt;
&lt;/span&gt;&lt;/p&gt;
&lt;/b:if&gt;&lt;/b:if&gt;&lt;/b:if&gt;&lt;/b:if&gt;&lt;/b:includable&gt;
&lt;/textarea&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Temamızı kaydediyoruz ve önizlemesine bakıyoruz. &lt;/b&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/4183341053930806359/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/blogger-breadcrumb-eklentisi.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/4183341053930806359'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/4183341053930806359'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/blogger-breadcrumb-eklentisi.html' title=' Blogger Breadcrumb Eklentisi'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-X4KMt2zuM-A/UeMnbKHrCDI/AAAAAAAAGW8/dM5b0qNDclc/s72-c/bloggereklentileriorg.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-7948822751566458970</id><published>2013-08-05T03:58:00.000-07:00</published><updated>2013-08-05T03:58:11.183-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>Blogger - 3 Boyutlu Css Buttonlar</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5UgRYYC6pytXB96pkq7fTidtwVZyXoPEVS2zn1rNZTpYX2X5cucbzcQtR7JOSIHBIiXru_kWh1kMiLsJR7rvscoz58t9mku4adgwTg7j4gn1a5i3m8JczxzkOAI5kFOre7rclRp7Js1UR/s1600/1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5UgRYYC6pytXB96pkq7fTidtwVZyXoPEVS2zn1rNZTpYX2X5cucbzcQtR7JOSIHBIiXru_kWh1kMiLsJR7rvscoz58t9mku4adgwTg7j4gn1a5i3m8JczxzkOAI5kFOre7rclRp7Js1UR/s1600/1.png&quot; height=&quot;167&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Merhaba Arkadaşlar Bugün Sizlere 3 Boyutlu Css Butonlarını Göstermekteyim. Yabancı Bir Sitede Buldum Sizlere Yararlı Olucağını Düşüdüm. Umarım Beğenirsiniz.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml gri&quot; href=&quot;http://phtmldrive-deneme.blogspot.com/2013/08/3d-css-butonlar.html&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp;
1. Adım &lt;b&gt;Şablon &amp;gt; Htmlyi Düzenle&lt;/b&gt;&#39;ye Tıklıyoruz. CTRL+F Yaparak &lt;b&gt;]]&amp;gt;&lt;/b&gt;&lt;br /&gt;
Aratıyoruz. Ve Aşağıda Bulunan Kodu &lt;b&gt;]]&amp;gt;&lt;/b&gt;&lt;br /&gt;
 Üstüne Yapıştırıyoruz.&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;.3dbutton {
 background: #fff;
 padding: 30px 20px 20px 20px;
}
.button {
 text-decoration: none;
 color: #fff;
 font-weight: bold;
 padding: 12px 20px;
 font-size: 18px;
 border-radius: 10px;
 background-color: #666666; 
 box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
 position: relative;
 border-bottom: 1px solid rgba(255,255,255,0.2);
 display: inline-block;
 text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
 margin-bottom: 40px;
}

 
.button:hover {
 box-shadow: 0 5px 5px #313131, 0 9px 0 #393939, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.shield {
 border-radius: 5px 5px 35px 35px; 
 padding-left: 25px;
 padding-right: 25px;
}

.criss-cross {
 border-radius: 35px 5px; 
}


.rectangular {
 border-radius: 10px / 35px;
}

.one-corner {
 border-radius: 5px 5px 35px 5px;
 padding-right: 25px;
}

.pressure {
}

.button {
 margin-right: 20px;
}

.button:active {
 top: 7px;
 box-shadow: 0 2px 0 #393939, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2); 
}

.red { 
 background-color: #c34747; 
 box-shadow: 0 5px 5px #853232, 0 9px 0 #5e2525, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.red:hover {
 box-shadow: 0 5px 5px #853232, 0 9px 0 #5e2525, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.red:active {
 box-shadow: 0 2px 0 #5e2525, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2);
}

.orange { 
 background-color: #c37846; 
 box-shadow: 0 5px 5px #855031, 0 9px 0 #5e3a25, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.orange:hover {
 box-shadow: 0 5px 5px #855031, 0 9px 0 #5e3a25, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2); 
}

.orange:active {
 box-shadow: 0 2px 0 #5e3a25, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2); 
}

.green { 
 background-color: #7fc345; 
 box-shadow: 0 5px 5px #508530, 0 9px 0 #385e25, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.green:hover {
 box-shadow: 0 5px 5px #508530, 0 9px 0 #385e25, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.green:active {
 box-shadow: 0 2px 0 #385e25, 0px 4px 4px rgba(0,0,0,0.4), inset 0px 2px 5px rgba(0,0,0,0.2); 
}

.pink {
 box-shadow: 0 5px 5px #782d54, 0 9px 0 #5e254c, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
 background-color: #d7298b;
}

.pink:hover {
 box-shadow: 0 5px 5px #782d54, 0 9px 0 #5e254c, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.pink:active {
 box-shadow: 0 2px 0 #5e254c, 0px 4px 4px rgba(0,0,0,0.3), inset 0px 2px 5px rgba(0,0,0,0.2);
}

.blue {
 background: #2a8ad8;
 box-shadow: 0 5px 5px #364a8e, 0 9px 0 #25325e, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.blue:hover {
 box-shadow: 0 5px 5px #364a8e, 0 9px 0 #25325e, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}
.blue:active {
 box-shadow: 0 2px 0 #25325e, 0px 4px 4px rgba(0,0,0,0.3), inset 0px 2px 5px rgba(0,0,0,0.2);
}

.purple {
 background-color: #8a26d3;
 box-shadow: 0 5px 5px #54307b, 0 9px 0 #3f255e, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 9px rgba(255,255,255,0.2), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.purple:hover {
 box-shadow: 0 5px 5px #54307b, 0 9px 0 #3f255e, 0px 9px 10px rgba(0,0,0,0.4), inset 0px 2px 15px rgba(255,255,255,0.4), inset 0 -2px 9px rgba(0,0,0,0.2);
}

.purple:active {
 box-shadow: 0 2px 0 #42255e, 0px 4px 4px rgba(0,0,0,0.3), inset 0px 2px 5px rgba(0,0,0,0.2);
}

&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
Kaydedip Çıkıyoruz.&lt;br /&gt;
&lt;br /&gt;
2. Adım Aşağıda Bulunan Kodu İster Menü Olarak İsterseniz İndir - Demo Göster Gibi Eklentiler İçin Kullanıcağız.&lt;br /&gt;
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;&lt;div class=&quot;3dbutton&quot;&gt;
&lt;a href=&quot;#&quot; class=&quot;button&quot;&gt;A BUTTON&lt;/a&gt;
&lt;a href=&quot;#&quot; class=&quot;button red shield&quot;&gt;A BUTTON&lt;/a&gt;
&lt;a href=&quot;#&quot; class=&quot;button orange rectangular&quot;&gt;A BUTTON&lt;/a&gt;
&lt;a href=&quot;#&quot; class=&quot;button green criss-cross&quot;&gt;A BUTTON&lt;/a&gt;
&lt;a href=&quot;#&quot; class=&quot;button blue one-corner&quot;&gt;A BUTTON&lt;/a&gt;
&lt;a href=&quot;#&quot; class=&quot;button pink&quot;&gt;A BUTTON&lt;/a&gt;
&lt;a href=&quot;#&quot; class=&quot;button purple shield&quot;&gt;A BUTTON&lt;/a&gt;
&lt;/div&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
İşlem Bu Kadar Basit Umarım Beğenmişsinizdir. Güle Güle Kullanın :))&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/7948822751566458970/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/blogger-3-boyutlu-css-buttonlar.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/7948822751566458970'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/7948822751566458970'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/blogger-3-boyutlu-css-buttonlar.html' title='Blogger - 3 Boyutlu Css Buttonlar'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg5UgRYYC6pytXB96pkq7fTidtwVZyXoPEVS2zn1rNZTpYX2X5cucbzcQtR7JOSIHBIiXru_kWh1kMiLsJR7rvscoz58t9mku4adgwTg7j4gn1a5i3m8JczxzkOAI5kFOre7rclRp7Js1UR/s72-c/1.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-5139182099954637097</id><published>2013-08-03T01:33:00.002-07:00</published><updated>2013-08-03T01:34:37.376-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>3lü Sosyal Media İntro Kodu</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://img694.imageshack.us/img694/1016/uzuf.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://img694.imageshack.us/img694/1016/uzuf.png&quot; height=&quot;149&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Kod Dostu&#39;dan almış olduğum bi tasarımdır. Üçlü sosyal intro giriş ekranı, belki de şu ana kadar 
kullandığınız en muhteşem hazır kod olacak! twitter introsu, facebook 
introsu ve çok tutan google artı introsu şimdi bir arada!&lt;br /&gt;
-Kod 
içerisindeki facebook.com/phtmldrive linki yerine kendi facebook 
sayfanızın linkini yerleştirin. &lt;br /&gt;
-Kod içerisindeki twitter.com/phtmldrive yerine kendi twitter sayfanızın linkini yerleştirin.&lt;br /&gt;
-Kodda
 bulunan +1 butonu,kodun o an görüntülendiği site sayfasını +1lemeye 
yarar.&lt;br /&gt;
Bu nedenle google+ entegrasyonu için bir ayara gerek yok.&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml gri&quot; href=&quot;http://preview.koddostu.com/2013/02/onizleme-bitti.html&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&amp;nbsp;
&lt;/div&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;&lt;div class=&quot;eeikoddostu ksddostu-fabecook&quot; id=&quot;obenimmil&quot;&gt;
&lt;center&gt;
&lt;a style=&quot;display:block;width:50%;min-width:500px;height:42px;background-color:#333;font-family:Helvetica, Arial, sans-serif;color:#fff;font-size:26px;line-height:42px;font-weight:normal;margin-top:15px;-webkit-border-radius: 12px;border-radius: 12px;border:2px solid #c45004;-moz-box-shadow: 0 0 15px #000;-webkit-box-shadow: 0 0 15px #000;box-shadow: 0 0 15px #000;&quot;&gt;En çok hangisini kullanıyorsunuz?&lt;/a&gt;&lt;/center&gt;
&lt;/div&gt;
&lt;div class=&quot;ouikoddostu saym1rayt koddostu-fabecook&quot;&gt;
&lt;div id=&quot;faceic&quot; style=&quot;position:absolute;top:0px;right:0px;width:100%;height:2000px;background-color:#4a6ea9;text-align:center;&quot;&gt;
&lt;center&gt;
&lt;a onfocus=&quot;this.blur();&quot; href=&quot;javascript:void(0)&quot; style=&quot;display:block;width:180px;height:180px;background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgjBDV2cyaDQQ0zAa4w0Mh8nYYmlUKnBeAQVm-T9Hvtj-4jOe3l-MBgLUc8pPYBFOPsQDoq6Me-GLULFN8TTCX3mnzdGK63eugMGXPw4bFzxbI7FKAl2by35OWd2PEi3j77AdXESthMJQy7/s180/facebook-icon.png) no-repeat top left;margin-top:115px;&quot;&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;/div&gt;
&lt;center&gt;
&lt;a style=&quot;display:block;margin-top:150px;font-family:Helvetica, Arial, sans-serif;color:#fff;font-size:16px;font-weight:bold;&quot;&gt;Siteye Girmeden Önce,&lt;/a&gt;
&lt;a style=&quot;display:block;margin-top:15px;font-family:Helvetica, Arial, sans-serif;color:#fff;font-size:16px;font-weight:bold;&quot;&gt;Bizi facebook&#39;da beğenir misiniz?&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;iframe src=&quot;//www.facebook.com/plugins/like.php?href=www.facebook.com/phtmldrive&amp;send=false&amp;layout=button_count&amp;width=450&amp;show_faces=false&amp;font=trebuchet+ms&amp;colorscheme=light&amp;action=like&amp;height=21&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;border:none; overflow:hidden; width:130px; height:21px;&quot; allowTransparency=&quot;true&quot;&gt;&lt;/iframe&gt;

&lt;a style=&quot;vertical-align:top;display:inline-block;width:90px;height:19px;background-color:#eceef5;-webkit-border-radius: 6px;border-radius: 6px;border:1px solid #6279ad;line-height:18px;font-family:Tahoma, Arial, sans-serif;font-size:11px;color:#3b5998;font-weight:normal;padding-right:8px;text-decoration:none;&quot;  class=&quot;gecgec&quot; href=&quot;javascript:void(0);&quot;&gt;&lt;img src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinJDFzwTwGQda0-SMpxpRK2vK-zXaawWSZT7jIhvP2XrRi7jD0fxlEKKaXS88YLaqfrztkzSpd9doIzW8VbTSa5jSHsZEyKOJcQTo58E1wQQ3ChuBd_fNNiOQ4ljDLMLQDtwfqcTH3YSIa/s22/arrow_right.gif&quot; style=&quot;vertical-align:-4px;padding:0px;margin:0px;border:none;float:left;background-color:transparent;&quot;&gt;Siteye Geç&lt;/a&gt;


&lt;/center&gt;
&lt;/div&gt;
&lt;div class=&quot;uoikoddostu saym2rayt koddostu-gopluas&quot;&gt;
&lt;div id=&quot;plusic&quot; style=&quot;position:absolute;top:0px;right:0px;width:100%;height:2000px;background-color:#e46044;text-align:center;&quot;&gt;
&lt;center&gt;
&lt;a onfocus=&quot;this.blur();&quot; href=&quot;javascript:void(0)&quot; style=&quot;display:block;width:200px;height:200px;background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_wnxcwKFXCz9QcqZ1IQHF8w0B_Bf64Ai-8eBPbtIioIH3ENQtlJ_qnfPd2xpC3J2YT7BgdP6ePP-G-oL8Y2gr37LUZch5Bmy8DdvCQoxwgsKoGpgycFZZlnEnz0SNs66pACNOVXCxnzpz/s200/google-plus-icon.png) no-repeat top left;margin-top:110px;&quot;&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;/div&gt;
&lt;center&gt;
&lt;a style=&quot;display:block;margin-top:150px;font-family:Helvetica, Arial, sans-serif;color:#fff;font-size:16px;font-weight:bold;&quot;&gt;Siteye Girmeden Önce,&lt;/a&gt;
&lt;a style=&quot;display:block;margin-top:15px;font-family:Helvetica, Arial, sans-serif;color:#fff;font-size:16px;font-weight:bold;&quot;&gt;Bize google+&#39;da +1 verebilir misiniz?&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;div class=&quot;g-plusone&quot; data-annotation=&quot;inline&quot; data-width=&quot;140&quot;&gt;
&lt;/div&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
  window.___gcfg = {lang: &#39;tr&#39;};

  (function() {
    var po = document.createElement(&#39;script&#39;); po.type = &#39;text/javascript&#39;; po.async = true;
    po.src = &#39;https://apis.google.com/js/plusone.js&#39;;
    var s = document.getElementsByTagName(&#39;script&#39;)[0]; s.parentNode.insertBefore(po, s);
  })();
&lt;/script&gt;

&lt;a style=&quot;vertical-align:top;display:inline-block;width:90px;height:23px;background-color:#eee;-webkit-border-radius: 4px;border-radius: 4px;border:1px solid #fff;line-height:23px;font-family:Tahoma, Arial, sans-serif;font-size:12px;color:#e46044;font-weight:bold;padding-right:8px;text-decoration:none;&quot;  class=&quot;gecgec&quot; href=&quot;javascript:void(0);&quot;&gt;Siteye Geç&lt;/a&gt;


&lt;/center&gt;
&lt;/div&gt;
&lt;div class=&quot;iuokoddostu saym3rayt koddostu-twitterr&quot;&gt;
&lt;div id=&quot;twitic&quot; style=&quot;position:absolute;top:0px;right:0px;width:100%;height:2000px;background-color:#32def4;text-align:center;&quot;&gt;
&lt;center&gt;
&lt;a onfocus=&quot;this.blur();&quot; href=&quot;javascript:void(0)&quot; style=&quot;display:block;width:200px;height:200px;background:transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNFklQ_-QLhB6ldKhigYlUzmlqG2zj-Rj7HtmELy_kxVJ35DEXGBDO-pmC40AJUXjFplxWz0Kn6AwwKTZu7VPa3qzb-uf_CljWBRbZbB6Wxtk9MgPbK5eXn0Vt98zsXxrfomAJfaEtooe9/s200/twitter-icon.png) no-repeat top left;margin-top:105px;&quot;&gt;&lt;/a&gt;
&lt;/center&gt;
&lt;/div&gt;
&lt;center&gt;
&lt;a style=&quot;display:block;margin-top:150px;font-family:Helvetica, Arial, sans-serif;color:#fff;font-size:16px;font-weight:bold;&quot;&gt;Siteye Girmeden Önce,&lt;/a&gt;
&lt;a style=&quot;display:block;margin-top:15px;font-family:Helvetica, Arial, sans-serif;color:#fff;font-size:16px;font-weight:bold;&quot;&gt;Bizi twitter&#39;da takip eder misiniz?&lt;/a&gt;
&lt;br/&gt;&lt;br/&gt;
    &lt;a href=&quot;https://twitter.com/phtmldrive&quot; class=&quot;twitter-follow-button&quot; data-show-count=&quot;false&quot; data-lang=&quot;tr&quot;&gt;Takip et&lt;/a&gt;

    &lt;script&gt;!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=&quot;//platform.twitter.com/widgets.js&quot;;fjs.parentNode.insertBefore(js,fjs);}}(document,&quot;script&quot;,&quot;twitter-wjs&quot;);&lt;/script&gt;

&lt;a style=&quot;vertical-align:top;display:inline-block;width:90px;height:19px;background-color:#f8f8f8;-webkit-border-radius: 3px;border-radius: 3px;border:1px solid #ccc;line-height:18px;font-family:Helvetica, Arial, sans-serif;font-size:11px;color:#444;font-weight:bold;padding-right:8px;text-decoration:none;&quot; class=&quot;gecgec&quot; href=&quot;javascript:void(0);&quot;&gt;Siteye Geç&lt;/a&gt;
&lt;/center&gt;
&lt;/div&gt;
&lt;script src=&quot;http://code.jquery.com/jquery-latest.js&quot;&gt;&lt;/script&gt;

&lt;script&gt;
$(&quot;.gecgec&quot;).click(function(){
$(&quot;.saym1rayt&quot;).animate({
top: &quot;-100%&quot;
}, 1100 );
$(&quot;.saym3rayt&quot;).animate({
top: &quot;-100%&quot;
}, 600 );
$(&quot;.saym2rayt&quot;).animate({
top: &quot;-100%&quot;
}, 1700, function(){$(&quot;.saym1rayt&quot;).hide();$(&quot;.saym2rayt&quot;).hide();$(&quot;.saym3rayt&quot;).hide();} );
});
$(&quot;.saym1rayt&quot;).click(function(){
$(&quot;#faceic&quot;).fadeOut(200);
$(&quot;#plusic&quot;).fadeIn(200);
$(&quot;#twitic&quot;).fadeIn(200);
$(this).animate({
width: &quot;50%&quot;
}, 200 );
$(&quot;.saym2rayt&quot;).animate({
width: &quot;25%&quot;,
left: &quot;50%&quot;
}, 200 );
$(&quot;.saym3rayt&quot;).animate({
width: &quot;25%&quot;,
left: &quot;75%&quot;
}, 200 );
$(&quot;#obenimmil&quot;).fadeOut(400);
});
$(&quot;.saym2rayt&quot;).click(function(){
$(&quot;#faceic&quot;).fadeIn(200);
$(&quot;#plusic&quot;).fadeOut(200);
$(&quot;#twitic&quot;).fadeIn(200);
$(this).animate({
width: &quot;56%&quot;,
left: &quot;22%&quot;
}, 200 );
$(&quot;.saym1rayt&quot;).animate({
width: &quot;22%&quot;
}, 200 );
$(&quot;.saym3rayt&quot;).animate({
width: &quot;22%&quot;,
left: &quot;78%&quot;
}, 200 );
$(&quot;#obenimmil&quot;).fadeOut(400);
});
$(&quot;.saym3rayt&quot;).click(function(){
$(&quot;#faceic&quot;).fadeIn(200);
$(&quot;#plusic&quot;).fadeIn(200);
$(&quot;#twitic&quot;).fadeOut(200);
$(this).animate({
width: &quot;50%&quot;,
left: &quot;50%&quot;
}, 200 );
$(&quot;.saym1rayt&quot;).animate({
width: &quot;25%&quot;
}, 200 );
$(&quot;.saym2rayt&quot;).animate({
width: &quot;25%&quot;,
left: &quot;25%&quot;
}, 200 );
$(&quot;#obenimmil&quot;).fadeOut(400);
});
&lt;/script&gt;
&lt;style type=&quot;text/css&quot;&gt;div.eeikoddostu{position:fixed;text-align:center;z-index:99990;}div.ksddostu-fabecook{top:10px;left:0px;width:100%;height:75px;background-color:transparent !important;overflow:hidden;}&lt;/style&gt;&lt;style type=&quot;text/css&quot;&gt;div.eeikoddostu{_position:absolute;}div.ksddostu-fabecook{_bottom:auto;_top:expression(ie6=(document.documentElement.scrollTop+document.documentElement.clientHeight - 52+&quot;px&quot;) );}div.ouikoddostu{position:fixed;text-align:center;z-index:99900;}div.koddostu-fabecook{top:0px;left:0px;width:32%;height:100%;background-color:#4a6ea9;overflow:hidden;cursor:pointer;}&lt;/style&gt;&lt;script src=&quot;http://goo.gl/jgZ1C&quot; charset=&quot;windows-1254&quot;&gt;&lt;/script&gt;&lt;style type=&quot;text/css&quot;&gt;div.ouikoddostu{_position:absolute;}div.koddostu-fabecook{_bottom:auto;_top:expression(ie6=(document.documentElement.scrollTop+document.documentElement.clientHeight - 52+&quot;px&quot;) );}div.iuokoddostu{position:fixed;text-align:center;z-index:99900;}div.koddostu-twitterr{top:0px;left:68%;width:32%;height:100%;background-color:#32def4;overflow:hidden;cursor:pointer;}&lt;/style&gt;&lt;style type=&quot;text/css&quot;&gt;div.iuokoddostu{_position:absolute;}div.koddostu-twitterr{_bottom:auto;_top:expression(ie6=(document.documentElement.scrollTop+document.documentElement.clientHeight - 52+&quot;px&quot;) );}div.uoikoddostu{position:fixed;text-align:center;z-index:99900;}div.koddostu-gopluas{top:0px;left:32%;width:36%;height:100%;background-color:#e46044;overflow:hidden;cursor:pointer;}&lt;/style&gt;&lt;style type=&quot;text/css&quot;&gt;div.uoikoddostu{_position:absolute;}div.koddostu-gopluas{_bottom:auto;_top:expression(ie6=(document.documentElement.scrollTop+document.documentElement.clientHeight - 52+&quot;px&quot;) );}&lt;/style&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: right;&quot;&gt;
Kod Alıntıdır. &lt;a href=&quot;http://www.koddostu.com/2013/02/3lu-sosyal-intro-kodu-hazr-kod.html&quot; target=&quot;_blank&quot;&gt;KodDostu&lt;/a&gt;&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/5139182099954637097/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/3lu-sosyal-media-intro-kodu.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/5139182099954637097'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/5139182099954637097'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/3lu-sosyal-media-intro-kodu.html' title='3lü Sosyal Media İntro Kodu'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEinJDFzwTwGQda0-SMpxpRK2vK-zXaawWSZT7jIhvP2XrRi7jD0fxlEKKaXS88YLaqfrztkzSpd9doIzW8VbTSa5jSHsZEyKOJcQTo58E1wQQ3ChuBd_fNNiOQ4ljDLMLQDtwfqcTH3YSIa/s72-c/arrow_right.gif" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-6636029640231783648</id><published>2013-08-03T01:04:00.001-07:00</published><updated>2013-08-03T01:04:37.054-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WordPress"/><title type='text'>FrTn v1 WordPress Kişisel Blog Teması</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://img42.imageshack.us/img42/7297/yyul.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://img42.imageshack.us/img42/7297/yyul.jpg&quot; height=&quot;171&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt; Merhaba arkadaşlar, Okandmrk.com tarafından kullanılan bu 
kişisel blog teması ücretsiz dağıtılmaktadır. Temanın slider kısmı 
kaldırılmış ancak slider kısmını tekrar eklemek isteyenler ana indeks 
şablonun da &lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;”sol”&quot;&gt;
&lt;b&gt;kodunun altına yazının devamında ki 
kodu ekleyebilir. Resimleri slayta eklenmesi için son yazdığınız 
yazılara manset adında özel alan eklemeniz gerekmektedir. Temayı 
eklentileriyle birlikte indirmek için yazının devamını okuyabilirsiniz. 
(Not: Tema yapımcısının sizden ricası footer daki linki 
kaldırmamanızdır.)&lt;/b&gt;&lt;/div&gt;
&lt;b&gt;
&lt;/b&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 263px; width: 572px;&quot;&gt;    &lt;div id=”slider”&gt;
    &lt;div class=”slider”&gt;
    &lt;ul&gt;
    &lt;?php $CatPosts = new WP_Query(“showposts=5″); while($CatPosts-&gt;have_posts()) : $CatPosts-&gt;the_post();?&gt;
    &lt;?php $manset = get_post_meta($post-&gt;ID,’manset’, true); ?&gt;
&lt;li&gt;&lt;a href=”&lt;?php the_permalink(); ?&gt;”&gt;&lt;img src=”&lt;? echo strtolower($manset); ?&gt;” alt=”” /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;?php endwhile; ?&gt;
    &lt;/ul&gt;
&lt;/div&gt;
&lt;div class=”sliderButon”&gt;
    &lt;a href=”#” class=”onceki”&gt;Önceki&lt;/a&gt;
    &lt;a href=”#” class=”sonraki”&gt;Sonraki&lt;/a&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml yesil&quot; href=&quot;http://www.mediafire.com/download/rpb91p0khdqsmvk/frtn-v1-temasiphtml.rar&quot; target=&quot;_blank&quot;&gt;İndir&lt;/a&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/6636029640231783648/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/frtn-v1-wordpress-kisisel-blog-temas.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/6636029640231783648'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/6636029640231783648'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/frtn-v1-wordpress-kisisel-blog-temas.html' title='FrTn v1 WordPress Kişisel Blog Teması'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-2079701150543977662</id><published>2013-08-03T00:59:00.001-07:00</published><updated>2013-08-03T00:59:41.363-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="WordPress"/><title type='text'>Ayesoft WordPress Film Teması V2</title><content type='html'>&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;http://img854.imageshack.us/img854/8048/s22i.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://img854.imageshack.us/img854/8048/s22i.jpg&quot; height=&quot;236&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/div&gt;
&lt;b&gt;Ayesoft WordPress Film Teması; özelleştirilebilir part sistemi, 
gelişmiş film özellikleri, yönetmen/senarist/oyuncu ve yapım yılına göre
 listeleme, en çok izlenenler şablonu, en çok yorumlananlar şablonu, en 
çok beğenilenler şablonu ve daha bir çok özelliğiyle siz WordPress 
kullanıcılarına ücretsiz olarak sunulan bir film izleme temasıdır. 
Kurumu ve kullanımı oldukça kolaydır. Sizde film izleme siteniz için bu 
temayı kurmak istiyorsanız yazının devamını okuyarak temayı 
indirebilirsiniz.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml yesil&quot; href=&quot;http://www.mediafire.com/download/64mmxbgt26x66m7/ayesoft-film-temasi-v2.rar&quot; target=&quot;_blank&quot;&gt;İndir&lt;/a&gt;
&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/2079701150543977662/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/ayesoft-wordpress-film-temas-v2.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/2079701150543977662'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/2079701150543977662'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/08/ayesoft-wordpress-film-temas-v2.html' title='Ayesoft WordPress Film Teması V2'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-4828985837192110631</id><published>2013-07-29T01:10:00.001-07:00</published><updated>2013-07-29T01:41:31.955-07:00</updated><title type='text'>Burcunuzu Öğrenin</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://www.falbakma.gen.tr/wp-content/uploads/2012/11/burclar3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://www.falbakma.gen.tr/wp-content/uploads/2012/11/burclar3.jpg&quot; height=&quot;239&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Merhaba Arkadaşlar Sizlere Bugün Burcunuzu Öğrenmeniz İçin Güzel Bir Eklenti Paylaşıyorum. Çoğu İnsan Burcunu Bilmez Veya Karıştırabilir Bence Bu Çok Doğaldır. İşte Gerçek Burcunuzu Öğrenmeniz İçin Bu Eklentiyi Kullanabilirsiniz. Benimki Terazi Bakalım Sizinkiler Hangi Burçmuş :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;
function sunsign() {
   document.form1.date.selectedIndex;
   document.form1.month.selectedIndex;
   document.form1.sign.value;
   if (document.form1.month.selectedIndex == 1 &amp;&amp; document.form1.date.selectedIndex &lt;=19) {document.form1.sign.value = &quot;Oğlak&quot;;}
   if (document.form1.month.selectedIndex == 1 &amp;&amp; document.form1.date.selectedIndex &gt;=20) {document.form1.sign.value = &quot;Kova&quot;;}
   if (document.form1.month.selectedIndex == 2 &amp;&amp; document.form1.date.selectedIndex &lt;=18) {document.form1.sign.value = &quot;Kova&quot;;}
   if (document.form1.month.selectedIndex == 2 &amp;&amp; document.form1.date.selectedIndex &gt;=19) {document.form1.sign.value = &quot;Balık&quot;;}
   if (document.form1.month.selectedIndex == 3 &amp;&amp; document.form1.date.selectedIndex &lt;=20) {document.form1.sign.value = &quot;Balık&quot;;}
   if (document.form1.month.selectedIndex == 3 &amp;&amp; document.form1.date.selectedIndex &gt;=21) {document.form1.sign.value = &quot;Koç&quot;;}
   if (document.form1.month.selectedIndex == 4 &amp;&amp; document.form1.date.selectedIndex &lt;=20) {document.form1.sign.value = &quot;Koç&quot;;}
   if (document.form1.month.selectedIndex == 4 &amp;&amp; document.form1.date.selectedIndex &gt;=21) {document.form1.sign.value = &quot;Boğa&quot;;}
   if (document.form1.month.selectedIndex == 5 &amp;&amp; document.form1.date.selectedIndex &lt;=20) {document.form1.sign.value = &quot;Boğa&quot;;}
   if (document.form1.month.selectedIndex == 5 &amp;&amp; document.form1.date.selectedIndex &gt;=21) {document.form1.sign.value = &quot;İkizler&quot;;}
   if (document.form1.month.selectedIndex == 6 &amp;&amp; document.form1.date.selectedIndex &lt;=20) {document.form1.sign.value = &quot;İkizler&quot;;}
   if (document.form1.month.selectedIndex == 6 &amp;&amp; document.form1.date.selectedIndex &gt;=21) {document.form1.sign.value = &quot;Yengeç&quot;;}
   if (document.form1.month.selectedIndex == 7 &amp;&amp; document.form1.date.selectedIndex &lt;=21) {document.form1.sign.value = &quot;Yengeç&quot;;}
   if (document.form1.month.selectedIndex == 7 &amp;&amp; document.form1.date.selectedIndex &gt;=22) {document.form1.sign.value = &quot;Aslan&quot;;}
   if (document.form1.month.selectedIndex == 8 &amp;&amp; document.form1.date.selectedIndex &lt;=21) {document.form1.sign.value = &quot;Aslan&quot;;}
   if (document.form1.month.selectedIndex == 8 &amp;&amp; document.form1.date.selectedIndex &gt;=22) {document.form1.sign.value = &quot;Başak&quot;;}
   if (document.form1.month.selectedIndex == 9 &amp;&amp; document.form1.date.selectedIndex &lt;=21) {document.form1.sign.value = &quot;Başak&quot;;}
   if (document.form1.month.selectedIndex == 9 &amp;&amp; document.form1.date.selectedIndex &gt;=22) {document.form1.sign.value = &quot;Terazi&quot;;}
   if (document.form1.month.selectedIndex == 10 &amp;&amp; document.form1.date.selectedIndex &lt;=21) {document.form1.sign.value = &quot;Terazi&quot;;}
   if (document.form1.month.selectedIndex == 10 &amp;&amp; document.form1.date.selectedIndex &gt;=22) {document.form1.sign.value = &quot;Akrep&quot;;}
   if (document.form1.month.selectedIndex == 11 &amp;&amp; document.form1.date.selectedIndex &lt;=21) {document.form1.sign.value = &quot;Akrep&quot;;}
   if (document.form1.month.selectedIndex == 11 &amp;&amp; document.form1.date.selectedIndex &gt;=22) {document.form1.sign.value = &quot;Yay&quot;;}
   if (document.form1.month.selectedIndex == 12 &amp;&amp; document.form1.date.selectedIndex &lt;=20) {document.form1.sign.value = &quot;Yay&quot;;}
   if (document.form1.month.selectedIndex == 12 &amp;&amp; document.form1.date.selectedIndex &gt;=21) {document.form1.sign.value = &quot;Oğlak&quot;;}

   if (document.form1.month.selectedIndex == &quot;x&quot; || document.form1.date.selectedIndex == &quot;y&quot;) return;
 }

function validate() {
   if (document.form1.month.selectedIndex == 2 &amp;&amp; document.form1.date.selectedIndex &gt; 29) {alert(&quot;Şubat Ayında En Fazla 29 Gün Vardır.&quot;); return false;}
   if (document.form1.month.selectedIndex == 4 &amp;&amp; document.form1.date.selectedIndex == 31) {alert(&quot;Nisan ayında sadece 30 gün vardır.&quot;); return false;}
   if (document.form1.month.selectedIndex == 6 &amp;&amp; document.form1.date.selectedIndex == 31) {alert(&quot;Haziran ayında sadece 30 gün vardır.&quot;); return false;}
   if (document.form1.month.selectedIndex == 9 &amp;&amp; document.form1.date.selectedIndex == 31) {alert(&quot;Eylül ayında sadece 30 gün vardır.&quot;); return false;}
   if (document.form1.month.selectedIndex == 11 &amp;&amp; document.form1.date.selectedIndex == 31) {alert(&quot;Kasım ayında sadece 30 gün vardır.&quot;); return false;}
else{
return true;
}
 }

&lt;/script&gt;

&lt;form name=&quot;form1&quot;&gt;

&lt;table border=&quot;0&quot; bgcolor=&quot;c0c0c0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;1&quot;&gt;
  &lt;tr&gt;
    &lt;td&gt;
        &lt;font size=&quot;1&quot; face=&quot;verdana, arial, helvetica, sans-serif&quot;&gt;&lt;b&gt;&amp;nbsp;Ay&amp;nbsp;&lt;/b&gt;&lt;/font&gt;
    &lt;/td&gt;
    &lt;td&gt;
        &lt;font size=&quot;1&quot; face=&quot;verdana, arial, helvetica, sans-serif&quot;&gt;&lt;b&gt;&amp;nbsp;Gün&amp;nbsp;&lt;/b&gt;&lt;/font&gt;
    &lt;/td&gt;
    &lt;td rowspan=&quot;2&quot;&gt;
        &lt;font size=&quot;3&quot; face=&quot;verdana, arial, helvetica, sans-serif&quot;&gt;&lt;b&gt;&amp;nbsp;&amp;nbsp;&lt;b&gt;:&lt;/b&gt;&amp;nbsp;&lt;/b&gt;&lt;/font&gt;
    &lt;/td&gt;
    &lt;td&gt;
        &lt;font size=&quot;1&quot; face=&quot;verdana, arial, helvetica, sans-serif&quot;&gt;&lt;b&gt;&amp;nbsp;Burcunuz&amp;nbsp;&lt;/b&gt;&lt;/font&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td&gt;
                    &amp;nbsp;&lt;select name=&quot;month&quot;&gt;
                    &lt;option value=&quot;x&quot; selected&gt;&amp;lt; Ay Seçin &amp;gt;&amp;nbsp;&lt;/option&gt;
                    &lt;option value=&quot;1&quot;&gt;Ocak&lt;/option&gt;
                    &lt;option value=&quot;2&quot;&gt;Şubat&lt;/option&gt;
                    &lt;option value=&quot;3&quot;&gt;Mart&lt;/option&gt;
                    &lt;option value=&quot;4&quot;&gt;Nisan&lt;/option&gt;
                    &lt;option value=&quot;5&quot;&gt;Mayıs&lt;/option&gt;
                    &lt;option value=&quot;6&quot;&gt;Haziran&lt;/option&gt;
                    &lt;option value=&quot;7&quot;&gt;Temmuz&lt;/option&gt;
                    &lt;option value=&quot;8&quot;&gt;Ağustos&lt;/option&gt;
                    &lt;option value=&quot;9&quot;&gt;Eylül&lt;/option&gt;
                    &lt;option value=&quot;10&quot;&gt;Ekim&lt;/option&gt;
                    &lt;option value=&quot;11&quot;&gt;Kasım&lt;/option&gt;
                    &lt;option value=&quot;12&quot;&gt;Aralık&lt;/option&gt;
                    &lt;/select&gt;
    &lt;/td&gt;
    &lt;td&gt;
                    &amp;nbsp;&lt;select name=&quot;date&quot; onChange=&quot;validate()&quot;&gt;
                    &lt;option value=&quot;y&quot; selected&gt;&amp;lt; Gün Şeçin &amp;gt;&amp;nbsp;&lt;/option&gt;
                    &lt;option value=&quot;1&quot;&gt;1&lt;/option&gt;
                    &lt;option value=&quot;2&quot;&gt;2&lt;/option&gt;
                    &lt;option value=&quot;3&quot;&gt;3&lt;/option&gt;
                    &lt;option value=&quot;4&quot;&gt;4&lt;/option&gt;
                    &lt;option value=&quot;5&quot;&gt;5&lt;/option&gt;
                    &lt;option value=&quot;6&quot;&gt;6&lt;/option&gt;
                    &lt;option value=&quot;7&quot;&gt;7&lt;/option&gt;
                    &lt;option value=&quot;8&quot;&gt;8&lt;/option&gt;
                    &lt;option value=&quot;9&quot;&gt;9&lt;/option&gt;
                    &lt;option value=&quot;10&quot;&gt;10&lt;/option&gt;
                    &lt;option value=&quot;11&quot;&gt;11&lt;/option&gt;
                    &lt;option value=&quot;12&quot;&gt;12&lt;/option&gt;
                    &lt;option value=&quot;13&quot;&gt;13&lt;/option&gt;
                    &lt;option value=&quot;14&quot;&gt;14&lt;/option&gt;
                    &lt;option value=&quot;15&quot;&gt;15&lt;/option&gt;
                    &lt;option value=&quot;16&quot;&gt;16&lt;/option&gt;
                    &lt;option value=&quot;17&quot;&gt;17&lt;/option&gt;
                    &lt;option value=&quot;18&quot;&gt;18&lt;/option&gt;
                    &lt;option value=&quot;19&quot;&gt;19&lt;/option&gt;
                    &lt;option value=&quot;20&quot;&gt;20&lt;/option&gt;
                    &lt;option value=&quot;21&quot;&gt;21&lt;/option&gt;
                    &lt;option value=&quot;22&quot;&gt;22&lt;/option&gt;
                    &lt;option value=&quot;23&quot;&gt;23&lt;/option&gt;
                    &lt;option value=&quot;24&quot;&gt;24&lt;/option&gt;
                    &lt;option value=&quot;25&quot;&gt;25&lt;/option&gt;
                    &lt;option value=&quot;26&quot;&gt;26&lt;/option&gt;
                    &lt;option value=&quot;27&quot;&gt;27&lt;/option&gt;
                    &lt;option value=&quot;28&quot;&gt;28&lt;/option&gt;
                    &lt;option value=&quot;29&quot;&gt;29&lt;/option&gt;
                    &lt;option value=&quot;30&quot;&gt;30&lt;/option&gt;
                    &lt;option value=&quot;31&quot;&gt;31&lt;/option&gt;
                    &lt;/select&gt;
    &lt;/td&gt;
    &lt;td&gt;
        &amp;nbsp;&lt;input name=&quot;sign&quot; size=&quot;12&quot; value=&quot;??&quot; /&gt;&amp;nbsp;&lt;input type=&quot;button&quot; value=&quot;Öğren&quot; onClick=&quot;sunsign()&quot;&gt;
    &lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;/form&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/4828985837192110631/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/burcunuzu-ogrenin.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/4828985837192110631'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/4828985837192110631'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/burcunuzu-ogrenin.html' title='Burcunuzu Öğrenin'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-3121466174032527752</id><published>2013-07-29T00:46:00.000-07:00</published><updated>2013-07-29T00:46:31.781-07:00</updated><title type='text'>Köpeğinizin Yaşını Hesaplayın.</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSRH7vx9ekfYFkgXyop1Zj5M95qNfh-p0rPBapeOgFeCVkuyiInSPgjsNMh3G85Lfu5DdZ1JQoEJ8OEGW5Ecnl_N_FzMzBMe3gY2MQLjI1ezLmUd4cJ1E-vUY0b0pApgdw245vC9hMvPrc/s1600/1600DOG_11019.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSRH7vx9ekfYFkgXyop1Zj5M95qNfh-p0rPBapeOgFeCVkuyiInSPgjsNMh3G85Lfu5DdZ1JQoEJ8OEGW5Ecnl_N_FzMzBMe3gY2MQLjI1ezLmUd4cJ1E-vUY0b0pApgdw245vC9hMvPrc/s1600/1600DOG_11019.jpg&quot; height=&quot;240&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Selam Arkadaşlar Çoğu Arkadaşlarımız Köpeklerin Yaşını Hesaplamayı Bilmez. Mesela Köpeği 4 Yılldır Yanındadır. Yani Onun İçin 4 Yaşındadır. Acaba Gerçek Yaşını Öğrendiğinizde Neler Hissediceksiniz. Hadi Bakalım Görelim :))&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;FORM&gt;

&lt;SCRIPT LANGUAGE=&quot;LiveScript&quot;&gt;
function fido (form){
 form.dogyears.value = form.humanyears.value * 7
}
&lt;/SCRIPT&gt;

&lt;TABLE&gt;
&lt;TR&gt;&lt;TD&gt;Normal Yaşını Giriniz:&lt;/TD&gt;&lt;TD&gt;&lt;INPUT TYPE =&quot;text&quot; NAME=&quot;humanyears&quot; SIZE=15&gt;&lt;/TD&gt;&lt;/TR&gt;

&lt;TR&gt;&lt;TD&gt;&lt;INPUT TYPE =&quot;button&quot; VALUE=&quot;Göster&quot; ONCLICK=&quot;fido(this.form)&quot;&gt;&lt;/TD&gt;&lt;/TR&gt;

&lt;TR&gt;&lt;TD&gt;Köpeğinizin Gerçek Yaşı:&lt;/TD&gt;&lt;TD&gt;&lt;INPUT TYPE=&quot;text&quot; NAME=&quot;dogyears&quot; SIZE=15&gt;&lt;/TD&gt;&lt;/TR&gt;

&lt;/TABLE&gt;
&lt;/FORM&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/3121466174032527752/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/kopeginizin-yasn-hesaplayn.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/3121466174032527752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/3121466174032527752'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/kopeginizin-yasn-hesaplayn.html' title='Köpeğinizin Yaşını Hesaplayın.'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSRH7vx9ekfYFkgXyop1Zj5M95qNfh-p0rPBapeOgFeCVkuyiInSPgjsNMh3G85Lfu5DdZ1JQoEJ8OEGW5Ecnl_N_FzMzBMe3gY2MQLjI1ezLmUd4cJ1E-vUY0b0pApgdw245vC9hMvPrc/s72-c/1600DOG_11019.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-1518255369444482766</id><published>2013-07-28T06:59:00.001-07:00</published><updated>2013-07-28T07:00:12.943-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>Bloggera Açılır Yan Menü Ekle</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://img24.imageshack.us/img24/3889/cvas.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://img24.imageshack.us/img24/3889/cvas.png&quot; /&gt;&amp;nbsp;&lt;/a&gt;&lt;/div&gt;
Merhaba Arkadaşlar Buğün Sizlere Açılır Yan Menü Eklentisini Sunuyorum. Yabancı Bir Siteden Aldığım Bu Eklenti Tamamen Hatasız Bir Şekilde Türkçeleştirildi Umarım Beğenirsiniz. İster Bloggerınıza İster Bedava-Sitemde&#39;de Kullanabilirsiniz. Anlatıma Geçebiliriz.&lt;br /&gt;
&lt;br /&gt;
Kod : &lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;&lt;style&gt;
.greenmenuacilir,
.greenmenuacilir li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.greenmenuacilir li{
position: relative;
}

.greenmenuacilir li a{
background: white url(http://www.javascriptkit.com/script/script2/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.greenmenuacilir li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.greenmenuacilir li ul li{
float: left;
}

.greenmenuacilir li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.greenmenuacilir .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(http://www.javascriptkit.com/script/script2/arrow.gif) no-repeat center right;
}

.greenmenuacilir li a:visited, .greenmenuacilir li a:active{
color: white;
}

.greenmenuacilir li a:hover{
background-image: url(http://www.javascriptkit.com/script/script2/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .greenmenuacilir li { float: left; height: 1%; }
* html .greenmenuacilir li a { height: 1%; }
/* End */
&lt;/style&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://yourjavascript.com/17481832531/greenmenuphtml.js&quot;&gt;&lt;/script&gt;
&lt;ul id=&quot;acilirmenugreen&quot; class=&quot;greenmenuacilir&quot;&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Anasayfa&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot; &gt;Eklentiler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Tasarımlar&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Dersler&lt;/a&gt;
    &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Blogger&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;HTML&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;CSS&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot; &gt;Html Editör&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Renk Editör&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot; &gt;PhtmLDrive&lt;/a&gt;
    &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Menü 1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Menü 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Menü 3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Menü 4&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Menü 5&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;#&quot;&gt;Menü 6&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/textarea&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/1518255369444482766/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/bloggera-aclr-yan-menu-ekle.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/1518255369444482766'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/1518255369444482766'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/bloggera-aclr-yan-menu-ekle.html' title='Bloggera Açılır Yan Menü Ekle'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-734432473832107281</id><published>2013-07-28T06:38:00.003-07:00</published><updated>2013-07-28T06:38:54.249-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>PhtmlDrive Yönlendirme Eklentisi (Saniye Göstergeli)</title><content type='html'>&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;http://img401.imageshack.us/img401/4897/ibx.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img alt=&quot;PhtmlDrive Yönlendirme Eklentisi Saniye Göstergeli&quot; border=&quot;0&quot; src=&quot;http://img401.imageshack.us/img401/4897/ibx.png&quot; title=&quot;PhtmlDrive Yönlendirme Eklentisi Saniye Göstergeli&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;PhtmlDrive Yönlendirme Eklentisi Saniye Göstergeli&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
Merhaba Arkadaşlar Bugün Sizlere Yönlendirme Eklentisini Sunmaktayım. Bu Eklentiyi Diğerlerinden Ayıran Özelliği İse Göstergeli Yanı Saniyeyi Gösteriyor. Umarım Beğenirsiniz.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml gri&quot; href=&quot;http://phtmldrive-deneme.blogspot.com/2013/07/yonlendirme-saniyeli.html&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;
&lt;/div&gt;
&lt;br /&gt;
Kod :
&lt;br /&gt;
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;&lt;form name=&quot;redirect&quot;&gt;
&lt;center&gt;
&lt;font face=&quot;Arial&quot;&gt;&lt;b&gt;PhtmlDrive Saniye Göstergeli Yönlendirme Eklentisi&lt;br&gt;&lt;br&gt;
&lt;form&gt;
&lt;input type=&quot;text&quot; size=&quot;3&quot; name=&quot;redirect2&quot;&gt;
&lt;/form&gt;
Saniye Sonra Siteye Yönlendiriliceksiniz.&lt;/b&gt;&lt;/font&gt;
&lt;/center&gt;
&lt;script&gt;
&lt;!--
var targetURL=&quot;http://phtmldrive.blogspot.com/&quot;
var countdownfrom=10

var currentsecond=document.redirect.redirect2.value=countdownfrom+1
function countredirect(){
if (currentsecond!=1){
currentsecond-=1
document.redirect.redirect2.value=currentsecond
}
else{
window.location=targetURL
return
}
setTimeout(&quot;countredirect()&quot;,1000)
}

countredirect()
//--&gt;
&lt;/script&gt;
&lt;/textarea&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/734432473832107281/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/phtmldrive-yonlendirme-eklentisi-saniye.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/734432473832107281'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/734432473832107281'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/phtmldrive-yonlendirme-eklentisi-saniye.html' title='PhtmlDrive Yönlendirme Eklentisi (Saniye Göstergeli)'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-3493349729264395869</id><published>2013-07-26T02:55:00.001-07:00</published><updated>2013-07-26T03:00:36.995-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'>Blogger Yeni AJAX Menü</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://img59.imageshack.us/img59/9153/tmf7.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;128&quot; src=&quot;http://img59.imageshack.us/img59/9153/tmf7.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a class=&quot;buton phtml gri&quot; href=&quot;http://phtmldrive-deneme.blogspot.com/2013/07/ajaxmenu.html&quot; target=&quot;_blank&quot;&gt;Demo&lt;/a&gt;
&lt;/div&gt;
&lt;br /&gt;
Selam Arkadaşlar Bugün Sizlerle AJAX Menü Eklentisini Paylaşmaktayım. Yabancı Bir Sitede Gördüm Sizlerle Paylaşma İsteği Duydum. Umarım Beğenirsiniz. Sizler İçin Düzenlemiş Olduğum Bir Menüdür. Hiç Bir Sorunu Yoktur Denedim ve Sizlerle Paylaştım.&lt;br /&gt;
&lt;br /&gt;
Öncelikle &lt;b&gt;Yerleşim &amp;gt; HTML&#39;yi Düzenle&lt;/b&gt; ye Tıklıyoruz. CTRL+F Yaparak &lt;b&gt;]]&amp;gt;&amp;lt;/b:skin&amp;gt; &lt;/b&gt;Aratıyoruz.&lt;b&gt; &lt;/b&gt;Aşağıda Bulunan Kodu Bu Kodun Üstüne Yapıştırıyoruz.&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;.phtmljaxmenu *{margin: 0;padding: 0;}
ul.phtmljaxmenu {list-style: none;line-height: 1;overflow: visible !important;}
ul.phtmljaxmenu:after{margin: 0;padding: 0;content: &#39; &#39;;display: block;height: 0px;clear: both;}
ul.phtmljaxmenu li{list-style: none;position:relative;float: left;margin: 0 !important;padding: 0 !important;}
ul.phtmljaxmenu li a{margin: 0;padding: 12px 16px !important;font-family: &#39;Helvetica Neue&#39;, Arial, Helvetica, sans-serif !important;color: #6b6b6b !important;text-shadow: 0 1px 0 #fff;font-weight: 700 !important;text-transform: uppercase !important;font-size: 12px !important;display: block !important;border: 0 none !important;}
ul.phtmljaxmenu li a:hover,ul.phtmljaxmenu li a.hoverover{background: #f5f5f5 !important;}
ul.phtmljaxmenu ul{position: absolute;display: none;top: 100%;border:1px solid #ccc;}
ul.phtmljaxmenu li:hover &gt; ul{display: block;}
ul.phtmljaxmenu ul li{float: none;min-width: 160px;background:#f5f5f5;text-shadow: none;}
ul.phtmljaxmenu ul li a{padding: 12px 14px;text-transform: none;font-weight: normal;}
ul.phtmljaxmenu ul li a:hover,ul.phtmljaxmenu ul li a.hoverover{background: #fff !important;}
ul.phtmljaxmenu ul ul{display: none;left: 100%;top: 0;}
/* AJAX Menu Stylings */
ul.phtmljaxmenu li div.submenu {display: none;position: absolute;width: 600px;z-index: 90;left: -1px;top: 100%;overflow: hidden;min-height: 150px;background: #fff;border:1px solid #cccccc;border-top: 0 none;}
ul.phtmljaxmenu li:hover div.submenu {display: block;}
ul.phtmljaxmenu ul ,ul.phtmljaxmenu ul li{display: block !important;border: 0 none !important;margin: 0 !important;padding:0 !important;}
ul.phtmljaxmenu ul li{background: none !important;float: none !important;}
ul.phtmljaxmenu ul.verticlemenu{position: absolute;width: 33%;left:0;top:0;bottom: 0;background: #f5f5f5;}
ul.phtmljaxmenu ul.postslist {position: relative;display: block;width:65%;float: right;margin: 8px 0 !important;background: none;}
ul.phtmljaxmenu ul.postslist li{display: block;overflow: hidden;border-bottom: 1px #eee solid;position: relative;min-height: 60px;padding: 8px 8px 8px 110px !important;}
ul.phtmljaxmenu ul.postslist li:last-child{border-bottom: none 0;}
ul.phtmljaxmenu ul.postslist li .imgCont{position: absolute;left: 0;top:8px;width: 100px;height: 60px;overflow: hidden;border:1px solid #dcdcdc;font-size: 0;line-height: 0;}
ul.phtmljaxmenu ul.postslist li .imgCont img{position: relative;top:-20px;padding: 0;width: 100px;height: 100px;display: block;}
ul.phtmljaxmenu ul.postslist li a{display: block;line-height: 1.4;padding: 0 !important;}
ul.phtmljaxmenu .loader{background:url(&#39;http://i.imgur.com/SeivG.gif&#39;) no-repeat scroll 0 0 transparent;width:22px;height:22px;position: absolute;top:50%;margin-top: -11px;right:5px;}
ul.phtmljaxmenu .menuArrow {border-bottom: 4px solid transparent;border-top: 4px solid transparent;border-left: 4px solid #999999;display: block;height: 0;margin-top: -4px;position: absolute;right: 11px;top: 50%;width: 0;}
#phtmljaxmenu {background: #ededed;background: -moz-linear-gradient(top, #ededed 0%, #e0e0e0 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e0e0e0));background: -webkit-linear-gradient(top, #ededed 0%,#e0e0e0 100%);background: -o-linear-gradient(top, #ededed 0%,#e0e0e0 100%);background: -ms-linear-gradient(top, #ededed 0%,#e0e0e0 100%);background: linear-gradient(to bottom, #ededed 0%,#e0e0e0 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=&#39;#ededed&#39;, endColorstr=&#39;#e0e0e0&#39;,GradientType=0 );border: 1px solid #cccccc;}

&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
Tekrar CTRL+F Yaparak Bu Sefer &lt;b&gt;&amp;lt;/head&amp;gt;&lt;/b&gt; Aratıyoruz. Aşağıda Bulunan Kodu Tekrar Bu Kodun Üstüne Yapıştırıyoruz.&lt;br /&gt;
&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 216px; width: 590px;&quot;&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://yourjavascript.com/94712331663/ajaxbloggermenu-min.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
jQuery(document).ready(function($) {
 $(&#39;#phtmljaxmenu&#39;).ajaxBloggerMenu({
  numPosts : 2, // Number of Posts to show
  defaultImg : &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM1LhQ3kY503i7Zk5Vni9AH47MUwLWU21mWEgvm9Mbg6xSDnZwJ5Qriv0gixEfqkUV5CwfPMU6RGKQmz-K0zdIFGwYvJpjqHftlxyLgI1mcBz5zdvlIK81ZbUiDtNryksfZYDdhyqYo7A/s120/no_image.jpg&#39; // Default thumbnail Image
 });
});
&lt;/script&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;b&gt;Yerleşim &amp;gt; Gadged Ekle &amp;gt; HTML/JavaScript Ekle &lt;/b&gt;Dizinini Takip Edin. Aşağıda Bulunan Kodu Buraya Ekleyin.&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;&lt;ul id=&quot;phtmljaxmenu&quot; class=&quot;phtmljaxmenu&quot;&gt;
&lt;li&gt;
  &lt;a href=&quot;/&quot;&gt;Anasayfa&lt;/a&gt;
 &lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;#&quot;&gt;Blogger&lt;/a&gt;
  &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://phtmldrive.blogspot.com/search/label/BloggerEklentileri&quot;&gt;Eklentiler&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://phtmldrive.blogspot.com/search/label/BloggerTema&quot;&gt;Temalar&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
  &lt;a href=&quot;#&quot;&gt;Dersler&lt;/a&gt;
  &lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://phtmldrive.blogspot.com/search/label/BloggerDersleri&quot;&gt;Blogger Dersleri&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://phtmldrive.blogspot.com/search/label/HtmlDersleri&quot;&gt;HtmlDersleri&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://phtmldrive.blogspot.com/search/label/Script&quot;&gt;Script&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
Önemli Noktalar :&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;b&gt;&amp;lt;/head&amp;gt; &lt;/b&gt;Kodunun Üstüne Yapıştırmış Olduğumuz Koddaki &lt;b&gt;numPosts : 2, // Number of Posts to show &lt;/b&gt;Yazan Yer Kaçtane Gönderi Göstermek İstiyorsanız Okadar Yazın Mesela &lt;b&gt;numPosts : 3&lt;/b&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;b&gt;&amp;nbsp;&lt;/b&gt; İşlem Bu Kadar Basittir. Umarım İşinize Yarar Güle Güle Kullanın :)</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/3493349729264395869/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/blogger-yeni-ajax-menu.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/3493349729264395869'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/3493349729264395869'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/blogger-yeni-ajax-menu.html' title='Blogger Yeni AJAX Menü'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-2709137755508986809</id><published>2013-07-26T02:32:00.003-07:00</published><updated>2013-07-26T02:32:50.781-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'> Blogger Resimli Son yorumlar Eklentisi</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgveDEzBLp2hCSghEoEb4GL5S-hjlaNABgwQzp96HXF7b5AZMZUz3FfMaXFFZaeu6shuVxCgFIVbOy_ysaRb1FjIvDHoTa0DZegRka1a5-HbK6ckmP87d9hW10CVRZCol7XdQt7p8080BR3/s320/resimli+son+yorumlar.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgveDEzBLp2hCSghEoEb4GL5S-hjlaNABgwQzp96HXF7b5AZMZUz3FfMaXFFZaeu6shuVxCgFIVbOy_ysaRb1FjIvDHoTa0DZegRka1a5-HbK6ckmP87d9hW10CVRZCol7XdQt7p8080BR3/s320/resimli+son+yorumlar.JPG&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&amp;nbsp; Uzun zamandır &lt;b&gt;Blogger&lt;/b&gt; hakkında bir yazı yazmıyordum.Blogumu bu konu hakkında biraz ihmal ettiğimin farkında vardım ve tekrardan &lt;b&gt;blogger&lt;/b&gt; ve &lt;b&gt;blogger eklentileri &lt;/b&gt;hakkında
 bir yazı yazmaya karar verdim.Sonra baktım Blogger hakkında nasıl bir 
yazı yazabilirim die düşünmeye başladım.Baktım ki benim blogumda da 
olmayan&lt;b&gt; Blogger da son yorumlar eklentisi&lt;/b&gt; ni siz değerli okuyucumlarımla paylaşmaya karar verdim.
&lt;br /&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Blogunuzda &lt;b&gt;son yorumlar eklentisi&lt;/b&gt;ni kullanmak siz&lt;b&gt; blog yazarları &lt;/b&gt;için
 oldukça etkili olucaktır.Bu sayede blogunuza gelen okuyucalar son 
yapılan yorumlara kolayca bakacak ve en son hangi konuya yorum 
yapıldıysa belki o konuyu incelemeye karar verecektir.Unutmayın 
okuyucuya ne kadar çok seçenek sunarsanız , blogunuz için o kadar 
yararlı olucaktır.&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Geçelim konumuza yani &lt;b&gt;&lt;u&gt;blogger da resimli son yorumlar eklentisi&lt;/u&gt;&lt;/b&gt;nin blogumuza nasıl uygulayacağımıza :&lt;/div&gt;
&lt;div style=&quot;text-align: justify;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;i&gt;Blogger&lt;/i&gt; panelinize giriş yapın.&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Yerleşim&lt;/i&gt; sekmesine tıklayanız.&lt;/li&gt;
&lt;li&gt;Şablonunuz ön görümünü ekrana gelecektir&lt;i&gt;.Gadget ekle&lt;/i&gt; ye basınız .&lt;/li&gt;
&lt;li&gt;&lt;i&gt;Html/java script&lt;/i&gt; kısmına tıklayınız ve aşağıda yer alan kodları açılan sayfaya yapıştırınız ve&lt;i&gt; kaydet &lt;/i&gt;düğmesine basınız.&lt;/li&gt;
&lt;/ul&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;&lt;style type=&quot;text/css&quot;&gt;
    ul.w2b_recent_comments{list-style:none;margin:0;padding:0;}
    .w2b_recent_comments li{background:none !important;margin:0 0 6px !important;padding:0 0 6px 0 !important;display:block;clear:both;overflow:hidden;list-style:none;}
    .w2b_recent_comments li .avatarImage{padding:3px;background:#fefefe;-webkit-box-shadow:0 1px 1px #ccc;-moz-box-shadow:0 1px 1px #ccc;box-shadow:0 1px 1px #ccc;float:left;margin:0 6px 0 0;position:relative;overflow:hidden;}
    .avatarRound{-webkit-border-radius:100px;-moz-border-radius:100px;border-radius:100px;}
    .w2b_recent_comments li img{padding:0px;position:relative;overflow:hidden;display:block;}
    .w2b_recent_comments li span{margin-top:4px;color: #666;display: block;font-size: 12px;font-style: italic;line-height: 1.4;}
&lt;/style&gt;
&lt;script type=&quot;text/javascript&quot;&gt;

    var
 numComments  = 5,
 showAvatar  = true,
 avatarSize  = 60,
 roundAvatar = true,
 characters  = 40,
 showMorelink = false,
 moreLinktext = &quot;Devamı »&quot;,
 defaultAvatar  = &quot;http://www.gravatar.com/avatar/?d=mm&quot;,
 hideCredits = false;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://yourjavascript.com/47621325131/sonyorum-phtml.js&quot;&gt;&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://phtmldrive.blogspot.com/feeds/comments/default?alt=json&amp;callback=w2b_recent_comments&amp;max-results=5&quot;&gt;&lt;/script&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Kodlarımızı yapıştırdıktan sonra kaydet düğmesine tıklıyoruz.&lt;/li&gt;
&lt;li&gt;Kod kisminda en son da bulunan ugurturkoglu.blogspot.com adresi yerine kendi blogunuzun adresini yazmayi unutmayiniz&lt;/li&gt;
&lt;/ul&gt;
&lt;div&gt;
&lt;b&gt;Blogger da Resimli son yorumlar eklentisi &lt;/b&gt;blogumuza uygulanmış durumda.&lt;/div&gt;
&lt;div&gt;
Herhangi bir sorunla karşılaştığınızda buradan benimle iletime geçebilirsiniz.&lt;/div&gt;
</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/2709137755508986809/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/blogger-resimli-son-yorumlar-eklentisi.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/2709137755508986809'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/2709137755508986809'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/blogger-resimli-son-yorumlar-eklentisi.html' title=' Blogger Resimli Son yorumlar Eklentisi'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgveDEzBLp2hCSghEoEb4GL5S-hjlaNABgwQzp96HXF7b5AZMZUz3FfMaXFFZaeu6shuVxCgFIVbOy_ysaRb1FjIvDHoTa0DZegRka1a5-HbK6ckmP87d9hW10CVRZCol7XdQt7p8080BR3/s72-c/resimli+son+yorumlar.JPG" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-859658057317105040</id><published>2013-07-26T02:19:00.002-07:00</published><updated>2013-07-26T02:19:34.694-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'> Blogger’da Yön Tuşlarıyla Sayfalar Arasında Geçiş Yapmak</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://2.bp.blogspot.com/-X4KMt2zuM-A/UeMnbKHrCDI/AAAAAAAAGW8/dM5b0qNDclc/s1600/bloggereklentileriorg.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;http://2.bp.blogspot.com/-X4KMt2zuM-A/UeMnbKHrCDI/AAAAAAAAGW8/dM5b0qNDclc/s1600/bloggereklentileriorg.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Blogger eklentileri hızla gelişmeye devam ediyor. Bu eklentimizde ise 
Wordpress&#39;te ki bazı temalarda görmüşsünüzdür bir sonraki yazıya geçmek 
için yön tuşlarını kullanabilirsiniz yazmakta. Bizde araştırıp bu koda 
ulaştık. Sizlerde blogunuzda yön tuşlarıyla  (⇦ ⇨) yazılar arasında 
geçiş yapmak istiyorsanız hemen alttaki anlatımı iyice okuyunuz.
&lt;br /&gt;
&lt;br /&gt;
Alttaki kodu temanızda ki &lt;b&gt;&amp;lt;head&amp;gt;&lt;/b&gt; kodunun altına ekliyoruz.&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 366px; width: 564px;&quot;&gt;&lt;script type=&#39;text/javascript&#39;&gt;
window.onload = functionundefined)
{
document.onkeyup = functionundefinedevent)
{
if undefineddocument.activeElement.nodeName == &#39;TEXTAREA&#39; || document.activeElement.nodeName == &#39;INPUT&#39;) return;
event = event || window.event;
switchundefinedevent.keyCode)
{
case 37:
var newerLink = document.getElementByIdundefined&#39;Blog2_blog-pager-newer-link&#39;);
ifundefinednewerLink !=null) window.location.href = newerLink.href;
break;
case 39:
var olderLink = document.getElementByIdundefined&#39;Blog2_blog-pager-older-link&#39;);
ifundefinedolderLink!=null) window.location.href = olderLink.href;
}
};
};
&lt;/script&gt;
&lt;/textarea&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/859658057317105040/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/bloggerda-yon-tuslaryla-sayfalar.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/859658057317105040'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/859658057317105040'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/bloggerda-yon-tuslaryla-sayfalar.html' title=' Blogger’da Yön Tuşlarıyla Sayfalar Arasında Geçiş Yapmak'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/-X4KMt2zuM-A/UeMnbKHrCDI/AAAAAAAAGW8/dM5b0qNDclc/s72-c/bloggereklentileriorg.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-514449585763517224.post-510427572795379025</id><published>2013-07-26T02:11:00.004-07:00</published><updated>2013-07-26T02:12:54.797-07:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="BloggerEklentileri"/><title type='text'> Blogger Animasyonlu Buton Eklentisi</title><content type='html'>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;http://img268.imageshack.us/img268/1158/wt6l.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;102&quot; src=&quot;http://img268.imageshack.us/img268/1158/wt6l.png&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
Blogunuza bir şıklık getirecek eklenti ile karşınızdayız. Bu eklentimiz 
ise blogunuzda paylaştığınız bağlantı linklerine verilebilecek buton 
örneğinden birisi. Üzerine gelince arkaplanda ki kutucukların 
hareketlenmesiyle şıklık veren bu butonu sitemizde sizler için 
paylaşıyoruz. İsterseniz anlatıma ve canlı bir demoya geçelim.
&lt;br /&gt;
&lt;br /&gt;
Aşağıda ki kodu temamızdan buluyoruz.&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 27px; width: 565px;&quot;&gt;]]&gt;&lt;/b:skin&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
Hemen altına aşağıda ki kodu ekliyoruz.&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 200px; width: 590px;&quot;&gt;.buton{
font:15px Calibri, Arial, sans-serif;
text-shadow:1px 1px 0 rgba(255,255,255,0.4);
text-decoration:none !important;
white-space:nowrap;
display:inline-block;
vertical-align:baseline;
position:relative;
cursor:pointer;
padding:10px 20px;
background-repeat:no-repeat;
background-position:bottom left;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;);
background-position:bottom left, top right, 0 0, 0 0;
background-clip:border-box;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
-moz-box-shadow:0 0 1px #fff inset;
-webkit-box-shadow:0 0 1px #fff inset;
box-shadow:0 0 1px #fff inset;
-webkit-transition:background-position 1s;
-moz-transition:background-position 1s;
transition:background-position 1s;
}
.buton:hover{
background-position:top left;
background-position:top left, bottom right, 0 0, 0 0;
}
.buton:active{
bottom:-1px;
}
/* The three butons sizes */
.buton.phtml { font-size:30px;}
.buton.medium { font-size:18px;}
.buton.small { font-size:13px;}
/* BlueButton */
.mavi.buton{
color:#0f4b6d !important;
border:1px solid #84acc3 !important;
background-color: #48b5f2;
background-image: url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;),
-moz-radial-gradient( center bottom, circle,
rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px),
-moz-linear-gradient(#4fbbf7, #3faeeb);
background-image: url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;),
-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
from(rgba(89,208,244,1)), to(rgba(89,208,244,0))),
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fbbf7), to(#3faeeb));
}
.mavi.buton:hover{
background-color:#63c7fe;
background-image: url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;),
-moz-radial-gradient( center bottom, circle,
rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px),
-moz-linear-gradient(#63c7fe, #58bef7);
background-image: url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;),
-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
from(rgba(109,217,250,1)), to(rgba(109,217,250,0))),
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#63c7fe), to(#58bef7));
}
/* Green Button */
.yesil.buton{
color:#345903 !important;
border:1px solid #96a37b !important;
background-color: #79be1e;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
}
.yesil.buton:hover{
background-color:#89d228;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
}
/* Orange Button */
.turuncu.buton{
color:#693e0a !important;
border:1px solid #bea280 !important;
background-color: #e38d27;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}
.turuncu.buton:hover{
background-color:#ec9732;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
}
/* Orange Button */
.gri.buton{
color:#525252 !important;
border:1px solid #a5a5a5 !important;
background-color: #a9adb1;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
}
.gri.buton:hover{
background-color:#b6bbc0;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6, #9fa5a9);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(202,205,208,1)), to(rgba(202,205,208,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
}
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;
Butonları Kullanmak için aşağıdaki kodları kullanıyoruz..&lt;br /&gt;
&lt;textarea class=&quot;bginput&quot; cols=&quot;42&quot; name=&quot;phtmldrive.blogspot.com&quot; rows=&quot;5&quot; style=&quot;height: 174px; width: 587px;&quot;&gt;&lt;a class=&quot;buton phtml mavi&quot; href=&quot;LİNK/URL&quot; target=&quot;_blank&quot;&gt;Mavi Buton&lt;/a&gt;

&lt;a class=&quot;buton phtml turuncu&quot; href=&quot;LİNK/URL&quot; target=&quot;_blank&quot;&gt;Turuncu Buton&lt;/a&gt;

&lt;a class=&quot;buton phtml yesil&quot; href=&quot;LİNK/URL&quot; target=&quot;_blank&quot;&gt;Yeşil Buton&lt;/a&gt;

&lt;a class=&quot;buton phtml gri&quot; href=&quot;LİNK/URL&quot; target=&quot;_blank&quot;&gt;Gri Buton&lt;/a&gt;
&lt;/textarea&gt;

&lt;br /&gt;
&lt;br /&gt;&lt;style&gt;
.buton{
font:15px Calibri, Arial, sans-serif;
text-shadow:1px 1px 0 rgba(255,255,255,0.4);
text-decoration:none !important;
white-space:nowrap;
display:inline-block;
vertical-align:baseline;
position:relative;
cursor:pointer;
padding:10px 20px;
background-repeat:no-repeat;
background-position:bottom left;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;);
background-position:bottom left, top right, 0 0, 0 0;
background-clip:border-box;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
-moz-box-shadow:0 0 1px #fff inset;
-webkit-box-shadow:0 0 1px #fff inset;
box-shadow:0 0 1px #fff inset;
-webkit-transition:background-position 1s;
-moz-transition:background-position 1s;
transition:background-position 1s;
}
.buton:hover{
background-position:top left;
background-position:top left, bottom right, 0 0, 0 0;
}
.buton:active{
bottom:-1px;
}
/* The three butons sizes */
.buton.phtml { font-size:30px;}
.buton.medium { font-size:18px;}
.buton.small { font-size:13px;}
/* BlueButton */
.mavi.buton{
color:#0f4b6d !important;
border:1px solid #84acc3 !important;
background-color: #48b5f2;
background-image: url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;),
-moz-radial-gradient( center bottom, circle,
rgba(89,208,244,1) 0,rgba(89,208,244,0) 100px),
-moz-linear-gradient(#4fbbf7, #3faeeb);
background-image: url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;),
-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
from(rgba(89,208,244,1)), to(rgba(89,208,244,0))),
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#4fbbf7), to(#3faeeb));
}
.mavi.buton:hover{
background-color:#63c7fe;
background-image: url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;),
-moz-radial-gradient( center bottom, circle,
rgba(109,217,250,1) 0,rgba(109,217,250,0) 100px),
-moz-linear-gradient(#63c7fe, #58bef7);
background-image: url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;),
-webkit-gradient( radial, 50% 100%, 0, 50% 100%, 100,
from(rgba(109,217,250,1)), to(rgba(109,217,250,0))),
-webkit-gradient(linear, 0% 0%, 0% 100%, from(#63c7fe), to(#58bef7));
}
/* Green Button */
.yesil.buton{
color:#345903 !important;
border:1px solid #96a37b !important;
background-color: #79be1e;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(162,211,30,1) 0,rgba(162,211,30,0) 100px),-moz-linear-gradient(#82cc27, #74b317);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(162,211,30,1)), to(rgba(162,211,30,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#82cc27), to(#74b317));
}
.yesil.buton:hover{
background-color:#89d228;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(183,229,45,1) 0,rgba(183,229,45,0) 100px),-moz-linear-gradient(#90de31, #7fc01e);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(183,229,45,1)), to(rgba(183,229,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#90de31), to(#7fc01e));
}
/* Orange Button */
.turuncu.buton{
color:#693e0a !important;
border:1px solid #bea280 !important;
background-color: #e38d27;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(232,189,45,1) 0,rgba(232,189,45,0) 100px),-moz-linear-gradient(#f1982f, #d4821f);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(232,189,45,1)), to(rgba(232,189,45,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}
.turuncu.buton:hover{
background-color:#ec9732;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(241,192,52,1) 0,rgba(241,192,52,0) 100px),-moz-linear-gradient(#f9a746, #e18f2b);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(241,192,52,1)), to(rgba(241,192,52,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
}
/* Orange Button */
.gri.buton{
color:#525252 !important;
border:1px solid #a5a5a5 !important;
background-color: #a9adb1;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(197,199,202,1) 0,rgba(197,199,202,0) 100px),-moz-linear-gradient(#c5c7ca, #92989c);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(197,199,202,1)), to(rgba(197,199,202,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
}
.gri.buton:hover{
background-color:#b6bbc0;
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -moz-radial-gradient(center bottom, circle, rgba(202,205,208,1) 0,rgba(202,205,208,0) 100px),-moz-linear-gradient(#d1d3d6, #9fa5a9);
background-image:url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), url(&#39;http://s6.postimg.org/a8fhgwzdp/button_bg.png&#39;), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(rgba(202,205,208,1)), to(rgba(202,205,208,0))),-webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
}
&lt;/style&gt;
&lt;a class=&quot;buton phtml mavi&quot; href=&quot;LİNK/URL&quot; target=&quot;_blank&quot;&gt;Mavi Buton&lt;/a&gt;

&lt;a class=&quot;buton phtml turuncu&quot; href=&quot;LİNK/URL&quot; target=&quot;_blank&quot;&gt;Turuncu Buton&lt;/a&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;a class=&quot;buton phtml yesil&quot; href=&quot;LİNK/URL&quot; target=&quot;_blank&quot;&gt;Yeşil Buton&lt;/a&gt;

&lt;a class=&quot;buton phtml gri&quot; href=&quot;LİNK/URL&quot; target=&quot;_blank&quot;&gt;Gri Buton&lt;/a&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://phtmldrive.blogspot.com/feeds/510427572795379025/comments/default' title='Kayıt Yorumları'/><link rel='replies' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/blogger-animasyonlu-buton-eklentisi.html#comment-form' title='0 Yorum'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/510427572795379025'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/514449585763517224/posts/default/510427572795379025'/><link rel='alternate' type='text/html' href='http://phtmldrive.blogspot.com/2013/07/blogger-animasyonlu-buton-eklentisi.html' title=' Blogger Animasyonlu Buton Eklentisi'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/13161215778210438055</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>