1
vote
3answers
38 views
Jquery Delete From Table
This code does following:
Click on "Delete" in item row -> deletes item row
Click on "Delete" in category row -> deletes category row and all item rows (in all table)
Need it to do following:
…
0
votes
0answers
14 views
ResourceBundle MissingResourceException Linux Specific Key
Hi,
I have been having this issue in iterating through an array of keys and calling the getString() method on the resource bundle. I have all the mappings I need in my bundle and for some reason one …
0
votes
4answers
91 views
How to export an Excel from dataset and save it into a specific path without showing the save as box
Hi, I have a code to exporting dataset to excel working fine, I want to exporting the excel into a specific location on the server, my code is down here and what changes should I do: Any ideas?
…
0
votes
3answers
37 views
Jquery site questions
im developing a site heavily based on jquery and involving wordpress.
is there any way to navigate between pages without reloading the whole thing, other than simple hide/show functions or with …
1
vote
2answers
198 views
Weather for specific date?
Is there any weather api that supports query weather for a specific date(or date range)?
In my application, i need to show weather for today but last year.
I can store weather in DB for aech day …
0
votes
2answers
67 views
Monitoring which statement updates (and when) a certain table row with Oracle 10
Hi all,
I'm using (have to) a badly designed Oracle(10) DB, for which I don't have admin rights (although I can create tables, triggers, etc in my scheme).
Now I had run into a problem: this DB …
