Tagged Questions

0
votes
0answers
27 views

jQuery image src attribute broken in IE7

I'm using jQuery (in an ASP.Net 2.0 website written in C#, FWIW) to handle a fairly simple div expansion and image swap (for display state indication) and it's working like a charm …
0
votes
1answer
40 views

How to set custom attribute that is only valid on return int value function

I know AttributeUsage class. This class can set only property or method or class ...etc I need custom attribute that is only acitve on method and method must return int value. If …
2
votes
3answers
58 views

XPath: what can be selected?

Am I correct in thinking an XPath expression can only point to/select either an element or an element attribute?
0
votes
4answers
221 views

Sort XML via attribute value PHP

So I have an XML file that I am trying to loop through in order, according to the attribute, "order". Here is an example: <page> <talentTrees> <tree name="Football …
1
vote
1answer
45 views

Regex: Does an XPATH string point to an attribute?

Here's what I'm using: ".+/@[^/]+$". Can you think of a reason why this might not work?
0
votes
2answers
68 views

Using method attributes to eliminate redundant code

I have the following method which prints lines to the console. public void MyMethod() { try { Console.WriteLine("Hello!"); Console.WriteLine("My name is MyMeth …
1
vote
2answers
168 views

iPhone : Parse XML file with attribute

hi all, i want to parse the XML file. i am enable to parse simple XML file. but there are little complex XML file <?xml version="1.0" encoding="utf-8"?> <Level> < …
0
votes
5answers
87 views

Datastructure alignment.

So, I'm coding some packet structures (Ethernet, IP, etc) and noticed that some of them are followed by attribute((packed)) which prevents the gcc compiler from attempting to add p …
3
votes
9answers
2k views

JavaScript: changing the value of onclick with or without jQuery

I'd like to change the value of the onclick attribute on an anchor. I want to set it to a new string that contains JavaScript. (That string is provided to the client-side JavaScrip …
1
vote
2answers
50 views

Xpath - How to select parent based on attribute of child?

How do you select a parent based on the attribute of a child? I want to select a div: //*[@id='outer']/div/div/div/div that has a child with the 'a href' attribute equal to 'ww …
1
vote
4answers
80 views

How can I pass a method acquired by reflection in C# to a method that accepts the method as a delegate?

Hi, I realize the title needs to be read more than once for understanding ... :) I implemented a custom attribute that i apply to methods in my classes. all methods i apply the at …
0
votes
2answers
149 views

filterContext.Result with Controller, Action and ViewData

I am using MVC with C#. I am trying to redirect the user if unauthorized. I need to redirect the user Sign In Page with the message in ViewData. Controller = User, Action = Sign …
1
vote
1answer
60 views

What is causing this Python exception?

I have a C++ app that uses Python to load some scripts. It calls some functions in the scripts, and everything works fine until the app exits and calls Py_Finalize. Then it display …
0
votes
2answers
66 views

Embedding mov in HTML5. Validation problem!

I'm trying to embed a .mov video in a web page whose DOCTYPE is HTML5, the code is: <script type="text/javascript"> QT_WritePoster_XHTML('Click to Play', '...', '...', …
1
vote
1answer
55 views

ASP.net MVC Attribute not executed in overridden controller method

I have a custom attribute which is executing correctly when used in a method in my controller. My Controller "A" is inheriting from Controller "B" and Controller "A" is overriding …

1 2 3 4 5 7 next
15 30 50 per page