Search found 11 matches

by dotancohen
Sun Nov 19, 2006 12:05 pm
Forum: Javascript
Topic: AJAX form submision problem
Replies: 0
Views: 873

AJAX form submision problem

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi all, I...
by dotancohen
Thu Nov 16, 2006 7:36 pm
Forum: Regex
Topic: Regex not matching spaces.
Replies: 6
Views: 3608

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] For me th...
by dotancohen
Thu Nov 16, 2006 6:16 pm
Forum: Regex
Topic: Regex not matching spaces.
Replies: 6
Views: 3608

Thanks, Feyd. I used the code tags instead of php tags, sorry. I'll be more careful next time.

Your code also does not match tags with spaces. Also, on the tags that it _does_ catch, it does not pass to the function.
by dotancohen
Thu Nov 16, 2006 5:59 pm
Forum: Regex
Topic: Regex not matching spaces.
Replies: 6
Views: 3608

Regex not matching spaces.

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: :arrow: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] I...
by dotancohen
Tue Aug 09, 2005 5:38 am
Forum: Javascript
Topic: IE wider than opera and firefox
Replies: 10
Views: 2227

According to the logs, IE 5.x makes up about 5% of my visitors. If I 'fix' the site, then I am only giving myself a headache, and giving them another excuse not to switch to a standards-compliant browser. Maybe not everyone can upgrade, but I added this text to the homepage: The designers of LyricsL...
by dotancohen
Mon Aug 08, 2005 5:39 pm
Forum: Javascript
Topic: IE wider than opera and firefox
Replies: 10
Views: 2227

You know what? I may have just developed a bad attitude, but I'll just leave it the way it is and add a link to download Firefox. I'm happy that I am doing my best to create a standards-compliant site. If user chooses to use a non-standards compliant browser, well, then let them have that horizontal...
by dotancohen
Mon Aug 08, 2005 12:08 pm
Forum: Javascript
Topic: IE wider than opera and firefox
Replies: 10
Views: 2227

It was on a 1024 width 17 inch monitor, in XP. I was just informed that it the 'wideness' occurs only in IE 5.5 (I run linux at home, so I rely on input from friends, though I saw this myself at the university). Is there a way to tell IE 5.5 only to do smaller fonts? If anyone can confirm this 5.5-s...
by dotancohen
Mon Aug 08, 2005 11:01 am
Forum: Javascript
Topic: IE wider than opera and firefox
Replies: 10
Views: 2227

Yes, there most certainly is a doctype. I'm far from a professional, but I do try as best that I can to use good practices (not only on the internet). As I use Fedora at home, I only saw it on IE on the university computers. Everything else looks good on those machines, other than my site! Does nobo...
by dotancohen
Mon Aug 08, 2005 8:01 am
Forum: Javascript
Topic: IE wider than opera and firefox
Replies: 10
Views: 2227

IE wider than opera and firefox

I'm pretty much a CSS newbie, so please bear with me. I just switched (most) of my font tags to CSS, and now IE gives me a huge font that makes my pages too wide for a 800 or ever 1024 width screen. Could someone take a peak at the source code of http://lyricslist.com and see why IE makes the letter...
by dotancohen
Thu Aug 04, 2005 9:07 am
Forum: PHP - Code
Topic: Setting a redirect referer
Replies: 3
Views: 683

I see that I don't have control over it. I do have a site that links to me, via a out.php page on their site. And the $HTTP_REFERER variable is certainly set when the user gets to my page. I can post a link if anybody wants to try it for themselves. How on earth are they doing that?
by dotancohen
Thu Aug 04, 2005 5:40 am
Forum: PHP - Code
Topic: Setting a redirect referer
Replies: 3
Views: 683

Setting a redirect referer

Hi all, On http://lyricslist.com I link to another website with <a href=''>. They read $HTTP_REFERER and give me one point for each click. So far so good. I want to know how many people are clicking on the link. So I created a goto.php file, that records the click and send the visitor on her way wit...