Fullasagoog

Show all feed information | Ping Blog Update

JavaScript Made Everyone Crazy 8 months ago

Nobody seems to be happy, nobody seems to understand it ... everyone is trying to change it, pretending to make it better ... and again, nobody seems to realize it has been here since ever, it has been working in any field, it does everything, and it keeps getting faster! One Scripting To Rule …

Web Viewport Size 8 months ago

if you ever had to deal with the full size of an HTML document, I know that feeling bro! The Most Difficult Thing To Get Right Ever! I mean, even google maps had some problem with that, preferring a user agent sniffing like technique rather than finding the real size of the window. This image is …

wannaqu.it - one button web app to track activities 9 months ago

This is a truly simple web application I am still improving but I believe it's ready to be tested for all of you :) wannaqu.it The purpose of this app is to track an activity. First of all, if you want to take full advantage and be able to use this app offline, pin it into your Home and you'll be …
keywords cigarette, drinks, graph, illusion, last friday, web application, webapp

A Meaningful Client Side Alternative To node require() 9 months ago

TL;DR Here you have the solution to all you problems ... no? So take a break, and read through :) Current Status Using a generic " module loader " for JavaScript files is becoming a common technique, and full of wins, not only on the node.js server side. There are different client side …
keywords amd, beauty, closure, current status, dependencies, fn, good starting point, javascript files, node, pollution, server side

A Safer JS Environment 9 months ago

Oh well, apparently I wasn't joking here and I went even further ... so here I am with a weird hack you probably never thought about before ;) A Globally Frozen Environment Have you ever thought about this in the global context? Object.freeze(this); Apparently not even browser vendors such Chrome …

Why JSON Won ... And Is Good As It Is 9 months ago

I keep seeing developers complaining about different things with JSON protocol and don't get me wrong, I've been the first one trying to implement any sort of alternative starting from JSOMON and many others ... OK? Well, after so many years of client/server development is not that I've given up …
keywords developers, different things, json, languages, parse, private properties, protocol, recursion, serialize, sleep

JavaScript recent Bits and Bobs 10 months ago

Quick post about few things landed, or not yet, in JavaScript world. preciseTime() In this era loads of +new Date , JSC offers since quite a while a handy global function called preciseTime() . Since this function offers more accuracy than milliseconds, and I am talking about microseconds, which …
keywords benchmarks, clocks, java lang, javascript, milliseconds, new date, rhino, setinterval, unexpected results

(?) Polpetta, any folder is served spiced 11 months ago

The quick version is: have you ever thought about using node.js to make any folder as a web-server and in a PHPish way where .njs files are required and executed runtime as node modules ? Oh well, I did, and this is the result in Github: polpetta ... enjoy!
keywords file, javascript, js, node.js, protocol, server, web, web server

The JavaScript typeof Operator Problem 11 months ago

TL;DR don't even try to normalize or shim newer typeof via code: you simply can't! Whenever it was a mistake or not to consider typeof null == "object" , many libraries that tried to normalize this operator failed to understand that null is not the only problem . The JS Polymorphism Nature We …

Dealing With Future Pointers 11 months ago

I have talked about this already in both JSConfEU and QCon - London and I have also blogged a couple of times about this problem that many developers keep ignoring ... The Unexpected Input In JSConfEU I have showed with my slides this picture: which is simply the reason most of the so called …
keywords addeventlistener, assumption, developers, dom, feature detection, fingers, gesture, javascript, listener, london, node, pointers, qcon, slides