Sign in to Multiple Google Account Simultaneously

By zaTechno | Saturday, October 20, 2012


If you’re tired of signing in and out, or opening up new browsers in order to check all of your accounts at the same time, you can use multiple sign-in. With multiple sign-in, you’re able to access different Google products with up to 10 accounts using tabs in the same browser. Multiple sign-in is automatically enabled for all Google Accounts.

If you use multiple sign-in, the first account you use to sign in during that browser session will be your default account for the rest of that session. If you visit other Google products that don't support multiple accounts after you've signed in, you will automatically sign in to your default account for that product. If you sign out of any Google product while signed in to any account, you will be signed out of all your Google Accounts at once.


To sign in to additional accounts:

1. Sign in to a product that supports multiple sign-in, using an account that has multiple sign-in enabled.
2. Click your name or email address at the top of the page.
3. Select Add account from the drop-down menu.

Account information while signed in to one account

4. On the page that opens, enter the email address and password for another account you wish to access, and click Sign in.

Once you’re signed in to more than one account in the same browser, you can easily switch accounts in the same tab. Just click your name or email address at the top and click on the email address you’d like to sign in to.

Account information while signed in to two accounts

Reference:
http://support.google.com/accounts/bin/answer.py?hl=en&answer=1721977


Saturday, October 20, 2012 | 0 comments | Read More

How To Display Favicon in Internet Explorer


A Favicon is a little custom icon that appears next to a website's URL in the address bar of a web browser. They also show up in your bookmarked sites, on the tabs in tabbed browsers, and as the icon for Internet shortcuts on your desktop or other folders in Windows. And when I say little, I mean 16 pixels by 16 pixels. So if you like a good design challenge try your hand at this one.

All you need to add a Favicon to your site is a Windows Icon (.ico) file usually called favicon.ico that you upload to the main directory of your website. Nowadays, most browsers besides Internet Explorer can use a GIF (including animated ones) or PNG (including full transparency) instead. But since all browsers including IE understand the .ico format, and because it's got a lot of intriguing features that GIFs and PNGs don't, read on to find out how to make one.


1. Log in to your dashboard--> layout- -> Edit HTML
2. Click on "Expand Widget Templates"
3. Search below code [Ctrl+F]



<head>

4. Paste below code after <head>
and change http://zatechno.blogspot.com/favicon.ico according your image address
<link href='http://zatechno.blogspot.com/favicon.ico' rel='shortcut icon' type='image/x-icon'/>


Saturday, October 20, 2012 | 0 comments | Read More

Adobe InDesign CS6 Has Been Released


Adobe® InDesign® CS6 software is a versatile desktop publishing application that gives you pixel-perfect control over design and typography. Create elegant and engaging pages for print, tablets, and other screens. Use new Adaptive Design Tools to easily repurpose layouts to look great on a variety of pages sizes, orientations, or devices.

Upgrade to InDesign CS6 to efficiently design page layouts for print or screens, faster and easier than ever. Improve productivity with time-savers such as the split window, Content Collector tools, grayscale preview, easy access to recently used fonts, and more.


The free trial version is fully functional and offers every feature of Adobe InDesign CS6 for you to test-drive. (Note that paying members of Creative Cloud enjoy additional software features in some Creative Suite 6 products. These additional features are not included in the free trial download.)

To download trial versions of Adobe software, you need to install the Adobe Download Assistant. After installation, the Adobe Download Assistant will start your product download automatically.


Download a free trial of InDesign CS6
Saturday, October 20, 2012 | 0 comments | Read More

Writing Blog Posts Offline Using ScribeFire

One of the most popular add-ons for Firefox is now available for Chrome! ScribeFire is a full-featured blog editor that integrates with your browser and lets you easily post to all of your blogs.

You can post to blogs from Wordpress, Blogger, TypePad, Windows Live Spaces, Tumblr, Posterous, Xanga, LiveJournal, or any other blog that supports the MetaWeblog or MovableType APIs.

