|
Hi,
I have an issue with CSS I can't solve.
I've made a little diagram .
Let's say that the pink and green box's height are determined by there content. The pink box could sometimes be the smaller one.
What I am trying to do is have the smaller box fix...
Started by Smickie on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Based solution (explanation here ) - but that won't work in IE either, and there isn't much difference.
|
|
Hi there,
I've been coding since my early teenager years. I started out with HTML, went on to PHP/MySQL (created my own forums, social networking sites, etc..) and then branched out into more traditional languages such as Java and C++ (also picked up ...
Started by mcFreid on
, 17 posts
by 17 people.
Answer Snippets (Read the full thread at stackoverflow):
For example, if you want: In response to comments, my interpretation of the question is where can he go from here as a programmer not to complex....
simple problem you had issue with, and make a software that solves that issue.
|
|
Hi,
I have a very simple jQuery/ajax script for a membership driven website. The script just checks to see if the user entered info, validates it against my database and returns 1 for a failed login attempt, and 0 if the username/password match.
The function...
Started by Derek Adair on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
How are you firing this ajax request? Are you sure in the query that why its routing to
else { return 3 };
There is a small issue in your PHP code.
This shouldn't be a sandboxing issue.
|
Ask your Facebook Friends
Simple AJAX JS works fine locally in Safari, fails on server and in Firefox (issue with evalJSON())?
I wrote a script that polls Twitter via Prototype's AJAX methods, grabs JSON results, evals them and then updates a div with the formatted tweets. Everything worked fine in testing (Safari 4.0.3 on a OS 10.6.1 machine) until I loaded the script onto a...
Started by Martin McClellan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If your application itself is not hosted on that twitter.com domain, you cannot do Ajax requests to it : you can only do Ajax requests to the domain on which your... .
Hi,
If I am not mistaken, you are trying to do an Ajax request to the twitter.com domain .
|
|
Can some-one please walk me threw the procces of loading a class or package in jsp with tomcat?
i think it might just be a tomcat setup issue :S my jsp file runs fine without importing or using dbpool or dbpooljar. ive tried many suggestions to other ...
Answer Snippets (Read the full thread at stackoverflow):
As simple.
And ">" - I've preserved them here in order to be able to use bold typeface.
|
|
UPDATE: Ok, I am a retard & feel free to give me negative votes because the issue was that I had named the file _stylesheet.html.erb & not _stylesheets.html.erb. I thought I checked spellings but clearly I did not. I apologize for wasting everyone's time...
Started by tundal45 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I really don't know what Rails version you are using but I suggest one of the following:
Add the :partial option: <%= render :partial=>'layouts/stylesheets' %> (I believe this one would work for you) Rename the file stylesheets.html.erb to stylesheets... .
|
|
I'm a jQuery newbie and have rigged Simple Modal to allow me to have more than one modal on a page by doing this in my script:
$('input.basic, a.basic').click(function (e) { e.preventDefault(); $(this).next('.basicModalContent').modal(); });
here's my...
Started by Corey Greeneltch on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Doctype html> <html> <head> <meta charset="utf-8" /> <title>Simple Modal.
|
|
Simple Questions / Simple Answers (Gen 5) Welcome to the Simple Questions and Simple Answers thread. You guys know the drill: any general question regarding Gen V gameplay (Gens I - IV have a separate thread in The Lost Tower) that can be answered with...
Started by TM2-Megatron on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at bulbagarden):
Re: Simple Questions/Simple Answers v.4 (Gen IV/V) Ok so I have a lvl 60 haunter and a lvl 60: Simple Questions/Simple Answers v.4 (Gen IV/V) Originally Posted by xanderthevampire Ok so I have a lvl: 0905-1942-9451 Re: Simple....
|
|
Hi,
I'm getting confused re the range of options for development & deploying some simple code & UI to both Windows & Mac. Can anyone assist re a good direction here. I do like Ruby, however if it makes sense to move away from this (e.g. java, c#) then...
Started by Greg on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You may well need scheduler, or write some....
The System.Net.WebClient class is implemented and provides a simple cross platform way to retrieve data over/deployment as a separate issue from the implementation of the actual application code.
|
|
Simple Input Box Issue (AS2) I believe I have a relatively simple problem and hopefully one of you guys can lead me in the right direction to fix the issue. Currently, I have an input text box and a button. When you type specific words into the input ...
Started by ArcticClaws on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at kirupa):
On frame 1, change the code to reflect this:
Code: submit.onRelease = function() { switch (passw.text) { case "... .
On the new frame 2, add this: gotoAndPlay(1).
Move frames 2 and 3 one frame over.
Instead of having the stop() function on the first frame .
|