background preloader

PubNub ★ Push Real-time Data to Mobile, Tablet, Web

PubNub ★ Push Real-time Data to Mobile, Tablet, Web

Blog Low-cost .com Domains with Whois Privacy In an effort to be more privacy conscious I’ve been looking to transition to having Domain Privacy enabled on all the domains that I own. As it turns out many domain registrars, including my current one, charge an additional fee for this service. In an effort to save some money I did a price comparison […] 15 Comments · Posted: November 22nd, 2014 Write Code Every Day Last fall, work on my coding side projects came to a head: I wasn’t making adequate progress and I couldn’t find a way to get more done without sacrificing my ability to do effective work at Khan Academy. 73 Comments · Posted: April 10th, 2014 Use Project-based Interviews Instead of “GitHub” First, some background: I highly recommend that you read the following two blog posts: by Ashe Dryden: The Ethics of Unpaid Labor and the OSS Community and by James Coglan: Why Github is not your CV. 16 Comments · Posted: November 21st, 2013 Node.js Stream Playground Gittip at Khan Academy

Verivo Software: The Enterprise Mobility Company iot.eclipse.org — IoT development made simple Coding Horror Drop-In-Simple Social Platform for Your App. Great as a ShareKit Alternative | Socialize | Socialize Systems | Industrial Mobility | M2M Communications Device Networking & Gateways Cloud-based platforms offer the healthcare industry data collection and collaboration along with scalability and built-in privacy and data security. Improve efficiency and reliability of power delivery with MultiTech M2M technology platforms for smart meters, alternative energy, oil and gas pipelines, and car charging stations. M2M tech gives brick and mortar stores new ways to compete. Connected displays optimize customer experiences and offer retailers valuable insight into shoppers’ in-store habits. Incorporating MultiTech cellular modems and GPS technology to deliver extremely accurate real-time data enables companies to locate and manage fleets of vehicles and implement a range of other applications, including access to accurate mileage, location, fuel usage and distance reports. To stay competitive, smart devices analyze large amounts of data at the network edge and send only relevant information back to the center, reducing network demands.

Javascript Toolbox: Reusable Libraries And Scripts Plus Information Mobile Roadie - Mobile App Creator for iPhone, Android, iPad and Mobile Web Home - Skytree JavaScript Garden Although JavaScript deals fine with the syntax of two matching curly braces for blocks, it does not support block scope; hence, all that is left in the language is function scope. function test() { // a scope for(var i = 0; i < 10; i++) { // not a scope // count } console.log(i); // 10} There are also no distinct namespaces in JavaScript, which means that everything gets defined in one globally shared namespace. Each time a variable is referenced, JavaScript will traverse upwards through all the scopes until it finds it. The Bane of Global Variables // script Afoo = '42'; // script Bvar foo = '42' The above two scripts do not have the same effect. Again, that is not at all the same effect: not using var can have major implications. // global scopevar foo = 42;function test() { // local scope foo = 21;}test();foo; // 21 Leaving out the var statement inside the function test will override the value of foo. // global scopevar items = [/* some list */];for(var i = 0; i < 10; i++) { subLoop();}

Home | AppTank For App Developer Projects! - Apps Development - IPhone and Andoid Developers 20 Fresh JavaScript Data Visualization Libraries There are plenty of JavaScript libraries out there for rendering your otherwise plain and boring numerical data into beautiful, interactive, and informative visualizations. The beauty of using JavaScript for data visualization is that, if created correctly, your data will be highly accessible (usually via HTML tables). A long time ago (2008), I wrote about JavaScript solutions for graphing and charting data and this article revisits the topic with twenty more JavaScript libraries that you can use to bring your data to life. 1. Highcharts Highcharts is one of the most promising JavaScript charting libraries to hit the scene recently, with its large array of features including seven charting types (line, pie, and bar among them), the ability to zoom in and out of charts, and tooltips for offering more information about data points. 2. gRaphaël gRaphaël is a charting library based on Raphaël, a vector graphics drawing JavaScript library. 3. 4. jQuery Visualize Plugin 5. moochart 6. 7. dygraphs

Related: