My friend found very simple but powerfool Agile Project Managment System. It’s called Acunote. We use it for our new project and on my opinion it’s one of the best Agile system in the internet, which you can use for free.
Here is link to it Acunote
Рекомендую почитать очень правельная и интересная статья.
В главных ролях: Я ))
Данный пост навеян долгими и ужастными изысканиями в коде Wordpress.
В этой статье мне бы хотелось рассказать об идеальном опенсорсе, о том каким его вижу я.
Насегодняшний день опенсорс набирает все больше и больше оборотов, писать под опенсорс считается проявлением хорошего тона и предписывается каждому разработчику(и я полностью это поддерживаю). Многие гиганты софт индустрии начали открывать свой код для общего доступа. В общем если посмотреть с этой стороны то кажется что все идет в лучшую сторону. И оно конешно так если не одна серйозная проблема в опенсорс. И проблема эта – отсутствие контроля за происходящим. И по большей мере проблема эта проявляется в веб разработке.
Собсно есть инвайты на Google Wave могу поделитсо кому надо.
Кто хочет отписывайтесь
Doctrine worked mostly with InnoDB tables. And when you create foreign keys you must set onUpdate and onDelete events to “CASCADE” or “NO ACTION”, cause if you set them to NULL(the same if you don’t set them) they automatically set in “RESTRICT”. This may cause some problems.
The second mistake(that i did many times) it’s forgetting to rename FOREIGN KEY when rename tables or dependent cols. So don’t forget about names)
While working with flow i saw one serious trouble. If placeholder of the graph is hidden (css “display:none”) then it can’t set width of the graph. So when you build graph it placeholder must be visible.
In my script i using jQuery tabs where is placed graphs. So to load them i’ve created few layers with absolute position that is rendered out of the page and only after load is placed to the tabs. While graphs is loading their tabs is disabled. I enable tabs only after graphs loaded.