Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 31
Search took 0.18 seconds.
Search: Posts Made By: kirkh34
Forum: JavaScript frameworks 10-14-2012, 12:45 AM
Replies: 1
Views: 918
Posted By kirkh34
errors solved: before I used canvas.loadFromJSON....

errors solved: before I used canvas.loadFromJSON. because I used canvas.toDatalessJSON() to save it, i have to use loadFromDatalessJSON to retrieve it. if you weren't importing an svg through a URL...
Forum: JavaScript frameworks 10-12-2012, 08:44 PM
Replies: 1
Views: 918
Posted By kirkh34
$5 correct answer - fabric.js with json export/import

hello i am using the fabric.js framework with html5 canvas. i'm hoping someone can help me in here that has used this... this basically is an interactive canvas where you can add text, svgs -...
Forum: PHP 10-09-2012, 04:22 AM
Replies: 0
Views: 246
Posted By kirkh34
png 24 copy/re-color fuzzy edges

hello all,

i have a function to copy a png 24 while preserving transparency and recolor the image and save a new file. the color works but the image edges become fuzzy. i'm not entirely sure what...
Forum: MySQL 09-13-2012, 10:47 PM
Replies: 3
Views: 1,219
Posted By kirkh34
thank you for the reply. how can i write this...

thank you for the reply. how can i write this without having the queries in the loop to accomplish what i need? I need that title_id to run the query which is in array so I used a loop... I'm not...
Forum: MySQL 09-13-2012, 09:22 PM
Replies: 3
Views: 1,219
Posted By kirkh34
SELECT DISTINCT returning duplicates

Hello. I have a table title_views with each row being a "view" with a user_id, title_id, prog_id, date, and id. I want to gather just the user_ids without it returning duplicate user_ids. Right now...
Forum: JavaScript frameworks 08-17-2011, 10:23 PM
Replies: 1
Views: 466
Posted By kirkh34
independently show/hide

I have a checkbox that when checked I'd like to show a hidden textarea... I've been trying a number of different things and it either doesn't work at all or if I select one it shows all the text...
Forum: HTML & CSS 05-19-2011, 07:01 PM
Replies: 3
Views: 1,144
Posted By kirkh34
thanks for the reponses, i have tried setting the...

thanks for the reponses, i have tried setting the table cell itself to relative positioning and still nothing works.

<div id="wrap">

<div id="header">




<div class="login_error">
Forum: HTML & CSS 05-19-2011, 10:10 AM
Replies: 3
Views: 1,144
Posted By kirkh34
firefox absolute positioning problem

I have 2 images inside of a table cell absolute positioned in the bottom corner and they position correctly in all browsers but firefox where they seem to position to the body at the bottom corner of...
Forum: JavaScript programming 01-09-2011, 03:26 PM
Replies: 8
Views: 2,983
Posted By kirkh34
logic that works thank you! that makes sense now...

logic that works thank you! that makes sense now when i see the working function, also phillip thanks for the improved isnumeric... seems a lot less complicated for sure

I appreciate everyone who...
Forum: JavaScript programming 01-09-2011, 10:07 AM
Replies: 8
Views: 2,983
Posted By kirkh34
i appreciate the info.. i did not know it was bad...

i appreciate the info.. i did not know it was bad practice to include javascript in html... I tried what you suggested and it didn't work at first and I searched through the net and found my problem...
Forum: JavaScript programming 01-08-2011, 04:57 PM
Replies: 8
Views: 2,983
Posted By kirkh34
hey sorry about the post i forget to include the...

hey sorry about the post i forget to include the function but that is the same function johnmerlino... also I found no errors with it with firebug...

what's happening in IE is that you can just...
Forum: JavaScript programming 01-06-2011, 08:39 PM
Replies: 8
Views: 2,983
Posted By kirkh34
javascript function not working in IE8

hello, i have a form validator that works fine in chrome, safari, firefox...but not IE 8.. i'm pretty new at javascript... any help is appreciated

