Converting Dates For Google Sitemaps
I have dates, in the format: "dd/mm/yyyy" AND - for newwer entries in the db, the format is "dd/mm/yyyy h:mm:ss PM"
I need to convert this via a vbscript function, whether it has the time stamp on the end or not, for use in an xml file. the format has to be:
yyyy-mm-ddThh:mm:ss+00:00
...the "T" is constant, and the +00:00 would be the same.
View Replies
ADVERTISEMENT
I need to get an asp version of the google search api working for my job, they don't allow php on their servers which is a bummer because it would be a piece of cake in PHP.
I have tried using code available on the internet and the simplist one I got is below, it's called google.asp, however it's giving me a internal 500 error, here is the message from IIS. Code:
View Replies
View Related
Anybody have any experience with plotting map points with Google Maps
API from an Access DB?
I have a database with about 90 locations that I would like positioned
in the Google Maps. I found a cool tool to get the long and latitudes
to complete the database, now just need to figure out how to get all
that data to appear on the maps.
View Replies
View Related
I have a database which has the start address and end address. Is it possible to get the Google Maps to work with this data so that when I click on an image, I get the driving directions from the start address all the way to the end address.
View Replies
View Related
I have some pictures in database.now i am printing it using response.write in one page.It is working properly.I want to print it in such away(it should follows google page)like every page it should print 2 and then another page.
View Replies
View Related
does asp files retrieved from database come to google search? how to give mete keywords for that ?
View Replies
View Related
How would I add a form, text field and submit button, to handle the query and run the function. The code from the above link has a few syntax errors, Any ideas?? Code:
View Replies
View Related
I am trying to use google checkout and paypal checkout for the shopping cart.
I have searched on googles website ways to do it but i have a question if i use google checkout ihave to redirect to googles page for the credit card information once the user hits the submit button is there a way i can have that data added in my table.
View Replies
View Related
Is there any way to determine a website's Google page rank programatically? I can see the pagerank using Google's tool bar when I visit a website but does Google have hooks into this feature?
View Replies
View Related
I'd like to know how can I work with Google (or any other Search Engine's search result).
I'd like to develop an application that takes in a keyword, searches Google, and based on results, it says how many results were produced.. Or what was the rank (PR) of a particular site, and so on..
View Replies
View Related
I just logged onto Google sitemaps to check since I haven't logged on for a few weeks and I noticed a few new features.
One of these is a verification process and I tried to verify my site by following the instructions but I was then shown a message below...
"We've detected that your 404 (file not found) error page returns a status of 200 (OK) in the header."
I was then sent to this page (3rd paragraph from the bottom)
https://www.google.com/webmasters/si...ileconfigerror
It reads as follows:
------------------
We've detected that your 404 (file not found) error page returns a status of 200 (OK) in the header.
this configuration presents a security risk for site verification and therefore, we can't verify your site. If your web server is configured to return a status of 200 in the header of 404 pages, and we enabled you to verify your site with this configuration, others would be able to take advantage of this and verify your site as well. This would allow others to see your site statistics. To ensure that no one can take advantage of this configuration to view statistics to sites they don't own, we only verify sites that return a status of 404 in the header of 404 pages.
Please modify your web server configuration to return a status of 404 in the header of 404 pages. Once your web server is configured correctly, try to verify the site again. If your web server is configured this way and you receive this error, click Check Status
What I would like to know is how I could set the status, whats the correct way to write this in the header of the 404 error page I made?
View Replies
View Related
If I want to include google search in my asp page,i.e.with a text box and a submit button but it will link to google.How to do that?
View Replies
View Related
I have been searching for a search engine script done using CLASSIC ASP that uses the google data api but I could not find anything. I tried using a lot of codes (tutorials) but no one was effective with me.
View Replies
View Related
I am integrating google checkout in my shopping cart. I am able to submit my cart on google. But i want that the user should be able to update the cart even after that.
For that we have to specify the url where user can do so. But i am stuck and not getting how the cart is updated after that and what should i do so that user can update while being on google itself.
View Replies
View Related
I having trouble with some of my classic asp pages being dropped from google.Specifically, a set of four pages reused many times with the content identified via query strings (max 3 variables). I was under the impression that google no longer has a problem with urls appended with query strings. Does anyone know if it is possible to incur penalties for the "over use" of such pages? My product detail page for example is used to display 230 seperate products.
if using static urls may help get my pages re-indexed, but I have had difficulty finding a way to do this with classic asp. Could anyone suggest a suitable method or advise possible reasons for my google disaster?
View Replies
View Related
i want to make my site to be displayed in the first page of google.can it possible?
View Replies
View Related
I would like to know how I can do to avoid that Google index some doc files that are on a specified folder.
View Replies
View Related
I`ve got a site that is built with this structure: www.theurl.com/Default.asp?page=archive&id=31
When I search Google for information that is in the article with id 31, Google shows the correct information but the link to it is wrong. It shows the link to the default.asp....
Any ideas...?
View Replies
View Related
i get the ref url that come to my site and i want to convert it to find
out what was the query in (google or other searcher sites)
foe example : if someone goes to google and search some text and my
site was in his resaults and he click on it , in my site i see his link
ref like
http://www.google.co.il/search?hl=i...91-Google&meta=
i want to know (in asp and save it to DB) what was the word or words
that the user write in search engine.
View Replies
View Related
Whenever I do a site that is mostly static but with some semi-dynamic
sections, I've struggled to find a good site search solution without
paying for a hosted search service.
I like the FSO-based search engines, but they fail to pick up on some of
the dynamic part.
I was just creating a Google sitemap and it made me wonder: has anyone
created or seen a script that uses the XML Google sitemap to power a
search engine for your own site?
Seems like if you were keeping it updated for Google, why not use it for
your own site?
View Replies
View Related
I am using two fields on a form to capture time someboby is working. The fields are hours and minutes. How can I when submitting to the db take both fields and convert them to a single field in the db as minutes?
View Replies
View Related
I'm looking for a control to us on our web site that will take our reports
that are generated in PDF and convert them to DOC format all on the server.
We are using win2k3 web servers if that helps.
View Replies
View Related
I have developed an access database with VBA. Right now its on a network drive and is shared by 75 users. Works fine.
Now I would like to have this in the company intranet. Is it advisable to go with ASP? I recently installed IIS in my system. After that I have no idea how to convert my application to ? Is there a website or any walk through how to get my stuff's solved.
My application has 20 input screens, data add, save, update and also sends email based on certain rules. Is it possible to do all these stuffs?
View Replies
View Related
I want to convert CSV file to XLS. Is there anyway this can be done in ASP without renaming the file to XLS.Also can there Macros to Sort data in it while generating XLS?
View Replies
View Related
We are evaluating a clients request for converting their existing site using cgi and flat text files to ASP 3 and Access.
The site displays: their products that are broken down into sub categories, guest book, and a survey.
I am only "aware" that text files can be imported into Access but have never done it.
View Replies
View Related
I have some PHP scripts that need to be converted to ASP3 so that they can run on a Micrsoft NT server using ADO. My knowledge of ASP is limitied so i was hoping you could answer a few questions..
1. Is ADO part of ASP.net or is this completely different?
2. Is ASP3 the same as ASP.net?
3. Is there any advice you can give me regarding converting from PHP to ASP3?
View Replies
View Related
I've stored a set of months in an access database as numbers but when it display on the front end I need it to display as the name of the month.
How would you convert the numbers in the database to their word equivalent? Or is it possible to arrange the months in their correct order in the database?
View Replies
View Related
I have an existing application in asp. I need to add new functionality can I do using ASP.net ?
View Replies
View Related
Do we have any function in ASP that will convert US time(which is captured in the database) to IST
View Replies
View Related
My data input page uses a id generator which includes dashes, and the
corresponding column in the db is set up as varchar to handle that.
There is a problem, however, when the value in the varchar column is
compared to the string from the URL, and the following error message
occurs:
"Syntax error converting the varchar value '071-213' to a column of
data type int."
<%strSQL = "SELECT * FROM AMS where MinutesID = " & Request ("id")%>
Would it be possible to CAST the request string to varchar?
View Replies
View Related
I am passing a string into a page and them looking up info to display from a database based on whats passed in. The link is www.domain.com/page.asp?variable='12345678'
Once inside the page the following code is executed Code:
View Replies
View Related
i want to convert asp file to excel sheet through asp application. iam having report.asp file as a view form i need that form to convert in excel sheet can you help me.
View Replies
View Related
I have a project to do that requires that I use mysql as the database. I have only used MS Access. The sql will be simple searches.
Is there a drastic difference, or just different punctuation?
Can I find a copy of mysql on the web? If so, is there any advice on installing?
View Replies
View Related