customization

Changing Design For All Module Pages In Magento

I'm doing a custom module in Magento and everything is going swimmingly... except I want to change the base layout template that all pages in the module use. I've done some googling with little success. Anyone have any answers? I want to do something along the lines of: ... <optionbox> <reference name="root"> <action method="se...

Has anyone used a modular shopping cart platform?

Hey all, I've stumbled across Modular Merchant during my search for a subscription based eCommerce solution. Their website does not look that great, and I'm not entirely sure on the capabilities of their package (it looks like they host the site/store for you?) I was curious if anyone knew anything about them. My primary question how...

What's the name of the item that controls the color of http links inside string literals in Visual Studio 2010?

I am trying to change the color of the http links inside string literals in Visual Studio 2010, but neither String, not Literal doesn't control the color of them. They still appear blue. For instance: "http://mylink.com" " characters appear in the color I set, but http://mylink.com still stays the same color which is blue. What item ...

JIBX codegen customizations

Hi, What can I set into ... <xsd:element name = "body"> <xsd:complexType> <xsd:choice> <xsd:element ref = "AddTax"/> <xsd:element ref = "AddTaxResponse"/> <xsd:element ref = "AddData"/> <xsd:element ref = "AddDataResponse"/> ... I do not wish binding to be generated for AddData and AddDataresponse. All of these...

Magento custom attributes failing to install

I followed the tutorial at http://www.magentocommerce.com/wiki/5_-_modules_and_development/0_-_module_development_in_magento/installing_custom_attributes_with_your_module step by step to make my module install a couple of custom attributes, using Magento CE 1.4. I get to see the custom attributes on the product edit page, but whenever I ...

magento cutom module to edit product tab

Ok so i built a module now I need to move it so it shows up as a tab in edit product I tried creating directory app/code/local/mycompanyname/adminhtml/Catalog/Product with all the same sub directories and file structure of my original module and in each of the files change the classes for example edit.php from class <myCompany>_...

UI design in WPF - creating non-standard UI

Okay, so I had a really, really hard time formulating my title because I couldn't come up with a short phrase that would justify what I was trying to say in a clear way. Sorry about that. But, to the question: I asked a week or so ago about whether to use C# or Adobe Air for some quite simple applications, and I've not made my final dec...

Customizing Django Admin Interface functionality

I am new to django and have gotten a bit stuck on trying to make the admin site work as I'd like it to. I am wondering if for making the admin functionality I want it is better to make a custom admin app with a template inheriting from admin/base_site.html, using the frontend login with a redirect when is_staff is true. The initial d...

Is it possible to add a custom source to Visual Studio Help online search?

When searching online in Visual Studio there is an option to also search several online help providers. By default in VS2008 there are "Local Help", "MSDN Online", "Codezone Community" and "Questions". Is it possible to add another source of my own there? I cannot find anything on the subject. ...

In vim, what's the difference between remap, noremap, nnoremap and vnoremap?

Question says it all. ...

hook application procedure and change target file name

Hi I have an application written in visual c++ or visual basic (not sure, sorry) that I do not have source code access to. One of the toolbar options it offers generates an HTML report from a template that has bookmarks or space-holders that are filled by variables calculated in the program before it renders the HTML report. I would like...

How to customize CruiseControl.NET (CCNet) Dashboard?

I'm new to CCNet... I would like to customize CCNet web dashboard to add a checkbox next to "Force Build" button to indicate that particular build is for release or not. Please let me know whether these kind of customization possible? If so, provide some tutorials or article links to start ...

Magento _prepareLayout() called 5 times to many

** New EDIT ** so what I'm trying to do is this. I want the to add new form elements generated by my module on the product view of the following url http://magento.example.com/catalog/product/view/id/46 ultimately these elements will be determined to show up by a related table in my module I expected that if I extended Mage_Catalog...

How to customise the PostgreSQL/psql prompt?

How can I customize the prompt in the PostgreSQL command line tool psql (ideally in a per-user start-up script)? In particular, I'd like to be able to change it while still including the character that indicates whether the command is multi-line (eg. =, -, ', etc.). I'm running Ubuntu 10.04 (Lucid), PostgreSQL 8.4.4. ...

MS CRM import (grants360) customization faild

By using MS CRM in Setting Tab > Customization > Import Customizations takes so long time for uploading grants360 customization files and generate/send email to me that Import Organization faild. my Server installed software configuration are: Windows Server 2003 MS SQL SERVER 2005 MS CRM 4.0 I realy don't know what is the reason ...

How to deal with updates to white-labeled sites that have been modified by customers

I'm planning to make a white-label product that will be delivered to clients. The product is developed using an MVC framework (CakePHP in particular), and the idea is to let the customer modify not only basic stuff like the CSS, but also the templates. Now, templates, although they are "views", they still have some logic to them. Lot...

White labeling CakePHP: What's the best way to provide customization hooks/callbacks to implementers?

I'm developing a CakePHP application that we will provide as a white label for people to implement for their own companies, and they'll need to have certain customization capabilities for themselves. For starters, they'll be able to do anything they want with the views, and they can add their own Controllers/Models if they need to add c...

Why does the Selenium IDE recorder call my LocatorBuilder function multiple times per user click?

I have defined a LocatorBuilder function and inserted it as the first element of LocatorBuilders array. It is working nicely. However, when I add an alert() at the top of my function, I observe that my function is being called twice for each user click that is recorded. Specifically, when I turn on recording and click a button on the pag...

light-weight cross-platform customizable IDE

Hi, what is the most light-weight IDE that provides only the bare-bones services such as a project concept, a gui and document management facilities that can be fully customized!? I know Visual Studio has some such edition but I can't remember how it's called but if you know what I mean what I am looking for is THAT (VS bare-bones) + cr...

Customising the DatePicker Dialog Android

I am using a DatePicker in a Dialog box to allow the user to chose a date. But I just want them to chose a month and a day. Is there any way I can make the year not show up? ...