saquery.com
a web developer' s kung fu…

To get a distinct dataset in MySql and embed it into Javascript in JSON format with PHP we need 3 Steps. SQL Source Code 1st. A SQL query to get a unique domain-name list.

Categories: Nice to know | Add a Comment
Test Swarm- Distributed Continuous Integration for JavaScript

TestSwarm provides a way for heavy tests on JavaScript code. Test Swarm Walkthrough from John Resig on Vimeo. swarm.jquery wiki source code

Categories: more skills | Add a Comment

TIFFANY B. BROWN published on alistapart.com a realy good post about how to debug Javascript on mobile devices. The following links are a must-read for both aspiring web developer and also for advanced programmers. Modern Debugging Tips and Tricks - Advanced Debugging With JavaScript by H. R.M. STEEN , C. MILLS

Categories: Tips | Add a Comment
Chrome Experiments - -Photo Particles- by Paul Lewis

As I just had to see that chromeexperiments.com was just the beginning of chromeexperiments.com/webgl chromeexperiments.com shows some realy magic things written in JavaScript. You can use the scripts as a Browser Performance Test while having fun with some awesome Javascript Apps and Games.   Chrome Experiments   WebGL Source: chromeexperiments.com/webgl chromeexperiments.com/

After using Node.js for simple network service written in JavaScript I must say. Node.js realy rocks! The advantages to write server-side code in Javascript are obvious. As you can see in the following video, there are a lot of advantages over other server systems. The major differences are that Node.js is a server-side JavaScript environment. Node.js uses an asynchronous event-driven model. This allows to get an excellent performance based on the architectures of many Internet applications. Source: http://nodejs.org/ - https://github.com/joyent/node/wiki

Categories: Tips | 1 Comment

Sometimes YUI Compressor reports the error “identifier is a reserved keyword. The full error message looks like this: [ERROR] [LINENUMBER]:14:identifier is a reserved word

Categories: jQuery | Add a Comment
There is a global switch. If this is set to false jQuery will prevent browser cache usage for Ajax-Requests. The following jQuery.ajaxSetup methode call will disable cache for all Ajax requests. $.ajaxSetup ({ cache: false });
jDrums A few months ago, I studied the possibilities to play audio files such as wave or mp3 in a Web browser. I quickly came to the conclusion that it is a difficult project. As a test scenario I had imagined a very simple drum machine.
Delete all Table Rows When trying to fade out and delete a table row you will realize that the table rows can not hide slow. The trick is to hide the table cells as follows. OPTIONgroup_idgroup_member Delete Row02 Delete Row21 Delete Row32 Delete Row03 Delete Row24 Delete Row25 Delete Row26
Online Tools do your work in the browser Uncategorized browser tools Colorpicker http://www.colorschemer.com/online.html Here you pick realy nice Colors. Compress & Obfuscate JavaScript / CSS Compressor http://yui.2clics.net/ The YUI Compressor online Binary File to Base64 Encoder / Translator http://www.greywyvern.com/code/php/binary2base64 Use this tool to create data streams for embedding images (or any type of file) in [...]