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 31
Search took
0.18
seconds.
Search:
Posts Made By:
suzierthanyou
Forum:
ColdFusion
04-13-2010, 09:42 PM
Replies:
6
Inserting Date of Birth into Database
Views:
6,269
Posted By
suzierthanyou
yes yes yes! Thank you thank you thank you. :)
yes yes yes! Thank you thank you thank you. :)
Forum:
ColdFusion
04-11-2010, 08:00 PM
Replies:
6
Inserting Date of Birth into Database
Views:
6,269
Posted By
suzierthanyou
I've changed that bit of the form into the...
I've changed that bit of the form into the separate fields, but where am I concatenating the values? I tried it in the destination page by writing
<CFSET dob = Form.birthday & Form.birthmonth &...
Forum:
ColdFusion
04-11-2010, 12:42 PM
Replies:
6
Inserting Date of Birth into Database
Views:
6,269
Posted By
suzierthanyou
Inserting Date of Birth into Database
Hello, wonderful helpful people.
I've got a register form, in which people input things like username, password, etc. At the moment, for the date of birth, I've just got it as a regular date field...
Forum:
ColdFusion
04-11-2010, 12:36 PM
Replies:
12
help with a login program!
Views:
5,257
Posted By
suzierthanyou
Thank you!! It's working now! :)
Thank you!! It's working now! :)
Forum:
ColdFusion
04-08-2010, 09:08 PM
Replies:
12
help with a login program!
Views:
5,257
Posted By
suzierthanyou
my login form: <cfif isDefined(...
my login form:
<cfif isDefined( 'url.invalidLogin' )>
<font color="red">You have entered an invalid username/password. Please try again.</font>
<cfform name="login"...
Forum:
ColdFusion
04-08-2010, 09:05 PM
Replies:
12
help with a login program!
Views:
5,257
Posted By
suzierthanyou
This is so useful, whoever has written this is...
This is so useful, whoever has written this is amazing and I would be SO happy if you could help me understand why it just won't work for me!
I'm totally stuck. You can access memberwelcome.cfm...
Forum:
ColdFusion
04-29-2009, 06:22 PM
Replies:
1
Syntax error (missing operator) in query expression
Views:
9,260
Posted By
suzierthanyou
Syntax error (missing operator) in query expression
I'm getting this error and I can't work out why!
<cfquery name="insertart" datasource="062105cs06sr">
INSERT INTO art (userid, artcat, arttitle, arturl, artdescription, artdatecreated,...
Forum:
ColdFusion
04-28-2009, 01:11 PM
Replies:
3
Join Expression Not Supported
Views:
6,224
Posted By
suzierthanyou
I tried this but I am getting this now: ...
I tried this but I am getting this now:
Error Executing Database Query.
[Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Type mismatch in expression. ...
Forum:
ColdFusion
04-27-2009, 10:15 PM
Replies:
3
Join Expression Not Supported
Views:
6,224
Posted By
suzierthanyou
Join Expression Not Supported
I have two tables, USERS and ART. Both contain a USERID field, which is a number linked to both.
When I output from the art table, I want to display the userNAME of the person, rather than their...
Forum:
ColdFusion
04-22-2009, 03:02 PM
Replies:
2
If Statements for showing things to logged in users
Views:
3,843
Posted By
suzierthanyou
Oh hurrah! Yes it works. Thanks! Now I need...
Oh hurrah! Yes it works. Thanks!
Now I need to make my logout more successful!
Forum:
ColdFusion
04-21-2009, 05:20 PM
Replies:
2
If Statements for showing things to logged in users
Views:
3,843
Posted By
suzierthanyou
If Statements for showing things to logged in users
I'm somewhat of a coldfusion novice trying to build quite a complicated system (bad combination!) but I need to do it by next Thursday so this is why I'm asking. I've got books and have made my login...
Forum:
JavaScript programming
09-03-2008, 12:23 AM
Replies:
0
Javascript PhotoGallery in a Wordpress Site
Views:
2,241
Posted By
suzierthanyou
Javascript PhotoGallery in a Wordpress Site
I have been trying to use the Dynamic Javascript photo gallery within a page on my wordpress site.
This is the gallery I want - http://www.suzierthanyou.com/testportfolio.htm.
I've put the...
Forum:
PHP
08-26-2008, 04:17 PM
Replies:
4
Wordpress - Making an existing CSS/HTML layout into a Wordpress Theme
Views:
4,605
Posted By
suzierthanyou
Ooh thank you I'll check it out :)
Ooh thank you I'll check it out :)
Forum:
PHP
08-26-2008, 04:09 PM
Replies:
4
Wordpress - Making an existing CSS/HTML layout into a Wordpress Theme
Views:
4,605
Posted By
suzierthanyou
Wordpress - Making an existing CSS/HTML layout into a Wordpress Theme
Is this going to be painstakingly hard?
http://www.suzierthanyou.com/test.htm
^That's my layout that I slaved over.
I need to integrate it into Wordpress though! HOW?! Arrgh.
Forum:
HTML & CSS
08-04-2008, 03:35 PM
Replies:
10
Different link styles for different divs
Views:
1,434
Posted By
suzierthanyou
AH I've done it :) Sorry that was really obvious....
AH I've done it :) Sorry that was really obvious. I just changed it where the new stuff was. Thanks you're a lifesaver! x
Forum:
HTML & CSS
08-04-2008, 03:25 PM
Replies:
10
Different link styles for different divs
Views:
1,434
Posted By
suzierthanyou
My background image was set further up in the...
My background image was set further up in the style, DIV.topbar - is this all rendered useless after adding the link styles? Is there a way I can group it together?
Thanks for your help by the...
Forum:
HTML & CSS
08-04-2008, 03:06 PM
Replies:
10
Different link styles for different divs
Views:
1,434
Posted By
suzierthanyou
And whats the different between an id and a...
And whats the different between an id and a class??
Forum:
HTML & CSS
08-04-2008, 03:05 PM
Replies:
10
Different link styles for different divs
Views:
1,434
Posted By
suzierthanyou
AH! Yes, that worked - but unfortunately now my...
AH! Yes, that worked - but unfortunately now my background has disappeared! (It was a black shape which was part of the layout). :s !!
Forum:
HTML & CSS
08-04-2008, 02:59 PM
Replies:
10
Different link styles for different divs
Views:
1,434
Posted By
suzierthanyou
Okay, here's my stylesheet: @charset...
Okay, here's my stylesheet:
@charset "UTF-8";
/* CSS Document */
<style type="text/css">
<!--
body {
Forum:
HTML & CSS
08-04-2008, 02:43 PM
Replies:
10
Different link styles for different divs
Views:
1,434
Posted By
suzierthanyou
Yeah, it hasn't done anything, within that div...
Yeah, it hasn't done anything, within that div the links are all coming up as default!
Forum:
HTML & CSS
08-04-2008, 02:05 PM
Replies:
10
Different link styles for different divs
Views:
1,434
Posted By
suzierthanyou
Different link styles for different divs
This might be really obvious, but I need to have different link styles for each of my different divs. I tried this for my topbar div, in the stylesheet:
#topbar a:link {text-decoration: none;...
Forum:
General web building
08-02-2008, 05:19 PM
Replies:
5
Blogging Software
Views:
1,000
Posted By
suzierthanyou
Okay haha Wordpress it is!
Okay haha Wordpress it is!
Forum:
HTML & CSS
08-02-2008, 05:18 PM
Replies:
7
Updating a 'Sidebar' without editing each individual page?
Views:
725
Posted By
suzierthanyou
So I tried that but I started getting confused...
So I tried that but I started getting confused with the testing server aspect of it in Dreamweaver...if I just wrote the code and made the PHP file then FTP'd it straight away, would it work? Thanks!
Forum:
HTML & CSS
08-02-2008, 04:46 PM
Replies:
7
Updating a 'Sidebar' without editing each individual page?
Views:
725
Posted By
suzierthanyou
Thank you! :) Very helpful!
Thank you! :) Very helpful!
Forum:
General web building
08-02-2008, 03:58 PM
Replies:
5
Blogging Software
Views:
1,000
Posted By
suzierthanyou
I had it before but I seem to remember it being...
I had it before but I seem to remember it being quite hard to put into my existing layout? Is there anything else as good or should I persevere? :)
Showing results 1 to 25 of 31
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
04:39 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.