-
Recent Posts
Meta
Neyric.com
Categories
Archives
Category Archives: Javascript
WireIt reloaded 0.3.0 !
WireIt is back ! On June 19th, WireIt was removed from distribution for copyright infringements. After discussions with the Yahoo! User Interface and Yahoo! Pipes teams, a project started to provide the wiring widgets as a YUI module. (Note: I … Continue reading
Posted in WireIt, YUI Library
Leave a comment
How to setup a mysql data source for Persevere
If you don’t know Persevere yet, check out its impressive list of features (JSONPath/JSON-RPC/Comet support, etc…). Here is a short tutorial to expose your MySQL tables through the persevere JSON REST interface. Download persevere and unzip it. Download the JDBC … Continue reading
WireIt removed from distribution
Due to copyright infringement with parts of its source code, the WireIt library has been removed from distribution. However, it is good news for WireIt and YUI developpers: the component might be adapted into a YUI widget in a close … Continue reading
Posted in WireIt, YUI Library
5 Comments
inputEx version 0.1.0 released
It’s finally time ! I just finished the first public version of inputEx. I had this project in my bag since summer 2007. Visit the website at http://javascript.neyric.com/inputex . Here is a short introduction from the documentation : Introduction inputEx … Continue reading
A new Javascript blog is born
Hi everyone ! I finally made the step of splitting my personal website into two different websites. My javascript-related posts have become way too pervasive. http://javascript.neyric.com/ – neyric’s Javascript Blog This website, which will only contains my french articles. For … Continue reading
Posted in Javascript
Leave a comment
Building Google Gears 0.3.2.0
The google gears team recently announced the features that will be added in gears 0.3 One of them particularly caught my eyes: the Desktop API. It provides a simple method that lets you create a shortcut icon on the user … Continue reading
Google Gears performances issue
I’ve been using Google Gears rather intensively (see Gears In Motion) during the last few months. I started building an interface that uses all the components of Google Gears (Local Database, Local Server and WorkerPool), and implemented a synchronization engine. … Continue reading
WebRunner/XulRunner and Google Gears
I get very excited by the recent release of WebRunner 0.7 : “WebRunner is a simple XULRunner based browser that hosts web applications without the normal web browser user interface.” It lets you use your favorite web applications in a … Continue reading
Posted in Google Gears
3 Comments
Gears in motion v0.1 released
Gears In Motion is a user interface that allows you to manage easily your Google Gears databases for all your Google Gears projects. It is distributed under BSD license. Gears in Motion is written in javascript and uses Google Gears … Continue reading
Posted in Gears In Motion, Google Gears
1 Comment
Reporting javascript errors to the server
In every web application that intensivly uses javascript: errors may occur ! Since I’m not able to fully-test my web-application each time a modification is made, I decided to report javascript errors to the server. It proved to be very … Continue reading