Intelligence Information Technology Communication : raviramanujam@gmail.com

Monday, August 2, 2010

How to Upload a File to your Website using the FileZilla FTP Client

The process of transferring a file from your computer to your website is often referred to as "uploading" that file or "publishing" it. For web hosts that supportFTP or the File Transfer Protocol, you need a program called an "FTP client" to transfer the file. How you can transfer a file to your web server using a free FTP client known as FileZilla. Versions for Windows, Linux and Mac OS X are available. I will describe the Windows version of this program, but if you use another operating system, chances are that it will work very similarly.

Download and Install FileZilla

First, go to the FileZilla download page and obtain the appropriate version for your system. For Windows, get the Setup version; at the time I wrote this, it's the one labelled "(recommended)" under the Windows section.

Once you have downloaded the program, you will have to install it. Go to your desktop and doubleclick the file that you have just downloaded. Follow the instructions to install it to your hard disk.

Before you can upload any file to your site, you will also need some information from your web host. In particular, you will need to find out the following:

  • The name of the FTP server for your website. For example, your host may tell you that your FTP hostname is "ftp.example.com".
  • Your user id or login username for your FTP account.
  • Your password for your FTP account.
  • The directory where you need to place your files so that they can be seen by a web browser visiting your site. For example, your host may tell you to place the files in a subdirectory called "www" or "public_html" or even the default directory that you see when you log into your FTP site.

If your web host tells you that you do not have FTP access, you cannot use this tutorial. You will have to use whatever method the web host has designated for you to upload your files.

Steps to Uploading or Publishing a File to Your Web Server

FileZilla does not restrict you to uploading only files of that name. You can upload images (eg, GIF, JPG, PNG, etc), HTML files, video clips, music files (eg MP3 files, WAV files, MIDI files), Perl scripts, PHP scripts, and so on.

1. Click the "File" menu followed by the "Site Manager" item on that menu. A dialog box will appear.

2. Click the "New Site" button on that dialog box. This creates a new item under "My FTP Sites" called "New FTP site". Rename "New FTP site" to the name of your site if you wish. By default, the keyboard cursor would have been placed in the name portion of "New FTP site" allowing you to change the name immediately. If you have lost the cursor because you accidentally clicked somewhere else in the dialog box, you can get it back by simply clicking once on the name. Note that this name can be anything you wish - it is not required for accessing your site. However, you will probably make your life easier if you change the name to that of your site rather than the cryptic "New FTP site".

3. Under the tab "General", enter the name of your FTP server in the "Host" input box. For example, if your web host told you that your FTP hostname is "ftp.example.com", enter "ftp.example.com" into the space provided.

4. Leave the "Port" and the "Servertype" entry boxes alone. Use your mouse and select "Normal" from the drop down list box for "Logontype". This will enable the "User" and "Password" boxes for the next step.

5. Enter your user id or your login name (or whatever your web host calls it) into the "User" input box. Likewise, enter your password into the "Password" input box. Note that this information is automatically saved onto your computer and will be re-used the next time you run FileZilla, so you do not have to re-enter them again. (It also means that you should not use FileZilla in this way on computers that others may have access to, such as those found in an Internet cafe or a public library.)

6. Click the "Connect" button. FileZilla will proceed to log you into your server. If it is successful, you will see a directory listing of your website's account in the right hand side of the FileZilla window. The left hand side of the FileZilla window shows the directories and files on your own computer.

7. If your web host told you to only upload in a specific subdirectory on the web server, such as in the "www" or "public_html" directory, change to that directory by doubleclicking its name in the folder portion of the right window pane (the "Remote Site" window pane). FileZilla will open that folder and show you its contents in the files portion of the Remote Site window pane.

8. Next, locate the file that you wish to upload in the left window pane (the "Local Site" pane). Both window panes behave mostly like a Windows Explorer windows, so navigating them should not be unduly hard. Once you have located the file you wish to upload, say "feedback.php", doubleclick it to upload it to your website. Alternatively, you can drag that file from the left window pane to the right window pane. The file will be uploaded to the folder that is currently open on the right window pane, so make sure you have changed to the directory you want before dragging the file there.

9. As FileZilla proceeds to upload your file to your site, you should be able to see the upload progress in the bottommost window pane in FileZilla. When the upload has completed, you can disconnect from your website. Do this by clicking the "Server" menu followed by the "Disconnect" item.

How to Create Streaming Video

There are different types of video streaming on the internet.he two main methods of streaming video: Streaming servers (true streaming) and HTTP streaming. When creating streaming video, there are two things you need to understand: The video file format and the streaming method.
________________________________________
File Formats
The most common formats are:
1. Windows Media
2. RealMedia
3. Quicktime
4. MPEG (in particular MPEG-4)
5. Adobe Flash

Streaming Methods
There are two ways to view media on the internet (such as video, audio, animations, etc): Downloading and streaming.
Downloading
When you download a file the entire file is saved on your computer (usually in a temporary folder), which you then open and view. This has some advantages (such as quicker access to different parts of the file) but has the big disadvantage of having to wait for the whole file to download before any of it can be viewed.
The easiest way to provide downloadable video files is to use a simple hyperlink to the file. A slightly more advanced method is to embed the file in a web page using special HTML code.
Delivering video files this way is known as HTTP streaming or HTTP delivery. HTTP means Hyper Text Transfer Protocol, and is the same protocol used to deliver web pages. For this reason it is easy to set up and use on almost any website, without requiring additional software or special hosting plans.
.
Streaming
Streaming media works a bit differently — the end user can start watching the file almost as soon as it begins downloading. In effect, the file is sent to the user in a (more or less) constant stream, and the user watches it as it arrives. The obvious advantage with this method is that no waiting is involved. Streaming media has additional advantages such as being able to broadcast live events True streaming video must be delivered from a specialized streaming server.
Progressive Downloading
There is also a hybrid method known as progressive download. In this method the video clip is downloaded but begins playing as soon as a portion of the file has been received. This simulates true streaming, but doesn't have all the advantages.
________________________________________
Streaming Video Servers
A streaming media or streaming video server is a specialized application which runs on an Internet server. This is often referred to as "true streaming", since other methods only simulate streaming. True streaming has advantages such as:
• The ability to handle much larger traffic loads.
• The ability to detect users' connection speeds and supply appropriate files automatically.
• The ability to broadcast live events.
There are two ways to have access to a streaming server:
1. Operate you own server (by purchasing or leasing)
2. Sign up for a hosted streaming plan with an ISP (Internet Service Provider)
________________________________________
Operate your own server
Note: This is a serious step and is well beyond the needs of most websites.
To run your own streaming server, you can either purchase a standalone server machine or purchase a streaming server software package and install it on an existing web server. Streaming software is available for all common server platforms such as Linux, Windows, etc.
Some examples of streaming media software:
• Helix Universal Server from RealNetworks. This server supports a variety of formats, including RealMedia, Windows Media, Quicktime and MPEG-4.
• Apple Quicktime Streaming Server, supporting a few formats including MPEG-4 and 3GPP.
• Macromedia Communication Server, specializing in Flash-based video and interactive multimedia.

Add a Forum to Your Website Using Cpanel

Add a Forum to Your Website Using Cpanel


http://www.youtube.com/watch?v=aELmrFy_dhY


Thursday, July 29, 2010

How to stop pop-up or pop-under Internet ads

Microsoft Internet Explorer users

Users who are using Microsoft Internet Explorer 6.0 can be thankful that Microsoft has decided to include a popup blocker in the browser. By default this option should be enabled if you wish to change the settings of how this feature works or want to verify if it is enabled or not you can follow the below steps.

  1. Open Internet Explorer
  2. Click Tools
  3. Click Options
  4. Click the Privacy tab
  5. At the bottom of the Privacy tab you should have a Pop-up Blocker section. If you wish pop-ups to be blocked check the "Block pop-ups" option. You can also set additional settings such as disabling the sound when a pop-up is blocked or disable the information bar displayed when a pop-up is blocked by clicking the Settings button.
Mozilla Firefox users


If you're running Mozilla Firefox and with to adjust or change how Firefox handles pop-up follow the below steps.

  1. Open Mozilla Firefox
  2. Click Tools
  3. Click Options
  4. Click the Web features button on the left hand side of the Options window.
  5. By default this feature should be enabled if you wish to disable the feature, uncheck "Block Popup Windows." If you have allowed popups on a site you wish to now block you can also click "Allowed sites" in this window and remove any sites you wish to block any popup on.

Users may also wish to disable any popups from from any browser plug-ins, a tactic for bypassing many popup blockers. To enable this feature in firefox follow the below steps.

  1. Open Mozilla Firefox
  2. In the URL field type "about:config" and press enter.
  3. This should open the Firefox config window.
  4. Right-click on a black portion of the window and click "New" and then "Integer"
  5. For the preference name type "privacy.popups.disable_from_plugins" and click Ok.
  6. For the value type "2"

Finally, we also suggest you locate the "privacy.popups.firstTime" option also in the about:config screen and change the value of this setting to "false"

Wednesday, July 28, 2010

Video Upload Sites

Google Gadget Basics

Google Gadgets are fragments of HTML wrapped in custom Google XML tags. You can include JavaScript in the HTML, and most gadgets are mostly JavaScript. Each gadget has a ModulePrefs tag (one of Google's custom XML tags) that includes its title, description, and author information. Another custom tag called UserPref can save a user's individual settings.

Here is a simple "Hello, World" example, that replaces the word "World" with the user's name if it has been entered into the gadget's settings dialog box:

<?xml version="1.0" encoding="UTF-8"?>

<Module>

<ModulePrefs title="hello world example" />

<UserPref name="userName" display_name="Your Name" default_value="world" />

<Content type="html"><![CDATA[

Hello,

<script>

var thePrefs = new gadgets.Prefs();

var userName = thePrefs.getBool("userName");

document.write(userName);

</script>

]]></Content>

</Module>

A user can enter their name through the settings dialog box. The link to the dialog box ("Edit Settings") is created automatically by iGoogle when it detects that a UserPref tag is present.

How to create a Google Gadget:

How to create a Google Gadget:

Follow the step by step instruction to create a google gadget.

1.First open the google gadget Editor with your google account .You may also use google gadget editor without Login.But after coding you can't upload it and also can't publish your gadget.So you need to login with google account.

2.In the Editor write your code for the Gadget .Mostly google gadget are written using Javascript and XML.

3.After finishing coding ,you save your gadget code with the Google Gadget Editor .

4.After saving your gadget code, upload it to google Code.After uploading your gadget code publish it .

Make a Widget for a website

Make widget from your own content


http://www.widgetbox.com/make/


link makes it simple, easy, and fun to make widgets and mobile sites to share with the world.

www.widgetbox.com/make/blidget

pdf converter

pdf converter

<script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script><script type="text/javascript">if (WIDGETBOX) WIDGETBOX.renderWidget('84e8b4d2-7384-4376-a7b9-d4f6f9a5db9d');</script><noscript>Get the <a href="http://www.widgetbox.com/widget/pdf">Document To PDF</a> widget and many other <a href="http://www.widgetbox.com/">great free widgets</a> at <a href="http://www.widgetbox.com">Widgetbox</a>! Not seeing a widget? (<a href="http://docs.widgetbox.com/using-widgets/installing-widgets/why-cant-i-see-my-widget/">More info</a>)</noscript>

translate language gadget

translate language
<script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script><script type="text/javascript">if (WIDGETBOX) WIDGETBOX.renderWidget('94707a29-7b2a-4924-87e2-83562d4af9c6');</script><noscript>Get the <a href="http://www.widgetbox.com/widget/ultimate-web-translator-with-flags">ultimate web translator with flags</a> widget and many other <a href="http://www.widgetbox.com/">great free widgets</a> at <a href="http://www.widgetbox.com">Widgetbox</a>! Not seeing a widget? (<a href="http://docs.widgetbox.com/using-widgets/installing-widgets/why-cant-i-see-my-widget/">More info</a>)</noscript>

Add speech to your website

Wordpress plugin

vozMe.com - Wordpress

1. Download vozme.zip (version 1,5, March 3, 2008) or vozme.tar.gz (version 1,5, March 3, 2008).
2. Extract the compressed file. You'll get a folder named vozme.
3. Upload the folder vozme to /wp-content/plugins/.
4. Get into Wordpress administration tool > Plugins and click the "Activate" link within the vozMe plugin.
5. Access "Options > vozMe" and select your favorite options.

e: using a text button

Male voice | Female voice
Copy and paste this code in your page:
<script type="text/javascript" src="http://vozme.com/get_text.js"></script>



<button

onclick="get_selection('en','mlfm');">

Select a text and<br/>click here for speech</button>


Example: using an image and a text link

Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, 'and what is the use of a book,' thought Alice, 'without pictures or conversation?'



<div id="alice1">
Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, 'and what is the use of a book,' thought Alice, 'without pictures or conversation?'
</div>



<script type="text/javascript" src="http://vozme.com/get_text.js"></script>

<div><a href="javascript:void(0);"

onclick="get_id('alice1','en','mlfm');">

<img src="http://vozme.com/img/megaphone40x40w.gif" border="0"

style="margin-right:0.4em;" alt=""/></a>

<a href="javascript:void(0);"

onclick="get_id('alice1','en','mlfm');">

Hear this text</a></div>

Text-to-Speech Conversion

Step by Setup Guide for Text-to-Speech Conversion

1. Join Odiogo.

2. Download the player button plugin that you will need depending on the blogging platform that you’re using. Odiogo will work with several popular blogging platforms such as: WordPress (WordPress), Blogger (blogger), TypePad (TypePad), BlogEngine.NET (BlogEngine.Net) and Terapad. Note: In this example, we will use a WordPress blog.

3. Upload the directory odiogo_listen_button to your /wp-content/plugins/ directory via FTP.

4. Login to your WordPress admin account.

5. Click menu Plugins and Activate the Odiogo Listen Button plugin.

6. Click menu Setting > Odiogo Listen Button.

7. Enter your Odiogo Feed ID and click Save. (You’ll receive this feed ID in email after joining)

8. Click menu Presentation > Widgets (or Sidebar Widgets depending on your WP version).

9. Drag and drop Odiogo Subscribe Button from Available Widgets to Sidebar.

10. Click Save Changes.

Within minutes, your blog posts can be heard online and on iTunes or mobile devices such as iPods and iPhones. Here’s a post from WhyNotRachel with the Odiogo Listen button clearly visible within each and every post just under the post title.

Using Internet or Windows Explorer to Upload Your Site

Getting Your FTP Settings
You will need the following information from your FTP settings in order to use Internet
Explorer to upload your Web site:
FTP User Name. The user name for your hosting account.
FTP Password. Your password for your hosting account.
FTP Site URL. The URL of the FTP site for your domain name, for example,
f t p://www.coolexample.com, where coolexample.com is the name of your Web site.
If you are missing any of this information, you can log in to your Account Manager to find
your user name, password, and URL.

Your Internet Explorer FTP client functionality might not be turned on by default. To
enable your FTP client, go to Tools >Internet Options >Advanced tab, and select
Enable Folder view for FTP sites.




To Connect to Your Web Server
1. Open Internet Explorer.
2. In the Address bar, enter your FTP Site URL. For example:
ftp://www.coolexample.com. Note that you are using ftp:// and not http://.
3. In the Log On As window, enter your FTP User Name and Password.

Quick Start Using Internet or Windows Explorer to Upload Your Site
4. Click Log On.
NOTE: If the Log On As window does not automatically display, go to File >Login As to
open the FTP login prompt.
Your Web site's file structure displays in the browser window. You can now upload and
download files to your Web site.
NOTE: You should place files in the root, not in sub folders of the root. The root is the home
directory that opens when you first log on.
When you are finished uploading your files, you can check your Web site in your Internet
browser to make sure that your files were uploaded correctly.
Quick Start Using Internet or Windows Explorer to Upload Your Site
Using Windows Explorer to Upload Files
Once you have your FTP settings, you're ready to connect to your Web server and start
using Windows Explorer to upload your Web site.

To Connect to Your Web Server Quick start
1. Open a My Computer window by clicking on the Start Menu and selecting My
Computer.
2. In the Address bar, enter your FTP Site URL. For example:
ftp://coolexample.com. Note that you are using ftp:// and not http://.
3. In the Log On As window, enter your FTP User Name and Password.

Quick Start Using Internet or Windows Explorer to Upload Your Site
4. Click Log On.
NOTE: If the Log On As window does not automatically display, go to File >Login
As to open the FTP login prompt.
5. Your Web site's file structure displays in the Windows Explorer window. You can
now upload and download files to your Web site.
NOTE: You should place files in the root, not in sub folders of the root. The root is the
home directory that opens when you first log on.
6. When you are finished uploading your files, you can check your Web site in your
Internet browser to make sure that your files were uploaded correctly.

Host the video on your own site

Convert video to FLV format step by step
  • Step 1. Load the video
    Launch Video Encoder for Adobe Flash. Click "Select..." and choose a video file that you want to convert.
  • Step 2. Edit the video
    Click "Crop & Trim", if you want to edit the source video. You can crop the video, if you want to remove blackbars, or just want a part of the picture. You can trim the video, if you just want to convert a certain duration of video.
  • Step 3. Configure the conversion settings
    Select "User-defined" to enable yourself to customize the audio and video settings. And specify the audio setting and video settings properly. You can check the help file to find more detailed guidance.
  • Step 4. Specify output settings
    Specify an output folder to save the created FLV and SWF files. Check both "Generate FLV" and "Generate SWF ".
    If you want to create a SWF player which can play different FLV files dynamically, you should choose "Get the FLV path from a URL variable and play progressively". Then you need to specify a URL variable name (in the right blank), then the created SWF player can get the FLV path from HTML code using this variable name.
    Otherwise, you can simply choose "Play the created external FLV file progressively".
  • Step 5. Choose skin for Flash video player
    Select a color scheme and style you like. Choose "Classic (Black, Full)" for example. "Full" control panel provides all controls including Play, Pause, Fast forward/backward, Volume control, Mute, Elapsed Time and Duration.
  • Step 6. Start conversion
    Click "Next" to start conversion. It will take a few minutes.
    After the conversion finishes, open the output folder, then you can see the created ".flv" and ".swf" files. You can also use free software FLV Player to play the .flv video directly to see if its quality is good enough. If not, you need to convert the video again, and try some different conversion settings.

Put the FLV video on Web page step by step.
  • Step 1. Upload the created ".swf" file and the ".flv" video file to the same folder on your server. For example, if you want to show the video on http://www.myhomepage.com/index.htm, then upload the ".swf" and ".flv" files together to the path http://www.myhomepage.com/.
  • Step 2. Add the following html code to your page and customize the relating parameters.

    If you have chosen "Get the FLV path from a URL variable and play progressively" , then
    add code:
    id="flashvideoplayer.swf" align="middle">

    value="http://www.myhomepage.com/flashvideoplayer.swf?
    flv=http://www.myhomepage.com/myvideofile.flv">


    http://www.myhomepage.com/flashvideoplayer.swf?
    flv=http://www.myhomepage.com/myvideofile.flv" quality="high" bgcolor="#ffffff" width="400" height="300" name="flashvideoplayer.swf"
    align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
    And customize the parameters:
    Replace "myvideofile.flv" with your FLV filename;
    Replace "flashvideoplayer.swf" with your SWF filename;
    Replace "http://www.myhomepage.com/" with your own address;
    Replace the "width" and "height" with your flv file's width and height. Specify the "quality" and "bgcolor" as you want.
    In the code above, flv is just the URL variable name that you should have specified before conversion. The player can automatically get the URL variable's value (http://www.myhomepage.com/myvideofile.flv), and play the Flash Video.

    If you have chosen "Play the created external FLV file progressively ", then
    add code:
    id="flashvideoplayer.swf" align="middle">

    value="http://www.myhomepage.com/flashvideoplayer.swf">


    http://www.myhomepage.com/flashvideoplayer.swf" quality="high" bgcolor="#ffffff" width="400" height="300" name="flashvideoplayer.swf" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
    And customize the parameters:
    Replace "flashvideoplayer.swf" with your SWF filename;
    Replace "http://www.myhomepage.com/" with your own address;
    And replace the "width" and "height" with your flv file's width and height. Specify the "quality" and "bgcolor" as you want. The Flash video player has the ".flv" file's URL when it is created. So you don't need to specify it in the code.

How to capture streaming videos from the Internet

Many websites like YouTube use a Flash Video format that enables highly-compressed streaming video to effectively play in most browsers. However, the inconvenience with this type of format is that you will not be able to download it by using your Save target  option.

There are three common ways available to download/capture/save streaming videos online to your computer:

1. Using download-helper websites
2. Capture the video using a Firefox extension
3. Save the video by using commercial softwares.

Download-helper Websites


KeepVid and YouTube Downloader are download-helper websites that allow users to provide them with the video links. These videos will hence be catalogued and uploaded to the site. They are not video hosting websites like YouTube or Dailymotion; they provide a browser-based service from as the user only has to enter the video̢۪s URL in the field provided and choose its source from the list. The file formats in FLV can be converted into Mpeg video formats on Keepvid.

Download Links:

KeepVid: http://keepvid.com/
Youtube Downloader: http://www.youddl.com/

Firefox extension


Mozilla Firefox is a web browser that allows you to grab online videos with its additional Video Downloader extension. This application runs both on Windows and Mac OS X operating systems.

Mozilla Firefox 3.1 can be downloaded at: http://www.mozilla.com/en-US/firefox/

Install Mozilla Firefox

1. Choose Save when the file download window opens and select the path where you want the set up extension to be saved in.

/s/image-http-img292-imageshack-us-img292-7757-step1pf7-png

2. When the download is completed, Click Open
3. This will prompt theSet Up Wizard and you will be free to make all the necessary changes concerning its installation. If you do not want to make any changes to the installation settings, check the box labeled â€Å“I agree to the terms and conditions of the program” and proceed by clicking Next until installation completes.

/s/image-http-img247-imageshack-us-img247-5842-step3pu7-jpg

Install Mozilla Firefox Video Downloader

When Firefox's installation is complete, you can now download the Video Downloader extension at https://addons.mozilla.org/en-US/firefox/addon/3006

1. When prompted to download the software extension, click Save
2. From the Mozilla Firefox folder in your â€Å“Program Files” save the add-on in the â€Å“Extensions” folder.
3. When download is complete, choose â€Å“Close”
4. When you will open the Mozilla Firefox browser window, it will ask you if you want to install the add-on. Click â€Å“Install Now”
5. After installation, the toolbar should have the /s/image-http-img291-imageshack-us-img291-9796-3006gy3-png icon located to the left-hand side of your address bar.
6. You should first load the page containing the video stream to use this option. Once you have loaded the right page, click on the down arrow next to your video downloader icon and choose the format you want to save the video. By default it will save it as an FLV format file.
7. Choose the path where you want the video to be saved to.

Note: Winamp̢۪s latest versions can play FLV format files. You can download the program at: http://www.winamp.com/player

f you regularly watch video from YouTube, the easiest way to download videos from this website is to make use of Real player:
  • Download and install a free version of Real player.
  • A folder named Real Player downloads will be automatically created in / My Documents /Video
  • Launch a video on Youtube
  • A small option should be present at the top of the video ....Download video
  • Click on it and the video will be saved on your Hard Drive

Broadcast Yourself Live On The Web

Live broadcasting - the ability to stream live video directly from the user's computer and / or web-cam

Live Broadcasting Solutions

If you are looking to broadcast live to the world using your web-cam, there are now a number of options available to you. Furthermore, several services offer you the opportunity to enhance your direct-to-camera performance with the inclusion of extra features, such as the ability to add and mash-up a variety of different media, or manage a group of participants in a live video discussion.




http://www.stickam.com/

http://www.ustream.tv/

http://operator11.com/

http://www.youcams.com/
http://www.kyte.tv

http://www.splashcastmedia.com/











.


Live broadcastingScheduled broadcastingOn-demand broadcastingEmbed live video

.

Operator11

.

Stickam

.

UStream

.

Kyte


.

YouCams


.

Splashcast


.







.


Embed recorded videoIntegrated text chatIntegrated video chatWebcam capture

.

Operator11

.

Stickam

.

UStream1-on-1 only

.

Kyte


.

YouCams

.

Splashcast


.







.


Mobile phone captureImport online videoPre-recorded videoStill images

.

Operator11



.

StickamRecorded

.

UStream











.

KyteLive - images

.

YouCams



.

SplashcastRecorded

.







.


MusicMultiple participantsAdd titles

.

Operator11



.

Stickam


.

UStream




.

Kyte


.

YouCams



.

Splashcast


.







.







Add window media to website ,blogs

<?> Copy & paste the following...



<!-- begin embedded WindowsMedia file... -->

<table border='0' cellpadding='0' align="left">

<tr><td>

<OBJECT id='mediaPlayer' width="320" height="285"

classid='CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95'

codebase='http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'

standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'>

<param name='fileName' value="http://servername/path/to/media.file">

<param name='animationatStart' value='true'>

<param name='transparentatStart' value='true'>

<param name='autoStart' value="true">

<param name='showControls' value="true">

<param name='loop' value="true">

<EMBED type='application/x-mplayer2'

pluginspage='http://microsoft.com/windows/mediaplayer/en/download/'

id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1'

bgcolor='darkblue' showcontrols="true" showtracker='-1'

showdisplay='0' showstatusbar='-1' videoborder3d='-1' width="320" height="285"

src="http://servername/path/to/media.file" autostart="true" designtimesp='5311' loop="true">

</EMBED>

</OBJECT>

</td></tr>

<!-- ...end embedded WindowsMedia file -->

<!-- begin link to launch external media player... -->

<tr><td align='center'>

<a href="http://servername/path/to/media.file" style='font-size: 85%;' target='_blank'>Launch in external player</a>

<!-- ...end link to launch external media player... -->

</td></tr>

</table>

QuickTime for website ,blogs

<?> Copy & paste the following...



<!-- begin embedded QuickTime file... -->

<table border='0' cellpadding='0' align="left">

<!-- begin video window... -->

<tr><td>

<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="320"

height="255" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>

<param name='src' value="http://servername/path/to/media.file">

<param name='autoplay' value="true">

<param name='controller' value="true">

<param name='loop' value="true">

<EMBED src="http://servername/path/to/media.file" width="320" height="255" autoplay="true"

controller="true" loop="true" pluginspage='http://www.apple.com/quicktime/download/'>

</EMBED>

</OBJECT>

</td></tr>

<!-- ...end embedded QuickTime file -->

</table>

Real media for website and blogs

<?> Copy & paste the following...



<!-- begin embedded RealMedia file... -->

<table border='0' cellpadding='0' align="left">

<!-- begin video window... -->

<tr><td>

<OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'

width="320" height="240">

<param name='src' value="http://servername/path/to/media.file">

<param name='autostart' value="true">

<param name='controls' value='imagewindow'>

<param name='console' value='video'>

<param name='loop' value="true">

<EMBED src="http://servername/path/to/media.file" width="320" height="240"

loop="true" type='audio/x-pn-realaudio-plugin' controls='imagewindow' console='video' autostart="true">

</EMBED>

</OBJECT>

</td></tr>

<!-- ...end video window -->

<!-- begin control panel... -->

<tr><td>

<OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'

width="320" height='30'>

<param name='src' value="http://servername/path/to/media.file">

<param name='autostart' value="true">

<param name='controls' value='ControlPanel'>

<param name='console' value='video'>

<EMBED src="http://servername/path/to/media.file" width="320" height='30'

controls='ControlPanel' type='audio/x-pn-realaudio-plugin' console='video' autostart="true">

</EMBED>

</OBJECT>

</td></tr>

<!-- ...end control panel -->

<!-- ...end embedded RealMedia file -->

<!-- begin link to launch external media player... -->

<tr><td align='center'>

<a href="http://servername/path/to/media.file" style='font-size: 85%;' target='_blank'>Launch in external player</a>

<!-- ...end link to launch external media player... -->

</td></tr>

</table>

Adding Video to Your Website

Uploading the Video

First you must upload/save your video to your web server. You may want to create a folder called "video" and save it there. So the path to your video will be something like http://yoursite.com/video/movie.avi.

Embedding the Video

The web browser treats videos differently. It may work in one browser, may not work in another. So you should use both old and new HTML embed tags and embed. See the sample code below:

embed a video, just copy the code from the "Embed" box—you can find it in the "About This Video" box when you're watching the video. Once you've copied the code, just paste it into your website or blog to embed it.


Also, please note that if you don't want one of your videos to be embedded on other websites, you can disable that feature by following the steps below:

  1. Within your account, click the "My Uploaded Videos" link (http://youtube.com/my_videos).
  2. Click the "Edit Video Info" button to the right of the video in question.
  3. Under "Sharing Options," click the button next to "No, external sites may NOT embed and play this video."
cut and paste
<!-- begin embedded Flash file... -->

<table border='0' cellpadding='0' align="left">

<tr><td>

<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'

codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'

width="320" height="240">

<param name='movie' value="http://put your servername/path/to/media.file">

<param name='quality' value="high">

<param name='bgcolor' value='#FFFFFF'>

<param name='loop' value="true">

<EMBED src="http://put your servername/path/to/media.file" quality='high' bgcolor='#FFFFFF' width="320"

height="240" loop="true" type='application/x-shockwave-flash'

pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>

</EMBED>

</OBJECT>

</td></tr>

<!-- ...end embedded Flash file -->

</table>

Add Google Talk,skype and Yahoo Messenger to Your Website and Chat With Your Visitors

Add Google Talk to your website and chat with your visitors
http://www.google.com/talk/service/badge/New

Add Yahoo Messenger to your website and chat with your visitors
http://messenger.yahoo.com/pingbox/studio/

Windows  Live MessengerAdd Windows Live Messenger to your website and chat with your visitors
http://settings.messenger.live.com/Applications/CreateHtml.aspx?wa=wsignin1.0

AIMAdd AIM to your website and chat with your visitors
http://wimzi.aim.com/

SkypeAdd Skype Button to your website and let other people contact you easily http://www.skype.com/share/buttons/

How to Speed Up Hotmail By Disabling Windows Live Messenger Autoload

Here is how you stop Messenger from loading with Hotmail:

Open Internet Explorer and click on Tools > Manage Add-ons.
windows live messenger

windows live messenger

A new window opens that displays a list of installed – but not necessarily enabled – add-ons.

Locate the two add-ons Windows Live and Windows Live Sign-In Helper. Their status is enabled by default. To disable the two add-ons do the following.

Left-click the add-on and select the Disable button in the lower right corner of the window. This disables the add-on in Internet Explorer. You can also right-click an add-on and select Disable and even select both at once and disable them together.
disable windows live

disable windows live

Make sure the status reads disabled next to both Windows Live and Windows Live Sign-in Helper. Close the add-on manager.

Hotmail will now open without loading Windows Live Messenger as well, this should speed up startup quite a bit, especially on slower computer systems
.

How to Add youtube to website and blog

you tube



<object width="425" height"350"><param name="allowFullScreen" value="true"/>

<param name="movie" value="http://www.youtube.com/v/NLIcopyXT_g"><param><paramname="wmode' value="transparent"></param><embed src="http://www.youtube.com/v/NLIcopyXT_g" type="application/x-shockwave-flash"wmode="transparent" width="425" height="350"></embed></object>

Google translater for website

Cut and Paste
<div id="google_translate_element"></div><script>

function googleTranslateElementInit() {

new google.translate.TranslateElement({

pageLanguage: 'en'

}, 'google_translate_element');

}

</script><script src="http://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>


Add google search to your website

cut and paste


!-- Search Google -->

<FORM method=GET action=http://www.google.com/custom>

<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>

<tr valign=top>

<td>

<INPUT TYPE=text name=q size=31 maxlength=155 value="">

<INPUT type=submit name=sa VALUE="Search">

<INPUT type=hidden name=cof VALUE="L:http://www.yoursite.com/images/logo...2a338c6a5be73d;">

</td></tr></TABLE>

</FORM>

<!-- Search Google -->






Indian Temples History.