0
votes
1answer
18 views
jQuery image index for a slideshow
I've made a small slideshow script to cycle through a list of images. The problem with it is selecting the current index during the next() and prev() functions.
When viewing the slideshow, it …
0
votes
2answers
45 views
Mysql query optimization
Hi,
I am working on a Rails project and hitting a performance problem. Here is the simplified db schema
table gaming_platforms ( ~5 rows)
id
table games ( ~10k rows)
id
gaming_platform_id
…
0
votes
5answers
123 views
iPhone table view - problem with indexPath.row
I'm using indexPath.row do determine in which row of my tableview I do something. The title of my cells is containing a number which should be 1 in the first row and 18 in the last row, so I have 18 …
1
vote
6answers
115 views
how to structure an index for group by in Sql Server.
Hi,
The following simple query takes a very long time (several minutes) to execute.
I have an index: create index IX on [fctWMAUA] (SourceSystemKey, AsAtDateKey)
SELECT MAX([t0].[AsAtDateKey]) AS …
0
votes
4answers
45 views
How to get the Index of select->option tag
<select id="sel">
<option value="123" selected="selected">text1</option>
<option value="44">text2</option>
<option value="882">text3</option>
...
…
1
vote
4answers
29 views
where can i find public domain open source list of softwares
Hello all
i like to browse open source software that are released as public domain type of software license , is there such list ?
if i think about it is there some kind of index that sort open …
0
votes
1answer
54 views
How to create index in SAP ?
Currently we are interfacing our application with SAP. We are having a lot of performance problems with bapi/rfc approach. So recently we are trying "direct sql" approach to retrieve some data from …
1
vote
1answer
14 views
Is there any way to repair help index for Visual Studio 2008?
Seems that my VS2008 help index has finally become FUBAR. It's already a known issue that after installing SQL Books Online 2008 SP1 a lot of inter-topic links break down, but this is even worse. When …
2
votes
4answers
42 views
query to check index on a table
i need a query to see if a table already has any indexes on it.
0
votes
2answers
20 views
MySQL Resetting the index count to 0
I need to reset my table counter back to 0 - is there a MySQL command for this?
2
votes
4answers
30 views
jQuery: get certain element from selector
i searched the docs and couldnt find it :(
let's say i'm selecting all elements like:
var items = $(".myClass");
it returns eg. 5 items - now how can i grab select eg. the 2nd one?
items(2) or …
1
vote
2answers
78 views
Changing Index Page - Ruby on Rails
I am new to rails so go easy. I have developed my blog and deployed it successfully. The entire app is based out of the post_controller. I am wondering how I can reroute the users path to default to …
0
votes
1answer
113 views
(Rails) In-place editing of attributes via an “index” page.
Hi All,
I'm looking to use "in_place_editor_field" on an "Index" page of items. Basically I want to mimic spreadsheet functionality for pre-existing line items in order to edit their attributes. …
0
votes
3answers
49 views
Using Index in oracle
How to use index in a select query in oracle? When creating indexes can enhance performance?
How to use indexed explicitly?
0
votes
3answers
69 views
xsl recursive loop node by index
I have created a recursive template for getting the first n number of items from my XML.
It uses an index(counter) just like how I would in a for loop. Now how can I get a node from my XML using the …
