Kamis, 17 Oktober 2013

PHP Indonesia - Facebook: gan maunanya gimana caranya di pencaharian google ...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
gan maunanya gimana caranya di pencaharian google ...
Oct 17th 2013, 16:11, by Putra Yasa

Putra Yasa 4:11pm Oct 17
gan maunanya gimana caranya di pencaharian google biar ada domain web kita
contohnya kayak gini...
?

Gunawan Mujur Wibisono 4:14pm Oct 17
itu namanya subdomain.. bikinnya perlu waktu lama.. yg pasti meta2 di html km jgn sampe lupa

Imaditra Aldy 4:20pm Oct 17
http://searchengineland.com/

Coki Widodo 4:20pm Oct 17
butuh 2-3 minggu gan

OQ 4:22pm Oct 17
buat sitemap bisa pake xml site map atau manual ...

Imaditra Aldy 4:25pm Oct 17
masuk ke google webmaster

OQ 4:25pm Oct 17
ini klo di SEO istilah nya sitemap supaya saat pencarian di google terlihat struktur main menu nya apa saja ...

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

PHP Indonesia - Facebook: How to Create Simple WordPress Plugin http://www.f...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
How to Create Simple WordPress Plugin http://www.f...
Oct 17th 2013, 14:37, by Prasad Kbh

Prasad Kbh 2:37pm Oct 17
How to Create Simple WordPress Plugin
http://www.freezecoders.com/2013/10/how-to-create-simple-wordpress-plugin.html

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

PHP Indonesia - Facebook: maaf mau tanya, mungkin out of topik. ini json buk...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Kinvey Strategy eBook

Kinvey answers 7 critical questions about creating your mobile strategy and technology policies. See our answers in this free eBook.
From our sponsors
maaf mau tanya, mungkin out of topik. ini json buk...
Oct 17th 2013, 14:37, by Ahmad Luthfi Ramdhani

Ahmad Luthfi Ramdhani 2:37pm Oct 17
maaf mau tanya, mungkin out of topik. ini json bukan?
[
{category=Open;Jumlah=1216;},
{category=F_Waiting for permis;Jumlah=2;},
{category=REOPEN;Jumlah=15;},
{category=Cleared;Jumlah=25556;},
{category=Confirmed;Jumlah=449;},
{category=DISPATCH TO DC;Jumlah=592;},
{category=PENDING FROM CUSTOME;Jumlah=415;},
{category}=Acknowledge;Jumlah=2703;}
];

Arieditya Pramadyana Dh. 2:39pm Oct 17
Bukan... hampir tp bukan...

Ahmad Luthfi Ramdhani 2:40pm Oct 17
ada yang tau ini apa?

Arieditya Pramadyana Dh. 2:45pm Oct 17
Ga yakin, tp string tanpa tanda petik/kutip??
Kayaknya itu buatan sendiri, trs ntar dia ada parser/translator nya sendiri??
Klo ada pendapat lain monggo..

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

PHP Indonesia - Facebook: tanya menampilkan data dari jquey ke tabel pada ev...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Kinvey Strategy eBook

Kinvey answers 7 critical questions about creating your mobile strategy and technology policies. See our answers in this free eBook.
From our sponsors
tanya menampilkan data dari jquey ke tabel pada ev...
Oct 17th 2013, 14:43, by Choirul Rozaq

Choirul Rozaq 2:43pm Oct 17
tanya menampilkan data dari jquey ke tabel pada event combobox klik

$("#kelas").change(function(){
var mapel = $("#kelas").val();
$.ajax({
url: "nilaiadminaksi.php?action=tampil",
data: "kelas=" + kelas,
success: function(data){
$("#kelas").html(data);
}
});
});

