Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 122
Search took 0.38 seconds.
Search: Posts Made By: tribalmaniac
Forum: Ajax and Design 07-05-2010, 04:54 PM
Replies: 5
Views: 3,437
Posted By tribalmaniac
I found a post regarding the same problem: ...

I found a post regarding the same problem:

http://bytes.com/topic/javascript/answers/855863-update-location-hash-without-adding-history

The solution is to use window.location.replace initially...
Forum: Ajax and Design 07-05-2010, 04:01 PM
Replies: 5
Views: 3,437
Posted By tribalmaniac
I don't think you understand, Google, and the...

I don't think you understand, Google, and the code I mention both forward the browser to a new hash.
(I only mention opening a new window so you can see the effect.)

In my case this enabled the...
Forum: Ajax and Design 07-05-2010, 03:47 PM
Replies: 5
Views: 3,437
Posted By tribalmaniac
Mmmm, I'm not so sure. Do you see the hash...

Mmmm, I'm not so sure. Do you see the hash appearing once the page has loaded - and yet the back button is still disabled.
Forum: Ajax and Design 07-05-2010, 03:31 PM
Replies: 5
Views: 3,437
Posted By tribalmaniac
window.location.hash

Hi,

If you use inline JavaScript to forward a page to a new hash e.g:
window.location.hash = 'action=test'; The onhashchange even doesn't fire.

This is a good thing, because it means you can...
Forum: MySQL 05-18-2010, 04:47 PM
Replies: 3
Views: 530
Posted By tribalmaniac
So sorry feel like a right idiot! I have done...

So sorry feel like a right idiot! I have done some error checking and realised I was way off the mark! It was to do with the templating engine I was using! Thanks again for all your help :)
Forum: MySQL 05-18-2010, 12:23 PM
Replies: 3
Views: 530
Posted By tribalmaniac
MySQL update has broken a lot of things

So this is a strange one, I have been using MySQL for a few years and everything is fine. I was creating a website - all was good but then I updated my MAMP setup and updated MySQL to version 5.1.44....
Forum: Ajax and Design 03-19-2010, 06:06 PM
Replies: 5
Views: 3,557
Posted By tribalmaniac
I At the moment you're using a GET request,...

I

At the moment you're using a GET request, for example it will send your information to your php page like this

addenergy.php?uid=08098230984&sid=48484;

Thats a security floor there,...
Forum: Ajax and Design 03-14-2010, 11:09 PM
Replies: 5
Views: 3,557
Posted By tribalmaniac
There are a few things you could do, I definitely...

There are a few things you could do, I definitely wouldn't send the userID as a url variable as this makes it very easy to manipulate, save the userID to a session and manage it from there. I would...
Forum: Project collaboration/ partnership 08-22-2009, 06:28 PM
Replies: 0
Views: 1,035
Posted By tribalmaniac
Looking for a graphic/web designer (not developer)

We are a 2 person team from Manchester with lots of ideas for websites we have began to implement, aswell as an iPhone App coming out soon. We have an excellent xhtml/css professional and a...
Forum: Small projects (quick fixes and changes) 08-13-2009, 01:44 PM
Replies: 7
Views: 3,652
Posted By tribalmaniac
I can help you with this, send me a PM and we'll...

I can help you with this, send me a PM and we'll discuss it no problem :) I've been working with php and many other web languages for about 6 years

Matt
Forum: JavaScript programming 08-07-2009, 11:23 PM
Replies: 4
Views: 648
Posted By tribalmaniac
Thanks for the reply, worked a charm but I...

Thanks for the reply, worked a charm but I eventually settled on jQuery, thanks anyway!
Forum: JavaScript programming 08-07-2009, 12:03 PM
Replies: 4
Views: 648
Posted By tribalmaniac
Hi, thanks for the fast reply. I got this error: ...

Hi, thanks for the fast reply. I got this error:

Error: arguments.callee.caller is null
Forum: JavaScript programming 08-07-2009, 09:30 AM
Replies: 4
Views: 648
Posted By tribalmaniac
LiveSearch to dissappear when clicked off

