Website Not Opening In Google Chrome

Is the above image quiet familiar for you? Are you amongst those users who regularly use Google Chrome due to the multiple features that it carries yet are frustrated due to its irresponsible behavior with some websites? And, does the below line seems familiar?

Oops! This link appears to be broken in Google Chrome

One way out is referring to the Support Page created by Google. It will ask you to refresh your cache, scan your system for silly malwares, and delete unwanted cookies. But, I am pretty sure that all this just won’t solve your problem. Once you are done experimenting with different Google suggested methods then I will request you to try playing with the internal Google Chrome settings.

See the checkbox inside the bright red oval in the image above? Well, that is the key to unlock your lock. Go to (see image below) Tools > Options (which is Preferences on Mac) > Under The Hood Tab and uncheck the checkbox next to “Use DNS pre-fetching to improve page load performance.” This will help Google Chrome load some of the websites that usually aren’t loaded and will also increase the website load time by very few microseconds (which you won’t notice).

Happy Chroming!!


How To Hide Email Address & Why Hide Email Address From Email Spammers?

You aren’t aware when a bot (a program that runs around on the Internet) captures your email address from different places where you keep typing them and sends it to its maker (the real email spammer) who later on uses that email address to fill your inbox with all sorts of email spam. Bots are designed to crawl around the Internet all the time. They do not sleep and they are plenty in number. Henceforth, your emails are never safe if you have ever typed them anywhere on the Internet. In this guide I will list down literally every possible way to hide your email from the weird email spammers. By the way, if you still aren’t sure why you should hide email address from email spammers then just pass on your email to me and request me to send you real spam. Then you will come to know what real spam is. It’s dirty and you just cannot get rid of it that easily!

Tactics used by email spammers to accomplish their missions

The usual that bots use to search for email addresses is by searching for the ‘@’ symbol. Once they grab the @ symbol then the search for characters on both sides of @ so as to find a pattern which looks like an email address like test@test.com! Once they catch something that matches the patters they want then they grab such set of characters (which is actually our email address) and save it in their database. Email spammers later on use this list to make money in every possible sense.

Should I Buy Any Of The Email Hiding Softwares Available On The Internet?

The simple answer to above question is NO! These softwares are nothing but simple piece of code which is also available for free on the Internet or if you have some programming knowledge then you can go ahead and code your own script. It ain’t tricky! Here I will list some tricks that will help you hide email address from email spammers though they will be easily accessible to your friends and readers.

Simply Replace The Vulnerable Symbols

As I said above, email spammers create bots that look for @ symbol to harvest email addresses. Once you remove this symbol then you have almost foiled their major technique. All you need to do is replace @ with ‘AT’ and something similar. Like test@test.com can be written as:

  • test AT test DOT com
  • test_AT_test_DOT_com
  • test (at) test.com

It just depends on your imagination.

Email Obfuscators

As the tag says, email obfuscators create a weird looking email address out of our pretty looking email thus totally confusing the email spammers. They actually convert each character of your email into ASCII characters henceforth making it something which no way looks like an email address. Just check this simple to use tool to understand what an email obfuscater does.

Manually Change @ And MAILTO Characters To Their Corresponding ASCII Characters

mailto: can be replace with mailto
and @ can be replaced with @

Once you do this replacement then your anchor tag will look like:
<a href = “&#109;&#097;&#105;&#108;&#116;&#111;test&#064;test.com” >my email</a>

Use CSS To Reverse The Direction Of Your Email

Just check the simple CSS code mentioned below:

<style type=”text/css”> .backwards {unicode-bidi:bidi-override; direction: rtl;} </style>
<span>moc.test@test</span>

When you use this code then your email address will be displayed properly on the screen but behind the screens it will actually be written in reverse order. This is enough to fool email spammers and their crazy bots.

Use Flash To Fool Email Spammers

Go ahead and create a .swf file which will also have an mailto: behavior embedded in it. The action in the button that will be required to extract the email will be:

on (release){ getURL (“mailto:” +recipient+ “?cc=” + cc + “&subject=” + subject + “&body=” +body) }

Remember that if the computer being used on the other side has no Macromedia flash installed in it then the email address will not be displayed.

JavaScript Your Email To Fool Email Spammers

There are plenty of java scripts that can be used to fool email spammers and hide your email address. Let me list those that are important and worth using:

– Basic Script

<script language=JavaScript>
<!–
document.write(“name” + “@” + “domain.com”);
//–> </script>

–Basic Script With HyperLink

<script language=JavaScript>
<!–
var user = “name”;
var host = “domain.com”;
var link = user + “@” + host;
document.write(“<a hre” + “f=ma” + “ilto:” + user + “@” + host + “>” + link + “</a>”);
//–> </script>

–Inline Java Script

<a href=”#” onclick=”JavaScript:window.location=’mailto:’+'name’+'@’+'domain’+’.com’” >Send me an email</a>

–External Java Script

<script language=”JavaScript” src=”email-encoding.js”></script>
This contains the code of top 2 scripts.

Use Enkoder Form To Encode Your Simple HTML To Java Script

Enkoder Form will convert your simple HTML into tricky Java Script form so as to confuse email spammers and hide your email address.

