 Your new post is loading...
 Your new post is loading...
|
Scooped by
Nicolas Weil
June 24, 2011 12:10 AM
|
It is high the number of javascript framework available to developers. For example jQuery or YUI Library or Mootools and so on. But, these are very useful to create simple web effect and basic manipulation or animation. To make very rich web interface I suggest to use one of these five great frameworks.
|
Scooped by
Nicolas Weil
June 20, 2011 5:30 AM
|
Deobfuscating Javascript can be tricky so why not make the job easier by using a tool? There’s several tools that can help you deobfuscate Javascript.
|
Scooped by
Nicolas Weil
June 17, 2011 3:25 PM
|
NodeCloud is a resource directory gathering sites related to Node.js and ordering them by their Alexa traffic, allowing to evaluate relative popularity of a project.
|
Scooped by
Nicolas Weil
June 15, 2011 4:10 PM
|
Adobe is pleased to announce the availability of Adobe AIR 2.7 SDK and the Adobe AIR 2.7 runtimes. Adobe AIR 2.7 includes new features for both desktop and mobile applications with mobile support for Android 2.2+, BlackBerry Tablet OS* and iOS 4+ operating systems. Companies can build and deploy AIR 2.7 apps using Adobe Flash Builder 4.5 with an upcoming update to AIR 2.7 later this month.
|
Scooped by
Nicolas Weil
May 28, 2011 2:10 AM
|
HowToNode.org is a community supported blog created by Tim Caswell. The purpose of the blog is to teach how to do various tasks in node.js as well as teach fundamental concepts that are needed to write effective code.
|
Scooped by
Nicolas Weil
May 27, 2011 3:07 PM
|
CSS Regions are a proposed addition from Adobe to the W3C CSS (Cascading Style Sheet) web standard that allows designers to build complex magazine like layouts using web standards. Adobe engineers have worked on a prototype implementation in a customized version of WebKit. Adobe is making this prototype implementation available as well as several samples showing CSS Regions for developers to experiment with this new technology.
|
Scooped by
Nicolas Weil
May 27, 2011 3:04 PM
|
How to create quadrangular star which will rotate around its axis (3D effect).
|
Scooped by
Nicolas Weil
May 27, 2011 2:59 PM
|
HTML5, rumored as Flash killer, is a brand new web technology that raises a revolution lead by Apple in web application development. It contains canvas element for images and animation drawings, support video and audio embedding, and includes storage database for offline web applications. Most important of all, you don’t need a plugin to get all these features, your latest browser supports that.
Sounds pretty cool, but what HTML5 can do actually? Well, this post is going to satisfy your curiosity about the power of HTML5 by showing you a series of practical HTML5-powered web applications such as drawing application, chart creating application and time management application. So there’s no technical document anymore, let your eyes witness the true potential of HTML5!
|
Scooped by
Nicolas Weil
May 27, 2011 2:30 PM
|
Lots of development is going to happen in HTML5 in the coming days and some framework for developers are listed below. These HTML5 and CSS3 frameworks are used to create your HTML5/CSS3 templates to develop your web applications
|
Scooped by
Nicolas Weil
May 27, 2011 2:13 PM
|
Managing cloud-based VMs isn't easy. Tools from IaaS vendors are rudimentary and proprietary, while integration with enterprise management consoles is complex. SaaS management software is closing the gap with new services able to manage systems in multiple clouds alongside internal VMs.
|
Scooped by
Nicolas Weil
May 23, 2011 4:14 PM
|
As JSON has matured, there have been many libraries and APIs that let you define more around the format, such as JSON Schema and the large amount of work that Kris Zyp and others have done over the years.
json:select offers a new query API that is to JSON as querySelector and friends are to CSS.
|
Scooped by
Nicolas Weil
May 20, 2011 5:36 PM
|
Druid’s power resides in providing users fast, arbitrarily deep exploration of large-scale transaction data. Queries over billions of rows, that previously took minutes or hours to run, can now be investigated directly with sub-second response times.
We believe that the performance, scalability, and unification of real-time and historical data that Druid provides could be of broader interest. As such, we plan to open source our code base in the coming year.
|
Scooped by
Nicolas Weil
May 18, 2011 7:05 PM
|
This is a follow up to How to roll out your own Javascript API with V8. You should still be able to follow if you haven’t read it.
We will now port the code we have written for V8 to Node.js and package it for npm.
|
|
Scooped by
Nicolas Weil
June 23, 2011 11:56 PM
|
Mobile app company Ideaworks3D has launched a new version of its cross-platform SDK, and announced a new brand identity for the product.
Marmalade is the new brand umbrella for its native cross-platform SDK and cross-platform application development and distribution services.
The new version takes the SDK to Marmalade 5.0. It also incorporates an Extensions Development Kit (EDK) for developers to easily access any native APIs they choose on iOS and Android, adding to powerful features including multi-threading. The solution can also develop for WebOS and other platforms.
|
Scooped by
Nicolas Weil
June 18, 2011 2:38 PM
|
One of the annoyances of Node.js for development purposes is the fact that you have to restart the server everytime you make changes to your included modules. This is because Node actually caches module includes for better performance. A great workaround is using the Node Module “Supervisor“.
Supervisor will monitor all of your included modules and restart the server automatically when changes are made.
|
Scooped by
Nicolas Weil
June 17, 2011 3:00 PM
|
Présentation par Stéphane Dessein sur la montée en charge avec PHP, pour le RDV AFUP Lille du 31 mai 2011 à Euratech...
|
Scooped by
Nicolas Weil
May 29, 2011 1:57 PM
|
Creating an app with twitter like urls (hash-bangs)...
|
Scooped by
Nicolas Weil
May 27, 2011 3:09 PM
|
|
Scooped by
Nicolas Weil
May 27, 2011 3:06 PM
|
Here is a 3d object. It is rendered with pure HTML and CSS using 2d transforms. These let you specify a transform property on a DOM element composed of translate, rotate, skew, and scale functions.
To achieve the 3d effect, I project the 3d triangles into 2d screen space using javascript, and then calculate the necessary transform value to display the 2d triangle. CSS Effects: Border Off Stop
So without any SVG or canvas, you can have real-time 3d objects in modern browsers! What's the benefit? Well, you don't have to deal with a canvas, and you can click on links underneath it. Maybe this is just a cool hack, maybe not?
|
Scooped by
Nicolas Weil
May 27, 2011 3:01 PM
|
Learn how to migrate from MySQL to CouchDB: Read Signal's story.
CouchDB is document oriented, schema-free database similar to Amazon’s SimpleDB and Google’s BigTable. It stores data as JSON documents and provides a powerful view engine that lets you write Javascript code to select documents from the database, and perform calculations. A RESTful HTTP/JSON API is used to access the database. The database boasts other features as well, such as robust replication, and bi-directional conflict detection and resolution.
|
Scooped by
Nicolas Weil
May 27, 2011 2:35 PM
|
Despite contemporary browsers supporting a wealth of CSS3 properties, most designers and developers seem to focus on the quite harmless properties such as border-radius, box-shadow or transform. These are well documented, well tested and frequently used, and so it’s almost impossible to not stumble on them these days if you are designing websites.
But hidden deep within the treasure chests of browsers are advanced, heavily underrated properties that don’t get that much attention. Perhaps some of them rightly so, but others deserve more recognition. The greatest wealth lies under the hood of WebKit browsers, and in the age of iPhone, iPad and Android apps, getting acquainted with them can be quite useful. Even the Gecko engine, used by Firefox and the like, provides some distinct properties. In this article, we will look at some of the less known CSS 2.1 and CSS3 properties and their support in modern browsers.
|
Scooped by
Nicolas Weil
May 27, 2011 2:19 PM
|
LinkedIn is a social network for professionals. It is built using open source products. They sponsored many projects to open source. Here are the list of open source products used by LinkedIn : Hadoop, Pig, Zoie, Sensei, Zookeeper...
|
Scooped by
Nicolas Weil
May 27, 2011 2:11 PM
|
Node.js, Jaxer, EJScript, RingoJS, and AppengineJS combine the familiarity of JavaScript, low overhead, blazing speed, and unique twists...
|
Scooped by
Nicolas Weil
May 21, 2011 3:50 AM
|
The goal of the project is to give mobile Web applications "a pretty darn good approximation of native scrolling," the description reads on GitHub.
Currently, Scrollability is a work-in-progress, and is not ready for use by mobile developers. Documentation will also be written when the library is ready.
At present, it supports only basic vertical and horizontal scrolling, but, in the future, it will support snapping to pages, sticky table headers, a photo browser and more customization of the animation details.
|
Scooped by
Nicolas Weil
May 18, 2011 7:51 PM
|
The example will be a basic Media player with play/pause and stop functionality.
|