Microsoft
Software
Hardware
Network
Question : local hosting
Hi,
I am using google's feed reader. In my html page, I am using the below line
<script type="text/javascript" src="
http://www.google.com
/jsapi?key
=MYKEY
"></
script>');
Is there a way I can have the "jsapi" in my server rather than going to google. If so, how to use it?
Thanks
Answer : local hosting
download the js file and upload it to your server.
then change the script tag in you page to point it to that js file. you are done.
PS. for testing, i had downloaded the JS. attached it here. U can use it if u want.
Random Solutions
Can't access variable in code behind page
Is there a user_packages table synonymous to the user_tables table?
Can't connect to local MySQL server through socket
exiting users from database
Error message when replying, sending, openning email in OWA
MAGENTO ENTERPRISE: Need to make static link in category menu (always display throughout layers)
Set site as read only to everyone
Adding one cell to the bottom of a named range defined byan OFFSET
Checkpoint VPN Site to Site Issue - encryption failure: Unknown SPI: 0xb41565ee for IPsec packet.
How do I add rows to a datagridview based upon a For Each statement in VS2008?