Pages

Don't waste your time in PTC sites, better you can blogging


Technology blog from Bangladesh

Those peoples who has interest in Online earnings in the very first they're attracted by PTC sites offer. They put their referral link in many websites. Many peoples are giving much time in freelancing and forget to blogging. But many Tech peoples are make money even made Billionaire. Today i'll introduce few of them.

1. Blogger Micheal Arington (TechCrunch.com)-Monthly income $2,00,000-$8,00,000 USD. Income sources are Google Adsense,Banner ads, Text Ads. He is a Tech Blogger and he is become very rich with blogging.

2. Pit Cashmore (Mashable.com)- Monthly income $1,80,000-$6,00,000 USD. He is blogging on Social media.

3. Mario Lavendera (Perezhilton.com)- Monthly income $1,50,000-$2,00,000 USD. He is mainly a gossip blogger in Hollywood. Source of income is Banner ads.

4. Timothy Sykes (TimothySykes.com)- Monthly income $1,50,000-$1,80,000 USD. He is a stock or share market blogger.

5. Jack Dobkin  (Gothamist.com)-Monthly income $80,000-$1,10,000 USD. He is blogging on New York city news.

Free Download 31st BCS priliminary result in pdf


Technology blog from Bangladesh

Download the pdf file published the result of 31st BCS priliminary result in pdf form. Download the file from here

30th BCS preliminary(BD) results published


Technology blog from Bangladesh

The result of the 30th Bangladesh Civil carrier (BCS) initial examinations were published on Tuesday. a total 147,988 applicants gave the impression in the 30th BCS initial test at six divisional headquarters on July 30 this year against a few 2,572 posts under 3 cadres. in line with the public carrier commission (percent, a overall 14,470 applicants passed the examinations and the result of 10 applicants has been withheld as a result of mistakes The written tests will be held in December this year. — UNB. For more details visit http://www.bpsc.gov.bd/


Keywords: bcs,candidates,examinations,bangladesh civil service,cadres,bpsc,bangladesh public service commission,preliminary examination,jobs,exam results,bangladesh,exam result,bcs examination,examination result,government,psc,bangla,exam.

Free Download National University Bangladesh (NU) Exam Result|Honors part-1 Exam Result Published


Technology blog from Bangladesh

Free Download National University Bangladesh (NU) Exam Result|Honors part-1 Exam 2009-2010 Result Published. National University Bangladesh (NU) Result published today. To see your National University Bangladesh (NU) Exam Result visit http://www.nu.edu.bd/result.php. Honors Part-1 result has been published in the National University Bangladesh website. For more details go to this site and make sure you've found your result. This is a quick time to publish National University Bangladesh result in Honors Part-1 Exam. I think the website of National University Bangladesh have to enrich themselves because they cann't handle too much traffic. If you've visit this site then it may show you 503 page that calls "Service Temporarily Unavailable". They should care of it. Anyway have a good time of your result hope you'll make a good result and show smile in your face.
Free Download your result from http://www.nu.edu.bd/result.php

How to add three columns in blogger(blogspot) footer in your blog


Technology blog from Bangladesh

As you can see at the bottom of this blog, I have three columns in the footer section, followed by a wide section which I use to feature the main blog links. This style is fast becoming common in Web 2.0 style websites and blogs, and is quite easy to duplicate in Blogger templates. In this tutorial, I will explain how you can add these extra columns to your own Blogger blogs.

Adding extra columns to your footer section will provide more valuable space for blog widgets, and also contribute a modern "Web 2.0" appeal for your blog design.
There are only four main steps to this tutorial, and I'm sure you'll agree that the overall process is quite simple. I have taken into account that different blogs have different widths and styles, and so have designed a fluid solution which should work in any Blogger layouts template.

Creating the new columns

Here are the four steps needed to transform the footer section of your blog template:
  1. Back up your existing blog template!

    Before making any modifications to your blog template, it is essential that you make a back up of your existing template. Then if you make any mistakes, or decide you don't like the new look, you can easily revert back to this design.

    To back up your existing template, go to Template>Edit HTML in your Blogger dashboard, and click on the "Download Full Template" link near the top of the page. You can then save your existing XML template file to your computer.
  2. Move all existing widgets from the existing footer section

    In the Layouts section of your Blogger dashboard, move all widgets which are present in your footer section into your sidebar (or other section) instead. This is only temporary, as you can move them back later once we have finished adding your new footer section. Most importantly, this ensures that you don't lose these widgets during the modification, and makes it much easier to complete.
  3. Add extra code to your footer section.

    Go to Template>Edit HTML in your Blogger dashboard, and do not check the "expand widget templates" box (this simplifies the process).

    Now you need to find this section in your template:

<div id="footer-wrapper">
<b:section class="footer" id="footer">
</b:section></div>
Please note that this particular section may be called something slightly different in your template, eg: "footer-wrap" or "footer". In the case of Rounders templates, you may notice that there are in fact two DIV sections around the footer section. In any case, all we need to change is the line highlighted in red.

Replace the entire line highlighted in red with the code below:
 
  1. It is a good idea to save your template at this stage, before we add just one small section of code to style the new footer section and ensure that the widgets don't get pushed beneath each other when you add them later.
  2. Adding style for the new footer section

    Once again, open the Edit HTML section in your Blogger dashboard. This time, you need to find the closing "" tag, which is where the style section of your template ends.

    Immediately before this line, add the following lines of code:
    #footer-column-container {
    clear:both;
    }

    .footer-column {
    padding: 10px;
    }
    And save your template again. The style in these lines of code ensure that the footer column don't get too bunched up, or slide beneath each other in the layout of your template.
