Freelancers Forum Messages on Thursday August 9th 2007
RE: FN-FORUM: MySQL, ASP.NET and Chinese PRC
date posted 9th August 2007 22:41
Hi Alex,
Thanks for this. I've now recoded the site front end to use the .NET 1
MySQL connector and can now input and view Chinese characters on a test page
I built. However, the big challenge is t...
RE: FN-FORUM: Penetration testing
date posted 9th August 2007 22:41
>>Can anyone recommend some Penetration Testing tools, websites etc
>>(preferably free) that can look at a website and give me a report on
>>vulnerabilities it finds?
Not generally free, but if it=...
Re: FN-FORUM: Penetration testing
date posted 9th August 2007 22:36
try nessus.org
At 22:56 09/08/2007, you wrote:
>Can anyone recommend some Penetration Testing tools, websites etc
>(preferably free) that can look at a website and give me a report on
>vulnerabilit...
FN-FORUM: Penetration testing
date posted 9th August 2007 22:28
Can anyone recommend some Penetration Testing tools, websites etc
(preferably free) that can look at a website and give me a report on
vulnerabilities it finds?...
RE: FN-FORUM: MySQL, ASP.NET and Chinese PRC
date posted 9th August 2007 21:34
Hi Criag,
I've just read your posting, and was intrigued at your challenge, so I
thought I would give it a go too. I am not an ASP.NET user (I prefer open
source!), but found this:
http://forums.mysq...
RE: FN-FORUM: MySQL, ASP.NET and Chinese PRC
date posted 9th August 2007 18:37
Hi Adam,
All that's been done already thanks. The issue appears to be ODBC connector
but I can't find any actual instructions on syntax or usability that makes
sense in the current application.
You...
FN-FORUM: Quote for flash slideshow presentation
date posted 9th August 2007 18:07
Would any flash developers like to provide a quote for the following (Even
you "ccrrraaazzyy" Mac bods are welcome).
Title: Interactive slide show
Completion date: 30th Aug 2007 (Absolutely No later)...
Re: FN-FORUM: MySQL, ASP.NET and Chinese PRC
date posted 9th August 2007 17:04
Craig wrote:
> Hi there,
>
> I'm now getting desperate. Is there anyone out there with experience of
> using MySQL 5.0, ASP.NET VB V1.1 and ODBC 3.51 connector to drive a site
> that can potentiall...
Re: FN-FORUM: Flash slideshow w/video
date posted 9th August 2007 16:43
> I'm looking for a tool to create a flash animation / slideshow that can
> create a slideshow of images and Videos (AVI, MPG or FLV), this is for a
> presentation for a company who wants to display a...
Re: FN-FORUM: Flash slideshow w/video
date posted 9th August 2007 16:23
i dont use a pc - so i dont know
i think my brother mentioned this:
http://www.roxio.com/enu/products/creator/suite/overview.html
which he uses to make all sorts of stuff - might be worth looking a...
Re: FN-FORUM: Flash slideshow w/video
date posted 9th August 2007 16:22
actually .net magazine had a free version of expose4 on their CD this month.
It sort of sounds like it might be near enough what you're after, but i've
never tried it though.... could be rubbish.
I...
Re: FN-FORUM: Flash slideshow w/video
date posted 9th August 2007 16:22
...and they are the only compuers that interface with alien technology.
It must be true it is in all the movies ;)
Quoting space&time [EMAIL REMOVED]
>
> Macs are what creative people use. Next!!!...
Re: FN-FORUM: Flash slideshow w/video
date posted 9th August 2007 16:10
Macs are what creative people use. Next!!!
On 9 Aug 2007, at 16:26, Sam M - www.wiredeyes.com wrote:
>
> WTF's a Mac, never heard of it. NEXT!!! :)
>
>> -----Original Message-----
>>
>> i would th...
RE: FN-FORUM: Flash slideshow w/video
date posted 9th August 2007 15:58
WTF's a Mac, never heard of it. NEXT!!! :)
> -----Original Message-----
>
> i would think that imovie on mac would accomplish this job easily
>
>
> On Thursday, August 9, 2007, at 01:51 PM, Sam M...
FN-FORUM: MySQL, ASP.NET and Chinese PRC
date posted 9th August 2007 14:41
Hi there,
I'm now getting desperate. Is there anyone out there with experience of
using MySQL 5.0, ASP.NET VB V1.1 and ODBC 3.51 connector to drive a site
that can potentially have European and Chin...
Re: FN-FORUM: Flash slideshow w/video
date posted 9th August 2007 13:45
i would think that imovie on mac would accomplish this job easily
On Thursday, August 9, 2007, at 01:51 PM, Sam M - www.wiredeyes.com
wrote:
>
> Hi Guys,
>
> I'm looking for a tool to create a fl...
FN-FORUM: Flash slideshow w/video
date posted 9th August 2007 13:23
Hi Guys,
I'm looking for a tool to create a flash animation / slideshow that can
create a slideshow of images and Videos (AVI, MPG or FLV), this is for a
presentation for a company who wants to displ...
Re: FN-FORUM: Problems trying to sort query results randomly, whilst splitting over several pages
date posted 9th August 2007 13:09
On Thursday 09 August 2007 12:52:25 Neil Caunt wrote:
> Have you tried using the optional argument for RAND(), which sets the
> seed value? Keep it the same for each search query within the page set...
Re: FN-FORUM: Problems trying to sort query results randomly, whilst splitting over several pages
date posted 9th August 2007 12:17
Duncan Glendinning wrote:
> Thats fantastic!! Sorted...am using a random seed I pass along with
> the page number, and that works a treat!
Glad to hear it.
> P.S: You don't get copies of your own em...
Re: FN-FORUM: Problems trying to sort query results randomly, whilst splitting over several pages
date posted 9th August 2007 11:46
Neil,
Thats fantastic!! Sorted...am using a random seed I pass along with
the page number, and that works a treat!
Many thanks!
Duncan
P.S: You don't get copies of your own emails sent to yourself...
RE: FN-FORUM: Problems trying to sort query results randomly, whilst splitting over several pages
date posted 9th August 2007 11:31
Well, for example,
Run your query and parse results into an array
Then paginate the array rather than rerunning the query
-----Original Message-----
Thanks Joe, sorry though, not sure I know w...
Re: FN-FORUM: Problems trying to sort query results randomly, whilst splitting over several pages
date posted 9th August 2007 11:24
> The problem is that I would ideally like to sort the results randomly.
> If I do this, then the same results could come up, as on every
> subsequent page the query is re-run, randomly.
Have you tri...
Re: FN-FORUM: Problems trying to sort query results randomly, whilst splitting over several pages
date posted 9th August 2007 11:23
On 9 Aug 2007, at 11:40 am, Duncan Glendinning wrote:
>
> Good Morning all!
>
> This is really puzzling me... I have some search results yielded from
> my MySQL query. Because there are so many, I am...
Re: FN-FORUM: Problems trying to sort query results randomly, whilst splitting over several pages
date posted 9th August 2007 11:22
Thanks Joe, sorry though, not sure I know what you mean exactly.
Any pointers?
D...
RE: FN-FORUM: Problems trying to sort query results randomly, whilst splitting over several pages
date posted 9th August 2007 11:19
Duncun,
Do the query, and try parsing the results into pages rather than rerunning
the query over and over.
Joe
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5....
Re: FN-FORUM: CSS positioning / hacks
date posted 9th August 2007 11:13
I remembered that Eric Meyer says in his books that IE7 goes bonkers
with negative margins. Looking at a fix he gives for one of his examples
I think you need something like this. You change the mar...
FN-FORUM: Problems trying to sort query results randomly, whilst splitting over several pages
date posted 9th August 2007 11:12
Good Morning all!
This is really puzzling me... I have some search results yielded from
my MySQL query. Because there are so many, I am having to split them
into a number of pages. This is working fi...
Re: FN-FORUM: CSS positioning / hacks
date posted 9th August 2007 10:58
On 9 Aug 2007, at 11:14, Ali Walker wrote:
>
>
> Hi,
> I've been lurking for a long time now, and have suddenly hit a
> pain of a problem with my CSS - I've tried Googling for hacks for it,
> but ha...
Re: FN-FORUM: CSS positioning / hacks
date posted 9th August 2007 10:57
That's it, thanks! I'm sure I tried that right at the beginning, maybe ther=
e are other things I've now done that have made it work. Feel like that was=
completely obvious, oops!=0ACheers=0AAli=0A=0...
Re: FN-FORUM: CSS positioning / hacks
date posted 9th August 2007 10:52
Hi Ali,
Have you tried using:
img#sticker {
position: absolute;
left: 550px;
top: nnpx; //where nn is the distance in pixels from the top of the page.
}
This may solve the problem
Steve...
RE: FN-FORUM: CSS positioning / hacks
date posted 9th August 2007 10:52
What happens when you remove the "margin-top: -60px;" from your CSS?
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED] On Behalf Of Ali Walker
Sent: 09 August 2007 12:14
To: FN-FORUM...
FN-FORUM: CSS positioning / hacks
date posted 9th August 2007 10:46
=0AHi,=0AI've been lurking for a long time now, and have suddenly hit a=0Ap=
ain of a problem with my CSS - I've tried Googling for hacks for it,=0Abut =
had managed to avoid hacks in the past and am...
Re: FN-FORUM: Javascript question
date posted 9th August 2007 09:18
True - Pam...
RE: FN-FORUM: Javascript question
date posted 9th August 2007 09:04
Aidan wrote:
> Why are you using getElementById for a textbox (I presume that this
> is what you're using)?=20
>=20
> document.formname.textboxname.value =3D "=A3" + Total;
>=20
> should do the job fo...