You can edit and update existing posts. You can schedule posts for the future (if your blog allows that). You can delete posts. You can save drafts.  You can tag and categorize. You can upload images. You can edit visually, or you can use HTML or Markdown. You can post to multiple blogs at once.

ScribeFire for Chrome has a simple interface that is so simple even a caveman could use it, and anything you're working on is saved if you close the editor and restored when you come back.  It really is the easiest way to update your blog.
Saturday, October 20, 2012 | 0 comments | Read More

How To Change Name of "Labels" to "Categories" in Blogger


If you want to change the name of Labels to Categories for example in Blogger, it is very easy. You can follow below steps:


1.Log in to your dashboard--> layout- -> Edit HTML
2.Click on "Expand Widget Templates"
3.Search below code [Ctrl+F]

<data:postLabelsLabel/>

4. Replace <data:postLabelsLabel/>  with your own name, for example "Categories".
5.Click on "Save Templates" and refresh your site.

Reference:
http://www.bloggertipandtrick.net/2009/04/how-to-change-name-labels-below-your.html
Saturday, October 20, 2012 | 0 comments | Read More

How To Insert HTML, CSS, Javascript Codes in Bloggers Posts

How To Insert HTML, CSS, JavaScripts Codes in Blogger Posts? This is one of a most common question which arrives in users minds. It has been a biggest headache for many Blogger (Blogspot) users. Still many Blogspot users are unable to discover why they cannot display HTML coding as plain text in there posts.






1. Go to Blogger >> Your Blog >> Template >> EDIT HTML >> Proceed
2. And now Search For ]]></b:skin> With (CTRL+F)
3. After you find ]]></b:skin> just above it paste the following coding


.post blockquote {
background: #C8EFFF url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbRRmNsrwQZUI6DLRujQeKNiSme8v8jBBbTlxHjaIeCdt-jH7qhhcdwGTP0lPAo-K2nb5RDj_-IPoqEPD0Gi_y3Urb63ik-7I-dQATvCzztDhq5X69BbFVhyphenhyphendhQWNXqxhJg8ua_ghOhNk/s1600/1.png);
background-position:top left;
background-repeat:repeat-y;
margin: 0 20px;
padding: 10px 20px 10px 45px;
border-top: 2px solid #DDD;
border-right: 5px solid #666;
border-left: 2px solid #DDD;
border-bottom: 5px solid #666;
font-size: 0.9em;
}
.post blockquote p {
margin: 0;
padding: 0 0 15px;
}
.blockquote {
font: 18px normal  sans-serif,Tahoma;
padding-top: 10px;
margin: 5px;
text-indent: 65px;
}
.blockquote div {
display: block;
padding-bottom:10px;
}
.blockquote p {
margin: 0;
padding-top:10px;
}

4. Now After pasting the above code save your template by pressing Save Template Button
5. Just paste the HTML, CSS or JavaScript coding in the Blogger Post editor
6. Select the HTML, CSS or JavaScript coding which you pasted previously.
7. Press the "QUOTE" button at "Blogger Post Editor Tool Bar".
8. Publish your Post

References:
http://www.mybloggerlab.com/2012/04/insert-html-css-javascript-codes-in.html
Saturday, October 20, 2012 | 0 comments | Read More

How To Make Money By Writing An eBook

With the popularity of the Kindle and the iPad, as well as many apps for your smart phone, ebooks will continue to grow in popularity. Do you know that Amazon sells more e-books than print titles in the UK. Britons are now buying more e-books than printed ones through Amazon’s online store, according to the latest figures released by the US retailer.

Before you start, it’s worth thinking about the type of book you want to write. Are you writing a fiction or non-fiction book? If it’s a non-fiction book, what niche are you writing for? Tutorials and guides work well because people can learn from them. If you are writing a fiction novel, what genre are you focusing on? Crime thrillers, fantasy, paranormal romance and chick-lit tend to sell well. These are the general types of ebooks that sell well, maybe because the fans of these types of books tend to read more than the average reader.

