php ve eskiden kalma delphi yazıları….
20 Kas

İndirme linki
|
|
download: comment_like_unlike (100.77KB) added: 19/11/2011 clicks: 74 description: coment like unlike |
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--->get_var("SELECT count(vcom.id) from comments as vcom, comments_likes as vcomlike where vcom.status_=1 and vcomlike.comment_id=vcom.id ");
$kgPagerOBJ = & new kgPager();
$scroll_page = 10; // paging
$per_page = 3; // page total
$git_sayfa = 'ajax_video_yorumlar.php';
$current_page = $_GET['page'];
$pager_url = 1;// $id;
$inactive_page_tag = 'class="current_page"';
$previous_page_text = '< Önceki Sayfa';
$next_page_text = 'Sonraki Sayfa >';
$first_page_text = '<<';
$last_page_text = '>>';
$pager_url_last = 1;//$id;
$kgPagerOBJ->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);
$first_page = $kgPagerOBJ->first_page;
$previous_page = $kgPagerOBJ->previous_page;
$page_links = $kgPagerOBJ->page_links;
$next_page = $kgPagerOBJ->next_page;
$last_page = $kgPagerOBJ->last_page;
echo 'toplam yorum: '.$total_records;
?>
';
echo $first_page;
echo $previous_page;
echo $page_links;
echo $next_page;
echo $last_page;
echo '
';
//yorumlar
/* $sql = "SELECT id,name_surname,comments,add_date from vimhub_video_comments
where status_=1 and video_id=1 limit ".$kgPagerOBJ->start.", ".$kgPagerOBJ->per_page; */
/*
echo $sql = "SELECT vcomlike.id as comlike_id, vcom.name_surname,vcom.comments,vcom.add_date,likes,unlikes
from vimhub_video_comments as vcom, vimhub_video_comments_likes as vcomlike where vcom.status_=1 and
vcom.video_id=".$vid_id." and vcom.video_id=vcomlike.video_id and vcomlike.comment_id=vcom.id limit ".$kgPagerOBJ->start.", ".$kgPagerOBJ->per_page;
*/
$sql = "SELECT vcomlike.id as comlike_id, vcom.name_surname,vcom.comments,vcom.add_date,likes,unlikes
from comments as vcom, comments_likes as vcomlike where vcom.status_=1 and vcomlike.comment_id=vcom.id limit ".$kgPagerOBJ->start.", ".$kgPagerOBJ->per_page;
$comments = $db->get_results($sql, ARRAY_A);
if ($comments != '') {
foreach ($comments as $comment) {
$com_id = $comment['comlike_id'];
$com_like = $comment['likes'];
$com_unlike = $comment['unlikes'];
$ad = $comment['name_surname'];
$zaman_once = $comment['add_date'];
$yorum = $comment['comments'];
?>
Popularity: 28% [?]
25 Eyl
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
download:
|
|
download: live desing (123.29KB) added: 25/09/2011 clicks: 77 description: 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 |
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.
indirmek için :
|
|
download: live desing (123.29KB) added: 25/09/2011 clicks: 77 description: 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 |
Popularity: 2% [?]
10 Tem
Gelişmiş php dosya upload ve jquery ajax upload v.4
Stnc File Upload kullanım bilgileri ve özellikleri
- 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 etme özelliğide bulunmaktadır.
Ayrıca sadece ajax olmadanda kullanılabilir.
Daha fazla ayrıntı için örneklere bakınız. İndirme linki
Daha fazla bilgi ve kullanıcı rehberi için :http://selmantunc.com/project/upload/tr/
|
|
download: Stnc File Upload and Ajax v2.5 (49.45KB) added: 13/04/2010 clicks: 2901 description: Allows you to upload files to your server, or files, OOP-based,resize pictures if you want to upload the files to make the image smaller, and if (the thumb) ,sizing feature of. Ajax with jquery framework has the feature of upload to. |
Popularity: 20% [?]
10 Tem
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 has the feature of upload to. Also be available only ajax. For more details, see the examples. http://selmantunc.com/project/upload/
Examples and user guide :
http://selmantunc.com/project/upload/
|
|
download: Stnc File Upload and Ajax v2.5 (49.45KB) added: 13/04/2010 clicks: 2901 description: Allows you to upload files to your server, or files, OOP-based,resize pictures if you want to upload the files to make the image smaller, and if (the thumb) ,sizing feature of. Ajax with jquery framework has the feature of upload to. |
Popularity: 95% [?]
30 Oca
jquery ile çalışırken hepimizin zaman zaman jquery olayları ve fonksiyonları ile ilgili yardıma ihtiyacı olur işte tam burada devreye Jquery cheat Sheet’ler araya girer.

TÜm Jquery Cheatleri buraya topladım umarım işinize yarar.
En son verison 1.4 un ki: http://www.futurecolors.ru/jquery/
jQuery 1.1.3
jQuery 1.3.2 :http://www.javascripttoolbox.com/jquery/cheatsheet/
jQuery 1.3 Visual Cheat Sheet
http://woork.blogspot.com/2009/09/jquery-visual-cheat-sheet.html
İndirme linki : http://woorkup.com/wp-content/uploads/2009/09/jQuery-Visual-Cheat-Sheet-by-WOORK.pdf
jq version 1.2: http://colorcharge.com/jquery/
ve birde burada
http://www.gscottolson.com/weblog/2008/01/11/jquery-cheat-sheet/
ayrıca :jquery UI içinde var : http://oscarotero.com/jquery/ui.html
aynı zamanda buradaki görsel anlatımlarda işinize yarayablir,
eğer
kullanıyorsanız ,bu sitedeki bilgiler aptana için eklenti olarak geliyor.
Popularity: 13% [?]
| Pts | Sal | Çar | Per | Cum | Cts | Paz |
|---|---|---|---|---|---|---|
| « Ara | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | ||||