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:
|
May
13 |
|
awarded | Yearling |
|
May
10 |
|
awarded | Popular Question |
|
May
10 |
|
awarded | Popular Question |
|
May
9 |
|
comment |
Check if JavaScript is enabled with PHP So this would imply (correct me if I'm wrong) that each time a user sees the front page for the first time, it "forces" a redirection so the page is re-loaded an then you check on the reload, if it's javascript enabled? It sounds like it's bringing in an elephant to kill a mouse. But you're right: it works. It would be maybe safer to add a warning before showing the code. |
|
Apr
30 |
|
asked | Apache Proxy configuration |
|
Apr
25 |
|
answered | URL Rewriting sitemap.xml with Joomla and Xmap |
|
Apr
25 |
|
answered | Rewrite rule conversion to web.config |
|
Apr
25 |
|
revised |
Apache Redirect specific url to different domain using mod_rewrite added 14 characters in body |
|
Apr
25 |
|
answered | Rewrite URL's in Joomla menus |
|
Apr
25 |
|
comment |
How to rename an SVN branch and update references in an existing sandbox?From within your working copy => you mean "cd [oldbranch] first then, from there, type the command svn switch [...]?
|
|
Apr
24 |
|
awarded | Popular Question |
|
Apr
15 |
|
awarded | Popular Question |
|
Apr
10 |
|
revised |
.htaccess mod-rewrite regex apache confusion results in 10k 404's per day deleted 59 characters in body |
|
Apr
10 |
|
revised |
mod_rewrite espression for multi client application added 2 characters in body |
|
Apr
10 |
|
accepted | Vstfpd and many accounts creation: is there a howto? |
|
Apr
5 |
|
awarded | Popular Question |
|
Apr
3 |
|
comment |
SQL join and left outer join: why are the results differents? +1 for explain. I'll try this. As for the "without the order by", it took 0.10s.
|
|
Apr
3 |
|
awarded | mod-rewrite |
|
Apr
2 |
|
comment |
SQL join and left outer join: why are the results differents? I've added "order by p.nom" and it works for both. What I dont get is that there's a key on "nom" of the table partenaire, and with the "join" it takes 28.9s, and with the "left outer join", it takes 0.10s! How comes? |
|
Apr
2 |
|
accepted | SQL join and left outer join: why are the results differents? |