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 2
1
2
>
Showing results 1 to 25 of 50
Search took
0.24
seconds.
Search:
Posts Made By:
thody
Forum:
JavaScript programming
08-14-2005, 05:37 PM
Replies:
2
Dynamic Field Value Not Submitting
Views:
876
Posted By
thody
Yeah, I actually came across that after I left...
Yeah, I actually came across that after I left here. Eventually I realized I was getting far more complicated than necessary, and decided to just show/hide the fields with the display style and a...
Forum:
JavaScript programming
08-13-2005, 07:45 PM
Replies:
2
Dynamic Field Value Not Submitting
Views:
876
Posted By
thody
Dynamic Field Value Not Submitting
So, I have a form on my page, with a field that is generated on the fly with innerHTML. The field is being created just fine, the problem is that its value is not being submitted at all.
The field...
Forum:
PHP
11-23-2004, 03:39 PM
Replies:
5
Changing path
Views:
690
Posted By
thody
URI is no good, you need the actual directory...
URI is no good, you need the actual directory path. phpinfo() will give it to you. :thumbsup:
Forum:
PHP
11-23-2004, 03:22 PM
Replies:
5
Changing path
Views:
690
Posted By
thody
So why don't you tell it to look here then?...
So why don't you tell it to look here then? home/user/public_html/somefolder/
You won't be able to trace a ~something url through the directory structure, it's an alias, there's no actual...
Forum:
HTML & CSS
11-23-2004, 02:31 PM
Replies:
4
So close... IE vs. The World
Views:
848
Posted By
thody
Yes, I was working on it more last night, and saw...
Yes, I was working on it more last night, and saw that the button got bumped down. That's something new. Thanks though.
All the css will be linked, it's just easier to work on, and have people...
Forum:
HTML & CSS
11-23-2004, 02:09 PM
Replies:
4
So close... IE vs. The World
Views:
848
Posted By
thody
The reason I rearranged the source code is...
The reason I rearranged the source code is because there's a lot of code in my header, so my content gets pushed way down into the last 3/4 of the source, which is poor for search engine positioning....
Forum:
HTML & CSS
11-22-2004, 08:41 PM
Replies:
4
Possibly the most basic CSS Question Yet
Views:
765
Posted By
thody
Beautiful. Thanks! I should have come here...
Beautiful. Thanks!
I should have come here first, I've spent hours trying to find an elegant solution to that.
Forum:
HTML & CSS
11-22-2004, 08:28 PM
Replies:
4
Possibly the most basic CSS Question Yet
Views:
765
Posted By
thody
Possibly the most basic CSS Question Yet
Ok, so, trying to rid my page of tables, and I've come to the nav.
Typically, it would look something like this:
<table cellpadding=0 cellspacing=0>
<tr>
<td><img src="image1.gif"></td>...
Forum:
HTML & CSS
11-22-2004, 03:07 PM
Replies:
4
So close... IE vs. The World
Views:
848
Posted By
thody
So close... IE vs. The World
Hey guys,
Finally getting around to converting my layout to css-p, and I'm so close to the finish line, but I'm having an issue with one layer displaying in the right place in IE. Page looks great...
Forum:
HTML & CSS
11-22-2004, 03:00 PM
Replies:
7
Setting Footer at the bottom of the page
Views:
1,444
Posted By
thody
I just went through the same thing...found this...
I just went through the same thing...found this helpful: http://www.alistapart.com/articles/footers
Forum:
PHP
09-30-2004, 06:53 PM
Replies:
1
Mail Server Loads
Views:
639
Posted By
thody
Mail Server Loads
In terms of sever loads, is it better to send one email with multiple recipients, or multiple emails with one recipient?
I'm only sending 50 or so, but it would be good to know for the future.
...
Forum:
PHP
04-09-2004, 12:25 AM
Replies:
6
SSL Question
Views:
884
Posted By
thody
SSL Question
I have a quick question about SSL...if the form I'm entering data on is http, and the script it's being submitted to is https...does that make it secure? Or do both the form, and the destination...
Forum:
MySQL
02-27-2004, 07:37 PM
Replies:
2
High volume of inserts
Views:
629
Posted By
thody
Wow...that's a lot of inserts lol. Ok,...
Wow...that's a lot of inserts lol.
Ok, thanks for the heads up, I'll give it a try locally I guess.
Cheers
Forum:
MySQL
02-27-2004, 06:50 PM
Replies:
2
High volume of inserts
Views:
629
Posted By
thody
High volume of inserts
I'm working on a pretty simple log analyzing stat app, and I've come to a point where I will need to make a large volume (2000+) of inserts into a mysql database.
Is there a way I can do this...
Forum:
PHP
11-12-2003, 01:30 PM
Replies:
2
Folder above WWW?
Views:
932
Posted By
thody
Thanks anyway, my host was able to resolve it....
Thanks anyway, my host was able to resolve it. Turns out there was something wrong with the path alias. Cheers
Forum:
PHP
11-11-2003, 04:42 PM
Replies:
2
Folder above WWW?
Views:
932
Posted By
thody
Folder above WWW?
Hey, I'm trying to store some sensitive data in a folder above the root web directory, but I'm having some trouble.
It seems the only place I can make a folder above the www folder is in...
Forum:
PHP
10-24-2003, 05:49 PM
Replies:
1
mkdir and safe_mode fun!
Views:
843
Posted By
thody
mkdir and safe_mode fun!
Hey gang,
I'm trying to perform a fairly simple task: create a directory, and copy a file to it.
$dir = $wwwroot."/new_dir";
$source = "/dir/file.txt";
$dest = $dir."file.txt";
Forum:
HTML & CSS
04-30-2003, 03:11 PM
Replies:
1
CSS Print Issue
Views:
769
Posted By
thody
Still no luck...any suggestions would be very...
Still no luck...any suggestions would be very much appreciated. Thanks.
Forum:
JavaScript programming
04-29-2003, 05:30 PM
Replies:
18
JS print() method
Views:
1,784
Posted By
thody
Ok, so here's the latest... I'm sorry for all the...
Ok, so here's the latest... I'm sorry for all the mayhem guys.
I stopped the browser from crashing by changing the position from absolute to relative (don't ask me why that did it), and now the...
Forum:
JavaScript programming
04-29-2003, 05:11 PM
Replies:
18
JS print() method
Views:
1,784
Posted By
thody
Actually, wait a sec, I think that code is ok. I...
Actually, wait a sec, I think that code is ok. I think you might have missed the <table> tag that didn't get bumped down to the next line. I think that code is legit.
Forum:
JavaScript programming
04-29-2003, 05:08 PM
Replies:
18
JS print() method
Views:
1,784
Posted By
thody
Wow. I wonder why w3.org didn't pick that...
Wow. I wonder why w3.org didn't pick that up...must have made a change since I checked the HTML. It's not showing up in Dreamweaver either. Wierd...
I think I'm close to fixing it anyway...
Forum:
JavaScript programming
04-29-2003, 05:00 PM
Replies:
18
JS print() method
Views:
1,784
Posted By
thody
Upon further inspection, it's not the #frame...
Upon further inspection, it's not the #frame definition, it's the #content definition. Hiding the #frame, simply hid the #content as well, which appeared to have fixed it, but the #content is the...
Forum:
JavaScript programming
04-29-2003, 04:51 PM
Replies:
18
JS print() method
Views:
1,784
Posted By
thody
Default is inherit, and since they're nested I...
Default is inherit, and since they're nested I had to specify visible.
Forum:
JavaScript programming
04-29-2003, 04:49 PM
Replies:
18
JS print() method
Views:
1,784
Posted By
thody
Nope.
Nope.
Forum:
JavaScript programming
04-29-2003, 04:42 PM
Replies:
18
JS print() method
Views:
1,784
Posted By
thody
Hmm, well I had isolated the problem to the...
Hmm, well I had isolated the problem to the #frame definition, and your suggestion stopped the browser from crashing.
However, now I have a nesting issue, because the #content layer won't render...
Showing results 1 to 25 of 50
Page 1 of 2
1
2
>
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
09:40 PM
.
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.