Pages Menu
TwitterRssFacebook
Categories Menu

Posted by on 15th October, 2013

China leading next Bitcoin rally

China leading next Bitcoin rally

The capture of Ross Ulbricht a couple of weeks ago, and with it, the demise of the Silk Road and the largest underground market ever, was big news in Bitcoin social circles. Forget the ethical dilemma: this market moved a lot of money… a lot… about 1.2 Billion dollars in sales every year. No small fry. Much had been speculated by analysts and sceptics that much of the Bitcoin economy was stimulated mostly by these kind of illegal transactions. In fact, this news, was going to be the end of it: this was Bitcoin’s blow to its  knees. Except, that it wasn’t. Let’s say it was a stumble, if one can call it that. The price dropped for a day or two and recovered to its previous levels in a few days. So, if Silk Road wasn’t driving the Bitcoin economy, then who is? The sceptics are asking who else is accepting Bitcoins. No legitimate, public company does, right? With current events in US politics causing some doubt in the financial...

Read More

Posted by on 29th August, 2013

Mesmerizing dots

Mesmerizing dots

I saw on Reddit a post titled Mesmerizing and it was just a gif with some coloured dots in motion in a particular pattern. It was quite intriguing and I found myself staring at the thing for more than I am willing to admit. So, it was almost midnight, I am thinking, I can probably do this in a cople of hours… right? Right? Sure, it would be a fun experiment in Javascript. And there goes my sleep… Update: note quite finished, but I think I going in the right direction. Very little code: a loop that runs 18 times, creates the dots and animation, while the index rotates the layer that the dot is animating on by 20. I need to get the timing of the individual dots right and perhaps also the changing of colors. Notice how all the dots just move up and down a static line. 18 dots, 18 lines angled at 20 degrees from eachother. I added a toggle button so you can see...

Read More

Posted by on 5th July, 2013

Javascript projects I should be looking into

Javascript projects I should be looking into

I give up. I just posted a list of jQuery plugin libraries that I need to look into and then find this site. JavascriptOO.com, brands itself as: “every javascript project you should be looking into”. That is ridiculous. I will never, ever have enough time to look into even a fraction of these libraries. Did you see how many libraries there are? In any case, I am adding another bookmark for a site that makes me feel very small: JavascriptOO.com The site is primarily focused on micro libraries, utilities, and other JS wizardry that can run in a browser. The site is not an automated directory. The site owner reads all the documentation and attempts to write an example that runs in the browser for every single library added to the site. This all takes time and is motivated by a deep and possibly unhealthy love of JavaScript. If you are looking for something about package managers, scaffolding software, etc. check out: www.packagemanager.org read more And…as if that wasn’t enough, a...

Read More

Posted by on 5th July, 2013

jQuery plugin repository

jQuery plugin repository

Trying to follow and learn all the available, and quickly appearing jQuery plugins is a bit like drinking from a firehose. There are just so many libraries and so many effects and features to try. Some of them are good, some great… and some not so much. Unheap.com is a site that tries to be a showcase for all jQuery plugins. Going over 700 plugins strong, anyone can add a new library they stumbled upon on Github or elsewhere and user “thumbs up” points are used to weed out the good from the bad ones. Each plugins shows tags, views and there is even an option to save your own favourites. All in all, a decent site to find a neat feature or effect that you need for your next project. Bookmarked. read more Edit: of course, you should also keep the original jQuery plugin repository...

Read More

Posted by on 19th June, 2013

Encrypt your Gmail, Live and Yahoo emails

Encrypt your Gmail, Live and Yahoo emails

With the current NSA affair and its PRISM program apparently listening to our conversations and reading our emails, some people may be looking to shield themselves a bit more from intrusive eavesdropping on their communications. Email as we know it, is obviously not entirely secure. Evasive tricks such as the ones used by General Petraeus to conceal his affair with Paula Broadwell didn’t work very well. [they created a fake email acount and communicated by saving drafts to that account, only communicating via drafts, so the emails couldn’t be traced as outgoing emails]. Wait, you say you use https or ssl? that’s great… however, that protects your message from being read while going over the wire to your email provider. Once it arrived at the email server in its encrypted form, it can, and usually is, decrypted and stored in its original format. The best possible way to keep your comms secure and private is to encrypt your message with unbreakable technology and store it as such on the...

Read More

Posted by on 9th June, 2013

jQuery checkbox plugin

jQuery checkbox plugin

I found a fantastic checkbox replacement plugin by Igor Vaynberg. His open-source plugin, Select2 is a jQuery-based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results. Some use case: Enhancing native selects with search. Enhancing native selects with a better multi-select interface. Loading data from JavaScript: easily load items via ajax and have them searchable. Nesting optgroups: native selects only support one level of nested. Select2 does not have this restriction. Tagging: ability to add new items on the fly. Working with large, remote datasets: ability to partially load a dataset based on the search term. Paging of large datasets: easy support for loading more pages when the results are scrolled to the end. Templating: support for custom rendering of results and selections. Instead of trying to understand what all these features do, head over to the samples and try each one of them out. I am sure you will find at least one that you will use in your next project. [button...

Read More

Posted by on 28th May, 2013

Pure: ridiculously simple CSS modules

Pure: ridiculously simple CSS modules

Yes. Pure is a set of small, responsive CSS modules that you can use in every web project. Together or independently, pure CSS modules that enable you to put layouts in place and styling for native HTML elements, including the most common UI components. Zero Javascript: just CSS and at only 5.7Kb. If you just need the modules individually, you can only call the ones that you need, and since it is just simple CSS code, you can easily override or extend any part of it in your pages. read...

Read More

Posted by on 28th May, 2013

Audio visualization in HTML 5

Audio visualization in HTML 5

I love seeing new approaches and mashups of different technologies and when my friend Sann-Remy posted this fascinating experiment, I had to re-post it. He is using Web Audio API together with WebGL and making it work with three.js, a sophisticated 3D library for rendering objects in space on an HTML 5 canvas or WebGL. I don’t have much more to say than that I am very inspired by his work and that it raises the bar for my next experiment… ok Sann-Remy, it’s on! 🙂 See the experiment (use Google Chrome to see it and make sure to wait for the sound to load): read...

Read More

Posted by on 21st May, 2013

What tools are the big startups using?

What tools are the big startups using?

Startup services: you have yours. Great. But with so many new services appearing every day, you might wonder whether you are missing out on a service that offers more than the one you are using. Then you might also start to wonder what the big start ups are using for tools. They have been doing it right, so they must be using the latest and best of all the available tools and services, right? Sure, you have your own preferred cloud storage, project management and CRM services. But what if yours aren’t the same as the services the big startups are using…. with features that you were not aware of? Aren’t you curious? Now you can find out: Learn all the available and newest services and also learn what the big startups, like Pinterest, Twilio and StackOverflow user for their sites. Cool, huh? read...

Read More

Posted by on 15th May, 2013

Machinegun Javascript effect

Machinegun Javascript effect

This is definitively one of those effect that keep you waiting for the rest, that may, or may not come. Guaranteed to keep you glued to the screen till the end, simply because your curiosity is stronger than your will power. A short machineGun(); function takes the text as a parameter and does an intriguing text effect. Just around 20 lines of code! Only a few years back, we thought this stuff could only be done with Flash… read...

Read More