Receive news by e-mail

#
 

Enter your e-mail in the field below to receive directly the news that appears on this page.

 

topics : related - all Explore

Shopping

Top Product

JavaScript and Ajax Wrox Box: Professional JavaScript for Web Developers, Professional Ajax, Pro Web 2.0, Pro Rich Internet Applications

Compare prices

  1. 2. Simply Javascript: Everyting You Need To Learn Javascript From Scratch
  2. 3. The Art & Science of JavaScript
  3. 4. JavaScript Application Cookbook
  4. 5. JavaScript Programmer's Reference (Wrox Programmer to Programmer)

Shopping Categories

  1. 1. Mobile Phones
  2. 2. Digital Cameras
  3. 3. Smartphones
  4. 4. Laptop Computers
  5. 5. Graphics Cards
  6. 6. LCD TVs
  7. 7. LCD Monitors
  8. 8. Fridges
  9. 9. Vacuum Cleaners
  10. 10. Freezers
  11. 11. Washing Machines
  12. 12. Microwaves
  13. 13. Electric Kettles
  14. 14. Digital Camcorders
  15. 15. Dishwashers

Wikio Shopping

  1. 1. Baby & Nursery
  2. 2. Books
  3. 3. Car/Motorbike
  4. 4. CD
  5. 5. Communication
  6. 6. Computers
  7. 7. DVD
  8. 8. Electronics
  9. 9. Entertainment
  10. 10. Fashion & Lingerie
  11. 11. Finance
  12. 12. Gifts & Gadgets
  13. 13. Health & Beauty
  14. 14. Home & Garden
  15. 15. Hotels
  16. 16. Household Appliances
  17. 17. Sport & Fitness
  18. 18. Travel
  19. 19. Video Games

Participate



JavaScript



Sort by : relevance - date - popularity
3Vote!

JavaScript Specialist needed - Leicestershire

One of the UKs biggest organisations specialising in logistics and distribution are now recruiting for a software developer with skill sets and experience in JavaScript. The salary is £35,000 and is commensurate on skill sets and experience. There are some great benefits along with this role along with the knowledge that you will be working with one of the countries market leaders. They have...

7Vote!

Request Routing With URI Templates in Node.JS

Request Routing With URI Templates in Node.JS . I quite like this approach (though the implementation is a bit “this” heavy for my taste). JavaScript has no equivalent to Python’s raw strings, so regular expression based routing ala Django ends up being a bit uglier in JavaScript. URI template syntax is more appealing.

3Vote!

Fw: [vacancy] OOT Vacancy: Web Developer

------Original Message------ From: Rara Marulent Sender: vacancy@yahoogroups.com To: vacancy@yahoogroups.com To: tutorial_html_gratis@yahoogroups.com To: tm1063@yahoogroups.com To: treosick@yahoogroups.com To: vb_indo-tektips@yahoogroups.com To: uieu_mhs_fasilkom@yahoogroups.com To: VB_Indonesia@yahoogroups.com To: vb_pages@yahoogroups.com To: vb_teens@yahoogroups.com To: tokinet@egroups.com To: Used_Computers@yahoogroups.com...

7Vote!

Node.js is genuinely exciting

I gave a talk on Friday at Full Frontal , a new one day JavaScript conference in my home town of Brighton. I ended up throwing away my intended topic (JSONP, APIs and cross-domain security) three days before the event in favour of a technology which first crossed my radar less than two weeks ago . That technology is Ryan Dahl’s Node . It’s the most exciting new project I’ve come...

3Vote!

FizzBuzz and Programming Candidates

by cam Software Engineers do suffer from fashion, and the nature of the internet and how blog posts get propagated exponentially do contribute to that. I can recall when Joel Spolsky (IIRC) mentioned the fizzbuzz test for an interview. The basis for it is sound; basically, the concern that many people applying for programming jobs cannot actually program . But it got propagated like fashion amongst...

3Vote!

Matt Cutts answers question "Can I use "nofollow" in JavaScript?"

,

3Vote!

How to disable mouse right click on webpage using JavaScript

It is possible to prevent your visitors to make a right click on your webpage. This permits a protection of the source code of your website and your photos. Put this script between <HEAD> and </HEAD> tags of your HTML code: <SCRIPT LANGUAGE="JavaScript"> <!-- Disable function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new...

3Vote!

Zen Coding: A Speedy Way To Write HTML/CSS Code

In this post we present a new speedy way of writing HTML code using CSS-like selector syntax — a handy set of tools for high-speed HTML and CSS coding. It was developed by our author Sergey Chikuyonok and released for Smashing Magazine and its readers. How much time do you spend writing HTML code: all of those tags, attributes, quotes, braces, etc. You have it easier if your editor of choice...

3Vote!

Zen Coding: A Speedy Way To Write HTML/CSS Code

In this post we present a new speedy way of writing HTML code using CSS-like selector syntax — a handy set of tools for high-speed HTML and CSS coding. It was developed by our author Sergey Chikuyonok and released for Smashing Magazine and its readers. How much time do you spend writing HTML code: all of those tags, attributes, quotes, braces, etc. You have it easier if your editor of choice...

3Vote!

[vacancy] Digest Number 3583

vacancy Messages In This Digest (2 Messages) 1. PT MNC Vacancy : Database Administrator & Web Designer From: Yoyok Prajoko 2. XL For Fresh Graduate From: yeti awaliyah View All Topics | Create New Topic Messages 1. PT MNC Vacancy : Database Administrator & Web Designer Posted by: "Yoyok Prajoko" y.prajoko@gmail.com Wed Nov 18, 2009 4:15 pm (PST) * * *MNC is **a leading integrated...

3Vote!

IE9 To Try And Close Performance Gap

Microsoft has finally given out some details regarding its next browser – World Wide Web Explorer 9. It seems that the main thing that they will be touting is the boost in JavaScript speed, which has always been far behind the other browsers. Apparently JavaScript speed is nearly as fast as c… pc gadget cellphone [...]

3Vote!

Microsoft Announces IE9: Focus on Standards and Speed

Microsoft just announced that it started work on Internet Explorer 9 three weeks ago. Steven Sinofsky , the president of Microsoft's Windows and Windows Live division, showed an early build of IE9 during his PDC keynote today. In this presentation, Sinofsky announced that Microsoft will focus on support for new standards like HTML5 and CSS3, as well as developing a faster JavaScript rendering engine....

7Vote!

An Early Look At IE9 for Developers

We’re just about a month after the Windows 7 launch, and wanted to show an early look at some of the work underway on Internet Explorer 9. At the PDC today, in addition to demonstrating some of the progress on performance and interoperable standards, we showed how IE and Windows will make the power of PC hardware available to web developers in the browser. Specifically, we demonstrated hardware-accelerated...

3Vote!

Javascript – you what?

Post number three in the new Simples series takes a look at Javascript – a scripting language that adds interactivity to web pages. It should be noted the Javascript should not be confused with Java (an entirely different programming language). JavaScript runs on the client side (your browser) and provides interaction with the user and the webpage. [...]

7Vote!

node.js at JSConf.eu (PDF)

node.js at JSConf.eu (PDF) . node.js creator Ryan Dahl’s presentation at this year’s JSConf.eu. The principle philosophy is that I/O in web applications should be asynchronous—for everything. No blocking for database calls, no blocking for filesystem access. JavaScript is a mainstream programming language with a culture of callback APIs (thanks to the DOM) and is hence ideally suited...