Thursday, 14 May 2015

How To Use Pendrive As Ram On PC – 2015

How To Use Pen-drive As Ram On PC – 2015

Increasing PC/laptop RAM or use pendrive as ram is very easy task. Normally we use pendrive for data transfer. But their are many features which help us to increase ram by using pendrive. Its very easy process you just need a pendrive and by following some simple steps you will increase your PC RAM. RAM is the temporary memory where all the processes run like if you have more RAM than your PC will perform better and faster. But with the low RAM some processes which requires more memory can slow your PC performance like heavy games and software’s. So increasing the RAM by replacing is costly but with the help of this simple concept you can use pendrive as ram increase your PC performance and it will work little faster without any cost. In this concept pen drive will work as virtual RAM but it will not perform same as actual RAM but with this virtual memory it will increase paging and cache memory and some other functioning which helps your PC to perform fast and better and it will help to your PC to keep the load of heavy software’s and games and helps you to perform multitasking better.
So here is we are going to discuss about about how to use pendrive as ram. Below given are two different method by which you can increase ram of your PC through pendrive.

Method 1st:- Virtual Ram Concept For Windows XP, 7 and 8

  • First of all you have to insert your pen drive into computer.
  • Next open My Computer >> right click on my computer >> click on Properties.
  • Now it will open you system properties and then click on Advanced system settings on the left side.
Advanced Window Settings for Ram
  • Now in “Advanced” Tab click on >> Settings.
  • Again it will show new window then click on “Advanced” Tab.
  • In Advanced Tab you will see option of “Virtual Memory box”, Next click on “Change Button”.
Virtual ram memory by Pendrive
  • Next after click on Change Button it will open you dialogue box “Virtual Memory”.
  • Next you have to unchecked the box of “Automatically Manage Paging size feature”.
  • Select drive of your pen drive and then in Custom size Add Your Pen Drive current same in below format.virtual windows memory
  • If You are using 4Gb or 8Gb Pen Drive then always add 30 to 50Mb less as from the original space available here we use 4Gb pen drive so we add less as compare to the original size available.
  • After the above steps add same “Value” in both boxes and click on Apply button.
  • Then restart your PC/Laptop and your pen drive will work as “Virtual Ram”.
Note:- In this method if you want your pen drive into normal form then simply go Virtual Settings again and unchecked custom memory value and check on the default settings “Automatically Manage Paging Size”

Method 2nd:- Ready Boost Concept Only For Windows 7, 8

  • First of all insert your Pen Drive into PC/Laptop.
  • Then right click >> on the Pen Drive >> and click on Properties.
Pendrive properties
  • Then click on Ready Boost Tab and select option Use this device.
  • Select the size according to you here we use 4Gb pen drive and we select 3501Mb size you can select according to your pen drive. select always 200 to 300Mb less.
  • And then click on apply button.
ReadyBoost pendrive settings

Wednesday, 13 May 2015

How To Create Social Content Locker In Blogger Blogs

How To Create Social Content Locker In Blogger Blogs

Blogger is a famous and largest free blogging platform. Blogger have lots of features which help us to develop and create an amazing blog. No doubt few years back their was lot of difference between WordPress and blogger. As we can use WordPress as self hosted so it was more flexible because many plugins are available in market. But Now Blogger introduce many features which help to design an amazing blog. Blogger is part of Google Inc. So all the blogs are hosted on Google servers. So we don't have direct access to database. That's why which can do major changes in our blog. We can design our blog in blogger as we want to do We can design SEO friendly, responsive and different layout designs.

So today i am going to introduce another advance gadget for blogger users that is Social Content Locked Widget.  By using this widget we can lock any of the content in our blog post with social icons. This plugin is basically consist of Jquery. There are many different styles available for this widget. We can change icons, style as we want to do. But the main purpose of this plugin is only content locking with social button. So here is the way to Add Social Content Locked Widget In blogger blog.

Method To Add Social Content Locker To Blogger



  • First of open your blogger blog and then visit to template Section. 
