Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
14answers
396 views

What features would you like added/changed in the .NET Framework?

Over the years I have found myself being limited by what's available in the .NET framework, and having to work-around the stuff that isn't there. This seems ludicrous to me because there are so many ...
5
votes
1answer
374 views

Magento add pager toolbar to wishlist

Is it possible to use the catalog collection pager for the wishlist, and if so how can I implement this into the wishlist?
4
votes
12answers
405 views

Missing features in Visual Studio?

What features do you want to see in Visual Studio that are not included out of the box? I'd like to be able to: Add projects and references by dragging to the Solution Explorer. Collapse to project ...
3
votes
2answers
212 views

Tool to generate a GUI (WinForms or WPF) from a class

Say we've got a class like public class Doer { public int Timeout {get;set;} public string DoIt(string input) { string toReturn; // Do something that involves a Timeout ...
2
votes
1answer
81 views

Javascript library for a “Universal Wishlist” type bookmark-button?

Amazon has a Universal Wishlist button which can be added to the browser bookmarks bar, then pressed on any website and it sends the details of the page the user is currently looking at to Amazon. ...
1
vote
2answers
392 views

Magento Wishlist - Remove item

I've built a custom script to add and remove items to the wishlist using AJAX. Adding products is not a problem but I can't figure out how to remove an item. The Magento version is 1.5.1.0. The ...
1
vote
4answers
284 views

Check whether a product is in the wishlist or not ?

I'm working on a Magento theme and I need to build a function that can check to see whether or not a product has been added to the user's wishlist. Magento has a "Mage_Wishlist_Helper_Data" helper ...
1
vote
1answer
86 views

Is there a way to define 'javadoc types' - custom parameters for members?

The use case I can think of is the following: In a typical application, there are usually many members of a certain category, e.g., a web application contains many constants attribute keys, Action ...
1
vote
10answers
1k views

Discussion: Silverlight 4 expectations

SL 3 is almost here (the official release date is the 10th of July), and most of its new features are already known (mainly UI improvements and wider support in other media formats). I think it's ...
1
vote
2answers
2k views

Amazon Web services - retrieving a wishlist

I've been tinkering with Yahoo Pipes and the Amazon E-Commerce Service (ECS) SDK to retrieve my wishlist. The problem is that although I can get all the items on my wishlist just fine, it seems to ...
1
vote
5answers
607 views

Visual Studio 2008 Add-In Wishlist

What add-ins do you wish were available for Visual Studio 2008? Describe it here, and maybe it already exists. Or perhaps, it will soon!
0
votes
0answers
9 views

Wishlist member Registration form url not protected

I am using Wishlist member and created an account. The account (level) has a register url ... my problem is that I was able to go straight to the register url and register without paying... I'm I ...
0
votes
1answer
13 views

WishList Members plug in for wordpress not finding protected posts

I was having trouble with the WishList Members plugin that's already installed on an installation of wordpress I'm working on. I built a new custom theme, but the posts that are members only don't ...
0
votes
0answers
22 views

wordpress custom query weirdness - duplicates last published post instead of first

This is super strange to me. I have a custom Wordpress query in a theme's shortcode, which was working fine until recently. We've made a couple of changes to the server since then, but I'm pretty sure ...
0
votes
0answers
15 views

creating a “wishlist” for touristic portal [closed]

I have an idea for a website about touristic objectives and hotels. I have a certain concept in my head and I want to know if it can be done: A user displays several touristic objectives, let s say ...
0
votes
1answer
210 views

Create working contact form within basket

I've taken over a website where the developer created a bespoke wishlist/basket. Technically it was working but it wasn't getting much response from anyone. I've been tasked with adding a contact form ...
0
votes
1answer
570 views

How to fix magento shopping cart add to wishlist bug in ie?

I am working on a magento project with a custom made sign editor. Everything works fine except for the add to wishlist function in the shopping cart. It works fine on firefox but on ie it does not add ...
0
votes
0answers
279 views

Magento: In sharing wishlist form, adding a checkbox to also send to store owner

Right now the magento 'wishlist sharing form' allows registered visitors to share their wishlist with emails that they enter into an email form field. When they hit 'share', it sends out the emails ...
0
votes
1answer
509 views

Magento wishlist sidebar and main view only return last 3 added items

We have a Magento site running version 1.4.1.1 that we have modified to be a catalog (no price) type store at http://geyer-rental.com. We have engaged the wishlist functionality. Issue. The ...