Set Google Reader Offline-new data

Google Gears is a Google-powered open source project aiming to allow  web site publishers to make a part of their application available offline.

 Not too many web sites have this feature enabled yet, but those that do allow you to use some parts of their application even when you're not connected to the Internet. Google Reader is one of the applications that is partially Gears-enabled.

To give this feature a try, log in to Google Reader at http://reader.google.com.
 You need to have the Firefox 1.5+ browser to get this to work, or, on Windows XP/ Vista,
 you can use Internet Explorer 6+ as well. In Reader, click the Offline link on top.
You will be taken through a Google Gears installation.


You will notice a new green arrow in the top navigation bar. This means that
you're in online mode—click the arrow to go into offline mode. The first time
you switch into offline mode, up to 2,000 articles from your subscribed Google
Reader feeds will be downloaded for you. After the download is done, you can
 disconnect from the Internet and still read some of your feeds.

Note that because Google Gears is a browser extension and not just a feature
of the web site, you need to install Gears on every computer on which you
want to use these offline capabilities.

Sends a message via mail function in PHP

mail function allows you to send email directly from a PHP script. recipient can be
 either a single email address or a comma-delimited list of addresses.
 If you want to set extra headers—for instance, in order to use Cc: or
 Bcc:—these may be placed in a newline-delimited string in the extra_headers
 parameter. As of PHP  you can also specify extra arguments to the
 system mail program in the extra_arguments parameter.

<?php

$to = "example@gmail.com";
$subject = "example test";
$body = "test message test message  test message test message.";
$headers = "From:Deba\r\n";
$headers .= "Reply-To: example@testsite.com\r\n";
$headers .= "Return-Path: example@testsite.com\r\n";
$headers .= "X-Mailer: PHP5\n";
$headers .= 'MIME-Version: 1.0' . "\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
mail($to,$subject,$body,$headers);
?>


TRUE is returned if the function completes successfully;
 otherwise, FALSE is returned. However, this gives no indication as to
 whether the email ever reached its destination. This function fails
if any of recipient , subject , or message is left out, or if the
system's mail program fails for some reason.

Domain squatting-Host a subdomain


Most web users would arguethat purchasing a domain name in the hopes that one day somebody
might want to use that domain name and then buy it from them for a
large amount of money is a little unethical. On the other hand, there
are times when you might come up with a brilliant idea for a site, or
what you think is a brilliant name, but you don’t have time to use it
immediately; still, you want to register it before someone else comes
up with the same brilliant idea.

 If you have a network-available backup system, putting in a dedicated network for hosts that will use it can be a big win. Some systems may eventually need to go to Gigabit Ethernet or trunked Ethernet. Backup systems, high-throughput NFS servers, and databases are common applications that end up being network bound on 100Mb Ethernet networks. Some Web systems, such as static image servers running high-speed Web servers such as Tux or thttpd can be network bound on Ethernet networks.


 Whatever your reason for purchasing
extra domain names, when you purchase them, redirecting them either
to your main website or another site of your choice is generally a better
idea than leaving them doing nothing.

Services by Full Descriptive Names
Another good design principal that is particularly essential for safe code cohabitation is to reference services by full descriptive names. I often see application designs that reference a database called dbhost and then rely on dbhost to be specified in the /etc/hosts file on the machine. As long as there is only a single database host, this method won't cause any problems.

So web users who type in the
domain name are automatically redirected to your primary domain. If
you want the domain name to redirect somewhere other than the root of
your primary domain, then click Manage Redirection.

You may be wondering now if I’m suggesting that you should spend all your
hard-earned cash on every domain name that you can think of. Don’t worry;
that’s not exactly what I’m suggesting. It is good to think about your visitors
and try and put yourself in their shoes for a moment and consider whether
purchasing additional domain names would be useful to both them and you.
You don’t need to bankrupt yourself on just-in-case domain names, though.
Exactly how you redirect the domain name differs depending on the facilities
your domain name registrar gives you. If the registrar does not give you the
right facilities, it then depends which control panel is used for your hosting.
As an example, I show you how to redirect domain names using cPanel and,
regardless of which system you use, the basic concept is the same.

