| bio | website | olivierpons.fr |
|---|---|---|
| location | France | |
| age | 39 | |
| visits | member for | 1 year, 11 months |
| seen | Jan 7 at 15:16 | |
| stats | profile views | 24 |
Software Engineer, speciality: Internet / Website development
Strong skills: vim and ssh (= long distance) development
Languages / skills (order of daily use):
- Php
- C
- JavaScript
- HTML
- Python
- Pascal
- C++
Professional websites:
My Php high performance framework (v3):- My latest - full rewrite - (v3):
- v2:
- v1:
Blog:
Personal websites:
|
Oct 22 |
comment |
SEOs: mobile version using AJAX: how to be properly read by crawlers?(*.*) not use m.myweb.com at all? Even google suggests to use the prefix m. for mobile... youtube.com/watch?v=mY9h3G8Lv4k |
|
Oct 22 |
comment |
SEOs: mobile version using AJAX: how to be properly read by crawlers? @huzzah It's here => webmasters.stackexchange.com/questions/32517/… |
|
Oct 22 |
comment |
SEOs: mobile version using AJAX: how to be properly read by crawlers? @huzzah Well, if you search a bit around (on this site) you'll see that with proper tags in head, google "guesses" it's for mobile and doesn't consider it's duplicate. |
|
Oct 16 |
awarded | Popular Question |
|
Oct 1 |
asked | SEOs: mobile version using AJAX: how to be properly read by crawlers? |
|
Jul 24 |
awarded | Caucus |
|
Jul 9 |
accepted | PHP CodeSniffer: indentation of 2 is ignored, it just checks 4 |
|
Jun 11 |
awarded | Yearling |
|
May 2 |
awarded | Citizen Patrol |
|
Apr 14 |
answered | PHP CodeSniffer: indentation of 2 is ignored, it just checks 4 |
|
Apr 13 |
asked | PHP CodeSniffer: indentation of 2 is ignored, it just checks 4 |
|
Mar 14 |
comment |
case-specific mod rewrite on Wordpress subdomain multisite So... your solution is better. |
|
Mar 14 |
comment |
case-specific mod rewrite on Wordpress subdomain multisite This just implies that there are a few words in (auto|foo|bar), otherwise after ~20 - ~50 words this becomes absolutely no maintanable. My solution sounds complicated, but it works flawlessly whatever the number of categories. But you got a point: if there are a few categories, your solution is better. |
|
Feb 27 |
comment |
Create friendly looking URL's with mod rewrite using RewriteCond %{ENV:REDIRECT_STATUS} 200 is very dangerous, because even if the URL is a redirection, you still may want to apply rewrite rules. If I were you I would avoid such thing. Maybe, to avoid loop, before a "potential looping rule", test if the status is not 200: RewriteCond %{ENV:REDIRECT_STATUS} !200 |
|
Feb 21 |
accepted | SEO: many small pages or only one big? |
|
Feb 21 |
asked | SEO: many small pages or only one big? |
|
Feb 14 |
comment |
google changing crawl speed: doesn't seem to work. Why? Maybe I didn't express myself properly, your just expressed what I meant ;) |
|
Feb 14 |
comment |
google changing crawl speed: doesn't seem to work. Why? Updated my answer, feel free to comment ;) |
|
Feb 14 |
revised |
google changing crawl speed: doesn't seem to work. Why? added 167 characters in body |
|
Feb 13 |
accepted | google changing crawl speed: doesn't seem to work. Why? |