A. Picking Your Topic and Finding Good Ideas
Many of you might be tempted to write an eBook now, but have absolutely no idea what you’re going to write it on. As a way to help you narrow down the ideas buzzing around your head right now, here are some of my suggestions to help you think of what topic you could write an eBook on:
  1. What You Know About
  2. What Your Readers Want
  3. How Can You Offer the Most Value
  4. Look Around Your Niche

B. The Creation Process
Once you’ve decided you want to write an eBook and know what topic it’s going to be about, it’s time to get started. There are a number of eBook creation tools and software packages out there, but I keep the process fairly simple.

  1. Make beautiful cover
  2. Write a great product description
  3. Format it correctly

C. Marketing Your eBook
The sole task of writing an eBook is sadly not enough to bring you the benefits that we discussed earlier, you actually have to promote your work. The tactics involved in marketing an eBook are very similar to the tactics involved in marketing anything online, but I’ll still share my tips here:

  1. Choose your platform.  You can use smashwords.com platform that allows you to distribute your e-book to the Apple iBookstore, Barnes & Noble, the Sony Reader Store and the Diesel eBook store.
  2. Pricing. Try to keep your price as low as possible! The cheaper the book is, the more it will sell. Amazon lets you sell for as little as $0.99 in the US and £0.75 in the UK. For a first time writer, that’s probably the best price to go for. It’s hard for a first time writer to sell a book for more than £1.
  3. Publicize your ebook. You should be on Twitter and Facebook, and have a website. You could have a blog and a newsletter. I recommend announcing your ebook at www.kindleboards.com in the Book Bazaar section.

So, you have written a great ebook, it has a great cover design, you have priced it at the right level, and you have been marketing and publicising it online, Well that depends on how well you have done the previous things. There are writers that have made hundreds of thousands in a matter of months, some even more! It all depends on the quality of your ebook. If people like it, they will tell others about it and things could spiral from there.


References:
http://www.telegraph.co.uk/technology/amazon/9455149/Amazon-sells-more-e-books-than-print-titles-in-the-UK.html
http://zatechno.blogspot.com/2012/10/how-to-make-money-from-blogging.html
http://www.viperchill.com/write-an-ebook/
Saturday, October 20, 2012 | 0 comments | Read More

How To Make Money From Blogging

Do you want to make money blogging? If you do – you’re not alone. More and more bloggers are finding that blogging is a profitable medium. Whether it be to earn a few extra dollars a week to feed their coffee habit, or making enough money to stop them having to get a part time job to get through college, or whether they’ve got it to a point where they are able to make a full time living from their blogging – there are tens of thousands of bloggers who make money blogging.

1. Google Adsense
Google AdSense is a free program that empowers online publishers to earn revenue by displaying relevant ads on a wide variety of online content.

Google AdSense is a program run by Google Inc. that allows publishers in the Google Network of content sites to serve automatic text, image, video, and rich media adverts that are targeted to site content and audience. These adverts are administered, sorted, and maintained by Google, and they can generate revenue on either a per-click or per-impression basis.


2. Selling e-Book
With the popularity of the Kindle and the iPad, as well as many apps for your smart phone, ebooks will continue to grow in popularity.

Before you start, it’s worth thinking about the type of book you want to write. Are you writing a fiction or non-fiction book? If it’s a non-fiction book, what niche are you writing for? Tutorials and guides work well because people can learn from them. If you are writing a fiction novel, what genre are you focusing on? Crime thrillers, fantasy, paranormal romance and chick-lit tend to sell well. These are the general types of ebooks that sell well, maybe because the fans of these types of books tend to read more than the average reader.


Reference:
http://www.problogger.net/make-money-blogging/
http://en.wikipedia.org/wiki/AdSense
http://onlineincometeacher.com/money/how-to-make-money-by-writing-an-ebook/
Saturday, October 20, 2012 | 0 comments | Read More