1,516 reputation
726
bio website pendo.nl
location Maastricht, Netherlands
age 25
visits member for 2 years
seen May 17 at 9:23
stats profile views 253

Been programming in PHP/MySQL since +- 2000. It all started with online gaming and me developing my teams website by gathering all sorts of scripts together and eventually creating a (not so secure, lol) gamingCMS. Then via some freelance jobs and working for a couple of companies I decided to start my own business at the 2nd of August 2010.

I've registered to help and get helped around here, so hopefully everyone enjoys my presence as much as I enjoy theirs!


May
13
comment CodeMirror (JS Code Highlight) text in textarea exceeds textarea width
thanks for the addition :)
May
5
awarded  Yearling
May
1
comment jQuery simplemodal disable scrolling
Still able to scroll in Chrome unfortunately, thanks for the setup tho :)
Apr
30
comment Repositioning fancybox to center after loading new ajax content
You sir, just saved my day! Been struggling for about an hour now not understanding why it just wouldn't reposition. Without this answer I would have missed the fact that the call was outside the onComplete function of animate :-)
Apr
29
awarded  Popular Question
Apr
15
awarded  Notable Question
Apr
11
comment jquery ui autocomplete positioning wrong
Saved my day :-)
Apr
2
comment Zurb Foundation: disable has-tooltip on mobile device
That would still need in combination with the .no-touch class :) But thanks for the tip!
Apr
1
comment how to send xml file to server backend using php?
exactly :) anything you need explained?
Mar
31
comment How to rewrite a url to remove the question mark
One more thing! In order to have YouTube IDs, use the ([a-zA-Z0-9\-_]+) regex instead of ([0-9]+)!
Mar
31
comment How to rewrite a url to remove the question mark
Glad to be able to help you, good luck with your project. Please be so kind to accept the answer :)
Mar
31
revised How to rewrite a url to remove the question mark
added 119 characters in body
Mar
31
comment How to rewrite a url to remove the question mark
Perhaps the javascript posted is a solution :)
Mar
31
comment How to rewrite a url to remove the question mark
See my updated answer, the reason why htaccess fails is because JS is clientside and htaccess serverside. Also window.location.search takes the string from ? till the end. With the rewritten URLs there is no slash (javascript does not see the rewritten request, javascript sees what we see -> a URL without ?)
Mar
31
revised How to rewrite a url to remove the question mark
added 290 characters in body
Mar
31
comment How to rewrite a url to remove the question mark
Hold on, I might have something for you.
Mar
31
revised How to rewrite a url to remove the question mark
added 290 characters in body
Mar
31
comment How to rewrite a url to remove the question mark
Yeah, you won't need htaccess. Javascript already looks up the URL and replaces the questionmark leaving only the ID. Obviously id 3 doesn't work. You would need a youtube ID such as OdfgzaBv2qY
Mar
31
comment How to rewrite a url to remove the question mark
I guess the javascript already looks at the URL after the slash and parses the integer value (or removing the ?). Can you show us some of the javascript you are using?
Mar
31
comment How to rewrite a url to remove the question mark
did you try with and without id= ?