Host a subdomain on a separate server


reasons for using subdomains and sometimes a subdomain in itself may
take up so much server resources that it needs to be on its own server.
For example, if you have a support site at support.yourdomain.com,
that site might provide downloads and other forms of resource-intensive
assistance. You can use the DNS to point users to your primary server
for your main website and then to a secondary server for your support
site even though they have the same domain name .


some performance issues and creates a number of hurdles that developers must overcome to write compatible code. In practice, it is most useful in hosted serving environments to ensure that users do not violate each other's privacy and security. 
Top 50 free web hosting site

Internet Protocol Security



Several projects currently provide development and implementation of IPsec tools. The original IPsec tools are provided by the KAME project, www.kame.net. Current versions can be obtained from souceforge.net/projects/ipsectools. RPM packages can be obtained from rpmfind.net. Other IPsec tool projects include the Free Secure/Wide Area Network project (FreeS/WAN) at www.freeeswan.org, which provides a Linux implementation of IPsec tools, and VPN Consortium (VPNC) at www.vpnc.org, which supports Windows and Macintosh versions. FreeS/WAN provides both Red Hat RPM packages and source code for their tools.


IPsec is made up of several protocols that provide authentication (AH), encryption (ESP), and the secure exchange of encryption keys (IKE). The Authentication Header protocol (AH) confirms that the packet was sent by the sender, and not by someone else. IPsec also includes an integrity check to detect any tampering in transit. Packets are encrypted using the Encapsulating Security Payload (ESP). Encryption and decryption are performed using secret keys shared by the sender and the receiver. These keys are themselves transmitted using the Internet Key Exchange protocol, which provides a secure exchange. ESP encryption can degrade certain compression transmission methods like PPP for dialup Internet connections. To accommodate these compression methods, IPsec provides the IP Payload Compression Protocol (IPComp), with which packets can be compressed before being sent.
The AH, ESP, and IPComp protocols are incorporated into the Linux kernel. The IKE protocol is implemented as a separate daemon. It simply provides a way to share secret keys, and can be replaced by other sharing methods.


Alia Bhatt-the Prince

Alia Bhatt-the Prince







tips Harm Prevention pc


Harm Prevention pc

You may use any of these methods to remove
unwanted programs:
•  Use Windows’ add/remove programs .
•  Use the PC Decrapifier .
•  Use Revo Uninstaller best.
Using only one of these methods is sufficient.
Use Windows’ Add/Remove Programs
The easiest way to remove programs is to use Windows’
Add/Remove programs. While this method is the easiest, it is
not the best because programs, even after removal, leave junk
on your hard drive. I recommend Revo Uninstaller if you want
to completely remove a program. To remove a program:
1.  Click Start > Run or use Winkey+R.
2.  Type appwiz.cpl and press Enter.
3.  Click the program you want to remove.
4.  Click Uninstall and follow the on-screen prompts.
Use the PC Decrapifier
If you have a newer PC, there may be a lot of trial software,
coined “bloatware”. The PC Decrapifier is designed to remove a
specific list of unwanted software in an unattended fashion.
The PC does not need to be new; however, the older the PC is,
the less likely it will have any of the software it can detect.


Simply download PC Decrapifier, and run the EXE. There is no
installation necessary. Your anti-virus software may complain
about this program; however, these warnings can be safely
ignored.
When it runs, you will be presented with a wizard-style dialog
box that steps you through the entire process. You will be able
to pick and choose what programs you want to remove. The
program will not remove anything, without prompting you first.
Click the Next button and it will begin cleaning your PC. If it
does not find anything, a pop-up box will notify you of this and
the program will exit and not modify your PC.
Use Revo Uninstaller
The final, and most thorough method, of software removal is to
use Revo Uninstaller. Revo Uninstaller is primarily designed to
ensure programs are properly removed from your computer.
Revo is freeware and is available to all those who want to
ensure their computer is clean and working at its best.
Download Revo Uninstaller.
Installing Revo is a simple as any other program. Once you’ve
installed and started Revo, you are presented with a list of
currently installed programs:

Learn PhP By Code

PHP - Echo example

           <?php
             $myString = "Hi! This is a test";
              echo $myString;
             echo "<h1>PHP!</h1>";
           ?>


PHP - Strings example
    
    <?php
    $test_string = "tips-tech";
    echo "tech tips- php";
    echo $test_string;
    ?>


PHP - Syntax  example

     <?php
     ?>

    Hi this  is php

     <?
     ?>

PHP - Include File example

      <?php include("test.php"); ?>
          <p>How test.php include  to  a  php page </p>
          

PHP- Defines Constants

             <?php
              define("MYTEXT", "hi!frnd");
             echo MYTEXT;
            ?>

PHP If...Else loop

      <?php
             $k=1;
          if ($k==1)
          {
          echo "k is 1";
          }
          else
          {
          echo "k  is  not 1!";
          }
     ?>           

PHP  Switch loop

       <?php
             $txt="read";
            switch ($txt)
            {
              case "read":
               echo "Your are reading!";
                break;

              case "Writing":
               echo "Your are Writing!";
               break;
           
             default:
               echo "Your are seeping!";
        }
       ?>

PHP File demo code

   <?php
       $ft = fopen("testfile.txt", "r");
    ?>

    

   <?php
      $tsFile = "File.txt";
      $ft = fopen($tsFile, 'r');
      $fData = fread($ft, 5);
       fclose($ft);
      echo $fData;
   ?>


PHP File Upload

    <form enctype="multipart/form-data" action="upload_page.php" method="POST">
        <input type="hidden" name="MAX_FILE_SIZE" value="100000" />
         file to upload:
           <input name="loadedfile" type="file" /><br />
          <input type="submit" value="Upload" />
      </form>

    
   
    multipart/form-data is used when a form requires binary data, like the contents of a file for uploader
  
     <?php
        
         $target_path = "upload-store/";
         $target_path = $target_path . basename( $_FILES['loadedfile']['name']);
         $_FILES['loadedfile']['tmp_name'];
     ?>    
  
    <?php
    if(move_uploaded_file($_FILES['loadedfile']['tmp_name'], $target_path))
     {
     echo "The file ". basename( $_FILES['loadedfile']['name'])." uploaded Successfully";
     }
     else
      {
       echo "error!!!!!";
       }

     ?>



PHP Session
  
    session_start() function is used for start the session.
   
    <?php
     session_start();
     $_SESSION['testname'] = "Lisa"; // records the session data
      echo "Hi! = ". $_SESSION['testname']; //get session data of $_SESSION['testname']
      ?>

iball Andi5-E7

The new

iball andi 4

5z is a bang on in the mobile market with a powerful
 processor and a gorgeous camera quality that will enhance the experience
of having a smartphone.

Powered by Android, the stylish iBall Andi Smart Phone keeps you a step ahead.
 If that's not enough, don't miss the large touch screen, excellent sound,
long battery life and much more

    12.7cm (5.0"), (854x480) FWVGA High Quality Display
    Beautiful Sleek & Slim design of 10.1mm thickness
    Powerful Dual Core 1.3GHz Cortex A7 Advanced Processor
    512MB RAM
    Android 4.2.2, Jellybean

5.0MP Enhanced rear Camera with LED flash Light
Android 4.2.2 Jelly Bean

Top 10 Online screen sharing app

  Online screen sharing

  free and safe  web base app.
Free Screen Sharing and Online Meetings.Instant Screen Sharing. web-based screen sharing.

http://www.screenleap.com
http://screenhero.com
http://www.crossloop.com/download.htm
http://www.showmypc.com
https://join.me            
http://mingleview.com
http://shop.livelook.com                 
http://vyew.com/s
http://www.showscreen.com
http://seeyell.com