Sunday, February 28, 2010

how to mark on google maps ?

Follow the instructions

  1. Position the 3D viewer to contain the spot you want to placemark. Consider zooming into the best viewing level for the desired location. Choose any one of the following methods:
    • Select Placemark from the 'Add' Menu.
    • Click the Placemark icon on the toolbar menu at the the top of the screen
      Pushpin icon
    The 'New Placemark' dialog box appears and a 'New Placemark' icon is centered in the viewer inside a flashing yellow square. Position the placemark. To do this, position the cursor on the placemark until the cursor changes to a pointing finger and drag it to the desired location. The cursor changes to a finger pointing icon to indicate that you can move the placemark. Position the placemark You can also lock the placemark position or set advanced coordinates for its position. Set the following properties for the new placemark:
    • Name for the placemark
    • Description, including HTML text (see Writing Descriptions)
    • Style, Color - Choose a color, scale (size) and opacity for the placemark icon
    • View - Choose a position for the placemark. For explanation of terms in this tab, mouse over each field. Click Snapshot current view to apply the current view (altitude and camera angle) to this placemark.
    • Altitude - Choose the height of the placemark as it appears over terrain with a numeric value or the slider. Choose 'Extend to ground' to show the placemark attached to a line anchored to the ground.
    • (Icon) - Click the icon for the placemark (top right corner of the dialog box) to choose an alternate icon.
    To learn more about editing properties for your placemark, see Repositioning Placemark
  2. Click OK to apply the information you entered in the placemark dialog box.
Your placemark appears in the 3D viewer and as an entry in the selected folder. Once you save this placemark, you can always change its position and properties. See Editing Places and Folder for more information.

Thursday, February 25, 2010

how to start online share trading ?

was one among the common man who was watching the market silently but sounds from media and analyst’s everyday crossing decibels. Let me also contribute to that since I have some regular visitors to my site.
Remember it is market psychology that drives the market now and not rationals. When we are emotional we don’t think about what we do and simply utter words and the market is behaving in the same way.
As I always said don’t be a herd in the market. Have your own taste of success or failure in the stock market. If you really study the fundamentals of the company not by Ratios or High funda financial terms but by common knowledge it will form the basis first in most of the times.
First let me put my views on the market.
What’s the reason for Bull Run till now?
It’s simple. The value of Indian companies were reaching heights because we had investors buying from outside.
We have to agree that it was over valued to a certain extent because of the bullish mentality of FIIs and the credit availability terms they had like less interest rates etc.
What happened suddenly and markets became bearish?
When credit was tightened and interest rates were hiked in US most of the mortgage loans were on floating rate and many people defaulted.
  • This led to liquidity crises for lenders.
  • There arouse a demand for money in US market.
  • FIIs so who needed money started to sell their investments in India to get back money for their livelihood and hence notional value of Indian stocks are going done.
  • Indian economy is certainly insulated.
  • Indian economy in terms of imports is not much dependent on US.
The good part of the story is that unlike China, which had an export oriented economy, the Indian economy was based on the domestic market. The India’s trade theory is changing a lot as it is turning out to be more of a manufacturing export oriented country. The net trade of services done by India accounts to about just 22% just reflecting the risk on trade services is tried to be minimized. Also in the current scenario the trade practices of India with US has decreased and on the other hand has relatively increased with China reflecting out that the risk of US recession has been deflected.
Also recent crisel research indicates
  • Indian banks have limited vulnerability. (CRISIL RESEARCH).
  • Indian banks’ global exposure is relatively small.
  • International assets at about 6% of total assets.
  • Even banks with international operations have less than 11% of their total assets outside India.
  • The reported investment exposure of Indian banks to troubled international financial institutions of about $1 billion is also very small.
