Freelancers Forum Messages on Tuesday February 21st 2006
Re: FN-FORUM: ASP.NET beginner woes
date posted 21st February 2006 13:16
Norman,
Thanks for your suggestions - they make perfect sense to me and look
like they do pretty much exactly what I want. Thanks for all of the
replies guys!...
FN-FORUM: Flash page turner
date posted 21st February 2006 13:12
Hi
Anyone with experience of a flash page turning please contact me off list with
rates.
I am particularly interested in feeding the flash from a database so that the
one flash script will presen...
Re: FN-FORUM: ASP.NET beginner woes
date posted 21st February 2006 13:07
Rather than using an asp hyperlink control you could just chuck in the html:
Link here
-ben
Tom Allen wrote:
>>If I were doing that I would create simple links and put the id in the
>>querystring...
RE: FN-FORUM: ASP.NET beginner woes
date posted 21st February 2006 13:04
Hi Tom
I'm willing to bet I know what you're problem is: You've got your
in your repeater and you want to handle the click
event of it directly. Well you can't, instead what you need to do is
hand...
Re: FN-FORUM: ASP.NET beginner woes
date posted 21st February 2006 13:02
> If I were doing that I would create simple links and put the id in the
> querystring just as you would in php or any other database driven web
> platform.
I wish I could do this but I don't have th...
Re: FN-FORUM: ASP.NET beginner woes
date posted 21st February 2006 12:58
Craig wrote:
>Can't help you Allen but I do feel for you. I've just completed my first
>ASP.NET project, (a major one) over the last 4 months and it's been absolute
>hell. Microsoft has gone well do...
RE: FN-FORUM: ASP.NET beginner woes
date posted 21st February 2006 12:42
Can't help you Allen but I do feel for you. I've just completed my first
ASP.NET project, (a major one) over the last 4 months and it's been absolute
hell. Microsoft has gone well down in my estimati...
Re: FN-FORUM: ASP.NET beginner woes
date posted 21st February 2006 12:42
If I were doing that I would create simple links and put the id in the
querystring just as you would in php or any other database driven web
platform.
ASP.Net offers you a lot of stuff, but you can...
FN-FORUM: ASP.NET beginner woes
date posted 21st February 2006 12:29
Hi folks,
I'm developing a simple database-driven ASP.NET v1.1 site. I find it
a very powerful platform, but I'm still not used to the way it works
and I feel like i'm bashing my head against a bric...
RE: FN-FORUM: Web URLs - from: www.website.com/?$ID=5 to: www.website.com/someUserName
date posted 21st February 2006 10:48
Hi,
I'm implementing this exact function for my DIY web creation system
www.webclickgo.com. Not ready yet but basically it uses a 404 page. E.g.
www.domain.com/page/123/this-is-my-homepage.htm.
Th...
Re: FN-FORUM: Web URLs - from: www.website.com/?$ID=5 to: www.website.com/someUserName
date posted 21st February 2006 10:23
Tam Denholm wrote:
> First 3 results from google:
>
> http://www.sitepoint.com/article/guide-url-rewriting
> http://www.phpfreaks.com/tutorials/23/0.php
> http://www.widexl.com/scripts/documentation/...
RE: FN-FORUM: Web URLs - from: www.website.com/?$ID=5 to: www.website.com/someUserName
date posted 21st February 2006 10:20
When a user registers, create a folder on the server for them. Make the
first page index.htm
Not the best tutorial you'll ever read!
-----Original Message-----
From: [EMAIL REMOVED] [EMAIL REMOVED]...
Re: FN-FORUM: Web URLs - from: www.website.com/?$ID=5 to: www.website.com/someUserName
date posted 21st February 2006 10:18
D D Glendinning wrote:
> Morning All,
>
> I see some websites which offer members areas/portfolios, etc.. who
> have a "real" and easy to remember domain as opposed to being
> referenced by some ID....
RE: FN-FORUM: Web URLs - from: www.website.com/?$ID=5 to: www.web site.com/someUserName
date posted 21st February 2006 10:16
Google for "mod rewrite". That should turn up everything you need to get you
started.
-----Original Message-----
From: D D Glendinning [EMAIL REMOVED]
Sent: 21 February 2006 10:53
To: FN-FORUM / [EMA...
Re: FN-FORUM: Expert linux admin needed urgently
date posted 21st February 2006 10:14
Simon
Can you tell me is this a box local to you on your network or a remote
server within a complex of some sort? A local host server is always going to
be vulnerable as you can't provide the high...
Re: FN-FORUM: Web URLs - from: www.website.com/?$ID=5 to: www.website.com/someUserName
date posted 21st February 2006 10:13
First 3 results from google:
http://www.sitepoint.com/article/guide-url-rewriting
http://www.phpfreaks.com/tutorials/23/0.php
http://www.widexl.com/scripts/documentation/mod_rewrite.html
Good Luck....
FN-FORUM: Web URLs - from: www.website.com/?$ID=5 to: www.website.com/someUserName
date posted 21st February 2006 10:10
Morning All,
I see some websites which offer members areas/portfolios, etc.. who
have a "real" and easy to remember domain as opposed to being
referenced by some ID.
So instead of this:
www.website...