Freelancers Forum Messages on Sunday April 27th 2008
FN-FORUM: RE: SEO company recommendation please
date posted 27th April 2008 19:35
Aye it was all news... to me as well i had to look into the meaning of lot =
of the techniques as i m going after a job their and its something you can'=
t be taught as their are hardly any courses o...
Re: FN-FORUM: SEO company recommendation please
date posted 27th April 2008 19:10
Thanks Lee.
Excuse my ignorance, but SERP? I thought that was something to do with
opting out of a state pension :)
lee adams wrote:
>
> Hi dominic, you could try http://www.mwismedia.co.uk/ & h...
Re: FN-FORUM: Storing images and other binary data in mySQL
date posted 27th April 2008 17:30
Yes in short. I've done it on one site - just to see how to do it
really :) I like it, as you can more easily maintain the documents as
and when you delete a record; instead of having to then dele...
Re: FN-FORUM: Storing images and other binary data in mySQL
date posted 27th April 2008 15:52
Splendid.
Thanks for that I will follow your advice I think.
R
On 27/4/08 17:22, "Alex Townsend" [EMAIL REMOVED] wrote:
>
> Rob Colton wrote:
>> Hi
>>
>> Is it possible to store images and othe...
Re: FN-FORUM: Storing images and other binary data in mySQL
date posted 27th April 2008 15:50
Use BLOB types (TINYBLOB,MEDIUMBLOB,LONGBLOB and BLOB)
Good PHP tutorial at:
http://www.php-mysql-tutorial.com/php-mysql-upload.php
Nigel.
----- Original Message -----
From: "Rob Colton" [EMAIL RE...
Re: FN-FORUM: Storing images and other binary data in mySQL
date posted 27th April 2008 15:47
Rob Colton wrote:
> Hi
>
> Is it possible to store images and other binary data into fields in MySQL?
> Mostly I just want to save images but small video clips and audio might be
> nice too. (I guess...
FN-FORUM: Storing images and other binary data in mySQL
date posted 27th April 2008 15:40
Hi
Is it possible to store images and other binary data into fields in MySQL?
Mostly I just want to save images but small video clips and audio might be
nice too. (I guess it makes no odds what the c...
Re: FN-FORUM: CSS driving me nuts!
date posted 27th April 2008 14:50
Hi Alex
Just had a look at the site using firebug. From what I could see your two
divs are the wrong way round. If you are wanting the side bar to be on the
right then this will need to be moved in...
Re: FN-FORUM: Image upload and rating site
date posted 27th April 2008 10:23
Paul Young wrote:
> Hello everyone,
>
> Just wondered if you could help me out.
>
> I've just been asked if I could have a look at doing a site that people
> would upload their images to and then othe...
RE: FN-FORUM: CSS driving me nuts!
date posted 27th April 2008 08:01
If you want to get into the bones of working with wp try this:
http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-
huh/
Its a couple years old, but it works. Don't believe an...
Re: FN-FORUM: CSS driving me nuts!
date posted 27th April 2008 02:33
I forgot to mention, a good cross-browser template can be found at
http://matthewjamestaylor.com/blog/ultimate-3-column-holy-grail-pixels.htm.
Oh, and don't bother looking around my site - it's unde...
Re: FN-FORUM: CSS driving me nuts!
date posted 27th April 2008 02:20
Alex,
I've sorted out the appalling errors so the page validates for mark-up and
layout. Did a small amount of work on the CSS and put coloured borders in so
you can see what's happening. View and...
Re: FN-FORUM: Image upload and rating site
date posted 27th April 2008 00:35
actually quite a few.
this one is good: http://www.4homepages.de/
but I'm sure plenty of alternatives.
Nigel
> Does anyone know of a pre-built script that I could use as a basis
> to start
> on...
Re: FN-FORUM: CSS driving me nuts!
date posted 27th April 2008 00:24
At the top of your page you have . You cannot put this
mark-up before the doctype statement, it belongs in the (if anywhere,
given the rest of your code). Take it out and your document should begin...
FN-FORUM: CSS driving me nuts!
date posted 27th April 2008 00:08
Hi all,
I am trying to design my first attempt at a template for a Wordpress theme
on what will become my portfolio, but am being driven nuts by what I know
must be really easy to fix. I have 2 divs...