1
vote
0answers
23 views
Workstation Build: Single 2.66ghz i-7 with overclock potential, OR Dual 5520 2.26ghz Xeons? [closed]
There are probably better places to ask this, but I am used to the excellent quality of responses on stack overflow.
I am rebuilding my desktop in a few months. Aside from normal lightweight internet …
0
votes
1answer
22 views
Featured articles list
I'd like to display 10 articles from "featured" category. Only the first should have title and excerpt, the rest 9 only titles. How'd I do that?
Many thanks for your help.
1
vote
5answers
47 views
C# arrays: finding custom minimal element
How do I specify a custom code for comparison when finding a minimal element in my Array?
For example, I have two arrays:
int[] a = new int[] {3, 6, 8};
int[] b = new int[] {9, -2, 5};
I want to …
0
votes
1answer
19 views
Custom delegate : How to call back from modalViewController tapping on done ?
Hi all ,
I want to use custom delegate in my search tab.
I have never used my own custom delegate in any application ( this is the just second one ).
The scenario is as below :
In the search …
0
votes
2answers
20 views
Adding my custom PHP Library in include_path
I want to add my PHP library file to be included in include_path, so that i can access it from anywhere in my application running on that server. I tried adding it as per the syntax for include_path …
0
votes
3answers
38 views
~masterurl/default.master does not exist
Hello all,
I try to create a custom webpart page. I tried a book example that start with :
<%@ Page MasterPageFile="~masterurl/default.master"
…
0
votes
1answer
20 views
Using mod_rewrite to work with a custom string
I want to rewrite everything that uses this pattern...
/test/?TEXT=TRUE and allow it to be /test/TEXT AND /test/TEXT2, and so on.
0
votes
4answers
51 views
C#: Custom 2-dim arrays trouble
I'm trying to create a two-dimensional array of my custom class Cell with the following code:
public class Cell
{
int top;
int bottom;
}
public Form1()
{
Cell[,] elements;
elements = …
0
votes
3answers
27 views
Displaying list of categories and tags in Wordpress
I'd like to display a list of categories and tags, that are picked manually. So I'd pre-define what categories and tags are to be shown.
So there'd two blocks in the sidebar:
Major Categories
- …
0
votes
2answers
28 views
Does Prototype.js support custom pseudo-selectors?
That is, can I define a selector called "shiny" and do ... ?
$$('div.shiny') //undesired -- class based
$$('div:shiny') //desired -- logic based
This is available in MooTools and jQuery.
0
votes
1answer
103 views
Specifying a custom configuration file for CKEditor
Hi there,
I am trying to add the CKEditor to a page I am currently developing but am having problems getting it to pick up my custom configuration file? I am using CKEditor in Visual Studio.NET …
2
votes
2answers
72 views
Dependency injection: injecting user control in aspx page
I need to build a 'customizable' asp.net web application (not asp.net mvc).
I was thinking to use an IoC container to inject user control into aspx pages.
Has anybody ever tried that ?
In brief …
0
votes
2answers
61 views
Sections must only appear once per config file! why???
hi,
I'm getting the following exeption:
"Sections must only appear once per config file. See the help topic for exceptions. "
my configuration file look like this:
<configSections>
…
0
votes
2answers
17 views
Having UITableView edit button outside of the navigation bar.
Hello
I have a UIViewController, and within that view i have UITableView added in IB
The UITableView displays the items from my array beautifully
I would like to be able to edit the items i.e …
0
votes
5answers
124 views
Android, Custom ListAdapter get TextView-Text
Hello guys
I coded an own Adapter and added it to my ListActivity via an ListView.
The reason why I wrote an own Adapter is, that i had to make some layout changes to the list-entrys. In every entry …
