Posts Tagged ‘google’
Where can I find an Audrey Hepburn iGoogle theme?
They don’t have any on the actual Google site and I know you can make your own theme. Unfortunately, I’m not a web designer of any kinds, so making my own XML code would be pretty close to impossible. Does anyone know where I can find a pre-made one online? It would be really awesome if it was a dynamic theme that changed headers with the time of day. Thanks!
How can i creat a site map for google web master tool?
I have submitted my URL in to Google web master tool. Its asking to submit a XML file for site map. How can i do this?
How do i center a google gadget i put on my site using dreamweaver cs3?
I built my site with dreamweaver cs3 and i added a bandwidth test google gadget. It shows up perfectly but i can not get it to center. anyone know how i can do this? This is how i have it written.
<p><script src="http://www.gmodules.com/ig/ifr?url=http://hosting.gmodules.com/ig/gadgets/file/103534220535816043845/speedtest.xml&synd=open&w=350&h=305&title=Speed+Test&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script> </p>
How can I manually change my play count for iTunes with Windows?
I need a safe and easy way to manually change my play count for some of my songs in iTunes. I have tried a lot of things while searching google, such as Library.xml file stuff and .js file stuff. I need to find another way. I have Windows, so no Mac stuff will work obviously.
Add a xml file to Yahoo Sitebuilder?
Is it possible to add a sitemap.xml file for google to a yahoo sitebuilder file? If so how? I’m not having any luck. Thanks!
Can anyone recommend a good event calendar for my website?
Can anyone recommend a good event calendar for my website? I want to host it on my website (no linking over to Google calendar). I want to supply my events to it in xml data format and have the calendar display the events on screen in a nice calendar.
I have created a sitemap in xml format acc. to google guidelines. but sitemap page is not exist on my site.?
I have created a sitemap in xml format acc. to google guidelines. but sitemap page is not exist on my site. Can I submit this sitemap this to google without a page of sitemap.
xml file for sitemaps?
I have a google webmaster tools account, and I want to make a sitemap for it. But it says something about an xml file and I don’t know what it is, or how to use it. Please help, thanks!
Does anyone know a way to completely automate my Google Sitemaps and Yahoo Site Explorer XML File Submissions?
Hello everyone,
I have a dynamic website and new pages are added everyday. It’s becoming extremely difficult to manage and submit my xml sitemap files to both Google and Yahoo all the time.
Does anyone know of a better way to completely automate this process? I will be willing to pay if anyone has a solution.
p.s. Does anyone know if Microsoft MSN/Live came out with an XML Sitemap submission? I can’t seem to find one.
Thanks.
Dynamic
How do I recieve an xml feed with an xmlhttp object?
I have createn an asp document that retrieves feeds such as http://www.nytimes.com/services/xml/rss/nyt/Arts.xml and writes a responce containing the items as html.
Using:
Set xmlHttp = Server.CreateObject("MSXML2.ServerXMLHTTP")
xmlHttp.Open "GET", feedurl, false
xmlHttp.Send()
feedxml = xmlHttp.ResponseText
How do I use this to recieve feed xml from feeds that do not end in .xml such as http://news.google.com/nwshp?sourceid=navclient&ned=us&topic=t&output=rss
Thanks for your time.