Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
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
Setting documentElement.style.overflow = 'hidden' jolts to top of page (undesirably)
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
Setting documentElement.style.overflow = 'hidden' jolts to top of page (undesirably)
Views:
2,130
Posted By
TomCat
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
jQuery
Fades in IE do not work with position: relative
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
jQuery
Fades in IE do not work with position: relative
Views:
3,784
Posted By
TomCat
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
Resolved
Using addClass() function with live()
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
Resolved
Using addClass() function with live()
Views:
2,127
Posted By
TomCat
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
jQuery: Pass multiple values through .post()
Views:
6,073
Posted By
TomCat
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
Unobtrusive AJAX Star Rating Bar Hanging on Vote
Views:
2,340
Posted By
TomCat
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
Allowing Remote DB Access to All Servers - Is it a bad idea?
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
Allowing Remote DB Access to All Servers - Is it a bad idea?
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
jQuery Show/Hide div with unique ID's
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
jQuery Show/Hide div with unique ID's
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
jQuery Show/Hide div with unique ID's
Views:
7,890
Posted By
TomCat
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
Redirect a call for /css/file.css to /dir/css/file.css ?
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
Redirect a call for /css/file.css to /dir/css/file.css ?
Views:
1,786
Posted By
TomCat
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
Sent mysite.com to www.mysite.com
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
Sent mysite.com to www.mysite.com
Views:
1,427
Posted By
TomCat
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
Review of a Gaming Website
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
Imagecreatefromjpeg Distorts Image Color
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
Imagecreatefromjpeg Distorts Image Color
Views:
2,322
Posted By
TomCat
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
Requesting A Performance Review for FinanceLog
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
Requesting A Performance Review for FinanceLog
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
Requesting A Performance Review for FinanceLog
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
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
06:48 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.