social content locker for blogger edit template
  • Click on Edit HTML >> In template coding search with Ctrl+f  for </head> code. 
  • After searching </head> code paste below given jQuery just above the code we had searched. If the same jQuery library is available there then don't need to paste jquery again.
 <script src='http://code.jquery.com/jquery-1.10.2.min.js' type='text/javascript'/>

  • After installing jquery now we need to add codes for Social content locker which are given below.
  • Copy the below given code and paste them just below </head> Which we had searched in previous step.

<link href='https://googledrive.com/host/0B_1mqJd2tC8qeDVzSnBJMDh5WUk' rel='stylesheet'/>

<script src='https://googledrive.com/host/0B_1mqJd2tC8qbGdmQzRZVGk3bXM' type='text/javascript'/>

<script type='text/javascript'>
//<![CDATA[
jQuery(document).ready(function ($) {
$('#default-usage .to-lock').sociallocker({

buttons: {order:["facebook-like","twitter-tweet","google-plus"]},

twitter: {url:"http://twitter.com/SafeTricks"},
facebook: {url:"https://www.facebook.com/IamPahulSingh"},
google: {url:"https://plus.google.com/+SafeTricks"},

text: {
header: "Like us To Unlock This Content",
message: "This content is locked. Like us on Facebook, Twitter or Google plus to unlock it."
},

locker: {close: false, timer: 0,},

theme: "dandyish"

});
});
//]]>
</script>


Customizations For Social Content Locker


After Pasting all the above given codes now you need to do little bit customization Which are as following:-
  • Replace the codes by matching color codes given to text in coding and also in below settings.
  • To Change Order of Button Simple The Values With each other.
"facebook-like"
"facebook-share"
"google-plus"
"google-share"
"twitter-tweet"
"twitter-follow"
"linkedin-share"
  • Simple change the button and their order if you want.
  • Now Replace The URL With your own Yours
http://twitter.com/SafeTricks
https://www.facebook.com/IamPahulSingh
https://plus.google.com/+SafeTricks
  • After Replacing URLs Next step is to replace text for heading and message which will appear on your social locker.
  • Further Step is To Change the Theme of Social Content Locker.
theme: "dandyish"
  • From the above codes replace the value for theme with below given codes.
"flat"
"glass"
"starter"
"secrets"
"dandyish"


How To Add Social Content Locker Into Blog Post


  • After adding and replacing values for all the above given codes successfully.
  • To add social locker within your blog post, copy below code and paste them intoHTML tab of blog post.

<article id="default-usage">
<div class="to-lock" style="display:none;">
- ADD YOUR CONTENT HERE -
</div>
</article>

social content locker for blogger in blog post
  • Now Replace the  the - ADD YOUR CONTENT HERE - code with the text, URL, image, video or anything which you want to place behind the social locker. 
  • Now Publish your article and see Social locker working live. If anyone want to access locked content He or she have to share on any of the listed network below accessing content.

Sunday, 10 May 2015

Make Money From Idle Computer


Make Money From Idle Computer


How is this possible?


Yeah, this is an obvious question arising in your mind. And, we’re really happy to have this question in your mind. Well, the services here I am going to share uses idle time of your CPU and pays you for the same. They’re not paying you for free but paying to use your CPU’s computation power.
So, even if you are not putting any extra effort to make money in this way, you’re actually helping companies by providing your CPU’s computation power and they’re paying you for the same. No worries, you’ll not get paid for free.

Let your PC make money for you

Without taking much of your time, I am serving you the trusted services which actually pays you for giving your CPU’s idle time.

1. Gomez PEER

Gomez PEER is a distributed computing software and the most popular service people use to share there CPU’s idle time and make some money. The website provides you a secure java application that runs in background and use your system’s unused resources such as processing power, RAM, bandwidth to test the performance of many of world’s most popular websites.
71
There are over 150,000 individuals who are using this service to make money. Sign up for free and help Gomez PEER to make internet a faster, more reliable tool while making money on your side.

2. Slicify

Slicify is another trusted platform to sell your computer power and make some money. If you have a Windows PC, you’re good to go. Just sign up for free, download its free Windows software to rent out your PC on Internet when you’re not using it. When someone wants to use your computer, they book it through Slicify and pay you to rent it, anywhere from a few cents to a dollar an hour.
slicify

3. CoinBeez

CoinBeez is another cool startup which uses the similar approach to help some of their users to make money while some others to use other computer’s CPU to perform severe computing task. According to CoinBeez, they’re building a supercomputer for which 15,000+ users are providing them CPU power, they obviously pay for this. They rent their processing power which they’ve collected to other companies.
Similar to other service, this start up also uses your computer’s idle time. As like normal computer software, you install Digital Generation’s software. Now, run this application and sit back. The app will run in background while using your computer’s resources. You will not notice and performance decrements. All you’ll notice is “money increased in your wallet”.
Idle Processor Utilization Service is available on Internet from a long time, giving users reason to keep their PC idle instead of turning it OFF after completing task. The service has crosses over 100k users base. You EARN MONEY by simply downloading its Process Software, then leaving your computer on. That’s it.
No purchase is necessary at all for you to earn money. Simply Register (below), and download the process software. That’s it.
IPU

6. MQL 5 – Distributed Cloud Network

Directly from MQL5: “Today’s computers spend most of their time idle and do not use all the features of their CPU. Now you can benefit from the spare power of your PC.
You can sell your computer’s CPU time to other members of our network community for a variety of tasks like optimizing Expert Advisors optimization or developing mathematical models.”
mql 5

7. RUBLIK

Get paid doing nothing by joining RUBLIK passive income program. This service perform GPU mining (bitcoin mining) and use your CPU for the same. If you’re not familiar with the words just google “GPU mining” or “Bitcoin Mining” or read relevant articles on wikipedia.
Payment: $0.07 for 1000 solutions (no need to do anything, just turn on the software).
RUBLIK

Conclusions

All of these services are popular and trusted. You can use those services which suits you better. Many people are earning passive income using this way to make money. So, it would be great for you to test any of these services check if you really get benifited or not.




Friday, 8 May 2015

Method To Transfer Data From Android To PC/Laptop Using WIFI

How To Transfer Data From Android To PC/Laptop Using WIFI


Many times we need to transfer data from our phone to PC/Laptop or vice verse because of to save our personal photos, audios, videos and other files in PC/Laptop or mobile phone. In every day we often connect our phone to computer with the help of USB. But you cannot carry or have USB all the time with you but any situation or time when you have to need to transfers data from computer/laptop to your phone  or vice verse in college or any other place then it becomes difficult for it. But don't worry there is always a solution of every problem so that for this problem a Software Data Cable app is designed for android users to transfers the data from mobile phone to computer or computer to mobile phone without any use of data cable. This app is free of cost and you can download it from Google play store. With the help of this app it becomes easy, fast and secure way to to transfers data.  This app can Connect and share everything among phones, Pad, Google TV, Cloud storage, Xbox, PC, Mac, Laptop etc. So here is a simple steps to download and transfers data from android phone to PC/Laptop or vice verse without using data cable.

Tuesday, 5 May 2015

How To Increase Internet Speed (Best 8 Tips)

How To Increase Internet Speed (Best 8 Tips)




Today's century is technology's century and fast internet is a basic need for everyone. There are lots of information on web you can easily search it on internet what you want and you don't have to go anywhere. But a slow internet sometimes give us harassment. Who would not want to enjoy  a fast internet speed. Surely Everyone and even either you are at home or at work, A fast internet connection is an important part of your daily life. But there are many hidden secrets which makes your internet slow and you didn't even know about those things. Sometime we even blame our IPS for slow internet service and in actual some hidden internet usage resource reduce your overall speed and we think that it a network issue. Now the question is there any method by which we can increase internet speed without overspending ? So the answer is Yes, you don't have to overspending on fast internet connection. Today i will explain some this which will help to reduce extra internet usage with your knowledge to follow below tips and it definitely boost your overall internet performance. 


#1 Test  Your Internet Speed.



Firstly check your internet speed that is this the speed what you should get ? There are many free tools available online with which you can check your internet speed. 
internet speed




#2 Compare Test Speed and Actual ISP Speed.



After testing the internet speed compare your test results speed with your internet connection speed which provided by your ISP and check that you get a original speed or not from your ISP. Sometimes you don't get what you pay for then contact your provider. So here I am telling you how to compare your results. To understand it you need to know the difference between terms MBps and Mbps. because these things are not same and sometimes it confuses us. 

