Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 23 of 23
Search took 0.23 seconds.
Search: Posts Made By: TomCat
Forum: JavaScript programming 03-02-2011, 06:28 AM
Replies: 2
Views: 2,130
Posted By TomCat
That did the trick. Thank you.

That did the trick. Thank you.
Forum: JavaScript programming 03-02-2011, 01:15 AM
Replies: 2
Views: 2,130
Posted By TomCat
Question Setting documentElement.style.overflow = 'hidden' jolts to top of page (undesirably)

I have a pop-up window system on my site that shows an absolutely-positioned div over the entire page as a "pop up" of sorts when someone clicks a link. I use this simple line of Javascript to...
Forum: JavaScript frameworks 02-28-2011, 09:10 PM
Replies: 2
Views: 3,784
Posted By TomCat
Thank you for your response. Sadly, this...

Thank you for your response.

Sadly, this does not seem to fix the problem in IE. I've searched Google a few times, too, for this specific issue but found no results specifically relevant to my...
Forum: JavaScript frameworks 02-25-2011, 11:33 PM
Replies: 2
Views: 3,784
Posted By TomCat
Internet Explorer Fades in IE do not work with position: relative

I have a script that fades out a main object which contains some text along with multiple divs with rounded corners, and each one of those divs has the position: relative attribute. My script fades...
Forum: JavaScript frameworks 02-20-2011, 04:31 PM
Replies: 2
Views: 2,127
Posted By TomCat
I apologize, but after reevaluating my logic I...

I apologize, but after reevaluating my logic I realized that using click() with live(), as I was already doing, was enough to make addClass() operate as though it was being used with live() itself....
Forum: JavaScript frameworks 02-20-2011, 01:54 AM
Replies: 2
Views: 2,127
Posted By TomCat
Question Using addClass() function with live()

I am trying to use the .live() jQuery function in cooperation with the .addClass() function, but I am unsure of how exactly to pass the parameter of the class-to-be-added's name through the live()...
Forum: JavaScript frameworks 11-24-2010, 01:26 AM
Replies: 1
Views: 6,073
Posted By TomCat
Question jQuery: Pass multiple values through .post()

Hello.

I'm having a problem passing multiple values through the jQuery post() function. For example, if I use the following line for the post() function parameters:

$.post("like.php", {item:...
Forum: Ajax and Design 10-27-2010, 02:04 AM
Replies: 1
Views: 2,340
Posted By TomCat
Angry Unobtrusive AJAX Star Rating Bar Hanging on Vote

I am using the Unobtrusive AJAX Star Rating Bar script, and whenever I click a start to give a rating, the "working" gif image keeps looping and the rating never gets recorded in the database. A new...
Forum: MySQL 09-02-2010, 06:59 PM
Replies: 5
Views: 2,141
Posted By TomCat
Thank you very much for your responses, everyone....

Thank you very much for your responses, everyone. As Old Pedant has said, this is an application that will be distributed freely, available for download to anyone who wishes to download it. The...
Forum: MySQL 09-01-2010, 11:23 PM
Replies: 5
Views: 2,141
Posted By TomCat
Allowing Remote DB Access to All Servers - Is it a bad idea?

On my server, I have CPanel installed with MySQL and phpMyAdmin and the like. On my CPanel, there is an option titled "Remote MySQL", and this page allows me to specify IP addresses of servers that...
Forum: Ajax and Design 06-14-2010, 02:57 AM
Replies: 4
Views: 7,890
Posted By TomCat
Sorry for my late response here, but thanks for...

Sorry for my late response here, but thanks for your help. :)
Forum: Ajax and Design 05-31-2010, 03:23 AM
Replies: 4
Views: 7,890
Posted By TomCat
Thanks for your reply. I'll gladly provide more...

Thanks for your reply. I'll gladly provide more info. :)

The code is a bit confusing, but here it is:

<?php
[ ... ]
while($row = mysql_fetch_array($result_t, MYSQL_NUM))
{
list($t_id,...
Forum: Ajax and Design 05-30-2010, 10:33 PM
Replies: 4
Views: 7,890
Posted By TomCat
Question jQuery Show/Hide div with unique ID's

I have a PHP script that selects data from a database and outputs each row selected into a separate DIV. I would like to have a button to show/hide each DIV separately, allowing multiple DIVs to be...
Forum: Apache configuration 05-12-2010, 09:07 PM
Replies: 2
Views: 1,786
Posted By TomCat
I never even knew that was possible. Thanks for...

I never even knew that was possible. Thanks for that! A few changes to httpd-vhosts.config and the Windows Hosts file and now I have it working just the way I wish. :)

By the way, if anyone else...
Forum: Apache configuration 05-12-2010, 11:42 AM
Replies: 2
Views: 1,786
Posted By TomCat
Question Redirect a call for /css/file.css to /dir/css/file.css ?

I just setup an apache server last night, and I'm liking what I see. I have all of my files contained in /htdocs/ but I have a few websites that I have on my new local server that I've copied from my...
Forum: Apache configuration 02-08-2010, 03:34 AM
Replies: 2
Views: 1,427
Posted By TomCat
Great, thank you very much!

Great, thank you very much!
Forum: Apache configuration 02-06-2010, 07:37 PM
Replies: 2
Views: 1,427
Posted By TomCat
Question Sent mysite.com to www.mysite.com

I would like to make it so that if someone types in mysite.com/example.html then it will "redirect" them to www.mysite.com/example.html without any largely noticeable load time and going to the same...
Forum: Site reviews 01-09-2010, 04:44 PM
Replies: 4
Views: 1,704
Posted By TomCat
Review of a Gaming Website

Hello.

I'm building a gaming website with a few other developers. I'm not much of a designer, so I had a friend who is good with Photoshop create a design for me, and then I just marked it up and...
Forum: PHP 11-15-2009, 01:23 AM
Replies: 2
Views: 2,322
Posted By TomCat
Thanks for the reply. Where in my code would...

Thanks for the reply.

Where in my code would I use those functions, since I never used imagecreate or imagecopyresized in the actual code?
Forum: PHP 11-14-2009, 10:11 PM
Replies: 2
Views: 2,322
Posted By TomCat
Question Imagecreatefromjpeg Distorts Image Color

I have an image that is dynamically created using PHP. In that image, there is another image included as a JPG and is placed on the left of the image.

Here is the image that is dynamically...
Forum: Site reviews 05-02-2009, 06:02 PM
Replies: 5
Views: 1,727
Posted By TomCat
Oh, I see what you mean. I might want to take a...

Oh, I see what you mean. I might want to take a look into that then. Thanks for the tip!

I'll add some padding later and I'll make the form buttons look a little more button-ish, for lack of a...
Forum: Site reviews 05-01-2009, 11:39 PM
Replies: 5
Views: 1,727
Posted By TomCat
Um...I don't know what that has to do with what...

Um...I don't know what that has to do with what I'm doing, but ok.... :)

Now, about the padding, if you view it on IE7 or earlier, some padding doesn't appear properly. However, there's not a...
Forum: Site reviews 05-01-2009, 08:40 PM
Replies: 5
Views: 1,727
Posted By TomCat
Requesting A Performance Review for FinanceLog

I recently developed a small project titled FinanceLog. FinanceLog is meant to be a simple system of managing money transactions that a person makes in any way. You are able to add things called...
Showing results 1 to 23 of 23

 
Forum Jump

All times are GMT +1. The time now is 06:48 PM.