Sabtu, 09 November 2013

PHP Indonesia - Facebook: ada yang pernah menggunakan google search API? car...

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/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
ada yang pernah menggunakan google search API? car...
Nov 10th 2013, 03:40, by Nafian Wildana

Nafian Wildana 3:40am Nov 10
ada yang pernah menggunakan google search API? cara customize hasil pencarian tanpa search-box bawaannya gimana ya?
jadi saya mau menghilangkan search-box bawaannya..
https://developers.google.com/web-search/docs/?hl=id

Nanda Sholatul Akbar 3:42am Nov 10
https://developers.google.com/web-search/docs/?hl=id#CustomSearchForm baca bang

Nafian Wildana 3:59am Nov 10
itu customizenya gimana ya om kalo scriptnya seperti ini? <script language="Javascript" type="text/javascript">
//<!
google.load('search', '1');

function OnLoad() {
var pencarian="<%=request.getParameter("search")%>";
// Create a search control

var searchControl = new google.search.SearchControl();
var drawOptions = new google.search.DrawOptions();
drawOptions.setDrawMode(google.search.SearchControl.DRAW_MODE_TABBED);

// Add in a full set of searchers
var localSearch = new google.search.LocalSearch();
searchControl.addSearcher(localSearch);
searchControl.addSearcher(new google.search.WebSearch());
searchControl.addSearcher(new google.search.VideoSearch());
searchControl.addSearcher(new google.search.BlogSearch());
searchControl.addSearcher(new google.search.NewsSearch());
searchControl.addSearcher(new google.search.ImageSearch());
searchControl.addSearcher(new google.search.BookSearch());
searchControl.addSearcher(new google.search.PatentSearch());

// Set the Local Search center point
localSearch.setCenterPoint("New York, NY");

// tell the searcher to draw itself and tell it where to attach
searchControl.draw(document.getElementById("searchcontrol"), drawOptions);



// execute an inital search
searchControl.execute(pencarian);
}
google.setOnLoadCallback(OnLoad);

//]]>
</script>
masih bingung soalnya...

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

Tidak ada komentar:

Posting Komentar