0
votes
0answers
7 views

making a div visible and invisible by clicking and blurring respectively

in java script i want to write code for a div1, on clicking it, it should display another div2 and on blur (or moving away from the div1) div2 should disappear. pls help <html> <head> ...
0
votes
0answers
2 views

Loading data from database while working with bootstrap popup

I have a parent table with fields id | student_code | parent_name | relation | mobile | email I am using codeigniter and bootstrap for my project. Currently I have loaded some detail of parent table ...
0
votes
0answers
3 views

Can't redirect users to log in page when attempting to access a members only page

I feel like I'm beating a dead horse by asking this question, but I'm just not understanding redirects... If a user attempts to access a members only web page without logging in, how do I redirect ...
0
votes
0answers
2 views

how to custom sort a grid column in extjs 2

I have a column model that looks similar to this: { id: 'name', header: 'name, sortable: true, dataIndex: 'name' }; I want to define by own sort method to sort it by an 'id' ...
0
votes
0answers
4 views

questions regarding to vector reserve large memory

If I reserve large amount of memory for a vector, (it will be filled out with data later on), can the memory reserved be used by others? for example, vector<double* > vD; ...
0
votes
0answers
5 views

Menu bar not working in Firefox

http://www.usplumbingshop.com/ The CSS works in Jsfiddle on Firefox, but not on my site.. Im not sure whats canceling out everything on firefox now. The site works fine with Chrome and Safari.
0
votes
0answers
3 views

Rails Subdomain Middleware

I'm building a Rails 4 App and i was wondering if it was possible to load certain middleware based on the subdomain. So lets say in the Rails app if a request is for www is then the Rack::Cookie ...
-1
votes
0answers
4 views

What is a good project management strategy for a applet-servlet application?

I'm working on a client-server project that consists of a client implemented as an applet and a server implemented with servlets. The project started off as a one person project. Everything was in a ...
0
votes
0answers
6 views

Why does SQLite say that instr doesnt exist?

I am trying to run a query: SELECT name FROM Foo WHERE instr(name, '@') = 0 AND instr(name, '.') != 0 But I am getting the error: "no such function: instr". This confuses me because the website ...
0
votes
0answers
6 views

XCode : Views not displaying in the location as in the storyboard

Am working on an iPad App. I have a view with 3 parts. The top part is where I display the date (it's a thin strip). The second and third parts (which are a UIView each) have been added inside a ...
0
votes
0answers
3 views

Issue with page on UAT server

My ASP page is working great on my local machine as well as the DEV server. However, after migration to UAT I see an error. On UAT all other .NET pages work as well so I don't believe it is an IIS ...
0
votes
0answers
4 views

Red Hat - Forced password change using 'chage' not working

I am developing a VMWare OVA-based vAppliance using RHEL 6.4 at present, for which the root user and another user account are required to set their password on first logging into the system. Up until ...
1
vote
1answer
18 views

Attaching callback to arbitrary function? Returns: jQuery?

Some handy functions like jquery html() setter has no callback. Is there a way to manually attach callback for them, such that you can for example add event listener only when the element is added to ...
0
votes
0answers
11 views

Input/ output file (Capitalization of one letter)

I'am having some trouble with this program and I can not figure what I'am doing wrong; the program still does not allow for the displaying of a file and it still wont capitalize the letter "a". The ...
0
votes
0answers
3 views

Kendo UI TreeView - how do I populate different children nodes for each parent node?

The following populates the parent and children nodes. The issue is that the children are all the same for all the parent nodes. I need to populate the children nodes based on an "id" of the parent. ...

15 30 50 per page
1 2 3 4 5 362463