Recent Posts

Pages: [1] 2 3 ... 10
1
Microsys Tools / Re: Problem in the operation of A1 Sitemap Generator
« Last post by bronz001 on Today at 02:31:39 PM »
Thank you, my dear

History has been transferred to the AD

Was to run the program successfully  ;D ;D ;D
2
Website Design and HTML / Help with my website
« Last post by syfer on Today at 02:04:44 PM »
I need someone who can edited my website its only 2 pages that need to change so if anyone is interested please pm and as its for my 3d modeling portfolio and I need some who is experienced in html. I cannot do this is because I have no clue in how to do this I just don’t understand it html even with tutorial. I need someone who can understand html and can use Adobe Dreamweaver. The site I have needs to be modified if you know how to use html then it won’t be a problem. I don’t understand html I have tried with Adobe Dreamweaver cs5 but I just made things worse so I need some to help me. If you are intruded give me a pm and I will send my website and tell you what needs to change.
ps I don’t have money to pay for this I’m broke at the moment.
If this is the wrong place then I apologize.
3
The date time control thing is a bug in my development environment. Been on my todo list for long time. But it will be fixed in 2.3.4 :) I just needed a little "push" to do it ;)

About the other error, how did you get it? I may already have fixed in 2.3.4 (not out yet) but its hard to say without howto reproduce description :)
4
Microsys Tools / Re: Why Does The Number of URL's In The Sitemap Not Correspond?
« Last post by supertrooper on September 04, 2010, 11:07:44 PM »
Such an option would be great. Please let me know when I can download the updated version of the software.
5
Microsys Tools / Problem in the operation of A1 Sitemap Generator
« Last post by bronz001 on September 04, 2010, 08:59:50 PM »
Hello

Error message appears when you run the program A1 Sitemap Nator

The first message

Error occured: "Error reading dtWebsiteMain_Edit_LastModified_Time.Date: Failed to set calendar date or time"

The second message

Error occured: "Access violation at address 004524D0 in module 'Sitemap.exe'. Read of address 00000040"

The system used by Windows 7 x64
6
Microsys Tools / Re: Why Does The Number of URL's In The Sitemap Not Correspond?
« Last post by Webhelpforums on September 04, 2010, 06:25:32 PM »
A1 Sitemap Generator only list each image *once* in image sitemap. This means if two page URLs link same image, only one of pages is selected as "source" for the image in the generated image sitemap. In some cases this means some page URLs end up having no unique images and thus not included in image sitemaps. (Since if you just want to let Google know of all page URLs in your website, you can use the normal XML sitemap for that)

Anyways, I guess I could make that behavior optional to satisfy everyone. (Those who want above -and- those who want an image listed for all different URLs where the given image is used)
7
Microsys Tools / Re: Why Does The Number of URL's In The Sitemap Not Correspond?
« Last post by supertrooper on September 04, 2010, 02:56:27 PM »
I also got 3,668 URL's using the latest version of A1 Sitemap Generator and the default xml sitemap.

However when I change the presets to Google Image Sitemap, re-run the scan and then build an XML-Sitemap (Google Image) there are again only 2,659 URL's in the sitemap. It would seem that that some URL's with images in them are being missed out.

What do I need to do to get an image sitemap containing all of the URL's containing images?

Please advise.
8
Microsys Tools / Re: Why Does The Number of URL's In The Sitemap Not Correspond?
« Last post by Webhelpforums on September 04, 2010, 06:15:53 AM »
You can find the XML sitemap I generated of your website here:
http://www.microsystools.com/support/sitemaps/sitemap-def.xml

(3668 URLs listed in XML sitemap)
9
Microsys Tools / Re: Why Does The Number of URL's In The Sitemap Not Correspond?
« Last post by Webhelpforums on September 04, 2010, 06:07:11 AM »
Looking at your sitemap.xml file there is something confusing:
http://kenbillington.ch/sitemap.xml

Normally sitemap.xml is used for standard XML sitemaps, but yours seem is an image sitemap! I think maybe the naming (for whatever reason) got messed up? A1 Sitemap Generator will with default settings use sitemap.xml for normal XML sitemaps and sitemap-image.xml for image sitemaps.
10
Microsys Tools / Re: Why Does The Number of URL's In The Sitemap Not Correspond?
« Last post by Webhelpforums on September 04, 2010, 06:03:50 AM »
Hi, I just took a test scan using default settings version 2.3.3

And in my XML sitemap they were all there. Remember per default that space gets encoded to %20. See:
http://www.microsystools.com/products/sitemap-generator/help/character-percentage-url-encoding/

Thje URLs you listed also all seem to be included in outputted XML sitemap and website scan results:
Code: [Select]
  <url>
    <loc>http://kenbillington.ch/photobank/Swans/Black%20Swan%20(Cygnus%20atratus)/slides/Black%20Swan%20(Cygnus%20atratus)%20(1).html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>
  <url>
    <loc>http://kenbillington.ch/photobank/Swans/Black%20Swan%20(Cygnus%20atratus)/slides/Black%20Swan%20(Cygnus%20atratus)%20(2).html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>
  <url>
    <loc>http://kenbillington.ch/photobank/Swans/Black%20Swan%20(Cygnus%20atratus)/slides/Black%20Swan%20(Cygnus%20atratus)%20(3).html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>
  <url>
    <loc>http://kenbillington.ch/photobank/Swans/Black%20Swan%20(Cygnus%20atratus)/slides/Black%20Swan%20(Cygnus%20atratus)%20(5).html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>
  <url>
    <loc>http://kenbillington.ch/photobank/Swans/Black%20Swan%20(Cygnus%20atratus)/slides/Black%20Swan%20(Cygnus%20atratus)%20(6).html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>
  <url>
    <loc>http://kenbillington.ch/photobank/Swans/Black%20Swan%20(Cygnus%20atratus)/slides/Black%20Swan%20(Cygnus%20atratus)%20(7).html</loc>
    <changefreq>monthly</changefreq>
    <priority>0.1</priority>
  </url>

Same with the rest I checked, e.g.
Code: [Select]
http://kenbillington.ch/photobank/Swans/Mute%20Swan%20(Cygnus%20olor)/slides/Mute%20Swan%20(Cygnus%20olor)%20(11).html

If you don't like URL encoding, you can disable it in A1 Sitemap Generator (see the above linked help page), but it's parts of XML sitemaps specification that URLs get URL encoded
Pages: [1] 2 3 ... 10