Click here to create your personal news page. The news that appears on JavaScript will appear there and be constantly updated. You can then modify the page, share it with your friends, or export it and have it appear elsewhere.

You can also create a personal news page and follow the news that interests you by clicking on the tab labelled 'New page'.
 

topics : related - allExplore

Wikio Shopping (beta)

  1. 1. Computers
  2. 2. Electronics
  3. 3. Communication
  4. 4. Household Appliances
  5. 5. Car/Motor Bike
  6. 6. Digital Camera
  7. 7. Mobile Phone
  8. 8. Smartphone
  9. 9. PDA
  10. 10. GPS
  11. 11. LCD Monitor
  12. 12. Printer

New products

  1. 1. Lian Li PC-C37
  2. 2. Nikon CoolPix P6000
  3. 3. Lian Li TR-5
  4. 4. Intel Core 2 Quad Q6850
  5. 5. Asus My Cinema-PE6300Hybrid
  6. 6. Averatec All-In-One
  7. 7. Acer X263Wbid
  8. go to Shopping

Participate



JavaScript


Sort by : relevance - date - popularity
1Vote!

OpenWebware.com - An Open Source WYSIWYG Editor

What it does OpenWYSIWYG is a free cross browser editor which can be used to make your content management system much more manageable. Using Open can turn any text area into a WYSIWYG editor employing just a couple lines of code. It’s fast (written in Javascript and DHTML) and it’s easy to use. You can view your HTML source code and make in code adjustments. Open also allows for document management,...

+Vote!

Javascript Vi

Filed under: misc hacks Few would dispute that Vi was a great text editor in its day, but no one has done anything to bring it back until now. A company called Internet Connection has developed JSVI, a clone of Vi that was written in javascript and runs inside editable text areas on virtually any browser with javascript support. It functions identically to Vi, offering ed/ex command support, vi-keys,...

+Vote!

Talking to .NET on the server with Jaxer

What does your CEO do? Paul Colton, CEO of Aptana, gets his fingers dirty. He just wrote a post about accessing COM objects from JavaScript with Jaxer. This is possible as the JavaScript is running on the server, and this server is running on Windows. You can download the source code to check it all out. PLAIN [...]

+Vote!

Talking to .NET on the server with Jaxer

What does your CEO do? Paul Colton, CEO of Aptana, gets his fingers dirty. He just wrote a post about accessing COM objects from JavaScript with Jaxer. This is possible as the JavaScript is running on the server, and this server is running on Windows. You can download the source code to check it all out. PLAIN [...]

+Vote!

ALA No. 262: Binding & Subversion

In Issue No. 262 of A List Apart , for people who make websites, Ryan Irelan invites us to collaborate and connect with Subversion , and Christophe Porteneuve explains how to get out of binding situations in JavaScript .

+Vote!

Strophe Preview: XMPP In JavaScript

Three years ago, we released libstrophe to the world. libstrophe is a cross-platform C library for writing XMPP clients. libstrophe exists because none of the C libraries at the time worked well on Windows platforms. A year or so later, I discovered the potential of XMPP on the Web and created a [...]

+Vote!

Module Pattern Provides No Privacy... at least not in JavaScript(TM)

Module Pattern Provides No Privacy... at least not in JavaScript(TM) ( via ). JavaScript variables hidden inside a closure aren’t as hidden as I thought—it turns out you can pass a closure as the second argument to eval (at least in Firefox) and “steal” private variables back out of it.

+Vote!

Data Visualization on the Fly with Obsessing

Processing is a data visualization programming language, which John Resig has ported to JavaScript, using the Canvas element.... [demos here] Obsessing is a "very alpha" service that allows you to... [[ This is a content summary only. Visit my website for full links, other content, and more! ]]

+Vote!

MacInTouch: Update: ScriptLight 1.6

The source code search and management tool adds support for HTML, CSS, JavaScript, and PHP files, preferences to include/exclude file types from the database, and more.

+Vote!

eBay Geo-targeting in PHP

So in my post about eBay’s affiliates day I made a big deal about the crappiness of geo-targeting in javascript. I decided to be a little proactive and post some code for any eBay affiliates using PHP. This is an easy and free method to ensure your traffic is going to its highest-possible-converting destination. Why do [...]

3Vote!

SEO Tools: Google API's

Google provides a number of API’s (Application Programmable Interfaces) written in JavaScript that you can implement into your website (or better yet, have a developer implement it). These tools make it easy for webmasters or developers to add functionality to your website without significant programming (or significant programming cost). Google Maps API - allows you to integrate online mapping and

+Vote!

Algebraic Data Types in JavaScript

Sjoerd Visscher has written a library that lets you create algebraic data types in JavaScript for use in your functional programming world. ADT.js is written in JavaScript 1.8 "which means that as of this writing it only runs in Firefox 3.0. I have chosen to keep it 1.8, because the code is a lot cleaner, thanks [...]

+Vote!

Hypno trip down the fractal rug

What a great title. It is an entry in the JavaScript 20 liners call out: PLAIN TEXT JAVASCRIPT: // chain( func ) // make func chainable by making it return itsReturnValue¦¦this function chain( func ) { return function() { return func.apply( this, arguments )¦&#

+Vote!

Hypno trip down the fractal rug

What a great title. It is an entry in the JavaScript 20 liners call out: PLAIN TEXT JAVASCRIPT: // chain( func ) // make func chainable by making it return itsReturnValue¦¦this function chain( func ) { return function() { return func.apply( this, arguments )¦¦this; [...]

+Vote!

ADTs in JavaScript

Sjoerd Visscher has written a neat post about implementing algebraic data types in JavaScript . There are lots of ways to do this, but this one looks interesting. I don't quite understand it but I thought I'd point it out. Note the use of expression closures ! Good stuff.

The last article published by a user on JavaScript :

3Vote!

SEO Tools: Google API's

Google provides a number of API’s (Application Programmable Interfaces) written in JavaScript that you can implement into your website (or better yet, have a developer implement it). These tools make it easy for webmasters or developers to add functionality to your website without significant programming (or significant programming cost). Google Maps API - allows you to integrate online mapping and