Raven SEO Tools goal conversions report
https://raven.zendesk.com/hc/en-us/articles/211595167-How-to-build-a-report-that-emphasizes-conversions
Today's Document

shark vs the universe
One Nice Bug Per Day
sheepfilms

Product Placement
Aqua Utopia|海の底で記憶を紡ぐ

@theartofmadeline
NASA

tannertan36

bliss lane
Claire Keane

★

if i look back, i am lost
Fai_Ryy
occasionally subtle
hello vonnie

JVL
No title available
$LAYYYTER
2025 on Tumblr: Trends That Defined the Year
seen from Tunisia
seen from Egypt
seen from Bangladesh

seen from Argentina
seen from Spain

seen from Malaysia

seen from South Africa

seen from Malaysia

seen from Canada

seen from Malaysia
seen from Russia

seen from Netherlands

seen from Türkiye
seen from Tunisia

seen from Japan
seen from United States
seen from Cambodia
seen from Israel
seen from United States

seen from Argentina
@offto
Raven SEO Tools goal conversions report
https://raven.zendesk.com/hc/en-us/articles/211595167-How-to-build-a-report-that-emphasizes-conversions
Information Visualization principles
http://mkweb.bcgsc.ca/vizbi/2012/principles.pdf
(via https://www.youtube.com/watch?v=PkOBnYxqj3k)
Benchmarking
https://docs.voltdb.com/PlanningGuide/ChapBenchmark.php
https://xdebug.org/index.php
https://docs.google.com/presentation/d/13AJe2Ip4etqA8qylrva7bEgu1_hAvsq_VQiVOAxwdcI/present#slide=id.g9ce400068_0_138
https://www.smashingmagazine.com/2015/10/rail-user-centric-model-performance/
https://www.nngroup.com/articles/response-times-3-important-limits/
https://developers.google.com/web/tools/chrome-devtools/profile/evaluate-performance/?hl=en
Every industry sector has its own jargon that users or system developers use. IT is no different and plenty of words are used interchangeably that different stakeholders take to mean different thin…
How I keep up to date with...
http://jscentral.org/
http://www.creativebloq.com/net-magazine/
https://css-tricks.com/
http://csswizardry.com/
https://www.smashingmagazine.com/
http://alistapart.com/
http://www.echojs.com/
EaseOut
http://easings.net/
Will this annoy users?
I’m reading a bunch of interesting stuff on developer attitudes and CPC ad networks - great insight!
http://appflood.com/blog/app-marketing-report-2013
http://operamediaworks.com/innovation-and-insights/state-of-mobile-advertising-2015-q2
http://www.mobyaffiliates.com/blog/top-mobile-advertising-marketing-trends-2015/
https://www.g2crowd.com/press-release/best-mobile-advertising-platforms-spring-2015/
https://www.g2crowd.com/categories/mobile-advertising-advertiser
http://www.adpushup.com/blog/top-8-best-paying-mobile-ad-networks-you-should-try/
Just a reminder: What we aim today is to disrupt traditional ways of doing business through innovation and a redefinition of business practices. That means that there is no single best answer to the challenges you come across.
Typography
http://simplefocus.com/flowtype/
http://letteringjs.com/
http://marketblog.envato.com/web-design/css3-typography-code-snippets/
Async JS libraries
https://blog.risingstack.com/asynchronous-javascript/ https://blog.risingstack.com/introduction-to-koa-generators/
https://github.com/aldonline/syncify https://www.youtube.com/watch?v=egLUa6urd6I
c in y minutes
http://learnxinyminutes.com/docs/objective-c/
Gnustep revisited
http://www.gnu.org/software/gnustep/resources/documentation/Developer/Base/ProgrammingManual/manual_1.html
http://gnustep.made-it.com/BG-objc/
Translate3d
Hardware acceleration
Transitioning certain properties, such as left and margin causes the browser to recalculating styles every frame. This is fairly expensive, and can lead to unnecessary re-paints, especially if you have a lot of elements on the screen. This is especially noticeable in less powerful devices, such as mobiles.
This solution is to offload the rendering to the GPU using CSS transformations. In simple terms, this turns the element into an image during the transition, avoiding any style recalculations which greatly increases performance. A simple way of forcing the browser to hardware render an element is to set the transformation’s z axis, which you can do with translate3d:
transform: translate3d(0,0,0);
Mutation observers
https://developer.mozilla.org/en-US/docs/Web/API/MutationObserver#MutationObserver%28%29
http://caniuse.com/#feat=mutationobserver
http://jsbin.com/xazok/1/edit?html,js,output
http://jsbin.com/cogid/1/edit?html,js,console,output
http://addyosmani.com/blog/mutation-observers/
Angular.js - To get started
http://scotch.io/tutorials/javascript/single-page-apps-with-angularjs-routing-and-templating
http://code.tutsplus.com/tutorials/more-responsive-single-page-applications-with-angularjs-socketio-creating-the-library--cms-21738
http://www.asp.net/web-api/tutorials/hands-on-labs/build-a-single-page-application-%28spa%29-with-aspnet-web-api-and-angularjs
http://s.onsen.io/guide/getting_started.html