<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>jquery &#8211; Selman Tunc</title>
	<atom:link href="https://selmantunc.com.tr/tag/jquery/feed/" rel="self" type="application/rss+xml" />
	<link>https://selmantunc.com.tr</link>
	<description></description>
	<lastBuildDate>Tue, 26 Jul 2016 19:28:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://selmantunc.com.tr/wp-content/uploads/2023/07/cropped-tumblr_inline_oglumuMbgO1tyldvk_540-150x150-1-32x32.jpg</url>
	<title>jquery &#8211; Selman Tunc</title>
	<link>https://selmantunc.com.tr</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>stnc easytope (jquery isotope easy alternative )</title>
		<link>https://selmantunc.com.tr/uncategorized/stnc-easytope-jquery-isotope-easy-alternative/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 26 Jul 2016 19:28:52 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php jquery javascript]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2016/07/26/stnc-easytope-jquery-isotope-easy-alternative/</guid>

					<description><![CDATA[I present the stnc easytope, the simplest version of jquery isotope to your taste, jquery isotope alternative  DEMO LINK  DOWNLOAD   Github  JQUERY var $filterType = jQuery('#filterOptions li.active a').attr('class'); effect =&#8230;]]></description>
										<content:encoded><![CDATA[<p><b>

I present the stnc easytope, the simplest version of jquery isotope to your taste,

<b>jquery isotope alternative </b></b></p>
<h2><b><i><a href="https://7d3aa7f096eea18b7d04c1054fbc4397527e8b51.googledrive.com/host/0B4Rxs_wfjVAXMUxBTWd5NEF4UkE/#">DEMO LINK </a></i></b></h2>
<figure data-orig-width="225" data-orig-height="225"><figure id="attachment_mmd_3040" class="wp-block-image "><img decoding="async" width="225" height="225" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ogl3jySuXA1tyldvk_540.jpg" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>
<p><a href="https://github.com/stnc/isotope-easy-alternative/archive/master.zip">DOWNLOAD</a>  </p>
<p><br></p>
<p><a href="https://github.com/stnc/isotope-easy-alternative">Github</a> </p>
<figure data-orig-width="400" data-orig-height="234" class="tmblr-full"><figure id="attachment_mmd_3043" class="wp-block-image "><img decoding="async" width="400" height="234" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_ogl3kwS0Pi1tyldvk_540.jpg" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>
<figure data-orig-width="1113" data-orig-height="775" class="tmblr-full"><img decoding="async" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_oaxso0zOLf1tyldvk_540.png" alt="image" data-orig-width="1113" data-orig-height="775"></figure>
<p>JQUERY</p>
<pre>        var $filterType = jQuery('#filterOptions li.active a').attr('class');

        effect = 'animate bounce-in';

        jQuery(document).ready(function ($) {

            $data = jQuery('.marketing ul.ul-products').clone();

            jQuery($data).appendTo('#selman');

            jQuery('#stnc  li a').on('click', function () {

                $data = jQuery('#selman ul').clone();

                jQuery('#stnc  li a').removeClass('selected');
                jQuery(this).addClass('selected');

                var $filterType = jQuery(this).attr("data-filter-value");

                var $filteredData = $data.find('li[data-type=' + $filterType + ']');
                $(".marketing ul li").remove();
                $($filteredData).appendTo(".marketing ul");
                $('.marketing ul li').addClass(effect);

            });
        });
</pre>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Jquery Thumbnail Scroller PLUGIN</title>
		<link>https://selmantunc.com.tr/uncategorized/jquery-thumbnail-scroller-plugin/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 26 Dec 2015 19:17:51 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2015/12/26/jquery-thumbnail-scroller-plugin/</guid>

					<description><![CDATA[Kendi ihtiyaçlarımdan dolayı ve jquery de bir eklenti geliştireyim acaba nasıl bişey diye merak ettiğim için bir eklenti geliştirdim. bir resim galerisindeki küçük resimleri gösteren oraya scrool efekti veren gayet&#8230;]]></description>
										<content:encoded><![CDATA[<p>Kendi ihtiyaçlarımdan dolayı ve jquery de bir eklenti geliştireyim acaba nasıl bişey diye merak ettiğim için bir eklenti geliştirdim.</p>
<p>bir resim galerisindeki küçük resimleri gösteren oraya scrool efekti veren gayet hoş bir eklenti oldu</p>
<figure data-orig-width="599" data-orig-height="584" class="tmblr-full"><img decoding="async" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_nzzcg1TpCs1tyldvk_540.png" alt="image" data-orig-width="599" data-orig-height="584"></figure>
<p><a href="https://f438e8fe75e497c0d062821c0cb1bd93c16ac63c.googledrive.com/host/0B_0lzatfBXIlV2MtVTNwZ0QySTQ/"><b>Demo LINK </b></a></p>
<p><b><a href="https://github.com/stnc/jquery-thumbnail-scroller">Gİthub</a> </b></p>
<p><a href="https://github.com/stnc/jquery-thumbnail-scroller/archive/master.zip"><b>Download</b></a></p>
<p>#Initialization
##Initialize via javascript</p>
<pre><code>jQuery(document).ready(function() {
        $('#unique-pager').StncThumbnailScroller({
            scrollSpeed : 100,
            fadeSpeed : 400,
            imagePictureAttr : '#showPicture'
        });
    });</code>
</pre>
<pre><code>&lt;br&gt;</code></pre>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>wordpress ajaxurl is not defined&#8217; fix</title>
		<link>https://selmantunc.com.tr/uncategorized/wordpress-ajaxurl-is-not-defined-fix/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 23 Dec 2015 14:13:14 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2015/12/23/wordpress-ajaxurl-is-not-defined-fix/</guid>

					<description><![CDATA[if ‘ajaxurl is not defined’ error fix functions.php write add_action(&#8216;wp_head’,&#8217;ajaxurl_’); function ajaxurl_() {    ?&#62; var ajaxurl = ’’; &#60;?php }﻿]]></description>
										<content:encoded><![CDATA[<p>

if ‘ajaxurl is not defined’ error
fix functions.php write

add_action(&#8216;wp_head’,&#8217;ajaxurl_’);
function ajaxurl_() {
    ?&gt;

var ajaxurl = ’’;

&lt;?php
}﻿

<br></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ticker news jquery haber yazısı geçişi</title>
		<link>https://selmantunc.com.tr/uncategorized/ticker-news-jquery-haber-yazisi-gecisi/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 24 Apr 2014 00:00:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery haber yazısı geçişi]]></category>
		<category><![CDATA[ticker news]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Tasarım]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2014/04/24/ticker-news-jquery-haber-yazisi-gecisi/</guid>

					<description><![CDATA[jquery haber geçiş efekti  DEMO ]]></description>
										<content:encoded><![CDATA[<p>jquery haber geçiş efekti </p>
<p><a href="https://ce29cfe75a741f5215cc467e17c7b3b24281020f.googledrive.com/host/0B_0lzatfBXIlfndlSXQ4XzM3ak5Gb1YzYkx1b0xNQVdQS0NjTk55bW94RU5UZ1hhaTZSMFU/">DEMO </a></p>
<figure class="tmblr-full" data-orig-height="912" data-orig-width="950"><figure id="attachment_mmd_2915" class="wp-block-image "><img decoding="async" width="950" height="518" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_od1p0kBURZ1tyldvk_540.png" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>delicious tarzı menu</title>
		<link>https://selmantunc.com.tr/uncategorized/delicious-tarzi-menu/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 23 Apr 2014 23:39:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[delicous tarzı]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Tasarım]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2014/04/23/delicious-tarzi-menu/</guid>

					<description><![CDATA[delicious tarzı mouse fare üzerine gelince açılan menu yapımı Demo için tıklayın ]]></description>
										<content:encoded><![CDATA[<figure data-orig-width="973" data-orig-height="862" class="tmblr-full"><figure id="attachment_mmd_2097" class="wp-block-image "><img decoding="async" width="973" height="478" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/3e219ef5f791093336c1e144009f25f995d20909.png" class="attachment-full size-full" alt="image" loading="lazy" /></figure></figure>
<p><a href="#"></a>
<br>delicious tarzı mouse fare üzerine gelince açılan menu yapımı</p>
<p><a href="https://stnc.github.io/html5-CSS3-site/">Demo için tıklayın </a></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>yapışkan menü yapımı (sticky menu)</title>
		<link>https://selmantunc.com.tr/uncategorized/yapiskan-menu-yapimi-sticky-menu/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 23 Apr 2014 22:30:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[programlama]]></category>
		<category><![CDATA[sticky]]></category>
		<category><![CDATA[sticky menü]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Tasarım]]></category>
		<category><![CDATA[yapışkan menu]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2014/04/23/yapiskan-menu-yapimi-sticky-menu/</guid>

					<description><![CDATA[sitelerin en üstünde olup da bizi sürekli takip eden menuler vardır bunu nasıl yaparız burada demosunu verdim kodları da içinden alabilirsiniz  DEMO ]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.selmantunc.com/wp-content/uploads/2014/04/512073_sticky-navigation2.jpg"></a>
<br><br>sitelerin en üstünde olup da bizi sürekli takip eden menuler vardır bunu nasıl yaparız burada <a href="https://ce29cfe75a741f5215cc467e17c7b3b24281020f.googledrive.com/host/0B_0lzatfBXIlfndlSXQ4XzM3ak5Gb1YzYkx1b0xNQVdQS0NjTk55bW94RU5UZ1hhaTZSMFU/">demosunu </a>verdim kodları da içinden alabilirsiniz </p>
<p><a href="https://ce29cfe75a741f5215cc467e17c7b3b24281020f.googledrive.com/host/0B_0lzatfBXIlfndlSXQ4XzM3ak5Gb1YzYkx1b0xNQVdQS0NjTk55bW94RU5UZ1hhaTZSMFU/">DEMO </a>
<br></p>
<figure class="tmblr-full" data-orig-height="953" data-orig-width="961"><figure id="attachment_mmd_2918" class="wp-block-image "><img decoding="async" width="961" height="536" src="https://selmantunc.com.tr/wp-content/uploads/2023/07/tumblr_inline_od1p6tpFX31tyldvk_540.png" class="attachment-full size-full" alt="" loading="lazy" /></figure></figure>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Yorumları Beğen , beğenme olayları php ve jquery &#8211;Like ,unlike</title>
		<link>https://selmantunc.com.tr/uncategorized/yorumlari-begen-begenme-olaylari-php-ve-jquery/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 20 Nov 2011 00:06:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2011/11/20/yorumlari-begen-begenme-olaylari-php-ve-jquery/</guid>

					<description><![CDATA[İndirme linki [dm]107[/dm]php , mysql ve jquery kullanarak Yorumları Beğen , beğenme olayları üzerine bir çalışma yaptım php include_once ('lib/class.ez_sql_core.php'); include_once ('lib/class.ez_sql_mysql.php'); require_once ('connect.php'); include 'lib/class.kgPager.ajax.php'; $vid_id=1; $total_records = $db---&#62;get_var("SELECT&#8230;]]></description>
										<content:encoded><![CDATA[<p><img fetchpriority="high" decoding="async" class="alignleft" title="like" src="http://www.selmantunc.com/labs/comment_like_unlike/like_unlike.jpg" alt="" width="534" height="409" /><br />İndirme linki [dm]107[/dm]<br />php , mysql ve jquery kullanarak Yorumları Beğen , beğenme olayları üzerine bir çalışma yaptım<br /><br /><a href="http://www.selmantunc.com/labs/comment_like_unlike/"><img decoding="async" class="alignleft" title="http://www.sven-s.com/wp-content/uploads/2011/06/demo11.jpg" src="http://www.sven-s.com/wp-content/uploads/2011/06/demo11.jpg" alt="" width="147" height="106" /></a>
<br /><pre class="brush:php"><br />php  include_once ('lib/class.ez_sql_core.php'); include_once ('lib/class.ez_sql_mysql.php'); require_once ('connect.php'); include 'lib/class.kgPager.ajax.php'; $vid_id=1; $total_records = $db---&gt;get_var("SELECT count(vcom.id) from comments as vcom, comments<em>likes as vcomlike where vcom.status</em>=1 and  vcomlike.comment_id=vcom.id ");<br />$kgPagerOBJ = &amp; new kgPager();<br />$scroll_page = 10; // paging<br />$per_page = 3; // page total<br />$git_sayfa = 'ajax_video_yorumlar.php';<br />$current_page = $_GET['page'];<br />$pager_url = 1;// $id;<br />$inactive_page_tag = 'class="current_page"';<br />$previous_page_text = '$next_page_text = 'Sonraki Sayfa &gt;';<br />$first_page_text = '$last_page_text = '&gt;&gt;';<br />$pager_url_last = 1;//$id;<br />$kgPagerOBJ-&gt;pager_set($pager_url, $total_records, $scroll_page, $per_page, $current_page, $inactive_page_tag, $previous_page_text, $next_page_text, $first_page_text, $last_page_text, $pager_url_last, $git_sayfa);<br /><br />$first_page = $kgPagerOBJ-&gt;first_page;<br />$previous_page = $kgPagerOBJ-&gt;previous_page;<br />$page_links = $kgPagerOBJ-&gt;page_links;<br />$next_page = $kgPagerOBJ-&gt;next_page;<br />$last_page = $kgPagerOBJ-&gt;last_page;<br />echo 'toplam yorum: '.$total_records;<br /><br />?&gt;<br /><div id="comment_block"><br /><br />&lt;!--?php <br /><br />echo '<br /><div><br />';<br /><br /> echo $first_page;<br /> echo $previous_page;<br /> echo $page_links;<br /> echo $next_page;<br /> echo $last_page;<br /><br />echo '</div>
<br /><!--comment pager-->';<br /><br />//yorumlar<br /><br />/<em>  $sql = "SELECT id,name_surname,comments,add_date from vimhub_video<em>comments<br />where status</em>=1 and video_id=1 limit  ".$kgPagerOBJ-&gt;start.", ".$kgPagerOBJ-&gt;per_page; </em>/<br /><br />/<em><br /><br /> echo $sql = "SELECT vcomlike.id as comlike_id, vcom.name_surname,vcom.comments,vcom.add_date,likes,unlikes<br />from vimhub_video_comments as vcom, vimhub_video_comments<em>likes as vcomlike where vcom.status</em>=1 and<br />vcom.video_id=".$vid_id." and vcom.video_id=vcomlike.video_id and vcomlike.comment_id=vcom.id  limit  ".$kgPagerOBJ-&gt;start.", ".$kgPagerOBJ-&gt;per_page;<br /><br /></em>/<br /> $sql = "SELECT vcomlike.id as comlike_id, vcom.name_surname,vcom.comments,vcom.add_date,likes,unlikes<br />from comments as vcom, comments<em>likes as vcomlike where vcom.status</em>=1 and  vcomlike.comment_id=vcom.id  limit  ".$kgPagerOBJ-&gt;start.", ".$kgPagerOBJ-&gt;per_page;<br />$comments = $db-&gt;get_results($sql, ARRAY_A);<br />if ($comments != '') {<br />    foreach ($comments as $comment) {<br />    $com_id = $comment['comlike_id'];<br />   $com_like = $comment['likes'];<br />     $com_unlike = $comment['unlikes'];<br />       $ad = $comment['name_surname'];<br /><br />        $zaman_once = $comment['add_date'];<br />        $yorum = $comment['comments'];<br /><br />?&gt;</pre>
<br /></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>live design changing (online site değişikliği jquery)</title>
		<link>https://selmantunc.com.tr/uncategorized/live-design-changing-online-site-degisikligi/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 25 Sep 2011 13:59:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[live design]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[twitter live]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2011/09/25/live-design-changing-online-site-degisikligi/</guid>

					<description><![CDATA[Sites as a realistic change of the site change font, change background, change the font type, change the color of links in a system that lets you did using the&#8230;]]></description>
										<content:encoded><![CDATA[<p>Sites as a realistic change of the site change font, change background, change the font type, change the color of links in a system that lets you did using the php and jquery<br /><br /><a href="http://../wp-content/uploads/2011/09/live.jpg"><img decoding="async" title="live" alt="" src="../wp-content/uploads/2011/09/live-280x300.jpg" width="280" height="300" /></a>
<br /><br /><a href="http://www.selmantunc.com/labs/live_desing/" target="_blank" rel="noopener">live demo</a>
<a href="http://www.selmantunc.com/labs/live_desing/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-603" title="live_demo" alt="" src="http://www.selmantunc.com/wp-content/uploads/2011/09/live_demo-300x300.jpg" width="96" height="78" /></a>
<br /><br />download:[wpdm_file id=1]<br /><br />Sitelerinizde gerçekçi olarak site değişikliği font değişikliği , arkaplan değişikliği , font türü değişikliği , linklerin renginin değişikliği yapabilmenizi sağlayan bir sistem php ve jquery kullarak yaptım,yönetim panelinizde sitenizde değişiklik yapabilmenizi sağlar.<br /><br /><a href="http://www.selmantunc.com/labs/live_desing/" target="_blank" rel="noopener">canlı demo </a>
<a href="http://../labs/live_desing/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" title="live_demo" alt="" src="../wp-content/uploads/2011/09/live_demo-300x300.jpg" width="96" height="78" /></a>
<br /><br />indirmek için :[wpdm_file id=1]</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Gelişmiş dosya upload ve ajax upload</title>
		<link>https://selmantunc.com.tr/uncategorized/gelismis-dosya-upload-ve-ajax-upload/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 10 Jul 2010 17:32:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax upload]]></category>
		<category><![CDATA[dosya]]></category>
		<category><![CDATA[dosya oluşturma]]></category>
		<category><![CDATA[dosya upload]]></category>
		<category><![CDATA[dosya yükleme]]></category>
		<category><![CDATA[Düzensiz]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery upload]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php upload]]></category>
		<category><![CDATA[upload]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2010/07/10/gelismis-dosya-upload-ve-ajax-upload/</guid>

					<description><![CDATA[Gelişmiş php dosya upload ve jquery ajax upload v.4 Stnc File Upload kullanım bilgileri ve özellikleri&#8211; Sunucunuza dosya veya dosyalarınızı yüklemenizi sağlar,nesne tabanlıdır,esnektir,tüm projelerinizde kullanabilirsiniz.Jquery framework ile Ajax ile upload&#8230;]]></description>
										<content:encoded><![CDATA[<p>Gelişmiş php dosya upload ve jquery ajax upload v.4</p>
<p><br /><p><strong>Stnc File Upload</strong> kullanım bilgileri ve özellikleri<br /><strong>&#8211;</strong> Sunucunuza dosya veya dosyalarınızı yüklemenizi  sağlar,nesne tabanlıdır,esnektir,tüm projelerinizde kullanabilirsiniz.<br />Jquery framework ile Ajax ile upload etme özelliğide bulunmaktadır.<br />Ayrıca sadece ajax olmadanda kullanılabilir.<br />Daha fazla ayrıntı için örneklere bakınız.  <a target="_blank" href="http://../../../../../?file_id=100" rel="noopener">İndirme  linki</a></p>
<br /><h2 id="ozellikleri">Özellikleri</h2>
<br /><ul><br /><li>Yüklemek istediğinizi dosyanın uzantısını  belirtebilirsiniz.Ayrıca mime tip kontroleride eklendi.</li>
<br /><li>Tek bir dosya veya birden fazla dosya yükleme imkanı sunar.</li>
<br /><li>Benzersiz isimlendirme metodu bulunur.</li>
<br /><li>Resim dosyalarının gerçek resim dosyası olup olmadığını kontrol  eder.</li>
<br /><li>Dosyaların ön ve arka kısmına önek ve sonek verme özelliği  bulunmakdadır.</li>
<br /><li>Yüklenecek dosyaların boyutunu hesaplamak için uğraşmak zorunda  kalmazsınız, boyutu ve bayt,kilobayt,megabayt olarak belirtmeniz  yeterlidir.</li>
<br /><li>Jquery ile uyumluluğu sayesinde Ajax upload imkanıda sunar.</li>
<br /><br /><li>İsterseniz sadece tek bir dosya isminde olmasını  isteyebilirsiniz <br />    (Örneğin şirketinizin pdf bilgilerinin her hafta yüklemesini  yapıyorsunuz ve isminin bülten olmasını istiyorsunuz bu gibi durumlarda  avantajlıdır.)</li>
<br /><li>Yükleme sonucu dosyalar ile ilgili bilgi alabilirsiniz.</li>
<br /></ul>
<br /><p>Daha fazla bilgi ve kullanıcı rehberi için :<a href="http://selmantunc.com/project/upload/tr/" target="_blank" rel="noopener"><a href="http://selmantunc.com/project/upload/tr/">http://selmantunc.com/project/upload/tr/</a></a></p>
<br /><p>[dm]100[/dm]</p></p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Advanced php File Upload and Ajax upload</title>
		<link>https://selmantunc.com.tr/uncategorized/advanced-php-file-upload-and-ajax-upload/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sat, 10 Jul 2010 17:28:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ajax upload]]></category>
		<category><![CDATA[dosya]]></category>
		<category><![CDATA[dosya oluşturma]]></category>
		<category><![CDATA[dosya upload]]></category>
		<category><![CDATA[dosya yükleme]]></category>
		<category><![CDATA[file upload]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery upload]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php upload]]></category>
		<category><![CDATA[upload]]></category>
		<guid isPermaLink="false">http://selmantunc.com.tr/2010/07/10/advanced-php-file-upload-and-ajax-upload/</guid>

					<description><![CDATA[Advanced php File Upload and Ajax upload  v4.0 Allows you to upload files to your server, or files, object-based, flexible, can use it in all projects. Ajax with jquery framework&#8230;]]></description>
										<content:encoded><![CDATA[<p><strong>Advanced php File Upload and Ajax upload  v4.0</strong></p>
<p><br /><p>Allows you to upload files to your server, or files,  object-based, flexible, can use it in all projects. Ajax with jquery framework has the feature of upload to. Also be available only ajax. For more details, see the examples. <a target="_blank" href="http://selmantunc.com/project/upload/" rel="noopener"><a href="http://selmantunc.com/project/upload/">http://selmantunc.com/project/upload/</a></a></p>
<br /><h2 id="ozellikleri"><strong>Features</strong></h2>
<br /><br /><ul><br /><li><strong>      You can specify you want to  download the file extensions and mime types of controls have been added.<br /></strong></li>
<br /><br /><li><strong> A single file or multiple files to  upload offers.        <br /><br /></strong></li>
<br /><br /><li><strong> Unique naming method is found.         <br /><br /></strong></li>
<br /><br /><li><strong> Image files, will check whether the  actual image file.        <br /><br /></strong></li>
<br /><br /><li><strong> Prefix and suffix of the files to  the front and rear is equipped with.        <br /><br /></strong></li>
<br /><br /><li><strong> To calculate the size of uploading  files do not have to deal with, the size and bytes, kilobytes,  megabytes, just as stated.        <br /><br /></strong></li>
<br /><br /><li><strong> Jquery Ajax file upload feature is  due.        <br /><br /></strong></li>
<br /><br /><li><strong> You can request to have only a  single file named         (For example, your company would be to install pdf information  and the name of the newsletter each week would be advantageous in such  cases.)       <br /><br /></strong></li>
<br /><br /><li><strong> upload files with information you  can get results. </strong></li>
<br /></ul>
<br /><p>Examples and user guide :</p>
<br /><p><a target="_blank" href="http://selmantunc.com/project/upload/" rel="noopener"><a href="http://selmantunc.com/project/upload/">http://selmantunc.com/project/upload/</a></a></p>
<br /><p><a href="http://../../../../../?file_id=100" target="_blank" rel="noopener">[dm]100[/dm]</a></p></p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