What’s Behind Indian Companies?
Indian companies’ notional value of its share prices has gone down but nothing like mortgage crises in US.
They are strong on the asset base and in terms of fundamentals.
Just take a company like HERO HONDA. Just let’s look from layman point of view. I had invested two years back and it never went up and it is going up now. In an average Indian mindset this bike is something very common. The availability of credit will impact the sales but it won’t have a drastic impact since it is almost a necessity as far as Indian market is concerned when compared to other industry. I am not saying blindly buy by this. Take this as core then do all fundamental and technical analysis and ponder on it.
Indian companies’ debt equity ratios are decent. Nothing like there is an internal failure in terms of technology or accounting malpractice.
Only thing is companies in IT sector got projects from US and when their economy is down no projects and hence no profit and its effect will be there in other industry as well.
So the basic thing is that there is money problem which Indian investors thought that their investments will go up but no one to buy their portfolios. Others who has gained some profit turned towards safer side seeing the risk in the market.
RBI measures will benefit banks on short run and companies on short run  but the pumped in 1.4 lakh crores by CRR cut and others will be useful for stabilization if the companies  gain back their  money which they have as inventories before the money pumped by RBI is eroded as working capital.
This is a slow process and it will take nearly a year for the positive sentiment to gain back in the market but our companies are fundamentally strong with less overseas exposure in their investments in the collapsed financial institutions.

How to download youtube video ?

1) (If you don't know how to copy youtube video URL, please go to our main page to read our step-by-step guide first)

2) Enter the YouTube Video URL in the above field

3) Click "Get Link" , a new link will appear

4) Click the "download" link. It will pop up a new window.

5)You may see a message to ask you install Java2 JRE. Please click here and then click "Free Java Download" to install Java2 JRE

6) After download the video, You must have a FLV player in order to play the newname.flv file on your computer.
Download the FREE FLV Player here. (You can skip this step if you just want to watch it on your other devices such as handphone or IPod.)


7) If you want to play it on Sony PSP, Ipad, Ipod, Zune, Iphone, Black Berry, mobile phone or convert to other formats such as AVI, MP4, 3GP, WMV etc, you must download FLV Converter

8)If you are facing problem to download video by using above field, please download this all-in-one Youtube mate software. This software can download video from youtube and play the video directly.

Sunday, February 21, 2010

How to Make Voice Command Programs in Visual Basic

Twenty-first century computer technology allows users to talk to their computers. Speech recognition software converts human speech into digital data that computers can recognize. Several commercial products, such as Dragon NaturallySpeaking and MacSpeech, allow users to perform a variety of speech recognition tasks. Using software built into Microsoft's Visual Studio development environment, you can create your own voice command programs using the latest version of Visual Basic.

Instructions

  1. 1
    Launch Microsoft Visual Studio and click "New Project" to open the "New Project" window. Click "Visual Basic" to highlight it, and then double-click "Windows Forms Application" to create a new Windows forms project. Code files will appear on the right side of the user interface in the Solution Navigator panel. An empty form named "Form1" will also appear on the user interface.
  2. 2
    Click "Project," and then click "Add Reference" to display the "Add Reference" pop-up window. Type "Speech" (without the quotes) in the text box and press "Enter." The name "System.Speech" will appear in the search results. Click "Add" to add it to your project, and then click "Close" to close the "Add Reference" window.
  3. 3
    Double-click the title bar of the empty form named "Form1." This causes Visual Studio to open a code window and display the following code:



    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load



    End Sub



    This method, named "Form1_Load," executes when the application starts and loads the form.
  4. 4
    Add the following code before the "End Sub" statement shown in the previous step:



    Dim engine As New Speech.Recognition.SpeechRecognitionEngine

    Dim dictionGrammar As New Speech.Recognition.DictationGrammar

    Dim recognitionResult As Speech.Recognition.RecognitionResult

    Dim timeSpan As New TimeSpan(0, 0, 10)



    engine.SetInputToDefaultAudioDevice()

    engine.LoadGrammar(dictionGrammar)



    recognitionResult = engine.Recognize(timeSpan)



    For Each word As RecognizedWordUnit In recognitionResult.Words

    MessageBox.Show(word.Text)

    Next



    The first four lines initialize the Microsoft speech recognition engine. Line five sets the engine's audio input parameters. Line six tells Visual Basic to use the standard speech recognition dictionary that Windows uses. The line that begins with "recognitionResult" starts the speech recognition engine. The final three lines of code display the words that the program recognizes when someone speaks into a microphone.
  5. 5
    Connect a microphone to your computer, and press the "F5" key to launch the application.
  6. 6
    Speak several words into the microphone. The "engine.Recognize(timeSpan)" code will capture your words and store them in the variable named "recognitionResult." Visual Basic will then display your words in a pop-up window.



How to Get Internet Jobs

How to Get Internet Jobs

If you'd like to work from home, you'd probably love to find a job on the Internet, right? After all, if you can work on the internet, you should be able to work from the comfort of your own home instead of going in to an office or work place each day. And it's this same reason that many people are always on the lookout for internet jobs they can do.

Now, there are actually many jobs on the internet, but they're not always easy to find, and they might not always look exactly like you'd expect them to. Many internet jobs for instance, are not technically jobs that you get a steady paycheck for. Instead, most jobs on the internet tend to be temporary work, and work for freelance contractors. This allows companies to hire people for completing their jobs on the internet, without having to pay them a full time salary with benefits.

Many internet jobs also involve providing a service of some kind. Writing is a common job that can be found on the internet for instance, and being a writer usually means you'll need to create custom content for your internet jobs, clients, or employers. Programming is another common job done on the internet, and so is customer or technical support - all of which involve providing some level of service or another.

There are plenty of jobs which allow you to work on the internet, but those often involve reporting for work as scheduled at a specific office or workplace location. With these jobs, your clocked in for a the required eight or ten hours a day, sitting at a desk in a cubicle, and using your employers equipment.

Most people who want to find a job on the internet though, really want to find internet jobs that let them work from home, set their own hours, and maybe have more time for their families. If this is the type of internet job you're looking for too, then you'll need to modify your definition of a job slightly.

To get jobs on the internet, you have to be willing to become a freelancer or independant contractor. Now there are exceptions to this rule, but those opportunities are very rare, so we're discussing internet jobs in the general sense here.

Since internet jobs are often short term project related assignments, employers don't usually hire full time employees to do those jobs. Instead, they hire someone who does freelance work on the internet, pays them a set agreed upon fee, and doesn't have to pay anything else once the job is completed. The great thing about temporary internet jobs like this though, is that you can often have several jobs going at once, and you can choose to work whatever hours you'd like.

One of the best ways to find internet jobs for freelancers and contractors, is to visit one or more of the freelance project websites. Sometimes there is a fee to join these, but you'll find there are many new internet jobs posted almost every day, and you can compete with other job seekers to be the winning contractor.

How to Register a Domain Name


This article demonstrates how to register a domain name. A domain name is the thing that looks like my-domain-name.com. If you intend to create a website, you will need to know how to register a domain name.
Registering a domain name is no different to any other online purchase - you simply add it to your shopping cart, then head to the checkout.

Where Can I Register a Domain Name?

You register your domain name through a domain name registrar (or partner site) like ZappyHost.
To register your domain name, enter your preferred domain into the search form. If it's available, simply proceed to the checkout. ZappyHost will walk you through the registration step by step.

Step by Step

Here's more detail on registering your domain name.
  1. Check Availability (opens in new window) This is where you check that your preferred domain name hasn't already been registered by somebody else. A domain name can only be registered to one person at any one time, so if someone else has already registered it, you won't be able to (or you can put it on back order). Of course, the good thing about this is that, once you register your own domain name, nobody else can get it - it's yours for as long as you want it to be!
    To check availability, go to ZappyHost, enter your preferred domain into the search form, and click "GO!".
  2. If the domain is not available, try again using an alternative name.
  3. If the domain is available, continue to checkout. This part is just like purchasing any other product online. You simply follow the prompts through to the checkout. You may be offered related products, such as similar domain names or different top level domains. To add these to your order, click "YES! Add these to my order.". Otherwise click "Continue to checkout".
    Note that you must supply up to date contact details. Domain name registrars won't let you register a domain name without providing these details. This is a requirement by ICANN (see below for info on ICANN).

Who is the Worldwide Authority for Domain Names?

The Internet Corporation for Assigned Names and Numbers (ICANN) is the organization responsible for top-level domains. Top level domains include .com, .org, .net, and much more.
Although ICANN is responsible for top-level domains, you can't actually go directly through them to register your domain name. You have to go through an accredited domain name registrar or partner site (such as ZappyHost).
ICANN operates the Internet Assigned Numbers Authority (IANA) and is in charge of maintaining the DNS root zone.

About Domain Name Registrars

Domain name registrars are companies accredited by the Internet Corporation for Assigned Names and Numbers (ICANN) and/or by a national ccTLD authority to register Internet domain names. These companies are often web hosting companies who offer a range of website-related services.
Again, ZappyHost is an example of a web hosting company offering domain names.

How to Block a Website

Introduction

There are many reason why you need to know how to block a website. Some of the most common reasons are you have been targeted by spammers who use adware and popups to attack your PC. Other reasons may be to prevent your children from having access to certain site content such as porn and gambling.

Depending on the level of security you wish, learning how to block a website may require a adjustments of your web browser, the use of internet filtering software or editing of your host file. At any rate you can try all methods to see which works best for you.


How to block a Website using Internet Explorer

Internet Explorer version 5 and later offer the ability for heighten security and privacy. You can block a site by following the directions below:
1. Load your Internet explorer
2. Click Tools
3. Click Internet Options
4. Click the Privacy tab
5. Under the Privacy window, Click Sites
6. Type in the site address that you want to Block and Click OK. Remember this technique only blocks on one site at a time. Parental control software will allow you to block multiple sites and categories.


Block a website step 1


block a website step 2




Here are alternate instructions to block a website using Internet Explorer.
Tools ->Internet Options->Security->Restricted sites->Sites->Type in the site address and Click ADD then click OK

How to Restrict a Website using Firefox

Firefox requires an add-on to restrict sites. You can find many good ones at Mozilla.org. The best one is BlockSite.

Here is How:
1. In Firefox, click Tools
2. Click Add-ons
3. Click Get Add-ons
4. Choose Browse All Add-ons.
5. Type blocksite in the search bar.After installing the add-on you will be able to block sites with just a few clicks.

How to block a Website using Google Chrome

1. Open your Chrome Web Browser
2. Click the wrench symbol in he upper right corner.
3. Choose Tools
4. Click Under the Hood tab.
5. Choose Change Proxy Settings.
6. Click Security, click Restricted Sites
7. Double click Sites and add the site you want block


google chrome block


How to Block A Website in All Web Browsers


This action will require you to edit your Host file. Your host file is a computer file used to store information on where to find a node on a computer network. For more a more detailed description. Check out this link Host File Description Link
In Windows XP
1. Click Start->All Programs->Accessories->Command Prompt.
2. Click Command Prompt This will open a DOS command window.
3. Type: notepad C:/Windows/System32/drivers/etc/hosts
4. Locate the line 127.0.0.1 localhost
5. To block the website google.com for example, just add this text under 127.0.0.1 localhost:

127.0.0.1 google.com
127.0.0.1 www.google.com
You can add as many sites any site, However you will need to prefix it with "127.0.0.1".

6. Save the file
Google will now be blocked in all web browser. This is an advanced but easy method on how to blow a website.


block a website step 3


block a website step 4

Saturday, February 13, 2010

How To watch live cricket match

Watch Live Cricket

Watch live cricket online on your pc. With the advances in internet connections and broadband capabilities it is now possible to watch live streaming cricket online. Imagine following your team online with uninterrupted high quality service. May be you are at work or overseas and can’t watch a particular game. Now you can login and watch live cricket online with watchlivecricket.com. We are the number one source for live cricket streaming.