Replace Text Email Address With An Image And Fool Email Spammers

Other awesome way to to hide email address is to replace simple text with an image that displays your email address. No bot can read such an image ever. Just wait for my enhanced article on using images to fool email spammers and to hide email address.


The Complete Guide To ePub File Format For eBooks

epub-logo ePub? Don’t tell me that you aren’t aware of ePub! To be frank even I wasn’t till some time back :) ePub stands for electronic publication and is written in many ways like ePub, epub, EPub, and even EPUB! It is an open source format for eBooks that is acceptable by most of the eBook readers like that of BeBook, Sony Reader, IREX Reader, and iPhone etc.

EPub is actually a compressed file that contains XHTML files (which represents the structure and text of the document), CSS files (which provides formating and layout), and XML files (which is used to create the ePub metadata, table of contents, and the document manifest). As per usage this compressed file is unzipped in the required section so that you can use the widely accepted format to read eBooks in any eBook reader.

Where To Get eBooks In ePub Format?
Though most of the eBook providers like Sony Store, Shortcovers, O’Reilly provide eBooks in ePub format yet if you want to search for most of them as per your ease then you can use Google Books. Remember to opt for the ‘public domain only’ option and you will surely get some book that fits your needs. As these are free so you can enjoy reading most of them without any restrictions. FeedBooks and Project Gutenberg are some more famous sources that have eBooks available in ePub format.

You can even download the ePub eBooks directly from your desktop if you use the perfect desktop application being offered by Sony. You won’t even have to owe Sony Reader to use this application. It has been very well customized to use Google Books to download eBooks in the format you want and directly save them on your desktop.

How To Create My Own ePub eBooks?

The most convienient option to create your own ePub files is to use Microsoft Word. Now how on earth can we use MS Word to create an open source file format? Well, use MS Word and save your document as RTF file. Later on you can use Amazon’s Stanza so as to covert the document into an ePub eBook. You can also use Adobe’s Buzzword to create your own eBooks in ePub format. Calibre is another exciting free tool to convert any kind of file into a ePub format. It is available for every platform like linux, Mac OS X, and Windows. Lastly, Sigil is the perfect tool to edit ePub files. It is a WYSIWYG tool worth trying and is compatible with Windows, Mac OS X, and Linux.

Do remember to check the ePubCheck tool so as to confirm that your ePub file has been created without any unexpected errors corrupting the file.

Lastly, you can check out our article on ePub eBooks inside FireFox.


Read ePub Files Inside Your Firefox Browser

Whenever we download any PDF file using Internet Explorer or Firefox then the PDF file directly opens inside the browser and we start reading directly from our browsers. ePub is a famous open source file format for eBooks but at times it isn’t supported by most of the browsers. Once you install ePUBReader add-on for firefox then even the ePub files when download using firefox directly open inside the browser instead of you being asked to save them somewhere. If you have already download many ePub files and want to read them then you can read them from Firefox once this is installed. All that you need to do is open those files using Firefox and you are good to go.

All that this add-on does is uncompress the zipped ePub compression and display the necessary file contents via Firefox browser. Remember that all the eBooks will be directly saved in your Firefox profile under a particular sub directory.

Do read our complete guide to ePub file format.


Adobe Buzzword: The Brighter Version of Google Docs To Create Your Own eBooks

For those who haven’t been using Google Docs Adobe Buzzword will have plenty of exciting features and for those who have already been regularly using Google Docs for PDF work, Adobe Buzzword will have new look and feel which will surely help them feel a lot more comfortable while working online. Adobe Buzzword in the newly created Acrobat.com is the perfect online tool for those who plan to create their own eBooks in format that are compatible with most of the eBook readers like Amazon’s Kindle, Nook and Sony Reader.

online_pdf_creation

EPub file format is the only file format which is supported by most of the eBook readers and Adobe Buzzword is perfect enough to directly export documents in EPUB format. You can go ahead to export your EPub file and then directly import it in your ebook reader. Kinda easy huh? And you get to see a lot more than the simplicity of Google Docs! One can even use Adobe Buzzword to convert your Open Office or Word Doc to the very famous EPub format for wider compatibility.

The newly created PDF documents will produce the fonts and styling as you actually want without messing up like most of the other PDF creators do. You can access the online documents from any part of the world, have anyone edit them from their computers, and keep track of all the changes made to your document so that you can revert back to any of them if the need be.

Some other exciting feature of Adobe Buzzword are:

  • You can add sticky notes or comments to your documents in different colors to make it look more descriptive and exciting.
  • You can decide the type of access that the reader should have. Like someone can be co-author while others can be just readers.
  • Show your real time status along with the document. More of a social networking type of feature.
  • Easy image editing as per needs.
  • Various possible lists like in your Microsoft Word.

Check out the new Adobe Buzzword before the buzz dies down.


,

More Useful Content

Going so soon? May these links be a guide to web enlightenment. Schwing!

Before you go

Please be generous to our sponsors. They are worth your visit.

Some Famous Articles

Some articles which were appreciated by all.

Twitter links powered by Tweet This v1.6.1, a WordPress plugin for Twitter.