Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 444
Search took 0.79 seconds.
Search: Posts Made By: ubh
Forum: MySQL 04-25-2013, 01:12 AM
Replies: 9
Views: 343
Posted By ubh
Thanks Old Pedant, once again you have tough me a...

Thanks Old Pedant, once again you have tough me a valuable lesson. I now see the trade off of having a normalized approach or rather what it really means, and how the trade off can be beneficial.
...
Forum: MySQL 04-24-2013, 08:57 PM
Replies: 9
Views: 343
Posted By ubh
Sorry, I think I'm not stating my problem...

Sorry, I think I'm not stating my problem correctly, heh bare with me.

In my code above, with each select (mind you there are three selects in my code above, I'm just looking to combine the...
Forum: MySQL 04-24-2013, 05:27 PM
Replies: 9
Views: 343
Posted By ubh
Hey thanks for the reply! But how would you to...

Hey thanks for the reply! But how would you to divide the data up into two arrays, each array only containing data from one table, or the other? So array one would never contain data from table two...
Forum: MySQL 04-24-2013, 09:19 AM
Replies: 9
Views: 343
Posted By ubh
Two Table SELECT, Unique Arrays Keys

So I got this script that performs two SELECTs, on two different tables in the db and then begins to writes out a JS object with two arrays in a "key value" pair based on the column name and...
Forum: MySQL 04-21-2013, 10:02 AM
Replies: 2
Views: 306
Posted By ubh
Multi Variables Returned From Stored Procedure

Hey guys, I have a need to make a stored procedure that on one page, will return be back two variable that I can then use later on in my php code.

Here is what I have so far:

CREATE PROCEDURE...
Forum: JavaScript programming 03-15-2012, 11:39 PM
Replies: 3
Views: 336
Posted By ubh
Thank you so much DaveyErwin! One last...

Thank you so much DaveyErwin!

One last question, is there a way to have the output of "new Date(Dx-(200*86400000))" be in this format, "18/10/2011" vs "Tue Oct 18 2011 00:00:00 GMT-0700 (Pacific...
Forum: JavaScript programming 03-15-2012, 10:28 PM
Replies: 3
Views: 336
Posted By ubh
JavaScript Dates, minus (w/formatting)/difference

Hi so because the jquery range slider has no date range ability and because the only date range plugin for jquery UI sliders is very bloated and fails to work on modern ipad / new touch event...
Forum: HTML & CSS 11-10-2011, 02:36 AM
Replies: 5
Views: 355
Posted By ubh
Looks like I need to document this bug for the...

Looks like I need to document this bug for the rest of the our developers here at our shop cause, lol.. that is a weird one.

NOTE TO SELF: Be careful of gradient IE filters on a table cells, the...
Forum: HTML & CSS 11-09-2011, 05:39 PM
Replies: 5
Views: 355
Posted By ubh
Excavator ~ I just tried to increase the z-index...

Excavator ~ I just tried to increase the z-index from 20 to 200 and even 2000 and the tool tip is still being cut off in IE7... you did check it out in IE7 right?

Also, although yes there are...
Forum: HTML & CSS 11-09-2011, 04:18 PM
Replies: 5
Views: 355
Posted By ubh
Anyone at all?

Anyone at all?
Forum: HTML & CSS 11-09-2011, 07:57 AM
Replies: 5
Views: 355
Posted By ubh
Table + IE7 + Tool Tip = Cutting off.

Anyone know why these tool tips get cut off in IE7? http://jsfiddle.net/TXntS/3/

Been trying to figure this out all day and I am baffled. Any suggestions would be greatly appreciated.

Thanks!
Forum: JavaScript programming 09-08-2011, 09:53 PM
Replies: 2
Views: 844
Posted By ubh
Thankx1000 xelawho! Just as a note to self,...

Thankx1000 xelawho!

Just as a note to self, add this prior to any GM options setup:

var markerchanged;

Then at the end of our pin's click event add the following to the end of the event:
...
Forum: JavaScript programming 09-02-2011, 10:59 PM
Replies: 2
Views: 844
Posted By ubh
Google Maps Pin Icon

We got a google maps with a bunch of pins. Each pin is setup to use our blue custom icon image.

I'm trying to make it so that when you click on a pin, that particular pin changes to a green...
Forum: JavaScript programming 06-29-2011, 09:52 PM
Replies: 0
Views: 418
Posted By ubh
jQuery Validation Fails in IE

So, I know there are lots of threads out there about the jQuery validation plugin and people having issues with IE7, but most of them come down to syntax issues with a closing comma or what not. With...
Forum: JavaScript programming 06-08-2011, 04:08 AM
Replies: 4
Views: 1,012
Posted By ubh
Hey Old Pedant. Because this is a bookmarklet,...

Hey Old Pedant.
Because this is a bookmarklet, the script will always be ran on the same domain that the iframe is pointing to. So a proxy is not needed, but you did give me an idea that seems to...
Forum: JavaScript programming 06-08-2011, 02:25 AM
Replies: 4
Views: 1,012
Posted By ubh
Ok well after playing with firebug a little bit...

Ok well after playing with firebug a little bit more, I can confirm this seems to be a natural behavior of iframes.

If you go to say http://www.google.com/ and in firebug insert and iframe...
Forum: JavaScript programming 06-07-2011, 11:54 PM
Replies: 4
Views: 1,012
Posted By ubh
iframe wont load content if loading from current page.

Ok, I am aware this will sound like a plug for my script, but please bare with me. I created a bookmarklet script to help me audit extremely large style sheets.

Basically while on a site that you...
Forum: JavaScript programming 01-09-2011, 10:11 PM
Replies: 1
Views: 2,819
Posted By ubh
No real solution to this events issue I guess. ...

No real solution to this events issue I guess.
However, with a little math and some conditions you can band-aid the issue:


$('#someElm').bind('touchmove',function(e){
e.preventDefault();...
Forum: JavaScript programming 01-09-2011, 06:17 AM
Replies: 1
Views: 2,819
Posted By ubh
iPad touchmove event problem.

Quick question, I found this code snip on stackoverflow and it has one little bug. When you touch / move in the element, the console.log is being fired. If you continue to drag / move outside the...
Forum: HTML & CSS 06-08-2010, 06:52 PM
Replies: 7
Views: 1,308
Posted By ubh
Ok hot on the trail, took a stab at the dark here...

Ok hot on the trail, took a stab at the dark here and chalked it up to maybe the form validation code that ties to this forms.js file I found to be the problem.

After removing variens or rather a...
Forum: HTML & CSS 06-08-2010, 06:32 PM
Replies: 7
Views: 1,308
Posted By ubh
I don't know how best to answer that, I assume...

I don't know how best to answer that, I assume yes because W3C validated the whole page (Markup) as passing with out any errors or warning under doctype of Strict:
...
Forum: HTML & CSS 06-08-2010, 06:09 PM
Replies: 7
Views: 1,308
Posted By ubh
Well I removed all style classes from the button,...

Well I removed all style classes from the button, and it still does nothing in FireFox.

We are validated under doctype Strict now or at least this page of question is:
...
Forum: HTML & CSS 06-07-2010, 10:06 PM
Replies: 7
Views: 1,308
Posted By ubh
Here is what IE Outputs: <form...

Here is what IE Outputs:
<form action="http://www.earthmamaangelbaby.com/review/product/post/id/69/" method="post" id="review-form" style="width:600px; margin-left:10px; float:left;">
<fieldset...
Forum: HTML & CSS 06-07-2010, 09:49 PM
Replies: 7
Views: 1,308
Posted By ubh
Form only submits in IE

Ok, normally I would consult my peeps in this area beings it Magento commerce solution, but I got a strange one that no one can see to answer.

http://tinyurl.com/2cm769a

On this page, there are...
Forum: PHP 04-29-2010, 10:25 PM
Replies: 1
Views: 2,628
Posted By ubh
Found a solution thanks to Gorkyman in the IRC...

Found a solution thanks to Gorkyman in the IRC #magento channel!

<?php
$nicks = array();
$reviews = Mage::getModel('review/review')->getCollection();
$reviewCount = 0;
...
Showing results 1 to 25 of 444

 
Forum Jump

All times are GMT +1. The time now is 11:43 PM.