Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 131
Search took 0.43 seconds.
Search: Posts Made By: hothousegraphix
Forum: JavaScript frameworks 01-21-2009, 05:53 PM
Replies: 3
Views: 8,688
Posted By hothousegraphix
not sure if I'm making progress but it looks like...

not sure if I'm making progress but it looks like I need to declare a variable within the for loop to represent my counter; like

$(document).ready(function() {
myDivs = '5';
...
Forum: JavaScript frameworks 01-21-2009, 03:22 AM
Replies: 3
Views: 8,688
Posted By hothousegraphix
jQuery for loop with hover function

I'm trying to loop through my doc and alter the display of 5 containers on hover.

I can run my hover functions with no problem

$(document).ready(function() {

myDivs = '5';
...
Forum: JavaScript frameworks 01-10-2009, 04:37 PM
Replies: 2
Views: 5,235
Posted By hothousegraphix
Sorry...I ultimately found the solution to the...

Sorry...I ultimately found the solution to the trouble I was experiencing late last night.

Unfortunately, the docs provided with the plugin do not elaborate on the specific usage of the "callback"...
Forum: JavaScript frameworks 01-09-2009, 05:56 PM
Replies: 2
Views: 5,235
Posted By hothousegraphix
jQuery star rating plugin question

I'm using this star-rating plugin http://www.fyneworks.com/jquery/star-rating/ and the call back function (http://www.fyneworks.com/jquery/star-rating/#tab-Testing) provided to allow for submission...
Forum: PHP 12-19-2008, 06:14 PM
Replies: 4
Views: 633
Posted By hothousegraphix
Thank you both for the help, this was in fact my...

Thank you both for the help, this was in fact my problem.

Regards.
Forum: PHP 12-17-2008, 05:58 AM
Replies: 4
Views: 633
Posted By hothousegraphix
Thank you both for responding so quickly. I will...

Thank you both for responding so quickly. I will make these changes and post back my results later.

I appreciate the assistance.

Thanks
Forum: PHP 12-17-2008, 05:43 AM
Replies: 4
Views: 633
Posted By hothousegraphix
Redirect function not exicuting as expected

I have a file management application whose login process is functioning differently across different browsers. In short, it works correctly in IE6, IE7, Chrome, and Opera 9. However, in FF and Safari...
Forum: JavaScript frameworks 09-11-2008, 06:28 PM
Replies: 2
Views: 2,368
Posted By hothousegraphix
Hey, thanks for the response. A new day...

Hey, thanks for the response.

A new day brings a clear head and a resolution now that my head has been removed from my rear end.

Argggggggg! I kick myself.

It would have been good to have...
Forum: JavaScript frameworks 09-10-2008, 10:49 PM
Replies: 2
Views: 2,368
Posted By hothousegraphix
Prototype tabs script "crashing" when attempting to reassign active "class"

I'm using a tab script I ran across that works only if I remove the portion of the function that removes the "active" class on the active tab when a new tab is selected.

The script requires...
Forum: MySQL 06-06-2008, 05:54 PM
Replies: 1
Views: 784
Posted By hothousegraphix
Ignor - resolved

Ignor - resolved
Forum: MySQL 06-06-2008, 05:50 PM
Replies: 1
Views: 784
Posted By hothousegraphix
Need additional sort - keep getting column ambigious error

I need to perform an additional sort on my t.entry_id column to restrict my results to only those entries whose t.weblog_id column is equal to 6.

I've tried simply adding the condition to my...
Forum: Ajax and Design 06-04-2008, 11:44 PM
Replies: 0
Views: 11,293
Posted By hothousegraphix
Simple form update and refresh with Prototype's new Ajax.Updater

I'm trying to perform a simple update to a Form using Prototype's new Ajax.Updater. This form lives within a template that is dynaically created by it's CMS (EE).

Rendered form -
<div...
Forum: MySQL 05-28-2008, 04:18 PM
Replies: 5
Views: 1,053
Posted By hothousegraphix
I have no control over how the CMS I'm using...

I have no control over how the CMS I'm using records those values. If I were to speculate, this is occurring because of how the system is processing dates, but that's only a guess and it's a moot...
Forum: MySQL 05-27-2008, 04:57 AM
Replies: 5
Views: 1,053
Posted By hothousegraphix
Hey, thanks for responding. I need to...

Hey, thanks for responding.

I need to apologize because I'm only now realizing that I didn't really explain what results I'm actually after.

I'm displaying a list of blog entries. All can be...
Forum: MySQL 05-27-2008, 03:05 AM
Replies: 5
Views: 1,053
Posted By hothousegraphix
Possible to ORDER BY greter of two queryed values

*** OMG Just looked at the spelling in my posts title - wish I could edit - that's embarrassing***

My query below returns two date values; t.entry_date, c.comment_date. Currently the query is...
Forum: Ajax and Design 04-16-2008, 08:04 PM
Replies: 0
Views: 2,352
Posted By hothousegraphix
Embed swf (via swfObject) with content requested via ajax call

I’m trying to pull in a swf via prototype’s (AjaxUpdater). I’m using swfObject(v1.5) to embed the swf. My call returns all the requested content with the exception of the swf. I seem only to get the...
Forum: MySQL 01-06-2008, 03:49 PM
Replies: 14
Views: 4,460
Posted By hothousegraphix
Well...I spoke too soon. Though this query does...

Well...I spoke too soon. Though this query does return the intended results it only does so when the conditions all fall in line for it to.

Let me explain. It turns out that if the most recent...
Forum: MySQL 01-06-2008, 03:58 AM
Replies: 14
Views: 4,460
Posted By hothousegraphix
Solution found: SELECT ...

Solution found:
SELECT
d.entry_id as prj_id
,d.field_id_1 as prj_name
,d.field_id_5 as prj_thumb
,d.field_id_15 as prj_image_type
,d.weblog_id
,t.entry_date...
Forum: MySQL 01-04-2008, 02:08 PM
Replies: 14
Views: 4,460
Posted By hothousegraphix
Thanks for responding. I've attached an...

Thanks for responding.

I've attached an image displaying 2 tables, one showing the output without applying a GROUP BY to the query which returns all entries in the "print" category.
WHERE...
Forum: MySQL 01-04-2008, 02:40 AM
Replies: 14
Views: 4,460
Posted By hothousegraphix
Have I lost my help? :(

Have I lost my help? :(
Forum: MySQL 01-02-2008, 02:35 AM
Replies: 14
Views: 4,460
Posted By hothousegraphix
Still looking for a solution, wondering if...

Still looking for a solution, wondering if someone might have a suggestion? :confused:
Forum: MySQL 12-29-2007, 06:15 PM
Replies: 14
Views: 4,460
Posted By hothousegraphix
So, I gave this a try...which I think follows the...

So, I gave this a try...which I think follows the logic I need, but the added AND statement is seemingly having no effect; or I should say, the result set is the same as the query without the added...
Forum: MySQL 12-29-2007, 04:08 PM
Replies: 14
Views: 4,460
Posted By hothousegraphix
Right. I believe I am correct in saying...

Right.

I believe I am correct in saying "YES". I've attached a composite screenshot showing the majority of the data for each of the tables involved. One note, the bottom table in the image,...
Forum: MySQL 12-29-2007, 02:50 AM
Replies: 14
Views: 4,460
Posted By hothousegraphix
I would assume my GROUP BY should look like: ...

I would assume my GROUP BY should look like:

GROUP BY d.field_id_1
HAVING MAX(t.entry_date)
But I'm lost as to how and incorporate within a subquery within a WHERE statement.
Forum: MySQL 12-28-2007, 11:55 PM
Replies: 14
Views: 4,460
Posted By hothousegraphix
This makes sense...and explains why I was getting...

This makes sense...and explains why I was getting these results.

Well, I did have a GROUP BY statement at the end of that subquery but it went no further (and the results were no different)
...
Showing results 1 to 25 of 131

 
Forum Jump

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