drafts before to be published after
#begining of contribution to openstreetmap http://josm.openstreetmap.de/ installation http://www.openstreetmap.org/ editing map mobile applications
- http://stackoverflow.com/questions/7191626/isset-and-empty-what-to-use
- http://stackoverflow.com/questions/4559925/why-check-both-isset-and-empty
- http://stackoverflow.com/questions/1960509/isset-and-empty-make-code-ugly/1960588#1960588
- http://kunststube.net/isset/
- http://php.net/manual/en/types.comparisons.php
- http://forge.typo3.org/projects/package-typo3-surf
- http://www.youtube.com/watch?v=6jvHJL2djLY
- http://etobi.de/blog/2012/05/deployment-setup-typo3-surf/
- https://git.typo3.org/FLOW3/Packages/TYPO3.Surf.git/blob_plain/HEAD:/Documentation/Guide/Index.rst
Intro : aim to use First steps Installing OpenElec http://wiki.openelec.tv/index.php?title=Installing_OpenELEC_on_Raspberry_Pi build or download from http://openelec.thestateofme.com/official_images/
- http://www.techytalk.info/bash-shell-output-to-printer-or-pdf/
- http://blog.nguyenvq.com/2011/04/13/lpr-printing-on-command-line/
- http://terokarvinen.com/2011/print-pdf-from-command-line-cups-pdf-lpr-p-pdf
- trigger an element soMarkers[soSearchResultId].events.triggerEvent('mousedown');
- create a popup var markerClick = function(evt) { if (this.popup == null) { this.popup = this.createPopup(this.closeBox); map.addPopup(this.popup); this.popup.show(); soPopups[id] = this.popup; } else { this.popup.toggle(); } currentPopup = this.popup; OpenLayers.Event.stop(evt); }; marker.events.register("mousedown", feature, markerClick);
- create a marker var feature = new OpenLayers.Feature(layer, ll); feature.closeBox = true; feature.popupClass = popupClass; feature.data.popupContentHTML = popupContentHTML; feature.data.overflow = "auto"; feature.data.icon = new OpenLayers.Icon( iconUrl, new OpenLayers.Size(markerIconWidth, markerIconHeight) ); var marker = feature.createMarker();
- zoom and center map.zoomToExtent(markersLayerDynamic.getDataExtent());
- create multiple layers
- make a hover marker.events.register('mouseover', marker, function(evt) { if (this.title_popup == null) { this.title_popup = new OpenLayers.Popup("Popup", ll_title, new OpenLayers.Size(150,75), titleHtml, null, false ); map.addPopup(this.title_popup); } else { this.title_popup.show(); } });
- open and close the popup svar markerClick = function(evt) { if (this.popup == null) { this.popup = this.createPopup(this.closeBox); map.addPopup(this.popup); this.popup.show(); soPopups[id] = this.popup; } else { this.popup.toggle(); } currentPopup = this.popup; OpenLayers.Event.stop(evt); };
- http://blairvanderhoof.com/gist-embed/ Loading a gist with both footer and line numbers removed
- svn update dry run svn merge –dry-run -r BASE:HEAD . ref. : http://justaddwater.dk/2008/04/29/how-to-make-a-dry-run-with-svn-update/
- test tools
- Docs
- http://support.wysija.com/knowledgebase/6-golden-rules-to-avoid-being-labeled-a-spammer/
- http://blog.sendgrid.com/10-tips-to-keep-email-out-of-the-spam-folder/
- Tools
- http://www.isnotspam.com/
- http://www.mail-tester.com/
- http://dev.openlayers.org/releases/OpenLayers-2.12/readme.md
- http://blog.rodolphe.quiedeville.org/index.php?post/2010/11/Installer-la-librairie-OpenLayers-sur-votre-server
- http://trac.osgeo.org/openlayers/wiki/HowToDownload
-
http://wiki.openstreetmap.org/wiki/List_of_OSM_based_Services#Routing
-
creative writing tools
-
github full screen edit mode
-
FocusWriter
2013-06-19
- прототипирование, общая архитектура приложения
- статическая реализация
- динамизация приложения
- suffixes
- http://www.mnogosearch.org/doc/msearch-cmdref-spell.html
- http://www.mnogosearch.org/doc/msearch-fuzzy.html#ispell
- http://www.mnogosearch.org/Download/ispell/francais-IREQ.tar.gz
- stopwords
- http://www.mnogosearch.org/doc33/msearch-cmdref-stopwordfile.html
- etc/stopwords/fr.sl
- implementation
- technology must provide different possibilities
2013-06-24
- http://casperjs.org/faq.html#faq-javascript < last item
- http://ejohn.org/apps/learn
- http://eloquentjavascript.net/contents.html
- http://www.codecademy.com/tracks/javascript
- http://www.javascriptenlightenment.com/JavaScript_Enlightenment.pdf
2013-06-25 #typo3 bootstrap
- https://github.com/Ecodev/bootstrap_package
- http://bootstrap.typo3cms.demo.typo3.org/
- http://community.linuxmint.com/tutorial/view/486
2013-06-25
- fluid template engine
- remplaces old method
- basic usage
- loops
- conditions
- forms
- images
- viewhelpers
- fedext
- http://fedext.net/overview/beginners-guide.html
- http://fedext.net/features/fluid-flexforms.html
- gists related
- http://www.t3node.com/blog/combining-fluid-viewhelpers-and-typoscript-in-typo3-5-basic-examples/
- http://stackoverflow.com/questions/16393091/typoscript-arrays-and-using-them-in-fluid
- http://extensions.fedext.net/overview/extensions.html
- http://fedext.net/overview.html
2013-07-01
2013-07-01
- http://en.wikipedia.org/wiki/DevOps
- http://code.google.com/p/devops-toolchain/wiki/BestPractices
- Software
- http://en.wikipedia.org/wiki/Puppet_(software)
- http://en.wikipedia.org/wiki/Chef_(software)
- http://en.wikipedia.org/wiki/Salt_(software)
- http://www.ibm.com/developerworks/ru/library/a-devops2/
- http://www.ibm.com/developerworks/ru/library/mo-mobile-devops/
- http://www.opscode.com/blog/chefconf-talks/devops-patterns-distilled-implementing-the-needed-practices-in-four-practical-steps-gene-kim/
- http://www.agileweboperations.com/devops-anti-patterns
- http://www.computerweekly.com/cgi-bin/mt-search.cgi?IncludeBlogs=113&tag=release%20management&limit=20
- http://foodfightshow.org/2013/03/the-phoenix-project.html
2013-07-02
http://www.w3.org/TR/2013/WD-components-intro-20130606/
http://html5-demos.appspot.com/static/webcomponents/index.html
http://julienvey.com/2013/02/28/dom-observe/
http://www.webcomponentsshift.com/
http://www.polymer-project.org/
http://www.polymer-project.org/getting-started.html
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/explainer/index.html
https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html
http://www.dartlang.org/articles/web-ui/#components
http://www.techrepublic.com/blog/webmaster/learn-more-about-web-components-with-these-demos/2477
http://www.youtube.com/watch?v=0g0oOOT86NY
http://techcrunch.com/2013/05/19/google-believes-web-components-are-the-future-of-web-development/
https://github.com/termi/CreativeWork/blob/WCE/RU_ru/Web%20Components%20Explained/Translation.md
http://www.dartlang.org/articles/web-ui/
http://glazkov.com/2011/01/14/what-the-heck-is-shadow-dom/
http://wiki.whatwg.org/wiki/Component_Model
2013-07-05
- http://en.wikipedia.org/wiki/Extract,_transform,_load
- http://en.wikipedia.org/wiki/Category:ETL_tools
- http://en.wikipedia.org/wiki/Pentaho
- http://en.wikipedia.org/wiki/Talend_Open_Studio_for_Data_Integration
- http://en.wikipedia.org/wiki/Scriptella
- http://en.wikipedia.org/wiki/CloverETL
- http://en.wikipedia.org/wiki/Apatar
2013-07-08
- http://stackoverflow.com/questions/9066609/fastest-possible-grep
- http://stackoverflow.com/questions/11095160/faster-alternative-to-unix-grep
- http://docstore.mik.ua/orelly/unix/upt/ch27_06.htm
- http://www.renault-club.ru/showthread.php?t=26053&page=5
- http://unix.stackexchange.com/questions/8914/does-grep-use-a-cache-to-speed-up-the-searches
- http://stackoverflow.com/questions/5200591/how-to-use-grep-efficiently
2013-07-09
- https://github.com/n1k0/casperjs/wiki
- http://blog.newrelic.com/2013/06/04/simpler-ui-testing-with-casperjs-2/
- http://jstest.jcoglan.com/slimer.html
- http://slimerjs.org/
- http://phantomjs.org/
- https://github.com/ariya/phantomjs/wiki/Quick-Start
2013-07-09
- Impress.js
- http://bartaz.github.io/impress.js
- https://github.com/bartaz/impress.js/wiki/Examples-and-demos
- http://johnpolacek.github.io/WhatTheHeckIsResponsiveWebDesign-impressjs/
- bartaz.github.io/meetjs/css3d-summit/
- https://github.com/regebro/impress-console
- http://lab.hakim.se/reveal-js/
- https://github.com/bartaz/impress.js
- Reveal.js
- http://lab.hakim.se/reveal-js/
- https://github.com/hakimel/reveal.js
2013-07-09
2013-07-09
2013-07-09
2013-07-12
- Importance of human comfort
- Criterials
- Examples of real companies
2013-07-12
- compare of simple tests
- SimpleTest
- PHPUnit
- atoum https://github.com/atoum/atoum
- methodology
- create a dev vm
- install lamp
- install frameworks
- testing some examples
2013-07-18
- hooks VS xlasses
- core
- third party extensions
- version in branches
- code compare
- original code modification maintain
- risks from them
- risks from you
- case by case
- using compare/merge tools
2013-07-21
server security basic stuff http://plusbryan.com/my-first-5-minutes-on-a-server-or-essential-security-for-linux-servers port changing http://www.linux.com/learn/tutorials/305769-advanced-ssh-security-tips-and-tricks
Сравнение режимов функционирования PHP Кратко 5 основных методов http://www.howtoforge.com/forums/archive/index.php/t-33167.html В листинге билетов блога вывести тэги после каждой записи Пройтись по черновикам, сделать статьи
Материалы с конференций DrupalCon videos http://www.youtube.com/user/DrupalAssociation?feature=watch PHP Benelux http://www.youtube.com/user/PHPBenelux/videos http://www.youtube.com/watch?v=6Ykcnzbj1ME http://www.youtube.com/watch?v=A6pONIcs6mE phpDay Italy https://joind.in/event/view/1184/slides#event-tabs symfony Live http://lanyrd.com/2013/symfony-live/slides/ zend-vs-symfony http://www.zfort.com/blog/zend-vs-symfony/
bash if http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html http://aral.iut-rodez.fr/fr/sanchis/enseignement/bash/ar01s10.html
Отчёты на блоге OSM Var-1 Pytong’13 T3UNI13 OSM Var-2 WebPerf Marseille
Les exceptions Картографические исключения, необычная планировка, анализ, почему именно так. Иногда необъяснимо. Путешествие. Пример : странные исключения карты Парижа
path finding library jump point https://github.com/qiao/PathFinding.js/tree/master/visual http://harablog.wordpress.com/2011/09/07/jump-point-search/
3LizPoi http://www.13accessible.com/web/app.php/balise/details/155/voir http://lizpoi.3liz.com/orange/index.php/lizpoi/map/
TYPO3 FE testing http://buzz.typo3.org/article/testing-a-typo3-extension-on-travis/ http://www.zealake.com/2012/12/25/run-all-your-javascript-qunit-tests-on-every-commit/ http://www.zealake.com/2012/12/25/automated-build-for-your-front-end-javascript-code/ http://www.slideshare.net/Phase2Technology/testing-withghostsandgherkins
29-07-2013
2013-08-27
The must plugin by Claus Due for TYPO3 v.6 extension development.
It simply disables all caches.
http://typo3.org/extensions/repository/view/uncache
Do not forget to disable the plugin in production stage.
2013-09-19
http://code.google.com/p/html5slides/ html5slides http://bartaz.github.io/impress.js impress.js http://lab.hakim.se/reveal-js/#/transitions reveal.js deck.js http://imakewebthings.com/deck.js/#css-transition http://www.sitepoint.com/5-free-html5-presentation-systems/ fathom http://markdalgleish.com/projects/fathom/ shower http://shwr.me/
2013-09-24
- http://forums.atlassian.com/thread.jspa?threadID=17678
- http://jenkins-ci.org/
- https://circleci.com/
- https://www.codeship.io/
- https://travis-ci.org/
2013-09-24
- https://github.com/domnikl/DesignPatternsPHP
- http://blog.ircmaxell.com/2013/09/beyond-design-patterns.html
2013-09-24
- https://github.com/snowflakech/typo3-varnish/tree/master/res
- http://typo3.org/extensions/repository/view/moc_varnish
- https://speakerdeck.com/thijsferyn/varnish-workshop-dpc13
- http://forge.typo3.org/projects/team-ciserver/wiki/VCL
- http://pastebin.com/fWV2ne0N
- http://pastebin.com/HmPbW2Ns
- http://fr.slideshare.net/revsbech/super-performing-websites-with-typo3
2013-09-25
2014-09-25 #wkhtmltopdf on ubuntu server 12.04
Installing wkhtmltopdf on Ubuntu Server 12.04 to make PDF documents from HTML.
apt-get install wkhtmltopdf
apt-get install xvfb
echo 'xvfb-run --server-args="-screen 0, 1024x768x24" /usr/bin/wkhtmltopdf $*' > /usr/bin/wkhtmltopdf.sh
chmod a+x /usr/bin/wkhtmltopdf.sh
ln -s /usr/bin/wkhtmltopdf.sh /usr/local/bin/wkhtmltopdf
wkhtmltopdf http://www.google.com output.pdf