Tagged Questions

0
votes
1answer
30 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
46 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
4answers
48 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
30 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 …
1
vote
1answer
19 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 …
0
votes
1answer
61 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 …
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
21 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
32 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
83 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
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
83 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 …
1
vote
6answers
126 views

Why don’t databases intelligently create the indexes they need?

I just heard that you should create an index on any column you're joining or querying on. If the criterion is this simple, why can't databases automatically create the indexes they need?
0
votes
2answers
29 views

Apache: Deploying a new site to the server

I have a site currently live on a domain. I would like to switch it to a new site, that is currently in a password protected sub directory on this server. I have a "Site Maintenance in Progress" …
2
votes
5answers
110 views

Why would Oracle ignore a “perfect” index?

I have this table: create table demo ( key number(10) not null, type varchar2(3) not null, state varchar2(16) not null, ... lots more columns ... ) and this index: create index …

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