Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 25 of 489
Search took 0.59 seconds.
Search: Posts Made By: the-dream
Forum: Apache configuration 10-13-2010, 02:38 PM
Replies: 1
Views: 2,587
Posted By the-dream
URL Rewriting, Changes " " to "%20" need "+"

Hey Guys,

I've done a search for this but can't quite find an answer, I want to use mod_rewrite in .htaccess to rewrite GET query strings. Instead of changing a space from " " to "%20" I want it...
Forum: Large Projects (new web application, complex features etc) 10-04-2010, 04:42 PM
Replies: 0
Views: 2,261
Posted By the-dream
Smile Looking for Flash Game developer (Facebook + PHP + Flash)

1) Project Details: (be as specific as possible):
With the current craze surrounding social gaming we're looking to get into the space, we're looking for a Flash developer to work with us on the...
Forum: Medium projects (new script, new features, etc) 04-09-2010, 08:37 PM
Replies: 0
Views: 2,478
Posted By the-dream
Wikipedia Article Writer, for notable, applicable person

1) Project Details: (be as specific as possible):
To write a Wikipedia article, based on a young person, who has recently been honored with a prestigious business award, info and references are...
Forum: Small projects (quick fixes and changes) 04-07-2010, 12:27 PM
Replies: 3
Views: 1,797
Posted By the-dream
Need a JavaScript Equivalent of this Simple PHP Script (ASAP)

1) Project Details: (be as specific as possible):
Need this simple PHP script, which generates some JavaScript based uppon URL variables made into JavaScript so it can be run as a .js file.
...
Forum: PHP 03-06-2010, 08:35 PM
Replies: 1
Views: 2,186
Posted By the-dream
At the top of the index.php file (not the one...

At the top of the index.php file (not the one you're working in now) put <?php ob_start(); ?> before any other content or code.
Forum: PHP 03-06-2010, 06:32 PM
Replies: 1
Views: 825
Posted By the-dream
Sorting Array

Hey Guys...

I know there are various functions for sorting arrays, but can't for the life of me figure out which one to use in this situation. I have the following array and I'm trying to keep it...
Forum: Medium projects (new script, new features, etc) 01-24-2010, 09:27 PM
Replies: 4
Views: 3,388
Posted By the-dream
Smile Javascript Programmer / In-text ads

1) Project Details: (be as specific as possible):

We need someone who is excellent at JavaScript to program for us the pop-up system for an inline advertising system.

We need a script, that...
Forum: PHP 11-22-2009, 05:43 PM
Replies: 1
Views: 513
Posted By the-dream
MySQL Insert/ Form Issues

Hey guys,

A little stuck, i've been mulling over this code for a couple of hours not, but cannot get the Hex Colors to insert correctly into the DB...

Wondering if you guys can take a look, see...
Forum: PHP 11-18-2009, 06:50 PM
Replies: 2
Views: 546
Posted By the-dream
That's great, worked perfectly, thanks!

That's great, worked perfectly, thanks!
Forum: PHP 11-18-2009, 05:47 PM
Replies: 2
Views: 546
Posted By the-dream
Sort array by particular key?

Hi guys, I'm a little stuck on this one, I have an array, that's being dynamically generated...

Array
(
[Technology] => Array
(
[name] => Technology
...
Forum: PHP 10-10-2009, 12:48 PM
Replies: 1
Views: 2,989
Posted By the-dream
While Loop, Inside While Loop only displays once.

Hi guys...

I'm building a shopping cart... and cannot understand why the second while loop only runs once, is should runs twice (the second time the first loop does). All the correct data is in...
Forum: JavaScript programming 09-28-2009, 04:34 PM
Replies: 6
Views: 647
Posted By the-dream
Because it is not to be used on the same page...

Because it is not to be used on the same page with the same elements each time...
Forum: JavaScript programming 09-28-2009, 07:36 AM
Replies: 6
Views: 647
Posted By the-dream
I want to put the iFrame where someone pastes...

I want to put the iFrame where someone pastes that JavaScript.
Forum: JavaScript programming 09-27-2009, 08:28 PM
Replies: 6
Views: 647
Posted By the-dream
Anyone know how to do this? (the second post)

Anyone know how to do this? (the second post)
Forum: JavaScript programming 09-27-2009, 04:27 PM
Replies: 6
Views: 647
Posted By the-dream
Ok, all of the items do display on the page......

Ok, all of the items do display on the page... just not in the places they are supposed to? How would I get the iFrame to appear exactly where the code is?
Forum: JavaScript programming 09-27-2009, 04:16 PM
Replies: 6
Views: 647
Posted By the-dream
Code won't run on certain pages/areas on pages.

Hi,

I coded the following JavaScript:

var el = document.createElement("iframe");
el.setAttribute('id', 'ifrm');
document.body.appendChild(el);
el.setAttribute('height', 250);...
Forum: Ajax and Design 09-26-2009, 02:28 AM
Replies: 1
Views: 1,687
Posted By the-dream
Anyone? I can't imagine this is that hard for an...

Anyone? I can't imagine this is that hard for an experienced JavaScript-er.
Forum: Ajax and Design 09-26-2009, 12:07 AM
Replies: 1
Views: 1,687
Posted By the-dream
Send Current Page URL To PHP Page

Hi Guys,

I'm a complete newbie when it comes to JavaScript and AJAX.

What I'm trying to do, is, using JavaScript get the current URL of the page and send it, with an AJAX request to a URL with...
Forum: PHP 09-06-2009, 08:27 PM
Replies: 6
Views: 734
Posted By the-dream
How about taking a page from your own book, isn't...

How about taking a page from your own book, isn't this your signature:
Forum: PHP 09-06-2009, 08:25 PM
Replies: 1
Views: 447
Posted By the-dream
Looking for a script on Google, would probably be...

Looking for a script on Google, would probably be your best bet, then using that to create your own. You need to start somewhere.

I'd also recommend looking into the GD Image Library, see:...
Forum: PHP 09-06-2009, 08:22 PM
Replies: 2
Views: 520
Posted By the-dream
So, you basically want a caching system?

So, you basically want a caching system?
Forum: PHP 09-05-2009, 08:51 PM
Replies: 1
Views: 643
Posted By the-dream
This may be something that ComCast webmail does...

This may be something that ComCast webmail does to incoming images... so it may be out of your control.

This may be worth a read, helped me quite a lot:...
Forum: PHP 09-05-2009, 08:48 PM
Replies: 2
Views: 2,834
Posted By the-dream
I haven't tried this myself, but this may be...

I haven't tried this myself, but this may be possible by cropping the image using the GD Graphic Library. See: http://www.boutell.com/gd/
Forum: Websites for sale 09-03-2009, 07:25 AM
Replies: 2
Views: 4,303
Posted By the-dream
Moved to: ...

Moved to:
http://flippa.com/auctions/73684/Hur-ly---Short-domain-Twitter-Image-Sharing-Website
Forum: PHP 08-30-2009, 09:50 PM
Replies: 5
Views: 551
Posted By the-dream
Ah, I didn't see that. Silly me.

Ah, I didn't see that. Silly me.
Showing results 1 to 25 of 489

 
Forum Jump

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