Skip to main content

Posts

Showing posts from February, 2014

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 Bitcoin

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.