Thursday, June 19, 2014

Interuption of Facebook on 19 June 2014 in Bangladesh

Still the reason was unknown. But many facebook users in Bangladesh was unable to login in facbook around 14:00 GMT+. Such situation occurs almost 20-30 minutes. Then again the service was active.



The message in the facebook was " Sorry something went wrong" We are working on getting this fixed as soon as we can. The smartphone users experience " Error in loading news feed" in their FB application during this interim,

Sunday, July 15, 2012

Create A Ping Tool Manually Using Notepad

Sometimes we need to ping\monitor a specific server IP or to check peer to peer connections between homenetworks or groups. Here i provide a tool or piece of code which you can ping a server constantly.

Step 1: Open a notpad

Step 2: Write the below mentioned code


TITLE PING MY SERVER
Ping MYIP -t


Replace MY SERVER with any title you like.

Replace MYIP with your required server ip such as 98.139.102.145 (www.yahoo.com)

Step 3: Click on Save As

Step 4: Save the file in .bat extension. (Exapmle-Ping.bat).

Step 5:Run the bat file. It will auto open and ping your required server.

Ping Tool



Monday, July 2, 2012

How To Submit Site to Yandex


Yandex is the top leading search engine of Russia. Follow This steps to submit your site on Yandex.

Step 1: Go to the following sites:

webmaster.yandex.ru/addurl.xml

Step 2: Add your site

Step 3: Input the verification code

Step 4: Press Enter

Step 5: Done


Yandex


Sunday, July 1, 2012

Add Posted By Tab Below Post Title in Blogger

Step 1:

Log in to Dashboard-->Layout-->Edit HTML

Step 2:

Click on "Expand Widget Templates"

Step 3: Look for the following code-


<span class='post-author vcard'>

<b:if cond='data:top.showAuthor'>

<data:top.authorLabel/>

<span class='fn'><data:post.author/></span>

</b:if>

</span>


Step 4:

Cut the above code and paste it after the following codes-

<div class='post-header-line-1'/>

or <data:post.body/>

Step 5:

Done

Image may be subjected to copyright

Hide Title From Blogger Header in Blogger

Step 1:

Log in to Dashboard-->Layout-->Edit HTML

Step 2: Find the following line-

#header h1

Step 3: Copy below code and paste it after above line-

display:none;

Step 4:

Save the Template

Step 5:

Done

Image may be subjected to copyright