Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 216
Search took 0.61 seconds.
Search: Posts Made By: nicky
Forum: Ajax and Design 05-13-2013, 09:00 PM
Replies: 1
Views: 142
Posted By nicky
Nevermind. I figured it out :P

Nevermind. I figured it out :P
Forum: Ajax and Design 05-13-2013, 04:06 PM
Replies: 1
Views: 142
Posted By nicky
How to bypass one AJAX function if there's no onchange

I have a dynamic form consisting mostly of drop down menus that dynamically populate the next drop down via an onchange AJAX function; however, one of the fields is a check box, and I'm stumped as to...
Forum: HTML & CSS 08-20-2012, 01:37 PM
Replies: 6
Views: 550
Posted By nicky
I agree with waynenort. Avoid absolute...

I agree with waynenort. Avoid absolute positioning for this case and use floats.
Forum: Apache configuration 08-20-2012, 01:31 PM
Replies: 2
Views: 786
Posted By nicky
Thank you, that worked!

Thank you, that worked!
Forum: Apache configuration 08-17-2012, 03:58 PM
Replies: 2
Views: 786
Posted By nicky
Having issues redirecting subdirectory to domain

My hosting plan is hosting two domains.

1) Main domain - abc.com
2) Blog domain - xyz.com

The 2nd domain is contained within a subdirectory of the main domain, so abc.com/blog/ is also xyz.com...
Forum: HTML & CSS 05-14-2012, 03:23 PM
Replies: 1
Views: 324
Posted By nicky
Flickering occurs on poly image map with rollovers

I have an image map of the United States. The initial map is grayed out, but when you hover over a region, the region will highlight with a color.

The problem I am experiencing is flickering...
Forum: MySQL 04-19-2012, 06:41 PM
Replies: 4
Views: 478
Posted By nicky
Trust me, I agree with you lol. Product A...

Trust me, I agree with you lol.

Product A has completely different variables than Product B.

Product A's table colunms are like color, shirt size, fabric etc where product B's columns are like...
Forum: MySQL 04-19-2012, 04:03 PM
Replies: 4
Views: 478
Posted By nicky
Search for a keyword within all tables of database

I'm implementing a catalog search feature, and unfortunately there's going to be a ton of tables for the various products. I am driving myself crazy trying to formulate a SQL query to be able to...
Forum: JavaScript programming 01-05-2012, 06:47 PM
Replies: 4
Views: 515
Posted By nicky
The input field has a unique ID... <input...

The input field has a unique ID...

<input type="text" id="eda" name="eda"/>

I tried


if(el.type == 'text && el.id != 'eda') {
...
}
Forum: JavaScript programming 01-05-2012, 04:46 PM
Replies: 4
Views: 515
Posted By nicky
Remember Form Inputs on Blur, but excluding one field

I have a JavaScript that remembers the values of a form by creating cookies for each input element onblur.

I cannot figure out though how to exclude one input field from being remember.

It...
Forum: XML 12-14-2011, 12:57 AM
Replies: 1
Views: 2,342
Posted By nicky
Creating a XML data file in PHP

Not sure if this belongs in the PHP boards or not, but it involves XML, so I decided to post here.

I need to create a XML data file using PHP, and I'm using this example...
Forum: MySQL 12-07-2011, 09:37 PM
Replies: 4
Views: 672
Posted By nicky
Thank you so much!

Thank you so much!
Forum: MySQL 12-06-2011, 01:12 PM
Replies: 4
Views: 672
Posted By nicky
The group_concat was a great hint, but your...

The group_concat was a great hint, but your formula didn't work. Ugh!
Forum: MySQL 12-05-2011, 03:13 PM
Replies: 4
Views: 672
Posted By nicky
Cannot figure out how to fix query. Repeats results!

I have a user login system that allows for files to be uploaded into specific folders. The problem I am experiencing is that when you go to view the files that have been uploaded, if a file was...
Forum: PHP 11-18-2011, 03:56 PM
Replies: 9
Views: 362
Posted By nicky
Thank you so much!

Thank you so much!
Forum: PHP 11-18-2011, 03:42 PM
Replies: 9
Views: 362
Posted By nicky
Thanks kbluhm! Your code worked, but then I...

Thanks kbluhm! Your code worked, but then I realized I need to add an extra layer to complicate things.


$contacts = array(
"abc" => array(
"Albert" => "albert@somedomain.com"
...
Forum: PHP 11-18-2011, 02:36 PM
Replies: 9
Views: 362
Posted By nicky
That would work if the variable was a part of the...

That would work if the variable was a part of the email and all the email's domains were the same.


$contacts = array(
"abc" => "123@yourbusiness.com",
"def" =>...
Forum: PHP 11-18-2011, 02:20 PM
Replies: 9
Views: 362
Posted By nicky
Matching a variable to an associate array's key and retrieving key's value

I have a contact form that will send to different email addresses based on a variable. The variable is an employee's first initial and last name.

Now I know I can program a bunch of conditionals...
Forum: JavaScript programming 10-10-2011, 09:05 PM
Replies: 2
Views: 760
Posted By nicky
Yay! It worked! Thank you!

Yay! It worked! Thank you!
Forum: JavaScript programming 10-10-2011, 08:06 PM
Replies: 2
Views: 760
Posted By nicky
Cookies not saving after closing out of browser

I'm trying to get my form to save a user's data via cookies. I found a script at http://www.fijiwebdesign.com/blog/remembering-form-input-data-with-javascript-and-cookies-before-submission.html, and...
Forum: MySQL 10-04-2011, 07:53 PM
Replies: 1
Views: 245
Posted By nicky
Creating folders within folders within folders etc

Not sure if this is more of a PHP or MySQL issue, but I'm leaning towards MySQL. I am trying to formulate the best and most efficient way to do this...

I have a user login system where users can...
Forum: MySQL 09-19-2011, 08:55 PM
Replies: 4
Views: 629
Posted By nicky
Eureka, it worked! Thank you so much!

Eureka, it worked! Thank you so much!
Forum: MySQL 09-19-2011, 06:54 PM
Replies: 4
Views: 629
Posted By nicky
I hope this helps. Ignore the underscores used as...

I hope this helps. Ignore the underscores used as spacers.

---

SELECT * FROM access

+--------+---------+
| user_id | folder_id |
+--------+---------+
| 1 _____| 1 ______|
Forum: MySQL 09-19-2011, 05:01 PM
Replies: 4
Views: 629
Posted By nicky
Listing database rows and checking to see if those row values exist in another table

I am pulling my hair! So before I break down and cry, I figured I'd ask for help in my favorite forum :)

I have a user login system where users can upload files. There are two types of users,...
Forum: HTML & CSS 09-08-2011, 01:33 PM
Replies: 2
Views: 2,335
Posted By nicky
Yes, and I see that they just added padding. I...

Yes, and I see that they just added padding. I was hoping this could've been achieved with line-height, but I guess not. :-\
Showing results 1 to 25 of 216

 
Forum Jump

All times are GMT +1. The time now is 02:58 AM.