3Vote!
Jobs in USA | Jobs in Bangalore, Canada, UK,... (Free subscription) | yesterday
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!
Simon Willison's Weblog (Free subscription) | yesterday
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!
Postingan Lowongan Kerja (Free subscription) | 23/11/2009
------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!
Simon Willison's Weblog (Free subscription) | 23/11/2009
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!
South Sea Republic (Free subscription) | 22/11/2009
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!
JabzWeb.com (Free subscription) | 21/11/2009
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!
Smashing Magazine (Free subscription) | 21/11/2009
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!
Funcoder Technology Blog (Free subscription) | 21/11/2009
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!
Vacancies list for Indonesian (Free subscription) | 19/11/2009
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...
Explore : Asia,
ASP,
CSS,
Dreamweaver,
Graphics,
Information Technology,
Malé,
Photoshop,
PHP,
Self,
SQL
3Vote!
PcBlue.com (Free subscription) | 19/11/2009
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!
ReadWriteWeb (Free subscription) | 18/11/2009
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!
IE Blog (Free subscription) | 18/11/2009
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!
SizzlaBlog (Free subscription) | 17/11/2009
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!
Simon Willison's Weblog (Free subscription) | 17/11/2009
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...