Unordered List

Thursday, July 4, 2013

How To Add Automatic Link Source When Others Copy A content From Our Blog

Friends, Now i share a secure system to protect your content. Some peoples try to copy our blog content without permission, You can restrict it with some java code like right click protection, copy protection etc. But some bloggers cant do that, because they provide some codes to peoples. If they apply that scripts visitors cant copy anything from blog. Now i share a trick for some tricky way to restrict copy from blog. This code help to add automatic link source when others copy a content from our Blog.. You can add this lik to your blog. Please follow below instruction… enjoy with Master Hacks

Log in to your Blogger account

  • Go to Design option--> Edit HTML

  • Find (CTRL+F)  </head> tag.

  • Copy the below code, and paste it above </head> tag.


<script type='text/javascript'>
function addLink() {
    var body_element = document.getElementsByTagName('body')[0];
    var selection;
    selection = window.getSelection();
    var pagelink = "<br/><br/> Original Content from: <a href='"+document.location.href+"'>"+document.location.href+"</a><br/>Copyright © Techtoones"; // change this if you want
    var copytext = selection + pagelink;
    var newdiv = document.createElement('div');
    newdiv.style.position='absolute';
    newdiv.style.left='-99999px';
    body_element.appendChild(newdiv);
    newdiv.innerHTML = copytext;
    selection.selectAllChildren(newdiv);
    window.setTimeout(function() {
        body_element.removeChild(newdiv);
    },0);
}document.oncopy = addLink;
</script>

  • Change RED colour with your own words.

  • Save it..



Enjoy ………………………

LG Optimus G Pro

                             clip_image002

   LG has launched the Optimus G Pro handset in India for Rs 42,500. The Optimus G Pro is classed as a phablet The Optimus G Pro is LG’s latest and greatest phablet and the main rival to Samsung Galaxy Note II.
          The phone has a 5.5-inch full-HD display and is powered by a powerful quad-core processor and 2GB RAM. The Optimus G Pro will feature a curved glass screen.
On the back it has a13 megapixel Full HD Camera with dual recording. It has a 2.1 megapixel full HD front-facing camera.
                     clip_image004          
                                          
                                                 

           The new Optimus G Pro comes with advanced UX features, such as Dual Recording and Virtual Reality (VR) Panorama. Dual Recording allows users to capture video with both the front and rear cameras simultaneously for a unique picture-in-picture experience. And, VR Panorama allows shots of entire horizontal and vertical environments for a full 360 degree view.
It also comes with a massive 3,140 mAh battery and has 32GB of internal storage and a microSD card slot that supports up to 64GB of storage.


                         

  
DESIGN
OS
Android (4.1.2)
Dimensions
5.91 x 3.00 x 0.37 inches (150.2 x 76.1 x 9.4 mm)
Weight
5.64 oz (160 g)


                                                                               
HARDWARE
Chipset
Qualcomm Snapdragon 600 APQ8064T
Processor
Quad core, 1700 MHz, Krait 300
RAM
2048 MB RAM
Graphics processor
Adreno 320
Built-in storage
32 GB
Storage expansion
microSD, microSDHC, microSDXC up to 64 GB
Sensors
Accelerometer, gyro, proximity, compass, Light sensor

DISPLAY
Physical size
5.5 inches
Resolution
1080 x 1920 pixels
Pixel density
401 ppi
Technology
IPS LCD
Features
Shatter proof and scratch-resistant glass

BATTERY
Capacity
3140 mAh
Up to 598 h (2G) / Up to 550 h (3G)
Up to 31 h (2G) / Up to 21 h (3G)

CAMERA
Primary
13 megapixels
Features
dual-video rec, Geo-tagging, face detection, image stabilization, panorama, HDR
Video
1920x1080 (1080p HD)
Secondary
2.1 megapixels

 GENERAL
Data
2G Network           GSM 850 / 900 / 1800 / 1900
3G Network           HSDPA 850 / 900 / 1900 / 2100
4G Network           LTE 800 / 1800 / 2600
                             LTE 1800 / 2600
                             LTE 1900 - for Sprint
                                LTE 700 / 850 / 1700 / 1900 / 2100 - for AT&T
                             LTE 700 / 1700 / 2100 - for T-Mobile

connectivity
802.11 a, b, g, n, n 5GHz, Wi-Fi Direct, DLNA, Wi-Fi hotspot
NFC, Tethering, Computer sync, OTA sync
Positioning
A-GPS, A-GPS, Glonass
SIM
Micro-SIM











Wednesday, July 3, 2013

"Virtual Memory is Low" error message






      Virtual memory is a part of the hard drive that is set aside and used like RAM by the operating system. When the physical RAM is all used up, the operating system begins to use the virtual memory. When the virtual memory is nearly all used up, the "Virtual Memory is Low" warning message will pop up.


Cause



·   Too many programs are running and not enough memory to run.
·   One program is using up a lot of memory.
·   A bad or failing memory chip.
·   A bad or failing hard drive.





Solution 



  • ·         Close open programs

If you have multiple programs open at the same time and they are using up all the physical RAM and nearly all of the virtual memory, this will cause the warning message to pop up. Fixing this requires you to close one or more of your open programs, to free up virtual memory and physical RAM space.


  • ·         Close and then re-open programs

  • ·         Reboot the computer

Rebooting the computer  close all background programs and restore any memory that hasn't been recovered. Reboot the computer and see if the virtual memory errors continue.

  • ·         Replacement of the bad memory chip

  • ·         Repair corrupted sectors on the hard drive (using a hard drive repair utility) or a replacement of the hard drive.