function detect()
{
...
Forum: PHP 12-14-2010, 05:12 PM
Replies: 2
Views: 2,488
Posted By kirkh34
yes I've used that and I got an error...

yes I've used that and I got an error everytime... but I solved the problem... It's godaddys' shared hosting.. No one can use an IPN listener and have data POSTed to their server with their shared...
Forum: PHP 12-13-2010, 09:35 PM
Replies: 2
Views: 2,488
Posted By kirkh34
Receiving POST data through proxy (paypal IPN listener)

I'm trying to set up paypal payment processing on my website. I have godaddy shared hosting (<--mistake) and I'm trying my hardest to not switch hosts. The payments process fine, it is the listener...
Forum: JavaScript programming 11-26-2010, 12:57 PM
Replies: 4
Views: 4,226
Posted By kirkh34
echo "<tr>"; echo "<td...

echo "<tr>";
echo "<td style='text-align:right;padding-right:10px;' id='certain'>Price:</td><td style='font-size:16px;padding-left:5px;color:#fff;'>$<script...
Forum: JavaScript programming 11-26-2010, 11:39 AM
Replies: 4
Views: 4,226
Posted By kirkh34
got ya, thanks for that info...did not know...

got ya, thanks for that info...did not know that.. for some reason it still is not working for me... i put an alert in place to see if the function was even working at all and it was... any ideas?
Forum: JavaScript programming 11-26-2010, 11:18 AM
Replies: 4
Views: 4,226
Posted By kirkh34
changing javascript global variable inside function..

hello im trying to change a variable set outside of a function and calling the function with an onchange... i'm having problems getting the variable to change


<script type="text/javascript">

...
Forum: JavaScript programming 11-15-2010, 09:30 AM
Replies: 8
Views: 1,610
Posted By kirkh34
glenn...thank you! that works perfect! just had...

glenn...thank you! that works perfect! just had to add var el = document.getElementById(el);

very simple and awesome thanks again!
Forum: JavaScript programming 11-13-2010, 12:30 AM
Replies: 8
Views: 1,610
Posted By kirkh34
i was thinking a loop maybe... but i'm not sure...

i was thinking a loop maybe... but i'm not sure how to write it...

<?php
include("includes/db_connect.php");




?>
Forum: JavaScript programming 11-12-2010, 01:28 PM
Replies: 8
Views: 1,610
Posted By kirkh34
foreach($colors as $color){ $sql2 =...

foreach($colors as $color){

$sql2 = mysql_query("SELECT * FROM blanks WHERE id='$color' ")
or die(mysql_error());

$row = mysql_fetch_array($sql2);
$value = $row['color_value'];
$color_name =...
Forum: JavaScript programming 11-12-2010, 01:01 PM
Replies: 8
Views: 1,610
Posted By kirkh34
onclick show one hide the rest

hello.... i am needing help writing a function that when onclick it shows a specific element id and hides all the rest of the the ids

i have php code that shows a list of colored boxes and when...
Forum: PHP 10-20-2010, 02:20 PM
Replies: 0
Views: 448
Posted By kirkh34
tracking user views

i have videos that multiple users can view.... for each video i'd like to track how many times each user has viewed that specific video...

i'm not sure if i'm on the right track but... i set up a...
Forum: HTML & CSS 10-10-2010, 11:09 AM
Replies: 1
Views: 626
Posted By kirkh34
set a large-width page to open showing less width

Say you have a page of 1300px... can you set the page if it were opened up in a new browser window to pop up showing only 800px from the center.
Forum: PHP 07-22-2010, 08:47 AM
Replies: 4
Views: 747
Posted By kirkh34
awesome, the function works great, thanks a lot!

awesome, the function works great, thanks a lot!
Forum: PHP 07-22-2010, 07:15 AM
Replies: 4
Views: 747
Posted By kirkh34
nope, just trying to get it working right now and...

nope, just trying to get it working right now and using all jpg... it works if i upload the larger jpg first and then replace it, but way too slow
Showing results 1 to 25 of 31

 
Forum Jump

All times are GMT +1. The time now is 10:25 PM.