Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 23 of 23
Search took 0.01 seconds.
Search: Posts Made By: FireflyX
Forum: Coder's Corner Lounge Dec 25th, 2007, 7:39 PM
Replies: 8
Views: 213
Posted By FireflyX
Re: Merry Christmas!

Merry christmas everyone :) I got a wii and a 1000 page web design book.
Forum: JavaScript and Client-Side Browser Scripting Dec 21st, 2007, 11:54 AM
Replies: 5
Views: 324
Posted By FireflyX
Re: I need speed increase

What? When did you do this?

Edit: Oh it seems i posted a thread here about my site being slow before. I forget :D Anyway I did try out what suggested but it still seems to be slow. Anyway i'll try...
Forum: JavaScript and Client-Side Browser Scripting Dec 21st, 2007, 11:44 AM
Replies: 5
Views: 324
Posted By FireflyX
Re: I need speed increase

Good idea.

And the result is as i feared: the PHP is causing it and i don't know how to increase the speed. UPDATE is one of the slowest MySQl quieries and it is being used in that file. If i were...
Forum: JavaScript and Client-Side Browser Scripting Dec 21st, 2007, 11:25 AM
Replies: 5
Views: 324
Posted By FireflyX
Wink I need speed increase

I just finished my active users script for my site and we all see active users lists on lots of sites and forums but i thought i'd try and make mine a bit more interesting by making it every once in...
Forum: PHP Dec 15th, 2007, 7:29 PM
Replies: 2
br
Views: 147
Posted By FireflyX
Re: br

well there is \n which adds a newline in PHP
Forum: JavaScript and Client-Side Browser Scripting Dec 6th, 2007, 1:12 PM
Replies: 12
Views: 629
Posted By FireflyX
Re: Problem with calling a function

I can't post a link since you have to actually be logged in to use the PMs feature. But here's how the code is at the moment:

<script type="text/javascript">

var xmlHttp;

function initialize(){

...
Forum: JavaScript and Client-Side Browser Scripting Dec 5th, 2007, 4:58 PM
Replies: 12
Views: 629
Posted By FireflyX
Re: Problem with calling a function

Hi again sorry to bump this thread back up but i thought this was working fine till a friend told me he was getting errors from it. I tested the system on a few browsers and it was fine on IE7, Opera...
Forum: Community Introductions Dec 5th, 2007, 2:13 AM
Replies: 3
Views: 163
Posted By FireflyX
Re: Hello

Hi there welcome to programmingForums.org
Forum: PHP Dec 4th, 2007, 3:54 PM
Replies: 15
Views: 579
Posted By FireflyX
Re: SELECT statement

<?
$host="localhost";
$username="----------";
$password="*******";
$db_name="kelvoron_testscripts";
$table_name="test1";

mysql_connect("$host", "$username", "$password")or die("cannot connect");...
Forum: Community Introductions Dec 4th, 2007, 3:42 PM
Replies: 17
Views: 810
Posted By FireflyX
Re: 30 years old and interested in programming. Wasting my time?

Hi, welcome to ProgrammingForums.org :)

Your programming ability has nothing to do with your age but your dedication and time spent learning the language you study. Anyway some people prefer older...
Forum: JavaScript and Client-Side Browser Scripting Dec 1st, 2007, 9:04 PM
Replies: 12
Views: 629
Posted By FireflyX
Re: Problem with calling a function

heh, i just wish i was the god of ajax right now

Perhaps i should look at getting this Firebug extension you speak of as it sounds like it could be useful.
Forum: JavaScript and Client-Side Browser Scripting Dec 1st, 2007, 7:41 PM
Replies: 12
Views: 629
Posted By FireflyX
Re: Problem with calling a function

you know what.. that just worked! Thanks for the help my site now has a pm system with no page reloads :D
Forum: JavaScript and Client-Side Browser Scripting Nov 30th, 2007, 5:27 PM
Replies: 12
Views: 629
Posted By FireflyX
Re: Problem with calling a function

Thanks for the reply but that didn't seem to make a difference. I can fix the problem by just putting the code for that function in each time i wish to use it but that seems very inconvinient :(
Forum: JavaScript and Client-Side Browser Scripting Nov 30th, 2007, 4:37 PM
Replies: 12
Views: 629
Posted By FireflyX
Question Problem with calling a function

Ok just a quick question.. after sitting here for about half an hour trying to work out what's wrong with this script i come here in seek of guidence.

<script type="text/javascript">

function...
Forum: Coder's Corner Lounge Nov 23rd, 2007, 2:17 AM
Replies: 12
Views: 340
Posted By FireflyX
Re: Happy Turkey Day

Sadly we don't celebrate it where i am :( but happy thanksgiving to everyone anyway!
Forum: Coder's Corner Lounge Nov 22nd, 2007, 2:08 PM
Replies: 16
Views: 360
Posted By FireflyX
Re: Page load time

I am opening the connection in my banner code and then closing it in the page footer. So you suggest that i set loginname to the primary key and that should increase speed? I'll give that a try...
Forum: Coder's Corner Lounge Nov 22nd, 2007, 12:37 PM
Replies: 16
Views: 360
Posted By FireflyX
Re: Page load time

Yes i'm now 100% sure because when i think back it was about the time i'd created that active users list that these problems started happening. I also performed a test to see on which line the...
Forum: Coder's Corner Lounge Nov 22nd, 2007, 11:48 AM
Replies: 16
Views: 360
Posted By FireflyX
Re: Page load time

I've used the same saerver for a while now and this has only recently started happening. I did manage to find a MySQL query which is for some reason seeming to be running so slow that it's often...
Forum: Coder's Corner Lounge Nov 22nd, 2007, 11:33 AM
Replies: 16
Views: 360
Posted By FireflyX
Re: Page load time

Ok i have a feeling that it's MySQL that's causing it by having too many connections. The code to connect to MySQL is in the page banner and then i use mysql_close to close any connections in the...
Forum: Coder's Corner Lounge Nov 21st, 2007, 5:49 PM
Replies: 16
Views: 360
Posted By FireflyX
Re: Page load time

You guys seem convinced that this is a straightforward problem, i hope you're right :) but i'll report back here tommorow when i've tried out some of your suggestions.
Forum: Visual Basic .NET Nov 21st, 2007, 2:45 PM
Replies: 16
Views: 468
Posted By FireflyX
Re: help with making a program to make my life easier

You mean you want a web database application? If that is the case then yes you probably made a wise choice with MySQL. And it depends how easy that would be based on your knowledge. Have you used...
Forum: Coder's Corner Lounge Nov 21st, 2007, 2:36 PM
Replies: 16
Views: 360
Posted By FireflyX
Page load time

As of 2 days ago i took the site staticfire.co.uk down. The reason was due to the fact it took extreamly long to load pages and half the time pages weren't loading at all because of the maximum...
Forum: Community Introductions Nov 21st, 2007, 1:18 PM
Replies: 2
Views: 101
Posted By FireflyX
Smile Why hello there.

Greetings fellow programmers i am FireflyX (my usual community name of Firefly was taken so i stuck an X on the end) Well i've come to these forums because.. well i don't know really i'm just very...
Showing results 1 to 23 of 23

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:21 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC