Skip to main content

Posts

3 Best alternative to Acrobat Reader

 Acrobat Reader is most popular PDF reader which is used by almost everyone, but i can prove that there are some important reasons that you don't use Acrobat PDF reader. So, lets talk about these reasons, Why Not to Use Acrobat Reader ? 1. It can only be used to read PDF documents, can't be used to edit PDF documents. 2. Delay time in acrobat reader is really annoying. 3. PDF creation can't be possible with Acrobat Reader. 4. Importing from Word, PowerPoint or Excel can't be possible. 5. PDF documents encryption can't be possible. 5 Best Alternative to Acrobat Reader 1. Foxit Reader Foxit Reader is a best alternative in my list to Acrobat Reader, as its UI (user interface) looks almost same as Microsoft Office. If you are Acrobat Reader amateur user, then you are aware of Text to Speech tool, it named here 'Read Out Loud'. It create PDF document as well as signing. You can protect your PDF document using password protection...

What is Bitcoin ? Simple Introduction

Bitcoin is a decentralized digital currency uses peer to peer technology for transferring money. The Bitcoin software is developed Satoshi Nakamoto (pseudonymous person or a group of persons). It is a open-source software, you can download software or source code from here . It uses encrypted keys which is assigned to each user, each key is secured using passphrase defined by key owner. Key Features 1. There is no enforced cost for transaction, for faster transaction small payments are recommended. Here is a link in favour of it. You can see, here that a very small fee around $0.06 is raised for millions of dollar. 2. The best feature is international transactions in just few minutes, while the conventional bank transfer take about a week. 3. Each key has its own QR code which can be used in Bitcoin accepting stores using Bitcoin mobile app. 4. If you are paying  to anyone using your credit/debit card then your confidential card numbers can be compromised, but with Bit...

How to extract .jar files easily

If you ever used Java, than you are aware of .jar extension files. .jar extension is used for creating Java executable files and binding Java classes in a package containing text, images and so on. It is obvious that .jar files using popular compression cannot be extracted. So, How to extract .jar files with single command ? In this article, I'll show this technique. Note: This technique can only be applicable, if Java Development Kit is installed on your PC. If not, download it from here . Lets see, this technique in simple steps, you can also watch our video tutorial . 1. Create a new folder and paste .jar file in it. For example i am using my E:\my\demo.jar. 2. Open command prompt and open the directory, you recently created in above step using command prompt. 3. now use this command, jar xf demo.jar 4. Its done. Loop Start playing when buffered ( Only Notify ) - % Smart Buffer Estimated Time: Will start buffering when init...

How to Customize embeded Youtube Videos

It's time for a new topic and the topic is YouTube. This is my first post on this topic. Recently, I am working on a Youtube website project and find a good ways to customize embedded videos. Lets talk about Youtube embedded videos, Embedded Videos is a facility provided by Youtube, so that you can show Youtube videos on your website. There is no need to host video files on your server, you need only to paste embedded code. You can easily embed Youtube videos to your website by pasting code given on Youtube share section. a code example is given below, <iframe width="560" height="315" src="//www.youtube.com/embed/-HITy0xqAhk" frameborder="0" allowfullscreen></iframe> Now, its time for Customizing Embedded YouTube Vidoes, see, How ? Here, I am showing only most important parameters but the total number of parameter is more than 20. 1. Autoplay As the name suggest, Autoplay parameter is used to change whether video...

How to Cancel Gmail Sent Emails

Gmail is always the best email service provider, providing around 15 GB of space. Sometimes, you are sending an important mail, after clicking on send button, email starts its journey to destination and within few seconds your mail delivered. But, What if you suddenly find that you need to add more content to that mail which is delivered to recipient. Here, question appears that 'How to cancel sended Gmail Message/email within few seconds ?' lets see, How ? Steps: 1. Open your Gmail account and goto Settings. 2. Now goto 'Labs' 3rd from last. 3. Search for 'undo send' and enable it. You may also like:  Use Single Gmail account to access all Gmail accounts 4. Now click on 'Save Changes'. 5. Your Gmail account loads again automatically, & Its done.

How to Lock Blogger Widgets to protect from accidental deletion

Blogger is always favourite platform for me, as it doesn't require web hosting, you only need to buy a domain which is also optional. But if you want to create website with more features and professional way, you will be comfortable with Wordpress for more than 10s of reason. Well, you all know Blogger uses widget for adding any new field in your blog. It is always possible that while, editing another widget, accidentally you delete a widget which doesn't need to be deleted. now, question arrives, How to overcome this problem ? If you're familiar with widgets, you have seen 'Attribution' widget which is always locked, when you create a new blog. You may also like: Remove Attribution Powered by Blogger Now, i am showing it in steps to make easy to implement: 1. Login to Blogger account and open Layout bar and note the name of widget which is locked. 2. In above example note 'Like us'. 3. Now, click on Template and open Edit html. 4. N...

3 ways to let others upload files to your account anonymously

In my older post related to storage, i showed you How to backup data Online free , now, I am writing a new article that makes your work easy. If you are managing a website, forum or Facebook page that require user to upload data other than text like images or presentations, than, How to make a public folder that can be used to upload data without any registration/login ? It can be possible that there are more than three ways but i am presenting most reliable one. 1. Mediafire Mediafire is a leading file sharing website provides you 50 GB of free space which is enough for storing personal documents as i showed before , now, How to make a public folder in Mediafire ? I elaborate it below in steps : Open or create Mediafire account. Then Create a new folder or press 'N' from keyboard to open new folder form. Type desired name and click on 'Filedrop' checkbox. Now, a confirmation box will open, press OK. After it, on-screen window will open, customi...