Les nouveautés et Tutoriels de Votre Codeur | SEO | Création de site web | Création de logiciel

Seo Master present to you:

We are very fortunate at Google to have amazing people come in to speak to us on many interesting topics. We record these talks and make them available on Google Video.

We recently added a feature on the Google Code website that displays recent videos from our tech talk series.

You could do this directly using the Video Bar or the Video Search Control which have wizards to make implementation trivial.

In our case, we wanted to make the bottom right portlet fit in with the look and feel of the rest of the site, so we decided to go a little more low level.

The the AJAX Search API the actually act of searching happens in the Searchers set of JavaScript classes. We used the GvideoSearch class which extends the base GSearch functionality to work with Google Video.

The resulting code was simple. At its heart we:
  • Told the searcher to give us the most recent searches via videoSearch.setResultOrder(GSearch.ORDER_BY_DATE) (as opposed to the default 'most relevant' setting)
  • Told the searcher that we would handle generating the HTML ourselves via videoSearch.setNoHtmlGeneration()
  • Do the work of creating the HTML from the results after the results come back. We track this with videoSearch.setSearchCompleteCallback()
When the search returns the results are put into a results[] array. These results are GvideoResult JavaScript objects with properties that we can then query, such as the published date, content snippet, title, duration, video URL, and the thumbnail image.

We used this to dynamically create the HTML and then inserted it into the DOM with innerHTML.

var result = videoSearch.results[x];
var nicerDate = new Date();
nicerDate.setTime(Date.parse(result.published ));

var dateFormatted = (nicerDate.getMonth()+1) + '/' + nicerDate.getDate()
+ '/' + nicerDate.getFullYear();

output += '<div class="featured"><div class="project"><div '
+ 'class="screenshot"><a href="' + result.url
+ '" rel="nofollow"><img src="' + result.tbUrl + '" alt="'
+ result.titleNoFormatting + ' Screenshot" width="129" height="110" '
+ '/></a></div><div class="info"><div '
+ 'class="name"><a href="' + result.url + '" rel="nofollow">'
+ result.titleNoFormatting + '</a></div><div '
+ 'class="author videodateformat">Recorded on ' + dateFormatted
+ '</div><div class="duration">Duration: '
+ parseInt( result.duration / 60) + ' mins</div></div><p '
+ 'class="videosnippet">' + result.content
+ '</p></div></div>';

A bit ugly, I know. If we wanted a cleaner approach, we could have used DOM methods directly, or we could have created this using a JavaScript Template package.

What is important to know, is that the AJAX Search API is a powerful beast. On the one hand you can run a wizard and get results that you can copy and paste onto your web pages. On the other hand you can get low level and query the backend which returns simple JSON for you to manipulate.

The AJAX Search team seems to release something new on just about a weekly basis, so subscribe to the Google AJAX Search API Blog to follow along.2013, By: Seo Master
Seo Master present to you:
Agar Blog Tidak Disable Adsense - Suatu hal yang paling menyenangkan ketika kita berusaha membangun blog sebaik mungkin untuk mendaftarkan ke google adsense. Pengalaman penulis pada saat itu menggunakan blog gratisan, dan dengan diisi konten yang benar-benar original beserta SEO dalam artikelnya. Ketika didaftarkan ternyata tidak bisa alias ditolak, karena harus menggunakan domain TLD.

Agar Blog Tidak Disable Adsense


Menulis konten sudah 6 bulan, masih saja belum diterima, jengkel iya, tetaapi tetap semangat, ketika itu, mencoba cara lain menggunakan web orang, namun masih belum tahu ternyata harus verifikasi di webnya. Aduhh, akhirnya memberanikan diri dengan mengganti domain, parahnya karena memang masih awam dan amsih baru didunia perbloggeran, ketika mengganti domain, blog yang tadinya PR 2 dan memiliki alexa langsing berubah jadi semula, walaupun demikian tetap mencoba untuk mendaftarkan adsense.

Nah, pada saat mendaftar blog yang sudah diganti domainnya, ternyata diterima, terobati sudah walau blog kembali seperti semula Pagerank dan alexanya trafficnya tetap dong banyak. Senengnya sangat seneng, tetapi belum puas, karena ada yang namanya PIN adsense, untuk verifikasi alamat agar kalau PO bisa ambil earningny. Ternyata pin nya masih nunggu lama, setres ngeblog, pas saat setres eh datanglah pak pos mengantar surat yang berisi pin dari google, senengnya minta ampun dahsyat sekali.

Lalu, langsung saja verifikasi gak pake lama. Pokoknya seneng banget, semangat ngeblog dengan konten original lagi. Setelah iklan ads terpasang beberapa bulan, sering ngecek earning, hahaha, alhamdulillah bertambah. Sudah 6 bulan bermain adsense, eh ternyata blog yang aku pasangi ads disable. Apa penyebab blog disable adsense?

Didalam penelusuran ternyata dalam blogku ada tulisan atau artikel yang berbau "dew*sa" padahal kontennya tidak mengandung "por*no" sungguh aneh bin ajaib. Lantas saya dendam untuk membuat blog yang benar-benar melanggar TOS google dan saya pasangi iklan ads, eh ternyata awet bin makjedut. Heran gue?

Setelah sedikit demi sedikit saya pahami ternyata ada trik sederhana Agar Blog Tidak Disable Adsense:

1. Hilangkan atau hindari kata-kata yang mengandung "adu*t" jika konten keseluruhannya bukan membahas adu*t" atau "dew*sa". Mengapa? ibarat air putih terlihat tidak bening jika ada setetes saja air oli.
2. Ikuti saran goggle, ternyata google itu baik, ketika ada konten yang mengandung TOS, biasanya secara otomatis langsung jadi draft. Jadi jangan sekali-kali dipublish lagi walalupun viewnya banyak dengan kata kunci tersebut.
3. Ternyata, jika blog kita melanggar TOS, tetapi judul kontennya tetap berulang-ulang seperti pembahasan yang lalu, lebih bertahan lama, walaupun memang pada akhirnya di disable, tetapi sampai saat ini salah satu blog ku yang melanggar TOS tetap aman sentausa dan sudah PO.

Artinya adalah jika google tetap disable yang original, maka jangan takut untuk membuat yang berlawanan dengan TOS. Itu pengalamanku. Nanti aku buatin ebooknya, asalkan di share dulu artikel ini. :P

Sekian pembahasan dari Agar Blog Tidak Disable Adsense. Semoga Anda berani menerapkannya, yang terpenting pahami ketiga hal tersebut.2013, By: Seo Master
Seo Master present to you: What is RSS?

A RSS (Really Simple Syndication) feed is a XML-based format for your content. Most blogging platforms, for example, will have an RSS feed built in. Whenever you start publishing posts, your latest posts will be updated in the RSS feed. Visitors to your website can subscribe to your blog’s RSS feed in an RSS reader such as Google Reader.

What is FeedBurner?
Most blogs have RSS feed which is detected automatically by commonly used feed readers when the blog URL is added to the reader.

However, if you want to make it more obvious and easier for readers to subscribe using RSS, or want to know exactly how many people subscribe to your blog then the best option is to add a Feedburner RSS feed and email subscription to your blog.

Feedburner is a free web service which enhances bloggers and podcasters ability to manage their RSS feeds and track usage of their subscribers.


How to create a feed with feedburner

1. Go to Feedburner and sign in to Feedburner with your Google Account (create a Google Account first if you don’t have one).

2. To set up your RSS feed with Feedburner, simply copy the URL of your RSS feed and paste it into the “Burn a feed right this instant” box. Then click Next >>


3. On the next screen, choose the second options - RSS.


4. On the next screen you will be given your RSS feed’s new URL on Feedburner. You will want to use this URL anywhere you reference your RSS feed on your blog. Change the feed title and address with your own.


5. When you click on Next, you will be given the options to setup tracking features for your RSS feed.
Check "Clickthroughs" and "I want more!..." options.


Adding Your Feedburner Feed To Your Blog

This is used to add the RSS icon and easy subscribe options to your blog side bar using a text widget as explained below:

1. Click on the Publicize Tab > Chicklet Chooser in your Feedburner account and copy the HTML code.

2. Go to Blogger Dashboard > Design > Page Elements and add a new gadget

3. Select HTML/JavaScript from the pop-up window and paste the html code in the box.

Adding a FeedBurner Email Subscription

After you have set up your feed, you will want to consider giving visitors the option to subscribe to your content via email. If so, you will want to go to the Publicize tab and click on Email Subscriptions. Click on the Activate button to start email subscription service for your RSS feed.


You will then want to click on Communication Preferences in the left sidebar menu. This will allow you to customize the activation email subscribers receive to confirm their subscription.



Once customized, click Save. The next options you will want to configure are under Email Branding in the left sidebar menu. This is where you can upload a logo, customize the Email Subject line, and change the font styles, colors, and sizes to format the email subscribers will receive. Click Save when finished.

The last (and most important) setting for your email subscription is the Delivery Options. This is where you will tell Feedburner what time to deliver new RSS feed updates to subscribers.

Once saved, click on the Subscription Management link. Here, you can get the code to add a subscription form on your blog or you can get a link to your take visitors to the opt-in form for subscribing via email.

To add it on your blog:

1. Go to Blogger Dashboard > Design > Page Elements

2. Add a new Gadget

3. Select HTML/JavaScript & paste the code in the box.

Redirecting All Your Blog Feed To Feedburner

Unless you redirect all your blog feed to Feedburner you won’t get accurate subscriber numbers because some of your readers subscribe using your original blog feed.

To do this:

1. Go to Settings > Site Feed in your blog dashboard

2. Add your Feedburner address to Post Feed Redirect URL and click Save Changes.


3. Now all your feeds is automatically redirected through FeedBurner and you’ll be able to track subscribers.

If you are enjoying reading this blog, please consider Subscribing!2013, By: Seo Master
Powered by Blogger.