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

Seo Master present to you:
วันนี้พักเรื่อง SEO มาพูดถึงวันสำคัญทางศาสนา เนื่องจากศาสนาพุทธเป็นศาสนาประจำชาติของเราวันนี้จึงมีความสำคัญเป็นอย่างมาก วันวิสาขบูชา หรือการบูชาในวันเพ็ญขึ้น 15 ค่ำ เดือน 6 วันวิสาขบูชา เป็นวันสำคัญที่เกี่ยวข้องกับพระพุทธเจ้า 3 ประการคือ เป็นวันประสูติ คือเกิด เป็นวันที่ตรัสรู้เป็นพระพุทธเจ้า คือสำเร็จ และปรินิพพาน คือ ดับ เกิดขึ้นตรงกันทั้ง 3 คราว วันนี้เป็นวันหยุดราชการด้วย เกือบแทบทุกวัดจะมีการจัดกิจกรรมในวันวิสาขบูชากันด้วยครับเพื่อนๆพี่ที่ว่างจากธุรกิจหน้าที่การงาน วันนี้ก็มาทำบุญกันนะครับ ช่วงเช้าอาจจะมีการทำบุญตักบาตร หรือเข้าวัดถวายสังฆทาน ปล่อยนกปล่อยปลา รักษาศีล ฟังธรรมเทศนาที่วัด หรือจะบำเพ็ญสาธารณประโยชน์ต่างๆ  บริจาคทรัพย์เพื่อการกุศล พัฒนาวัด เป็นต้น ในช่วงค่ำพุทธศาสนิกชน จะนำดอกไม้ธูปเทียนเพื่อไปเวียนเทียนรอบพระอุโปสถภายในวัด หาวัดใกล้ๆบ้านทำบุญกันนะครับ พี่น้องชาวไทย2013, By: Seo Master
Seo Master present to you:

Connect your blog to your LinkedIn profile and get the most of your relationships. Blog Link helps you and your professional network stay connected. Blog Link automatically pulls in the latest blog posts from around your network so you can stay up-to-date on the latest posts from your trusted connections. Stay informed by adding the Blog Link app today!

 

Log in your  Linkedin account  & Click here 

 

 

ad

 

 

Install this application and see instruction.

 

 

ad

 

Are you happy?  If not comment below

2013, By: Seo Master
Seo Master present to you:

This script allows you to 'Like Bomb' a Facebook friend, or 'Like' everything on their profile page and flood them with notifications. It's a good way to show that special someone that you like them a lot. Several times over. A link should appear above the "Post "box.

Works in Firefox and Chrome.

 

Before hit Like Bomb :

 

aq

 

After hit Like Bomb:

 

aaq

 

 

 

 

Click here : Install

 


 

Script:

// ==UserScript==
// @name AutoLikeBomb
// @description This script will add a link to your friends' pages to "Like" everything on their profile page and flood them with notifications. Now updated for Timeline.
// @author Mark ReCupido, Brian Ciaccio
// @namespace AutoLikeBomb
// @include https://www.facebook.com/*
// @include http://www.facebook.com/*
// ==/UserScript==

window.addEventListener("load", CheckForLikeBombLink, false);
window.addEventListener("click", CheckForLikeBombLink, false);

function CheckForLikeBombLink()
{
var likeCount = 0;
ProfileActions = document.getElementsByClassName("uiList uiListHorizontal clearfix fbTimelineComposerAttachments uiComposerAttachments");
if (ProfileActions[0].lastChild.id != "LikeBomb")
{
ProfileActions[0].innerHTML += "<li class=\"plm uiListItem uiListHorizontalItemBorder uiListHorizontalItem\" id=\"LikeBomb\"><span><a class=\"uiIconText attachmentLink normal\" tabindex=\"0\" href=\"#\"><strong>Like Bomb</strong></a></li>";
ProfileActions[0].lastChild.addEventListener('click',
function()
{
if (ProfileActions[0].ownerDocument.title == "Mark ReCupido")
{
alert('Oh no you don\'t.');
}
else
{
likestoclick = document.evaluate('//*[@name="like"]', document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);

for (var i = 0; i < likestoclick.snapshotLength; i++)
{
likestoclick.snapshotItem(i).click();
likeCount++;
}
alert('Like Bomb Magnitude: ' + likeCount);
likeCount = 0;
}
}, false);
}
}

2013, By: Seo Master
Powered by Blogger.