customization

Emacs: Set/Reset python debug breakpoint

I use python debugger pdb. I use emacs for python programming. I use python-mode.el. My idea is to make emacs intuitive. So I need the following help for python programs (.py) Whenever I press 'F9' key, the emacs should put "import pdb; pdb.set_trace();" statements in the current line and move the current line to one line below. Senten...

How to add custom fields for users (like Company:) in Jommla 1.5 ??

I've been searching on the internet for some kind of tutorial to do this and I've only found this one that seems to do the work ( http://tech.nabtron.com/add-custom-field-for-user-data-joomla-1-0-tested/97/ ) but the problem is that this tutorial is focused in Joomla 1.0 and I'm using Joomla 1.5.. the files are not in the same place and ...

Trying to build a Drupal-like CMS in ASP.NET MVC - Newbie Questions

I am new to ASP.NET MVC, and the ASP.NET technology in general, so, please, excuse the stupidity of my questions. I have a lot of experience with php development and CMS customization (Drupal and Wordpress mainly), and I wanted to know whether some techniques could be applied in asp.net mvc. I want to know what exactly could be modified ...

UISearchBar: Changing the appearance - Shape, Background, Overlay an Image

I'd like to change the appearance of the default UISearchBar. As an example, how would you recreate the search box in the Google iPhone app as seen below? How would you overlay an image to produce this effect? ...

Mapping a .NET Class to a custom page extension

What I would like to have is a mapping between a custom file extension to a class that is not System.Web.UI.Page but a class of mine that inherits from System.Web.UI.Page. i.e.: *.aspx -> System.Web.UI.Page *.my -> My.Package.MyClass (inherits from System.Web.UI.Page) I know I can map any extension to be treated like .aspx but I can...

What's a good approach for allowing users to define their own custom types?

Say you’re designing an application that, by requirement, allows a user the flexibility of creating custom types (for managing his data, whatever it may be). One way of handling this is to define a schema which allows us to use metadata for defining these types. This often means the resulting db schema will have some way of storing key...

Customizing Log4j to filter PatternLayout

Greetings, I have just starting migrating to WLS 10.x and have noticed that the thread name [%t] for WL is quite verbose and more informative than I need for my deployment needs. Ultimately, I only care about the thread ID but WL gives me this:    [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' ~ Does a...

Ruby: add custom properties to built-in classes

Question: Using Ruby it is simple to add custom methods to existing classes, but how do you add custom properties? Here is an example of what I am trying to do: myarray = Array.new(); myarray.concat([1,2,3]); myarray._meta_ = Hash.new(); # obviously, this wont work myarray._meta_['createdby'] = 'dreftymac'; myarray._meta_['lastupda...

Removing title from wp_list_categories()

I'm trying to remove/replace the title attribute on the category elements used by WordPress. I'm using WordPress 2.9.1, with the following code: <div id="categories"> <h3>Manufacturers</h3> <ul> <?php str_replace("title=\"View all posts filed under ","",wp_list_categories('use_desc_for_title=0&exclude=1,2,3,4,5&t...

How to edit multiple strings in emacs at sametime?

I want edit multiple strings at once by selection the list of strings needs to edit. After selection, when I type, it should modify all the text in the selected strings. How to achieve multiple string edit? ...

Stani's python editor- change syntax coloring

Looking at Stani's Python IDE, it definitely comes bundled with tons of useful features. Except it doesn't let me do custom syntax coloring. From the Q&A on the author's site: "- changing colors is not supported unless you edit manually sm/wxp/stc.py" So I've attempted to check out that code myself in my quest for the perfect full-fe...

Emacs, C++ code completion for vectors

Hi, I am new to Emacs, and I have the following code as a sample. I have installed GNU Emacs 23.1.1 (i386-mingw-nt6.1.7600), installed cedet-1.0pre7.tar.gz. , installed ELPA, and company. You can find my simple Emacs configuration at the bottom. The problem is, when I type q[0] in main() and press . (dot), I see the 37 members of the ...

Help customizing jquery treeview

I'd like to customize jquery treeview plugin to support cookies on nested ULs. I extracted the piece of code that needs to be customized but I am having problems getting it to work. function serialize() { function binary(arg) { return arg ? 1 : 0; } var data = []; branches.each(function(i, e) { data[i] =...

How to remove/hide vertical and horizontal scrollbars from eclipse editor?

Hi, I'm using Eclipse and I would like to remove scrollbars from the editor. (I usually partition my screen with multiple opened editors. I want to save space.). Is there an easy way? I'm using Windows 7. ...

Can't get JAX-WS binding customization to work

Hi! I'm trying to resolve a name clash in a wsdl2java mapping with CXF 2.2.6 The relevant wsdl snippets are: <types>... <xs:schema... <xs:element name="GetBPK"> <xs:complexType> <xs:sequence> <xs:element name="PersonInfo" type="szr:PersonInfoType" /> <xs:element na...

Custumizing Syntax Highlighting in Vim

How I can keep all the current formatting for a file type but add functionality. I would like to highlight colors in .vim files so that each color is highlighted how the terminal will resolve it. I created a vim.vim file containing: syn keyword yellow yellow containedin=All highl...

Client-side user custom CSS single file for overriding multiple domains

This is for using in Safari, though it could probably be used on Firefox as well. In Chrome you have to add a plugin anyway (which generally allow for custom CSS per domain), and Opera already allows this to be done without needing any CSS. But while it's for customizing on the client-side, it's also a pure CSS question. So I'm using no ...

Turning off warnings in swi-prolog

How Can I turn off warnings in swi-prolog. Clauses of XXX/AA are not together in the source-file is very annoying. ...

Target Non-US Customers In Email Template (NVelocity)

I am using Able Commerce and need to customize the Customer Order Notification email template. I believe Able uses NVelocity for its email templates customization. I would like to display a message to Non-US customers only. In other words, I would like to prevent the US customer from seeing a message not specific to them. How do I do...

Sharepoint Document Library Schema.xml Customization

Hi I am trying to add a custom field to the Schema.xml of Document library in sharepoint here is the code that I took from a blog In the ID i have to put the guid to do so do I have to add my own guid or do i have to query the sharepoint database and find the guid and paste it there... If i have to get it from sharepoint database...