//Prosesnya
elseif (isset($_GET['action']) && $_GET['action']=='tampil') {
$kodemapel = $_GET['tahun'];
$kodemapel = $_GET['guruajar'];
$kodemapel = $_GET['mapel'];
$kodemapel = $_GET['kelas'];

$sql_select="select bk.*,s.nama as namasiswa,k.namakelas,k.tahunpelajaran,m.namamapel,g.nama, bm.*
from tblbagikelas bk
inner join tblbagimapel bm on bm.kodekelas=bk.kodekelas
inner join tblsiswa s on s.nis=bk.nis
inner join tblkelas k on k.kodekelas=bk.kodekelas
inner join tblmapel m on m.kodemapel=bm.kodemapel
inner join tblguru g on g.idguru=bm.idguru
WHERE k.tahunpelajaran = '$tahunpelajaran' AND g.idguru = '$idguru' AND bm.kodemapel ='$kodemapel' AND bk.kodekelas ='$kodekelas'";
$qryp=mysql_query($sql_select)or die();

//ini yang ane bingung,bagaimana menampilkan ke tabel..??
echo "<table>Tabel</table>";
while($k = mysql_fetch_array($qryp)){
------------ ????????????------------
}

Choirul Rozaq 2:51pm Oct 17
$("#kelas").change(function(){
var tahun= $("#tahun").val();
var guruajar= $("#guruajar").val();
var mapel = $("#mapel ").val();
var kelas= $("#kelas").val();
$.ajax({
url: "nilaiadminaksi.php?action=tampil",
data: "tahun=" + tahun+"&guruajar="+guruajar+"&mapel ="+mapel+"&kelas="+kelas,
success: function(data){

------------disini ane yg bingung-----------

$("#kelas").html(data);
}
});
});

Choirul Rozaq 2:55pm Oct 17
elseif (isset($_GET['action']) && $_GET['action']=='tampil') {
$tahun= $_GET['tahun'];
$guruajar= $_GET['guruajar'];
$mapel= $_GET['mapel'];
$kelas= $_GET['kelas'];

$sql_select="select bk.*,s.nama as namasiswa,k.namakelas,k.tahunpelajaran,m.namamapel,g.nama, bm.*
from tblbagikelas bk
inner join tblbagimapel bm on bm.kodekelas=bk.kodekelas
inner join tblsiswa s on s.nis=bk.nis
inner join tblkelas k on k.kodekelas=bk.kodekelas
inner join tblmapel m on m.kodemapel=bm.kodemapel
inner join tblguru g on g.idguru=bm.idguru
WHERE k.tahunpelajaran = '$tahun' AND g.idguru = '$guruajar' AND bm.kodemapel ='$mapel' AND bk.kodekelas ='$kelas'";
$qryp=mysql_query($sql_select)or die();

//ini yang ane bingung,bagaimana menampilkan ke tabel..??
echo "<table>Tabel</table>";
while($k = mysql_fetch_array($qryp)){
------------ ????????????------------

Choirul Rozaq 2:56pm Oct 17
kalau parse json ke tabel gimana ya caranya?

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

PHP Indonesia - Facebook: permisi master master, bingung ngambil judul bwat...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
permisi master master, bingung ngambil judul bwat...
Oct 17th 2013, 15:00, by Heri Hermawan

Heri Hermawan 3:00pm Oct 17
permisi master master,
bingung ngambil judul bwat skripsi nih yg gampang apa ya gan tentu'y yg pke program php.
mohon pencerahannya, hatur nuhun.

Eko Setiawan 3:02pm Oct 17
SPK, Sistem Pakar, GIS dll

Yayan Bin Kusman 3:02pm Oct 17
google

Heri Hermawan 3:04pm Oct 17
(y)

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

PHP Indonesia - Facebook: Master-master mau tanya nih misalnya di dalam seb...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Kinvey Strategy eBook

Kinvey answers 7 critical questions about creating your mobile strategy and technology policies. See our answers in this free eBook.
From our sponsors
Master-master mau tanya nih misalnya di dalam seb...
Oct 17th 2013, 15:03, by Ridwan Skaterocks

Ridwan Skaterocks 3:03pm Oct 17
Master-master mau tanya nih

misalnya di dalam sebuah navigasi browser di ketikan :
www.contoh.com/web/mari-jaga-lingkungan.html dan akan menampilkan artikelnya
sedangkan untuk memanggil berita itu di peerlukan link berikut untuk menampilkannya
: www.contoh.com/berita_detail.php?id=19

itu bagaimana ya pembuatannya menggunakan file .htacces yang dinamis

Azhar Madia 3:11pm Oct 17
http://www.codeofaninja.com/2013/04/mod-rewrite-url.html

Coki Widodo 3:15pm Oct 17
foofle.com -> cari tool htacces sob

Ridwan Skaterocks 3:18pm Oct 17
ok trimakasih buat infonya

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

PHP Indonesia - Facebook: [ASK] gan ane kan lagi bikin web dimna ketika sy k...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
Marketing Mobile Apps

This online course focuses on marketing efforts that will increase your app's exposure and establish a mobile app marketing plan. Enroll today for $99.
From our sponsors
[ASK] gan ane kan lagi bikin web dimna ketika sy k...
Oct 17th 2013, 15:05, by Dul Si Abdul

Dul Si Abdul 3:05pm Oct 17
[ASK]
gan ane kan lagi bikin web dimna ketika sy klik menu maka akan muncul di sampingnya, sy buat pake tabel dan <iframe> dimna iframenya itu klihatan bordernya cara supaya border iframe tidak kelihatan itu gmna nih???

Dul Si Abdul 3:07pm Oct 17
nih tampilannya jd gini

Zeihan Aulia 3:07pm Oct 17
frameBorder="0"

Birul Thepeoplechoice 3:08pm Oct 17
frameborder dksih 0..

Dul Si Abdul 3:11pm Oct 17
ok, gan thanks

Ti-Esti Wijayanti 3:17pm Oct 17
yupz bnar di 0 ajj borderny...:)

Kholid Aljohani 3:21pm Oct 17
seingat saya kalau pake frame kan url tidal bisa dikopi atau borkmark

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions