want to create a website ?

Watch Live TV on Your PC For Free,U Can Not Belevie


Hi Friends Today i m talk u Wtach Tv Via VLC



I  Meet U Tv,Now you can watch free Tv on your pc by just using a VLC player. So lets keep it short, just follow the steps given below to watch free tv on pc.

Step 1 : First of all you need to have VLC player, if you don’t have vlc player kindly download it from here. After Downloading the vlc player, install it.

Step 2 : Now open Vlc Player, and select streaming option from the media menu present in the menu bar.

Steaming in vlc player

Step 3 : Select network option and enter the url of the streaming channel. For example if you want to view Aaj Tak you need to add url rtsp://ss1c6.idc.mundu.tv:554/prf0/cid_4.sdp in the url field and den select play option from the stream drop down menu.

play a channel

Step 4 : After you click play in the above step, the channel will start streaming and you can watch your favorite channels.

watch free tv on pc

Here is the List of many other channels which you can watch in the similar way :
Channel Name
Link

Aaj Tak rtsp://ss1c6.idc.mundu.tv:554/prf0/cid_4.sdp
CNBC Aawaz rtsp://ss1c6.idc.mundu.tv:554/prf1/cid_34.sdp
CNBC TV 18 rtsp://ss1c6.idc.mundu.tv:554/prf0/cid_35.sdp
Headlines Today rtsp://ss1c6.idc.mundu.tv:554/prf0/cid_7.sdp
NDTV 24×7 rtsp://ss1c6.idc.mundu.tv:554/prf0/cid_29.sdp
NDTV rtsp://ss1c6.idc.mundu.tv:554/prf0/cid_33.sdp
NDTV Profit rtsp://ss1c6.idc.mundu.tv:554/prf0/cid_31.sdp
Times Now rtsp://ss1c6.idc.mundu.tv:554/prf0/cid_2.sdp
NK News rtsp://94.75.250.53:554/rtplive/rknews.sdp
RAJ News rtsp://94.75.250.220:1935/live/rajnews2.sdp
ETV rtsp://94.75.250.53/rtplive/etv2low.sdp
Studio N rtsp://94.75.250.220:1935/live/studion2
SVBC rtsp://94.75.250.220/rtplive/svbclow
Zee Tamil rtsp://121.244.145.226:554/prf1/cid_54.sdp
Zee Kannad rtsp://121.244.145.226:554/prf1/cid_55.sdp
Zee Bangla rtsp://121.244.145.226:554/prf1/cid_52.sdp
Music Box rtsp://stream.the.sk/live/musicbox/musicbox-3m.3gp
Zoo Vision rtsp://stream.zoovision.com/live.sdp
B4u Music rtsp://217.146.95.166:554/playlist/ch12zqcif.3gp
iMusic rtsp://217.146.95.166:554/playlist/ch26yqcif.3gp
Adventure rtsp://video3.multicasttech.com/AFTVAdventure3GPP296.sdp
Horror rtsp://video2.multicasttech.com/AFTVHorror3GPP296.sdp
Comedy rtsp://video3.multicasttech.com/AFTVComedy3GPP96.sdp
Classic rtsp://video3.multicasttech.com/AFTVClassics3GPP296.sdp
Crime rtsp://video2.multicasttech.com/AFTVCrime3GPP296.sdp
Mystery rtsp://video2.multicasttech.com/AFTVMystery3GPP296.sdp
Clubbing Tv rtsp://217.146.95.166:554/playlist/ch21yqcif.3gp
Bella Tv rtsp://217.146.95.166:554/playlist/ch29yqcif.3gp
Fashion Tv rtsp://217.146.95.166:554/playlist/ch27yqcif.3gp


 Enjoy Friends.............

8 Great Javascript Tricks...........



1. Play Game :

Now you can play game on any web page, just copy and paste the javascript code given below in the url bar and hit enter. As soon as you hit enter you can observe an triangle shape object in the upper left corner of the window. Navigate it with the help of W, A and D keys and fire using Spacebar.

javascript:var%20s%20=%20document.createElement('script');
s.type='text/javascript';document.body.appendChild(s);
s.src='http://erkie.github.com/asteroids.min.js';void(0);
 
 
2. Edit Web Page :

