Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 27
Search took 0.12 seconds.
Search: Posts Made By: yokelrobin
Forum: PHP 11-20-2011, 11:55 PM
Replies: 2
Views: 283
Posted By yokelrobin
Perfect, thanks - could have sworn I tried...

Perfect, thanks - could have sworn I tried something very similar to that but obviously not.

Thanks again.
Forum: PHP 11-20-2011, 11:26 PM
Replies: 2
Views: 283
Posted By yokelrobin
Adding to a multidimensional array

I've tried searching for this but I just can't seem to get my head around it, hopefully someone can help.

This is the code I have:


$args = array(
'cat' => 5,
'meta_query' => array(...
Forum: JavaScript programming 02-24-2005, 07:54 AM
Replies: 3
Views: 1,007
Posted By yokelrobin
Thanks, that's great - turns out you aren't as...

Thanks, that's great - turns out you aren't as bad as some people think!

hehe ;)
Forum: JavaScript programming 02-23-2005, 09:02 PM
Replies: 3
Views: 1,007
Posted By yokelrobin
Radio button to change form field names

Hello,

I'm currently using a fairly common JavaScript that checks that all fields suffixed with '_ck' have been filled in.

I want the visitor to the site to be able to select from one of two...
Forum: Paid work offers and requests (Now CLOSED) 02-22-2005, 09:24 AM
Replies: 3
Views: 1,282
Posted By yokelrobin
Looking for someone to do Flash work

I'm looking for someone to do a small Flash project for me.

I've got the basic design and content, just need it all putting into place and made to look fancy. If this goes well I can pretty much...
Forum: ASP 08-05-2004, 03:51 PM
Replies: 2
Views: 891
Posted By yokelrobin
Thanks very much - I knew it was a logic thing :)...

Thanks very much - I knew it was a logic thing :)

This is the way I've done it - there may well be better ways, but it works.

Thanks again.


<%
Set...
Forum: ASP 08-05-2004, 02:33 PM
Replies: 2
Views: 891
Posted By yokelrobin
Replacing spaces

I need to replace some spaces with commas so that the data can be imported into a spreadsheet.

Normally this would be easy, using Replace(), but in this case, I need to only replace some spaces.
...
Forum: ASP 11-28-2003, 10:01 AM
Replies: 13
Views: 1,218
Posted By yokelrobin
Thanks M@rco.

Thanks M@rco.
Forum: ASP 11-27-2003, 02:56 PM
Replies: 13
Views: 1,218
Posted By yokelrobin
Thanks all. This aspect of the site needs to...

Thanks all.

This aspect of the site needs to be put on hold for a few days as we need to work on some other areas of the site, but I'll report back with my findings based on your responses.
...
Forum: ASP 11-25-2003, 02:42 PM
Replies: 13
Views: 1,218
Posted By yokelrobin
Thanks for that - I'll take a look.

Thanks for that - I'll take a look.
Forum: ASP 11-25-2003, 02:41 PM
Replies: 2
Views: 968
Posted By yokelrobin
I normally don't even bother using checkboxes -...

I normally don't even bother using checkboxes - just have a number field where I enter 0 for false and 1 for true.

Probably not the proper way to do it, but it does make things easy :)
Forum: ASP 11-25-2003, 11:04 AM
Replies: 13
Views: 1,218
Posted By yokelrobin
Length of MP3 Files

We're putting together a site that will enable people to download MP3s (all created by the owner of the site, so no copyright problems!), and we need to be able to display certain types of...
Forum: ASP 10-09-2003, 11:15 AM
Replies: 10
Views: 1,113
Posted By yokelrobin
Sounds like the If... Then... thing is the best...

Sounds like the If... Then... thing is the best way then.

How ridiculous :)
Forum: ASP 10-03-2003, 01:51 PM
Replies: 10
Views: 1,113
Posted By yokelrobin
I suppose the other option is: If flubber...

