Are there still Sample Bots available in Composer? - botframework

In the docs it says there are supposed to be eleven sample bots that are supposed to appear on the Composer homepage
But when I open Composer the examples are no longer there.
I tried looking around Composer to find them to no avail, so I was wondering if these samples are still available and if so where could I find them?

If you click on '+ Create new' option in the homepage, you can find the templates which are currently available in C# and Node.
If you need any other template, then you can request for the same using the link on the bottom left.

Related

casperjs and phantomjs for downloading images via ajax results in cross-domain issue

I am trying to automate downloading images from a site, and I am trying to use casperjs (1.1.4) and phantomjs (2.1.3) to do this
Doing this manually, I visit the site with a browser, log in, navigate to the desired images, select each, and then click a Download button. This then brings up the usual dialog for saving files.
In my code, I have figured out how to get as far as the download in my casperjs/phantomjs script, but I cannot successfully download an image using the casper.download() function. When I hover over the Download button, the URLs have this form:
https://www.frustrating.net/image/download?uri=https://frustrating.net/repo:/0495/4:1:8Q9MCSN3
But passing this URL (or even just the part after uri=) fails because casperjs says that it cannot handle cross-domain ajax requests.
In searching for answers, I find that many people have reported a problem more or less like this one, but there's no general solution.
Apparently, in recent versions of casperjs, there is a sendAjax() function, but it isn't clear to me how one gathers the information required by that function from the website that one is using, or even whether that function is what should be used in a situation like this.
How do I troubleshoot this? What information do I need to know in order to make casperjs download images from such a site? Since I'm learning javascript, I would ideally like to see some commented code that I could follow and modify as necessary. I can use Firefox's InspectElement feature to get more information, but it isn't clear to me what information I need.

Magento Seems Incomplete is it?

I downloaded and installed magento on xampp by bitnami. Here is a screenshot of what i can see once i open localhost/magento :
I was watching a video on youtube about magento but he had a bit different view:
So what i wanted to know was, is my install incomplete? because it lacks the main content it just has the side bar content and the top bar. (Note: In the video the guy had also said that all that was pre-made and he did not add any of that himself) What is it? and if it comes automatically how do i add it? re-install?
Yes that guy did not enter all that himself but he uses the sample data provided by magento itself.
Magento has a sample data archive available that contains sample products and CMS pages to allow you to explore your new Magento installation without having to create everything from scratch.
Note: You cannot install that sample data now. You need to re-install with some more steps.
Here is the magento page about all this.

Where to find the tags used in theme short codes? As well as the general tags used in pyroCMS?

I was wondering where to find the tags to type to take advantage of shortcodes programmed in themes. Many themes have them, such as the one below. However I can never find the information required to make use of them in the read me's or on site documentation. Which makes using them impossible for me. Is there a specific html, css, or php file that is consistent to each theme and shows them?
Given the lack of write ups on what tags to use suggests that theme creators expect people to know which file to find them in.
https://www.pyrocms.com/uploads/default/store/listings/11-25-2012_9-41-20_PM.png
https://www.pyrocms.com/uploads/default/store/listings/11-25-2012_9-41-20_PM.png
On a more PyroCMS rather than theme specific note, is there a list of all tags and their uses? Such as {{ settings:site_name }}, or the page body tag. Every link I have found to a list says that the list has been moved.
Thank you for your time once again.
Open up your file directory and navigate to:
path/to/your/files/system/cms/plugins/theme.php
Each one you can use is listed here along with an example in the function description. Each plugin in this folder is lined out the same way (files, session, asset, etc). You should be able to view each one and play with how to incorporate them into your project.
Edit: Also, you can find more information here: http://docs.pyrocms.com/2.1/manual/plugins
Notice that this is specific to version 2.1. If you are not using 2.1, in the top navigation add click on documentation and then select your version.

how to make a slow effect for Drop down menu for websites

im using dreamweaver to make a website. im wondering how to make a drop down menu similar to the ones in http://www.evga.com/.
Viewing the source for the page shows that it is using a JavaScript based menu system that works within DL/DT/DD "lists". The JavaScript appears to require specifically classed elements to work and uses the following file: http://www.evga.com/includes/js/dropdown.js
That file doesn't have any licensing information, but a very quick search and I ran across the following page that gives some instructions for it's use: http://www.cloft.co.uk/menu%20scripts.html
As I haven't tried to use those instructions, perhaps they can assist you.

Magento frontend and backend page looks different

I am a newb in magento and recently started looking at it to create a store for my client.
I am not sure but i tried installing firephp extension and soon after that I’m having my screen looks like the screenshot. ** please check the link provided!
Do I have to make any installations to get everything working as normal or what am I suppose to do to go to the normal screen. I have also changed the inline translation option to NO if thats what it requires.
Any help would be appreciated.
Cheers I have also posted this question on the magento forum
http://www.magentocommerce.com/boards/viewthread/193499/
Looks like you turned on some sort of template building helper that shows what templates generate which parts of the page.
Some quick googling found this, which appears to be the one. Look for "Template Path Hints" in the settings and turn it off.

Resources