Tuesday, February 9, 2010

How To get duplicate PAN card

A duplicate PAN Card can be issued under the following conditions
  • Lost/misplaced PAN card by the assessee.
  • The assessee did not receive the PAN card, even after the dispatch of the PAN card by the Department under certificate of posting.
  • Presence of errors in the PAN card issued to the assessee in accordance with incorrect information given by the assessee while filling Form 49A or due to subsequent change of name etc.
If in case the PAN card is lost and also if there is an error in PAN Cards due to incorrect information by the applicant an amount of Rs.10/- will be charged from the applicant for the issue of a laminated duplicate PAN Card.

How to Apply for duplicate PAN card

To apply for Duplicate PAN Card, you need to fill the PAN reissue form which you can get either from the nearest Income Tax office or from any agent or from any CA. You can search in sites like sulekha.com and justdial.com to find such agents. You can not apply for duplicate PAN Card online.
The applicant is required to provide his older PAN Card number along with 2 recent photographs to get a New Pan card along with duplicate PAN card fees.
You will receive your new Pan card within 2-4 weeks at your address mentioned in the form.

Monday, February 8, 2010

How To access remote desktop

Start a Session

Updated: August 25, 2004
Once you have enabled your Windows XP Professional computer to allow remote connections, and installed client software on a Windows-based client computer, you are ready to start a Remote Desktop session. You must first establish a virtual private network connection or remote access service connection from your client computer to your office network, or host computer.
To create a new Remote Desktop Connection
1.Open Remote Desktop Connection. (Click Start, point to Programs or All Programs, point to Accessories, point to Communications, and then click Remote Desktop Connection.)
2.In Computer, type the computer name for your computer running Windows XP Professional that has Remote Desktop enabled and for which you have Remote Desktop permissions.
Connect to your Remote Desktop
Tip ImageTip To find the computer name, right-click the My Computer icon on your desktop, click Properties, and then click the Computer Name tab.
3.Click Connect.
The Log On to Windows dialog box appears.
4.In the Log On to Windows dialog box, type your user name, password, and domain (if required), and then click OK. The Remote Desktop window will open and you will see the desktop settings, files, and programs that are on your office computer. Your office computer will remain locked. Nobody will be able to work at your office computer without a password, nor will anyone see the work you are doing on your office computer remotely.
Note To change your connection settings, (such as screen size, automatic logon information, and performance options), click Options before you connect.
To open a saved connection
1.In Windows Explorer, open the My Documents\Remote Desktops folder.
2.Click the .Rdp file for the connection you want to open.
Note A Remote Desktop file (.rdp) file contains all of the information for a connection to a remote computer, including the Options settings that were configured when the file was saved. You can customize any number of .rdp files, including files for connecting to the same computer with different settings. For example, you can save a file that connects to MyComputer in full screen mode and another file that connects to the same computer in 800x600 screen size. By default, .rdp files are saved in the My Documents\Remote Desktops folder. To edit an .rdp file and change the connections settings it contains, right-click the file and then click Edit.
To log off and end the session
1.In the Remote Desktop Connection window, click Start, and then click Shut Down.The Shut Down Windows dialog box appears.
2.In the drop-down menu, select Log Off <username>, and then click OK.

how To access internet through mobile

Mobile email access is easier now than how it used to be. Web searching is possible by phone and you can easily answer important emails even if you have no laptop or WiFi access in the area. Internet connection is possible over the mobile phone and although this method has been accessible for many years now, not many people maximize this option.
  1. Using mobile phones as modems - Cell phones can be utilized as computer modems. Laptops are attached to these cell phones and Internet mobile access is possible. Cell phone modem speeds are fast but are still generally slower than regular Internet providers. The mobile phones come with an installation CD that includes tools for connecting to the Internet.
  2. Connecting via GPRS - Internet access on your mobile or mobile broadband is possible by connecting via GPRS (General Packet Radio Service). GPRS 2.5G is a packet-switching service. It allows you to access the Internet by sending packets of data over the Internet. You can send and receive email with GPRS. It supports WAP, SMS text messaging and other data communications. When you click on the Web icon on your mobile phone, you get connected to the Internet.
  3. Using EDGE technology - There are mobile phones carrying EDGE 2.5G technology. Data transfers under GPRS service reaches 171 Kbps while EDGE 2.5G can send data at speeds of 473 Kbps. Mobile phones with 2.5G technology are configured to GPRS or EDGE, depending on the mobile phone service provider that you are using. AT&T Wireless Mobile Internet, VoiceStream IStream and Cingular Wireless Internet Express offer voice plans with GPRS. Depending on the network and service plan of your mobile service provider, when you click on your mobile phone's Web icon, it automatically connects to the Internet.
  4. Connecting via 3G technology - The UMTS (3G) protocol, CDMA (3G) and HSDPA 3.5G (High-Speed Downlink Packet Access) service are used for mobile Internet access. Statistics indicate that you can connect to the Internet at land-line speeds or even faster using any of these next-generation wireless networks. HSDPA can send and receive data at the rate of 1.8 Mbps and can even reach a maximum data rate of 14.4 Mbps. Verizon Wireless and AT&T Wireless have 3G services accompanying their voice plans. These plans may range from paying a $30-$35 surcharge to your regular voice plan or getting a $50 plan that will be inclusive of all costs, voice calls and data downloads.
  5. Accessing the Internet using mobile phone networks - There are other technologies now available, which include aircards, the EV-DO and Wi-Max. Aircards are PC cards serving as wireless modems that connect to the Internet using the mobile networks. Various types of aircards are being offered by mobile phone providers like Verizon, Sprint and AT&T together with their service plans. Using CDMA technology, aircards can reach speeds of 30-40 Kbps.
Cellular phone networks are promising better coverage for both voice and Internet services and more people are aware that they may access the Internet using their mobile phones. The future certainly looks bright for mobile phones.

Wednesday, February 3, 2010

How to Upload to an FTP Server

FTP, or File Transfer Protocol, is a method of storing and retrieving files remotely over a network connection. In any FTP connection, there are two participants: the FTP server, which holds the remote files, and the FTP client, which uploads or downloads the files from the server. Files can be uploaded to an FTP server via one of two methods: using an FTP software program such as FileZilla, or by using a web browser.

Instructions

  1. 1
    If using a software program, connect to the server using its IP address. This should be provided to you by your IT department, or by the owner of the FTP server.
  2. 2
    If using a web browser, connect to the server using either its IP address or its DNS location. FTP sites and servers are designated by the "ftp://" in front of the address, rather than "http://".
  3. 3
    Log in if necessary. Some FTP servers allow anonymous logins, which do not require a username or password.
  4. 4
    Most FTP client software programs use a drag-and-drop interface for ease of use. Simply drag the file to be uploaded from your hard drive to the directory on the server. The file will be transferred.
  5. 5
    If using a web browser interface, use the buttons in the HTML form to browse to the file you wish to upload, and click "Upload." The file will be transferred.

Monday, February 1, 2010

How To view browsing history

View and Delete Browser History

For Internet Explorer:
Click on the history button in the icons at the top of the screen, or you can go to the top menu and select "View" - "Explorer Bar" - "History". You can also type "Ctrl" and "H" on the keyboard.
To change the number of days recorded in the browser's history you can select "tools" and "internet options". You should then see a history section within the general tab. There you can change the number of days to keep web pages in your browser's history. You can also click the "clear history" button to erase the record of all web sites visited.
Keep in mind that for Internet Explorer 6, clearing the history will not delete cookies or your temporary internet files. However, deleting history in IE 7 will indeed also delete cookies among other associated files.
IE 6 Internet Options Screen