Now you have finished adding these new sections to your footer, go to the Layout section of your Blogger dashboard (Template>Layout), and you will see the three new column, plus a lower section which spans the width of all three column, to which you can now add new widgets!
I added a horizontal line to the footer section to ensure that there is a clear distinction between content in the footer columns and content in the wider section beneath. If you would like to change the color of this line, you can do so by replacing the hex color values in the line below (highlighted in red) with a different color:
<hr align='center' color='#5d5d54' width='90%'/>
If you are unsure of the hex value for the color you prefer, you can refer to the Color Calculator in the tools section of this site.If you would prefer to remove the line altogether, simply delete the whole line.
I hope this tutorial enables you to customize your footer section with ease, so you can add more widgets and content to this area of your blog template.
 

Source: http://www.bloggerbuster.com

 

Show HTML/java/Ajax/CSS/JQuery codes in blogger(blogspot) blog posts


Technology blog from Bangladesh

If you are a blogspot platform blogger and want to display HTML source codes for your blog posts then you will have to had a troublesome time how to make it performed take a look at below. you'll be able to see that i have created unique boxes for the ones HTML codes and the code is still intact within the post it is a great trick for blogger platform if you are willing to post tutorials and badges for your readers.



Step 1

You have to add a special code inside your blogger template. Go to your blogger Dashboard > Layout > Edit HTML. Now hit CTRL+D on your keyboard and search this tag,

]]>

Now you have to add this code above that code,


pre
{
background:#efefef;
border:1px solid #A6B0BF;
font-size:120%;
line-height:100%;
overflow:auto;
padding:10px;
color:#000000 }
pre:hover {
border:1px solid #efefef;
}
code {
font-size:120%;
text-align:left;
margin:0;padding:0;
color: #000000;}
.clear { clear:both;
overflow:hidden;
}

Now it will look something like this,




After you done it, click the “Preview” button to see if your blog shows or not. If everything’s okay, then click, “Save template“

Step 2:

Now each time you create a post and you need to add some HTML codes inside your post, you have to convert it into escapable characters. For this go to this tool called Quick escape and insert your code. Click, “Convert to escaped character” the converted code will be different than the original.

Now create a new blog post and add the converted code. You have to enclosed the code with a “pre” tag(marked as blue) For this I’ve added the same code twice. One normally and the other one with the hack.




Publish your post and see the magic! The normal code showed up with the effect but the hacked on remained intact inside the table.

Tags: blogger,blogspot,tutorials,how to,1px solid,overflow,padding,html codes, edit html,widgets,dashboard,paste,tutorial,blogging,seo,blogger templates, free blogger templates,widget,facebook,gadget,wordpress,sidebar,google,download,

Related Posts Plugin for WordPress, Blogger...
Rss Feed Options Subscribe Via Email Rss
Find Us On Facebook Follow Us On Twitter
 

Total Pageviews