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
Page 1 of 9
1
2
3
>
Last
»
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
How to bypass one AJAX function if there's no onchange
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
How to bypass one AJAX function if there's no onchange
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
Need fresh set of eyes for CSS problem
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
Having issues redirecting subdirectory to domain
Views:
786
Posted By
nicky
Thank you, that worked!
Thank you, that worked!
Forum:
Apache configuration
08-17-2012, 03:58 PM
Replies:
2
Having issues redirecting subdirectory to domain
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
Flickering occurs on poly image map with rollovers
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
Search for a keyword within all tables of database
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
Search for a keyword within all tables of database
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
Remember Form Inputs on Blur, but excluding one field
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
Remember Form Inputs on Blur, but excluding one field
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
Creating a XML data file in PHP
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
Cannot figure out how to fix query. Repeats results!
Views:
672
Posted By
nicky
Thank you so much!
Thank you so much!
Forum:
MySQL
12-06-2011, 01:12 PM
Replies:
4
Cannot figure out how to fix query. Repeats results!
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
Cannot figure out how to fix query. Repeats results!
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
Matching a variable to an associate array's key and retrieving key's value
Views:
362
Posted By
nicky
Thank you so much!
Thank you so much!
Forum:
PHP
11-18-2011, 03:42 PM
Replies:
9
Matching a variable to an associate array's key and retrieving key's value
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
Matching a variable to an associate array's key and retrieving key's value
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
Matching a variable to an associate array's key and retrieving key's value
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
Cookies not saving after closing out of browser
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
Cookies not saving after closing out of browser
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
Creating folders within folders within folders etc
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
Listing database rows and checking to see if those row values exist in another table
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
Listing database rows and checking to see if those row values exist in another table
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
Listing database rows and checking to see if those row values exist in another table
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
Vertically align text in select dropdown
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
Page 1 of 9
1
2
3
>
Last
»
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
02:58 AM
.
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.