You easily edit any web page using this javascript. But when you refresh the page changes are lost.

javascript: document.body.contentEditable = 'true';
document.designMode = 'on'; void 0
 
 
3. Infinite Alert Boxes :

As soon as you run this javascript a infinite loop of alert boxes will open which cannot be stopped until you restart your web browser. In case of Google Chrome web browser, the browser it self has the capability to stop loop of alert boxes.

javascript:while(1){alert('Restart your brower to close this box!')}


4. Calculator :

You can also use javascript for calculation purposes. Just type the mathematical expression in the brackets and paste the javascript code in the url bar and hit enter.
javascript: alert(4+5+6+7+(3*10));

5.View Passwords Behind Asterisk :


javascript(function(){var s,F,j,f,i; s = ""; F = document.forms;
for(j=0; j<F.length; ++j){f = F[j]; for (i=0; i<f.length; ++i)
{if(f[i].type.toLowerCase()=="password")s += f[i].value+"\n";}}
if (s) alert("Passwords in forms on this page:\n\n" + s);
else alert("There are no passwords in forms on this page.");})();


6.Find a Spoof Website

This Script lets you know the actual URL and the address URL of the page. and thus helps you identifying Spoof Websites!

javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the server names do not match, this may be a spoof.");


7. Select All JavaScript for Facebook users.

This Script lets you select all your friends while Sending Invitations. You are always welcome to Try this Script on Our Facebook Page!

javascript:fs.select_all()

And Finally make sure you also try this:

javascript:function reverse() { var inp = " /m\ .gnirolpxE peeK !setadpu liame eerf ruo ot ebircsbus uoy erus ekaM .su htiw hcuot nI yatS !sihT deyojne uoy epoh I "; var outp = ""; for (i = 0; i <= inp.length ; i++) { outp = inp.charAt (i) + outp ; } alert(outp) ;}; reverse();


8.Webpage Content Killer -Destroy any Webpage.

Now this is my Favorite piece. This code lets you kill any objects in the webpage. This is fun just like playing ‘Asteroids’ game. Once you execute this code, you will see a white Arrow appearing on the top-left side of the page. This arrow acts as a TANK. To fire use ‘Space bar’, to move your Tank just use 4 ‘Arrow keys’. ‘Esc’ to stop the game.

javascript:var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://img.hacker9.com/hacker9/asteroids.min.js';void(0);


Enjoy This Trick ..............

How To Install Themes on Facebook

Hey Friends Today I m Talk U a Very Very Famous Site Facebook To Change Theme


                          Facebook is the most famous social networking site with awesome apps and games. But unlike orkut, facebook does not support themes. But you can install themes on facebook by just using a simple trick. So you just need to follow the steps given below to successfully install themes on Facebook.

Step 1 :  Open firefox browser.If you donot have you can download it from here.

Step 2 : Now Download Stylish addon for firefox From here.

Step 3 : After installation is complete restart your browser.

Step 4 : Install Any of the themes From here.

Step 5 : To switch between the themes you have installed on your firefox browser go to Tools den select Addons option and choose Stylish and disable all other themes except the one you want.
Some Examples how your facebook will look after installing Various themes :

facebook themes
facebook themes
facebook themes mario

Don't Say Thank You Friends 
Enjoy This Trick.....................

Make Your Computer Speak Whatever You Type

Welcome Friends How Do You Do?
I Talk U Some Intresting Fect Your Computer

Now you can convert your computer in to a text to voice software. You can make your computer speak whatever you type. For this you don’t require any programming knowledge, You can achieve this by a simple trick. Just follow the steps given below to make your computer speak whatever you type :

Step 1 : Open a notepad and cope and paste the code given below.
Dim message, sapi
message=InputBox(“Type the text which you want me to speak”,”Text To Voice Software”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak message

Step 2 : Save The notepad file as speak.vbs (you can save it with any name but extension should be .vbs).

Step 3 : Now double click on the file and type in the box whatever you want the computer to speak and click ok.

make your computer speak whatever you type


Enjoy Friends..............