Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

Thursday, January 5, 2017

Top 10 Best Tech Blog Sites

Top 10 Best Tech Blog Sites


There are a lot of great tech blogs out there, here are a few:

Please follow the link and update your bookmarks accordingly. Here are some of our Tech Blog that you may find useful.

TheVerge



Mashable


ArsTechnica


Wired


TechCrunch


9to5mac


ZDnet


GigaOM


The Next Web


VentureBeat


Hope you like them.

Go to link Download

Read more »

Friday, December 16, 2016

Ways to Get or Drive More And Huge Traffic To Your Blog by rafomac

Ways to Get or Drive More And Huge Traffic To Your Blog by rafomac








We all believe that there are factors that make blogs much better than other Web Pages, including the speed at which blogs are indexed, the ability to submit to blog directories & normal directories, pings and track backs. All these factors helps to drive huge traffic to your blog and give more visibility to blogs and can even get you more Pagerank from google if you can carefully read the factors below.
1. Publish short posts frequently.
Short post are very popular and common among readers, writing and publishing short post will give great visibility to your blog and short posts dont take much time to write. Try to make short post on daily basis.
2. Submit Your Blog To My Yahoo.
When you submit your own RSS to My Yahoo it is automatically indexed by Yahoo and you will have great visibility.
3. Submit to Google’s reader.
When you submit your own blog RSS to Google’s Reader the Google Blog Search will index your site for you and you will also have great visibility.
4. Trade Link.
Contact blog users to exchange link as much as you can it increases link popularity.
5. Ping your posts.
Use ping sites like ping-o-matic. Ping your site each and every time you add a new post.
6. Comment on other blogs.
Do not just leave short comments alone whenever you comment on other blog. Make sure you Leave your link along side with your comments.
7. Submit to directories And submit Rss
Submit your blog to directories such as Blogcatalog and the rest and submit your rss to search engines as many as possible. Directories increase relevance and visibility with Google.
8. Link from your email.
Add a link to your blog in your e-mail signature block.
9. Use Forums.
Forums are one of the best places to go for advice. Go to forums and find problems to solve. Make sure you always leave your blog name.
10. Tag your blog.
Tagging is a new idea that has erupted across the web. Sites like Del.icio.us, Technorati and many others have a social feature that allows you to place your article under keywords or “tags” that everyone interested in that tag can see.
11. Pay For Traffic And Seo.
If you want to boost your site without any stress and you dont even want to submit your blog to any directory yourself, all you need to do is to pay for Taffic, G-boost, Seo and Link building in a good site like Ineedhits
 


Go to link Download

Read more »

Friday, December 2, 2016

Tips To Reduce Blog Load Time

Tips To Reduce Blog Load Time



1.Avoid JavaScript

JavaScript makes page loading speed slow. Try to remove unnecessary JavaScript codes from your blog. Don’t link to external sites for storing your JavaScript codes whilst you can save them inside your blogger blog. You can save your all JavaScript codes in your template above by using the code below,

<script type=’text/javascript’>
//<![CDATA[
Paste Your JavaScript Code Here
//]]>
</script>

Just replace the bolded text with the JavaScript code you want to store in your template.

2.Widgets and Social Media Buttons

Widgets and social media buttons are really very important but use of too many social media buttons and unnecessary widgets can slower your blog. Try to remove widgets that are not really necessary for your blog and use social media buttons wisely.

3.Give Proper Dimensions To Images

Always give proper height and width to the images you are using in your posts, because it help the browsers to load the image quickly. To give height and width attribute to your images use below code.

<img width=”" height=”" src=”URL Of Image” />

4.Don’t Use An Image As A Background

If your blog template have image as a background, then remove it. A background image is responsible for slow loading speed. Always use background colors not an image. To remove background image simply search below code and remove it from your template.

body { background: #B3B3B3 url(http://abc.com/background-image.jpg);
The code will surely be different in your template. To remove background image, search this type of code in your template and simply remove the text which looks like the bold text.


5.Reduce Advertisement On Blog

Advertisement banners are coded with JavaScript. As I already told you in tip no 1 that too much use of JavaScript make blog loading speed slower. So please use limited advertisements on your blog.

6.Limited Number Of Posts At Home Page

Try to show only 4-5 posts at your Homepage because if you use too many posts to show at Homepage then it will take more time to load. Fast loading Homepage keeps your visitors happy and they will stay at your blog for long time. If you don’t know how to set number of posts on Homepage then see the screenshot below.

7.Always Use Quality Blogger Templates

Most of newbie bloggers do this mistake. They upload any template that attracts them. There are lot of templates available on the internet but most of them are improper scripted. Using of those templates make job tough for search engine spiders to crawl your blog. You can use these Blogger Templates for your blog as they all are developed by a certified professional.

8.Use Read More Link To Summarize Blog Posts At Homepage

Always summarize your blog post for Homepage by using a read more link. It has two benefits.

Improve Blog Load Time.
Increase Page views and Reduce Bounce Rate.

9.Eliminate External Links

Eliminate all unnecessary external links from your blog. One common example for this is using stat counters. You can use Google Analytics instead of stat counter widgets to check your website traffic status.

How To Check Blog Load Speed?

There are lot of tools available on the internet which can be used to check your blog load time. Here I am listing two famous tools.
Google PageSpeed Insight
Pingdom Tools
Just open the link and type your blog address like this.

http://www.your-blog-address.blogspot.com/


Go to link Download

Read more »

Tuesday, October 18, 2016

Tutorial Cara Membuat Animasi Loading Page Blog dengan jQuerytips

Tutorial Cara Membuat Animasi Loading Page Blog dengan jQuerytips





  1. masuk ke Design > Edit HTML lalu cari kode ]]></b:skin> dan letakan kode berikut ini diatas ]]></b:skin>
  2. untuk memudahkan pencarian tekan tombol CTRL+F

    /* ---------------
    jquery animation loading page
    ---------------------------------- */
    .QOverlay {
    background-color: #000000; /* background color loading */
    z-index: 9999;
    }
    .QLoader {
    background-color: #CCCCCC; /* color bar loading */
    height: 10px;
    }
    .QAmt {
    color:#FF530D; /*loading Color number*/
    font-size:50px;
    font-weight:bold;
    line-height:50px;
    height:50px;
    width:100px;
    margin:-60px 0 0 -50px;
    }
  1. kemudian cari kode </head> dan letakan kode berikut ini di atasnya.
  2. <script src=http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js type=text/javascript/>
    <script src=http://sektim-project.googlecode.com/files/loadingpage.js type=text/javascript/>
  3. Untuk kode yang diberi warna merah (jQuery), tidak usah dipasang lagi jika sudah terdapat di template Anda (cukup 1 saja).
  4. Selanjutnya cari kode </body> dan letakankode berikut ini di atasnya.
  5. <script>
    QueryLoader.selectorPreload = &quot;body&quot;;
    QueryLoader.init();
    </script>
  6. Save template Anda dan coba buka blog Anda untuk melihat hasilnya.
  7. Bila script tidak berfungsi silakan cek ulang apakah Anda sudah mengukuti langkah di atas dengan benar. Jika Anda sudah mengikuti semua langkah dengan benar namun scriptnya tidak berfungsi juga, berarti script tersebut bentrok dengan script yang lain.

Go to link Download

Read more »