Fubiz Talks 2016 : Le RDV incontournable de la créativité
by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery
"Mr Branding" is a blog based on RSS for everything related to website branding and website design, it collects its posts from many sites in order to facilitate the updating to the latest technology.
To suggest any source, please contact me: Taha.baba@consultant.com
Fubiz Talks 2016 : Le RDV incontournable de la créativité
Welcome to our weekly edition of what’s hot in social media news. To help you stay up to date with social media, here are some of the news items that caught our attention. What’s New This Week Facebook Announces Upcoming Changes to News Feed Rankings: Facebook announced upcoming changes to the news feed ranking that [...]
This post Facebook News Feed Changes Reduce Page Exposure: This Week in Social Media first appeared on .
- Your Guide to the Social Media Jungle
A quick introduction into using any Google font within your website.
The screencast looks at how you go about selecting fonts on font.google.com. Adding them to your website and then using them inside your stylesheet.
Running time: 1:36
The post Install Google Fonts appeared first on Web Design Weekly.
May's Microsoft Misfortune saw IE and Edge plunge further behind the competition. Does June provide a more optimistic outlook in the latest StatCounter browser statistics? Er, no…
The following table shows browser usage movements during the past month.
Browser | May | June | change | relative |
---|---|---|---|---|
Chrome | 57.07% | 57.99% | +0.92% | +1.60% |
Firefox | 14.50% | 14.14% | -0.36% | -2.50% |
IE11 | 8.65% | 8.18% | -0.47% | -5.40% |
oldIE | 2.73% | 2.59% | -0.14% | -5.10% |
Edge | 2.29% | 2.55% | +0.26% | +11.40% |
Safari | 4.32% | 4.28% | -0.04% | -0.90% |
iPad Safari | 5.35% | 5.33% | -0.02% | -0.40% |
Opera | 1.80% | 1.68% | -0.12% | -6.70% |
Others | 3.29% | 3.26% | -0.03% | -0.90% |
Continue reading %Browser Trends July 2016: Is a Chrome Monoculture Harmless?%
Horizon is a scalable backend for cross-platform, JavaScript based mobile apps, especially those needing realtime functionality. It was built by the awesome people at RethinkDB and so uses RethinkDB as the default database. If you're not familiar with RethinkDB, it's an open-source database with realtime capabilities.
Horizon exposes a client-side API that allows you to interact with the underlying database. This means you don't have to write any backend code. All you have to do is spin up a new server, run it and Horizon will take care of the rest. Data is synced between the server and the connected clients in realtime.
In this tutorial you're going to build a Tic-Tac-Toe app with Ionic and Horizon. I'll assume that you're not new to Ionic and Cordova so I'm not going to explain Ionic-specific code in depth. I recommend you go check out the Getting Started Guide on the Ionic Website if you want a bit of background. If you want to follow along, you can clone the app repo on Github. Here's how the final app will look:
Continue reading %Horizon: A Scalable Backend Perfect for JavaScript Mobile Apps%