MBps = Megabyte/sec
Mbps = Megabit/sec 

So if you get 10 Mbps from your ISP then divided it by 8 and you will find how much speed you get like 10/8= 1.25 MBps. So the 10 Mbps gives you 1.25 Megabyte/sec like approximately 1 MB. Now find your speed by simple calculation and check that how much internet speed you get.


#3 Scan PC To Remove Adware, Virus and Malware.



Scan regularly once a week on your PC or Laptop because there are many unwanted files, malware and virus which makes your internet speed low as well decreases your PC's performance. Because it get your resources from what you are doing. If you have not any antivirus then go and installed one it keeps your system safe helps to increase your internet speed. There are many free and paid antivirus available on internet. Sometime we download any software which contain any adware then it will setup homepage and install some extension automatically and also show ads on every  page these will reduce internet performance so if are these problem and don't have any best anti-virus then i recommend to follow

#4 Stop all Automatic Software Updates.



Stop all the automatic updates and change into Manual updates because sometimes there are many software's  which have settings to automatically update so they regularly going to update without any permission and sucks internet speed, These are the processes which are going automatically on background processes and we don't even know about this. So when you installed any software change their update settings from automatically to Manual update Our Browser are setup to automatic update extension so i recommend your to stop all by going through settings in browsers.


#5 Stop Windows Automatic updates.



I know you are thinking about why i am telling to stop all automatic updates. Even for Windows also. I agree all these updates are important but the main problem is windows automatically update which some people don't know and the window have installed automatically new updates regularly and to download latest updates windows need Internet connection and they start using it and decrease your internet speed.  So on my recommendation even select time period to download updates or even setup manual download or if you internet is too fast then select never check for updates.

