How to create a visual sitemap of a large existing website? [closed] - sitemap

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I need to evaluate a current existing website's sitemap and structure. Normally i utilize a patchwork of utilities and programs and end up creating the visual site with either illustrator or slickmaps for a browser based solution.
I have started down this road again and realize this site is much too large to do this all by hand. My "dream" solution would create an attractive diagram of the website possibly from an xml file, and show cross linking and those kinds of relationships. The icing on the cake would be if i could also get it to mashup with google analytics site visitation metrics - but that would probably be asking too much...
Any help appreciated...
Shawna

Do you need sitemap for seo? We use at http://applehub.us/ huge xml file generated by script. I think it would useless create site map for users

For building flow diagram of a website you can try the Site Visualizer software.
Run the app, create new project, enter URL of the site, then click Start button. After the site will be crawled, go to Visual Sitemap tab and click Draw button. Similar visual structure of the website will be drawn:
Click on a page in order to highlight all its outbound links. Click on Save button to save the diagram to an image file.
More info is available here.

Related

Is there a way to use vb scripting in Sap Business Client on report (not a transaction)? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 days ago.
Improve this question
I try to use VBS to automate Excel download on Sap Business Client. Normally I would use the following option:
Using settings option to record VBS
This works great when interacting with transaction.
Lately I came across a different type of GUI-which looks different. In this screen there is no scripting option and even after I tried to record from a transaction and interact with it, it fails.
This picture shows how it looks on the tabs menu (it has Sap logo instead of normal transaction logo):
Tab menu report logo
Unfortunately I use Sap in an organization that does not allow for full code sharing, so this is why I attached only screenshots.
Any help or even a link to a documented API to interact with such type will be very appreciated.
I tried to search for any ideas, but couldn't find anything.
My guess is that the object type needs to be different than SAPGUI or SAPGUISERVER:
Set SapGuiAuto=GetObject("SAPGUI ")
But again, no other option works.

Why some sites load like an SPA while some refreshes everytime? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 months ago.
Improve this question
I have hosted my website on two different providers
render - https://madhusudanlive.onrender.com/
railway - https://krypton.up.railway.app/
Both of these sites have same code and built on top of nuxtJS, also the same methods used for deploying, but the one hosted on the render loads quickly, and the loading sign on URL doesn't change (feels like an SPA) but the other one reloads page on every single request, and we can clearly see the reload and cross icons changing on every click.
For a better example, open the navbar on top right and click the home/about pages, and then click on the k logo, for render site, it will show animation but for the railway host, it will not show the animation but reload the page.
The app on Render is indeed an SPA, the Railway one behaves like an MPA.
I can confirm that.
As of the exact reason, we'll need to check some of your code. What matters the most is how it behaves if you bundle (and preview) it locally.
Also, depends if you use 'server' or 'static' for those as a target.
Also how you configured the deploy on each platform.
PS: I would start by fixing those errors first is quite important.

Custom tasks and default view in SAS Studio 3.5 [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am creating a custom task in SAS Studio 3.5. I want to design a simple user interface so that users can select options and input parameters.
When SAS Studio opens, there is a code and log window, when the task is opened there are then a few extra tabs at the top.
I would like to know if
A) the log and code window can be deselected by default
B) if, when the task is opened, it displays only the user interface (form) to fill in.
I basically want as few things for the user to click on as possible.
The best way to deliver a modern UI is to use HTML5. This is waay easier than using SAS/AF, more supportable (plenty of web resource available in the market), scalable, requires no client install (virtually all clients have browsers!), and you can make use of the '000s of free libraries available (jQuery, Boostrap, HandsOnTable etc).
I have written a simple guide for building web applications with SAS:
http://rawsas.blogspot.co.uk/2015/12/building-web-apps-with-sas.html

Magento XMLConnect...what is it and how can I use it? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Can someone explain what the XMLConnect extension is and what it is used for? I know that in general it can be used to develop a mobile friendly site, but that's about as far as I've gotten with my Google searches. Does anyone have experience working with this extension and can provide some details and/or examples?
Thanks!
XMLConnect is, essentially, an XML service. One way to think of a "normal" Magento website is
Backend code adds things to carts, fetches products from database, etc.
Execution is handed off to the layout system
Layout system makes HTML/Javascript/CSS
Magento has a product called Magento Mobile, which lets you create an iPhone or Android application to sell products from your Magento system. Magento Mobile works something like this
Backend code add things to carts, fetches products from databases, etc.
Execution is handed off to an XML rendering system
XML is sent back to the phone
The binary application sitting on the phone processes the XML and makes the pixels on the phone look and act like a store
XMLConnect is the module that lets Magento do this. It creates XML requests/responses.
Additional Reading: Develop your own Magento mobile application

Mac-like text rendering on Windows? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I'm trying to figure out how to render text on Windows with the same display as Mac rendered text, e.g: http://igadgetlife.com/wp-content/uploads/2009/09/11.png (That picture is not perfect, but it showcases the neat anti aliasing that Mac has)
I've looked at GDI++/Freetype, and it seems too unstable and it has a lack of documentation. If anyone has any suggestions, that'd be great.
The reason I am asking is because I am trying to make a writing program where text readability and text display are two important factors.
Thanks
The solution lies in using gdipp to override the default font-rendering engine in Windows. Just download the latest package from their Google project page and double click to install it.
It will automatically get installed as a service. If you don't notice any change in the way fonts render, open Run -> Type services.msc -> Right click gdipp -> Click Start.
You may need to restart your computer once for all programs to start respecting gdipp's rendering engine.
EDIT: Alternatively, look at MacType. It's a user-space application that won't require being run as a service. It works with Chrome as well.

Resources