I suppose the other option is:


If flubber <> "flubber" Then

'All code here does not run

End If
Forum: ASP 10-03-2003, 12:26 PM
Replies: 10
Views: 1,113
Posted By yokelrobin
Ah - didn't see that one when I searched for some...

Ah - didn't see that one when I searched for some reason.

How odd. Sounds like my idea is actually the only way to do is :rolleyes:
Forum: ASP 10-03-2003, 12:07 PM
Replies: 8
Views: 1,996
Posted By yokelrobin
OK, I've sort of solved it. <% 'Upload...

OK, I've sort of solved it.


<%
'Upload the file
Set Upload = Server.CreateObject("Persits.Upload.1")
Upload.Save "c:\path\to\uploads"

'Write out the files uploaded for reference
For...
Forum: ASP 10-03-2003, 11:45 AM
Replies: 10
Views: 1,113
Posted By yokelrobin
Commenting large amounts of ASP - Solution *then* Question

Not sure if there's an easier way of doing this - it's half a question and half a suggestion.

Sometimes I need to comment out numerous lines of ASP - mainly for testing purposes.

Adding a ' to...
Forum: ASP 10-02-2003, 03:44 PM
Replies: 8
Views: 1,996
Posted By yokelrobin
I forgot to mention something (sorry): ...

I forgot to mention something (sorry):


Response.Write File.FileName


at the very end of the code - that should write the name of the file on screen, but it doesn't, so I'm thinking this...
Forum: ASP 10-02-2003, 11:58 AM
Replies: 8
Views: 1,996
Posted By yokelrobin
Thanks for the reply. The form is as...

Thanks for the reply.

The form is as follows:


<form method="post" action="send.asp" ENCTYPE="multipart/form-data">
<input type="hidden" name="jobref" value="<%=request("jobref")%>">
<input...
Forum: ASP 10-02-2003, 09:21 AM
Replies: 8
Views: 1,996
Posted By yokelrobin
Sending and Email Attachment using ASPUpload and CDONTS

I'm looking to have a feedback form on a site where the user can send an attachment (a Word document in this case) along with their enquiry.

I've got the following code - I've changed the file...
Forum: General web building 01-22-2003, 05:11 PM
Replies: 9
Views: 829
Posted By yokelrobin
Hi Brothercake - justame said I should pop in and...

Hi Brothercake - justame said I should pop in and say hello :)

I can offer you a dedicated server with your specs (plus a few more in some cases - certainly more disk space), for about the budget...
Forum: ASP 11-21-2002, 11:58 AM
Replies: 12
Views: 2,010
Posted By yokelrobin
I've had someone start work for me this week, so...

I've had someone start work for me this week, so it's been a little hectic this week as you can imagine :)

I'll see what I can do probably over the weekend and let you know, all being well.
...
Forum: ASP 11-18-2002, 03:38 PM
Replies: 12
Views: 2,010
Posted By yokelrobin
That's great - thanks for your help. Did the...

That's great - thanks for your help.

Did the presentation today, and explained what we will be able to do - they were most happy. Should hear later this week if it's all going to go ahead, but...
Forum: ASP 11-17-2002, 05:54 PM
Replies: 12
Views: 2,010
Posted By yokelrobin
Thanks for all the replies. Roelf - that's...

Thanks for all the replies.

Roelf - that's exactly the sort of thing I'm looking for.

I'm presenting the demo to the client tomorrow (Monday) so that I can make adjustments in time for the...
Forum: ASP 11-15-2002, 03:04 PM
Replies: 12
Views: 2,010
Posted By yokelrobin
Converting Word document to HTML with ASP

Hi people :)

I'm designing a site with ASP that will run off an in-house server (it's essentially a very basic intranet demo), and I need to convert the Word documents into HTML, so they display...
Showing results 1 to 25 of 27

 
Forum Jump

All times are GMT +1. The time now is 05:27 PM.