Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
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
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
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
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
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
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
Views: 3,843
Posted By suzierthanyou
Question 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
Views: 2,241
Posted By suzierthanyou
Cool 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
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
Views: 4,605
Posted By suzierthanyou
Question 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
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
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
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 04:39 AM.