How to stop windows automatically update ?


    • Go to >> control panel >> windows update 

    •  Then go to left side >> change settings


    • Now change it to Never check for updates or Check update Manually. 


    #6 Remove Unwanted Extension and Toolbar from Browsers.



    Remove all the unknown and unwanted extension or toolbar which are not in use. These add-ons make your internet slower as they take some internet speed to get themselves updated. For example if you have an extension and it will notify you every time for some latest updates, it takes some internet speed and hence decreases your browsing speed and internet speed.

    How to Remove extension ? 


      • Simply go to any browser and then click on tool
      • There is a option in tools for Add-Ons from where you can manage your extension which are not in use keep them disable. It will not boost your internet but it will gives you sufficient benefit.

        #7 Change Bandwidth Speed.


          • Enter Window key + R  It will show you dialog box and then enter gpedit.msc
                                     

          • Then click on Administrative Templates >>> Network

          • After Click on network go to Qos Packet Scheduler >> and double click on Limit reservable bandwidth.


          • It will open new dialog box >> click on Enable >> and put the value in Bandwidth Limit     (0%)


          #9 Increase all over performance of your PC 



          Increase your PC'c performance like add better configuration to your PC because if your PC have latest configurations then it will help to work properly otherwise sometime due to old configurations PC's become slower and get hang. Add antivirus from virus protection because virus will decrease your PC performance and get down all the processes slow as well as internet. 

          But If your PC' performance is good  but your internet speed slow then read our this post also it will help you to increase your internet speed.


          I feel that all these settings and tips will make your internet performance much better than earlier but it don't means that you actual speed with increase or become double, nothing like that. By doing all these our extra internet usage will reduce upto 90% that means you will use what you get from IPS.

          Sunday, 3 May 2015

          Facebook to start hosting other sites’ content this month

          Facebook may begin hosting content from major publishers across the Web as early as this month, according to a report by the Wall Street Journal.

          The initiative, titled “Instant Articles,” aims to help publishers speed up article load time for users accessing content via Facebook’s mobile app. Some of the first publishers to take part in the initial launch include Buzzfeed, The New York Times and National Geographic.

          Facebook has also devised a revenue model that hopes to attract publishers who are wary of relying too much on the social network to share their content. With Instant Articles, Facebook will reportedly earn nothing from ad sales, and instead offer publishers 100 percent of revenue from ads sold via Facebook-hosted pages in exchange for more time spent on its network.

          With recent reports that Facebook will allow readers to better control their news feed, it will be interesting to see how Facebook-hosted content fares if users have their own say in the things they actually see on their streams.

          Software bug may cause Boeing 787s to lose power mid-air


          FAA finds Boeing 787s could lose control in mid-air due to Integer overflow bug, orders reboot every 248 days



          Imagine you are travelling in a Boeing 787s from New York to Washington DC and suddenly the Captain announces on PA that they have lost control of the plane due to a software bug. The situation could produce horrific results and even result in fatalities.

          The Federal Aviation Administration (FAA) issued a warning about Boeing’s 787 Dreamliner, saying that a software glitch in the jets’ systems could suddenly shut all electrical power to the plane mid-flight, causing pilots to lose control.

          The directive was issued after FAA’s testing revealed that Boeing 787s could lose all AC electrical power and revert to failsafe mode, after being continuously powered for 248 days. The failsafe mode could make all four generators aboard the 787 go offline. Such an incident happening mid-air could possibly mean a gigantic catastrophe because without power the pilot could lose control of the 787s.

          The FAA directive says,

          “We are issuing this AD [Airworthiness Directive] to prevent loss of all AC electrical power, which could result in loss of control of the aeroplane. This condition is caused by a software counter internal to the GCUs that will overflow after 248 days of continuous power. We are issuing this AD to prevent loss of all AC electrical power, which could result in loss of control of the airplane.”

          The i-Programmer explains the Integer Overflow bug as below

          “A simple guess suggests the the problem is a signed 32-bit overflow as 231 is the number of seconds in 248 days multiplied by 100, i.e. a counter in hundredths of of a second. So, the problem is a simple classical overflow. You would think that this is something that could have been spotted by formal methods, but think for a moment how are you going to implement this sort of counter?

          Your options are to increase the number of bits used, which puts off the overflow, or you could work with infinite precision arithmetic, which would slowly use up the available memory and finally bring the system down.”

          So the only workable solution, till the patch to address the bug, to keep the Boeing 787s afloat without any accident is to reboot the Dreamliners every 248 days.

          New Anonymous Login feature on Facebook Apps to help you to hide personal data

          Facebook to introduce Anonymous Login feature for Apps to preserve your privacy while sharing information


          Facebook has introduced an Anonymous Login feature to help you maintain your privacy when sharing information with applications run by third party. This feature allows you to log into apps without sharing personal information.
          This let’s the users decide on what personal data these apps should receive at the time of login and gives more command in the hands of the users.
          In addition, Facebook also has announced a new version of Facebook Login. This new version allows the users to decide and choose what information the apps should get by checking or unchecking categories one by one. Further, it does not allow the app to post any data to Facebook without the user’s permission.
          At the f8 developers’ conference, other than the above the various improvements announced include a remodeled App Control Panel, which the company writes in its blog is a principal place for users to view and take charge of the apps they use.
          By introducing the Anonymous Login feature, Facebook is trying to resolve the issues of its users who want to try out various apps but are not ready to share any data about themselves.
          The Anonymous Login feature will allow the users to access the app without being anxious about their information being obtained by the app. It also allows the users the option to share any additional information at a later stage, if they want to.
          The new feature is currently being tested with a few developers. Facebook has plans to extend it to more developers in the coming months.
          The new Login is slated to be released in the next few months, while the updated app control panel will be available in the coming weeks.

          Friday, 1 May 2015

          Qeemti Pathar Stone Aqeeq Dekhna

          Qeemti Pathar Stone Aqeeq Dekhna



          Agar khwab mein Aqeeq Pathar hai ya us ko kisi ne diya hai tou daleel hai ke kisi bare aadmi ka masahib ho ga aur us se khair paye ga. Aur agar dekhe ke Aqeeq Stone us se zaya howa hai us ki taweel awwal ke khilaf hai aur agar dekhe ke us ke paas Aqeeq ka dhair hai aur us mein se khuch khaya hai daleel hai ke us ke farzand aye ga. Jo sharf aur bazurgi aur martaba paye ga.