Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 14 of 14
Search took 0.08 seconds.
Search: Posts Made By: Scrumpy.Gums
Forum: Looking for work/ for hire 03-11-2011, 05:05 PM
Replies: 2
Views: 1,419
Posted By Scrumpy.Gums
Will work for free

Hi,

I'm looking for a new project to work on. It could be a new project or help on an existing project.

I have good experience in Ruby on Rails, php, MySQL and javascript. Previous projects can...
Forum: PHP 01-20-2010, 11:01 AM
Replies: 9
Views: 2,464
Posted By Scrumpy.Gums
Are there any specific problems with the code?...

Are there any specific problems with the code? What do you expect to see and what actually happens? Do you get any error messages?
Forum: HTML & CSS 07-14-2009, 10:21 AM
Replies: 18
Views: 4,601
Posted By Scrumpy.Gums
You could remove the background image from the...

You could remove the background image from the container div (since you already have the image in maincontent) and then put the navigation inside that div. Giving you something like:


<div...
Forum: Ruby & Ruby On Rails 06-09-2009, 02:02 PM
Replies: 2
Views: 5,661
Posted By Scrumpy.Gums
One theme has many events. Events have only one...

One theme has many events. Events have only one theme, so one-to-many :)
Forum: Ruby & Ruby On Rails 06-08-2009, 09:53 PM
Replies: 2
Views: 5,661
Posted By Scrumpy.Gums
Model relationships

I have two DB tables: Themes and Events with the following relevant columns:

Theme:
integer month

Event:
datetime date_begin

So each theme has many events and they are linked through Event...
Forum: PHP 02-29-2008, 11:13 PM
Replies: 2
Views: 948
Posted By Scrumpy.Gums
I think preg_split (http://php.net/preg_split)...

I think preg_split (http://php.net/preg_split) should do what you want.
Forum: General web building 02-19-2008, 04:49 PM
Replies: 8
Views: 7,347
Posted By Scrumpy.Gums
emacs FTW :rolleyes:

emacs FTW :rolleyes:
Forum: PHP 02-19-2008, 04:44 PM
Replies: 18
Views: 1,547
Posted By Scrumpy.Gums
You can use a dot to concatenate strings, for...

You can use a dot to concatenate strings, for example...

echo '<div id="myDiv">' . $myVar . '</div>';

or

echo '<td>' . $row['name'] . '</td>';

etc. etc. :rolleyes:
Forum: PHP 02-19-2008, 12:58 PM
Replies: 21
Views: 2,194
Posted By Scrumpy.Gums
RTFM :thumbsup: ...you got the arguments the...

RTFM :thumbsup: ...you got the arguments the wrong way around and quite obviously $first is not contained within $tocheck :rolleyes:

<?php
$tocheck = "/images/";
$first =...
Forum: Java and JSP 11-15-2007, 11:52 PM
Replies: 1
Views: 1,333
Posted By Scrumpy.Gums
Drawing an image inside a GridLayout

Hi,
Is there any way of drawing an image inside a grid layout cell?

thanks,
Scrumpy.gums
Forum: PHP 11-15-2007, 01:39 PM
Replies: 2
Views: 821
Posted By Scrumpy.Gums
Permissions dilemma

Hi all,
I want to open a file to store some data. However, when I use fopen('filename', w) I get permission denied. So, I've changed the permissions of the directory to get rid of the permission...
Forum: PHP 10-27-2007, 05:59 PM
Replies: 2
Views: 744
Posted By Scrumpy.Gums
I'm building my own CMS and my idea is the...

I'm building my own CMS and my idea is the following (I haven't implemented any of it as of yet, so I have no code to show):

Have an abstract class (baseTemplate) which is realised by a concrete...
Forum: PHP 10-27-2007, 01:44 PM
Replies: 2
Views: 744
Posted By Scrumpy.Gums
Need PHP inheritance advice

Hi all,
I'm still relatively new to the whole OOP concept, so go easy... :) My problem is that I want to inherit functions from 2 parent classes.

I want to alter/extend the functions from the...
Forum: Computer Programming 09-21-2007, 11:14 PM
Replies: 8
Views: 1,718
Posted By Scrumpy.Gums
Would a 'do..while' loop not serve the purpose...

Would a 'do..while' loop not serve the purpose better? (If such a thing exists in C++ :-))

thanks,
Scrumpy
Showing results 1 to 14 of 14

 
Forum Jump

All times are GMT +1. The time now is 12:46 AM.