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
Showing results 1 to 25 of 25
Search took
0.11
seconds.
Search:
Posts Made By:
kestrel7
Forum:
JavaScript programming
02-08-2007, 07:14 AM
Replies:
2
Attachning event hanlders programmatically
Views:
662
Posted By
kestrel7
Attachning event hanlders programmatically
Hi there,
I would like some clarification on how to attach event handlers programmatically.
In my understanding, if I have a function with no arguments, as follows:
function methodOne() {...
Forum:
XML
06-13-2004, 06:19 PM
Replies:
0
XSL:sort problem using param passed in
Views:
1,298
Posted By
kestrel7
XSL:sort problem using param passed in
Hi all,
I am having some trouble with my XSL Stylesheet. Specifically, I am having trouble getting the
<xsl:sort element> to accept my parameter which is being passed into the stylesheet....
Forum:
MySQL
11-13-2002, 05:04 PM
Replies:
2
How to modify columns after they have been set?
Views:
1,606
Posted By
kestrel7
Thanks for the help bcarl314 . I tried it and...
Thanks for the help bcarl314 . I tried it and it worked 100% !!
Thanks again! :thumbsup:
Forum:
MySQL
11-13-2002, 03:49 PM
Replies:
2
How to force a page to fetch most recent data?
Views:
2,907
Posted By
kestrel7
How to force a page to fetch most recent data?
Is it possible to force a page to fetch the most recent data from MySql rather than relying on a cached copy?
I have a problem that when the user updates the database and then returns to the page...
Forum:
JavaScript programming
11-11-2002, 09:46 PM
Replies:
1
Checkbox interactions
Views:
741
Posted By
kestrel7
Checkbox interactions
Hi
I am totally new to writing any javascript and need a little help with the following.
I want to be able to dynamically alter the state of a couple of checkboxes depending on the users...
Forum:
MySQL
11-11-2002, 09:44 PM
Replies:
2
How to modify columns after they have been set?
Views:
1,606
Posted By
kestrel7
How to modify columns after they have been set?
I want to enable the user to change a table gnereted by a sql query in the following ways.
1) To re-order the table according to a particular column by clicking on a column header which is a...
Forum:
MySQL
10-31-2002, 04:17 PM
Replies:
3
Help!!!
Views:
1,208
Posted By
kestrel7
The reason you get the "unknown column...
The reason you get the "unknown column 'sweenster'" error is because it is not in single quotes so mysql tries to treat it like a column name but since there is no column name, sweenster in table...
Forum:
MySQL
10-31-2002, 12:38 PM
Replies:
3
Help!!!
Views:
1,208
Posted By
kestrel7
The sql looks correct to me. The only prob I can...
The sql looks correct to me. The only prob I can see with the first query is that perhaps it should be:
SELECT * FROM users where username='sweenster';
but then again, the latter query:
...
Forum:
Java and JSP
10-31-2002, 05:41 AM
Replies:
2
Making java bytecode easier to execute
Views:
4,321
Posted By
kestrel7
Hi Thanks for your help. I've had a look on...
Hi
Thanks for your help. I've had a look on the Sun forum but the best I can seem to come up with is a shareware proggy that does this. However, I was looking for something a bit more permanent...
Forum:
MySQL
10-31-2002, 05:35 AM
Replies:
5
Converting MS Access DB to MySQL format
Views:
2,492
Posted By
kestrel7
Thanks for all the help. Tried it and it worked...
Thanks for all the help. Tried it and it worked like a charm :thumbsup: BTW, what does the LOCAL stand for? Is it as in the file is local and does this mean you can load a file from a remote location...
Forum:
MySQL
10-31-2002, 05:30 AM
Replies:
2
Backing up particular relations in MySQL
Views:
1,493
Posted By
kestrel7
Thanks a million Spookster. Exactly what I...
Thanks a million Spookster. Exactly what I needed!!! :thumbsup:
Forum:
MySQL
10-31-2002, 05:07 AM
Replies:
8
Database schema question
Views:
2,282
Posted By
kestrel7
Hi ooops ... sorry about that! :o Thanks...
Hi
ooops ... sorry about that! :o Thanks for clarifying Spookster. I learn something new everyday.... that'll teach me to reply to something I haven't actually tried myself!
cheers
Forum:
MySQL
10-30-2002, 05:08 AM
Replies:
5
Converting MS Access DB to MySQL format
Views:
2,492
Posted By
kestrel7
Hi, Thanks for your reply HarmonX I'm...
Hi,
Thanks for your reply HarmonX
I'm sure I can figure out how to export from Access, but do you have any idea about how I go about importing files to mysql?
Would something like this work?...
Forum:
Java and JSP
10-27-2002, 04:17 AM
Replies:
2
Making java bytecode easier to execute
Views:
4,321
Posted By
kestrel7
Making java bytecode easier to execute
Hi
I am wondering if there is an alternative to distributing Java programs with the JVM.
For instance, I am wondering if anyone has seen a Java compiler that produces machine code rather than...
Forum:
MySQL
10-27-2002, 04:08 AM
Replies:
5
Converting MS Access DB to MySQL format
Views:
2,492
Posted By
kestrel7
Converting MS Access DB to MySQL format
Hi
Is it possible to convert a MS Access database to MySQL format? Any help on how to achieve this will be greatly appreciated!
Forum:
MySQL
10-27-2002, 04:07 AM
Replies:
2
Backing up particular relations in MySQL
Views:
1,493
Posted By
kestrel7
Backing up particular relations in MySQL
Hi
I want to be able to take tables I created in one MySQL database and move it to another MySQL database (on another machine) in such a manner that the data in the tables are preserved.
Is it...
Forum:
MySQL
10-27-2002, 04:05 AM
Replies:
8
Database schema question
Views:
2,282
Posted By
kestrel7
Hi This type of situation arises often in...
Hi
This type of situation arises often in relational database design. What you are describing is called a foreign key. Foreign - because it is a primary key of one table that you include as an...
Forum:
HTML & CSS
10-15-2002, 08:07 AM
Replies:
1
limiting a <input=file.. to display only folders
Views:
840
Posted By
kestrel7
limiting a <input=file.. to display only folders
Hi I want to make a <input=file... element that will only display folders or at the very least only accept folders as input (which I guess would probably make this more of javascript question). Is...
Forum:
Java and JSP
10-12-2002, 07:35 AM
Replies:
0
(Java)Swing: Launching default browser
Views:
5,316
Posted By
kestrel7
(Java)Swing: Launching default browser
Hi
Is it possible to launch the default browser on a system from a button (or other lightweight component) in Java (Swing).
I want to be able to load a help file in a browser window from within...
Forum:
HTML & CSS
09-26-2002, 11:54 PM
Replies:
8
Fixed Background in table
Views:
1,164
Posted By
kestrel7
WOW! Thanks for the great help guys :thumbsup: ...
WOW! Thanks for the great help guys :thumbsup:
The light reading really did the trick! I think I finally got it (thanks for your persistance Bosko)
In the process, I also think I gained some...
Forum:
HTML & CSS
09-26-2002, 05:14 PM
Replies:
8
Fixed Background in table
Views:
1,164
Posted By
kestrel7
Thanks again Bosko, Is it possible to do in...
Thanks again Bosko,
Is it possible to do in php or will I need javascript? Any ideas on how (algorithmically I mean) I would accomplish this with a script?
As usual, any help greatly...
Forum:
HTML & CSS
09-25-2002, 09:47 AM
Replies:
4
IE 6 Problem
Views:
988
Posted By
kestrel7
It's probably not this (but u never know :) ... ...
It's probably not this (but u never know :) ...
your index file that specifies your frames has a closing body tag which should be removed.
Don't know if that helps any?
Forum:
HTML & CSS
09-25-2002, 09:26 AM
Replies:
8
Fixed Background in table
Views:
1,164
Posted By
kestrel7
Thanks for your help Bosko, To clear up: I...
Thanks for your help Bosko,
To clear up: I am trying to have a background that remains fixed in a particular position (top, center... etc) when the user scrolls the page.
In IE this can be done...
Forum:
HTML & CSS
09-23-2002, 04:42 PM
Replies:
8
Fixed Background in table
Views:
1,164
Posted By
kestrel7
Fixed Background in table
I want to be able to set a fixed background (no repeat) as a background to a particular table using something like this in the style sheet...
TABLE.main {
background-image: url("img_name.gif");...
Forum:
MySQL
08-05-2002, 06:17 PM
Replies:
0
Importing & exporting to/from MySQL
Views:
1,451
Posted By
kestrel7
Importing & exporting to/from a table inMySQL
Hi All
Can anyone point me in the right direction to find out how to import/export data into/from a table in a mySQL database.
Any help would be greatly appreciated!
Thanks.
Showing results 1 to 25 of 25
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
05:33 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.