Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 15 of 15
Search took 0.04 seconds.
Search: Posts Made By: vipaka
Forum: JavaScript programming 04-16-2012, 10:44 PM
Replies: 3
Views: 259
Posted By vipaka
I've already tried that shortcut. It did not...

I've already tried that shortcut. It did not work. :S
Forum: MySQL 04-16-2012, 10:35 PM
Replies: 1
Views: 400
Posted By vipaka
You don't need SQL for that unless you're storing...

You don't need SQL for that unless you're storing the text and images in the database. If not, see below.
Name your banners as integers and put them in separate folders like

banner/1.png...
Forum: JavaScript programming 04-16-2012, 10:11 PM
Replies: 3
Views: 259
Posted By vipaka
Combining two simple JS functions

I want to call both of these functions with the same "onclick". Right now the two html onclicks that call each of these are below

onclick="changeIt({IMAGE_VALUE_LOOP})"
onclick="return...
Forum: HTML & CSS 04-16-2012, 03:48 PM
Replies: 2
Views: 541
Posted By vipaka
That code only works with specific image names...

That code only works with specific image names (of which there are only two in the listed example, so that clicking one switches to the other), and I have over 4000 images to choose to click on, and...
Forum: HTML & CSS 04-16-2012, 12:59 PM
Replies: 2
Views: 541
Posted By vipaka
Overlapping z-index and CSS positioned elements.

So I know that positioned elements always overlap other elements in css. I have two CSS areas that are both absolutely positioned. Putting the code for one above the other in the html has no effect...
Forum: Ajax and Design 04-05-2012, 09:02 PM
Replies: 13
Views: 2,988
Posted By vipaka
Yes. <script...

Yes.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
Forum: Ajax and Design 04-05-2012, 06:51 PM
Replies: 13
Views: 2,988
Posted By vipaka
1. I don't have a js console, but the virtual one...

1. I don't have a js console, but the virtual one on google is finding only type and reference errors (because of missing files).
2. Ack! Do I need to use $.post jquery or am I totally off track...
Forum: Ajax and Design 04-05-2012, 06:33 PM
Replies: 13
Views: 2,988
Posted By vipaka
1. No syntax errors. In phpbb syntax errors...

1. No syntax errors. In phpbb syntax errors (anywhere in the pathway) make a blank white page, header error messages or log in the php_error.log file, none of which has happened.
2. I gave up on...
Forum: Ajax and Design 04-05-2012, 06:22 PM
Replies: 13
Views: 2,988
Posted By vipaka
I've never tried to write something in Ajax or...

I've never tried to write something in Ajax or Jquery before, I'm really just throwing things against the wall to see what sticks at this point.

Thanks for the variable info, I'll fix them now. ...
Forum: Ajax and Design 04-05-2012, 06:09 PM
Replies: 13
Views: 2,988
Posted By vipaka
right now the php looks like this (and still...

right now the php looks like this (and still doesn't work).



$save = (isset($_POST['save'])) ? true : false;

if ($save)
{
$image = file_get_contents($_POST['image_data'])
$title =...
Forum: Ajax and Design 04-05-2012, 02:12 PM
Replies: 13
Views: 2,988
Posted By vipaka
Ajax/Jquery with PHP/SQL

I'm losing my mind trying to understand how ajax/jquery work. My site is based around phpbb, although I don't think that matters much for this. All I want, is for a js function (below)

function...
Forum: JavaScript programming 11-02-2011, 09:04 PM
Replies: 5
Views: 410
Posted By vipaka
I did try your answer. Unfortunately, it does not...

I did try your answer. Unfortunately, it does not work.

The bit in the first post is the entire javascript code. I've pasted the relavent bits of the html and php codes below. The html is...
Forum: JavaScript programming 11-02-2011, 07:41 AM
Replies: 5
Views: 410
Posted By vipaka
Sorry, I should have explained things better,...

Sorry, I should have explained things better, I'll try below to make more sense.

Thanks you for your help, but I have no answers to your why is it written that way questions, its someone else's...
Forum: JavaScript programming 11-02-2011, 04:59 AM
Replies: 5
Views: 410
Posted By vipaka
I don't know the rules on bumping here, but its...

I don't know the rules on bumping here, but its been 24 hours and this post is now on page 2. I'd really appreciate some help if anyone can.
Forum: JavaScript programming 10-31-2011, 10:34 PM
Replies: 5
Views: 410
Posted By vipaka
Double click to remove?

I've been working with this script

function changeImage(layer_id, item_id, position) {
var theDiv = document.getElementById(layer_id);
var theImg = (theDiv != null) ? theDiv.firstChild :...
Showing results 1 to 15 of 15

 
Forum Jump

All times are GMT +1. The time now is 02:23 PM.