Hi, I am currently working on a website with a custom livesearch. The livesearch is a simple <ul> under the input box. I am trying to make it so that if the user click anywhere other than the input...
Forum: PHP 06-19-2009, 07:07 PM
Replies: 12
Views: 1,742
Posted By tribalmaniac
That would be a longer way to do it and slightly...

That would be a longer way to do it and slightly unnecessary :)

Try something like this
<?php
$pictures = array("3" , "4" , "2" );
$pages = array("bechtel.php", "kuhn_rikon.php",...
Forum: PHP 06-19-2009, 03:44 PM
Replies: 12
Views: 1,742
Posted By tribalmaniac
well as your images all have the same name, why...

well as your images all have the same name, why not set up your array with just the numbers instead, and link from the numbers. I'll do an example now :)

<?php
$pictures = array("3" , "4" , "2"...
Forum: PHP 06-19-2009, 10:27 AM
Replies: 12
Views: 1,742
Posted By tribalmaniac
I'm not sure I understand what you mean 100% but...

I'm not sure I understand what you mean 100% but I'm pretty sure you could just do:

<?php
$pictures = array("i/slideshow3.jpg" , "i/slideshow4.jpg" , "i/slideshow2.jpg" );

if...
Forum: PHP 06-19-2009, 10:20 AM
Replies: 14
Views: 1,370
Posted By tribalmaniac
You could create a table as stated above,...

You could create a table as stated above, whenever a user views the page, add another entry.

You could check whether to display a read image or an unread image using something similar to the code...
Forum: PHP 10-09-2008, 11:50 PM
Replies: 7
Views: 848
Posted By tribalmaniac
I guess so, I'll keep thinking about it, but...

I guess so, I'll keep thinking about it, but thanks for all the help you've given me so far mate :)
Forum: PHP 10-08-2008, 11:29 PM
Replies: 7
Views: 848
Posted By tribalmaniac
That's a way I was considering, it just seems...

That's a way I was considering, it just seems like a lot of code for something that could surely be simpler? I was also thinking about having the code for what the item does stored in the database...
Forum: PHP 10-08-2008, 01:26 AM
Replies: 7
Views: 848
Posted By tribalmaniac
Thanks for both replies guys, I think the first...

Thanks for both replies guys, I think the first one was slightly more on the lines of what i'm looking at. Problem is im thinking more of a physical effect than a text string. ok for example user...
Forum: PHP 10-07-2008, 06:55 PM
Replies: 7
Views: 848
Posted By tribalmaniac
Help with concepting and thinking

Firstly I really couldn't think of a more helpful title, sorry.

I am currently making a text based RPG game. My problem is is i have about 30 items for now which will hopefully be about 500. I...
Forum: PHP 09-14-2008, 11:39 AM
Replies: 8
Views: 3,027
Posted By tribalmaniac
Thanks so much, it works a charm :D great! I've...

Thanks so much, it works a charm :D great!
I've thanked you for your helpful post :)
Forum: PHP 09-13-2008, 08:38 AM
Replies: 8
Views: 3,027
Posted By tribalmaniac
Hi again :) I've uploaded the images to...

Hi again :)

I've uploaded the images to http://www.theflashplace.com/char

the images are char.gif (image of the person) tshirt.gif( (image to overlap)

bare in mind these images are purely...
Forum: PHP 09-12-2008, 09:48 PM
Replies: 8
Views: 3,027
Posted By tribalmaniac
Hey, after removing the @ signs I still get the...

Hey, after removing the @ signs I still get the same error :(
Forum: PHP 09-12-2008, 09:24 PM
Replies: 8
Views: 3,027
Posted By tribalmaniac
Hi, thanks for your response. I changed the...

Hi, thanks for your response. I changed the header to header('content-type: image/gif');
and I now get the error "the image "testchar2.php" cannot be displayed, because it contains errors"

any...
Showing results 1 to 25 of 122

 
Forum Jump

All times are GMT +1. The time now is 06:54 AM.