Quantcast
Read WebProNews
With Friends!

javascript Articles

C Is The Most Popular Programming Language In April C Is The Most Popular Programming Language In April
· 4

Have you heard of the TIOBE Programming Community Index? It’s a table that lists the ratings of programming languages and tracks their status throughout the developer ecosystem. It’s a good indicator of where a language stands in terms of its …

Mozilla Shows Off Click Highlighting Mozilla Shows Off Click Highlighting

In their tireless march to make every piece of premium software obsolete with free open source, HTML5 applications, Mozilla, alongside Google, has been been at the forefront of this endeavor. While some of the past examples have been really cool …

Facebook Enabling IPv6 Access For Developers Next Month Facebook Enabling IPv6 Access For Developers Next Month

Another week, another Facebook Operation Developer Update to keep us all updated on the changes coming to the platform. This week is light in news but what is there packs a punch. Those interested in Facebook’s IPv6 plans will want …

Google+ Team Talks JavaScript And REST APIs Google+ Team Talks JavaScript And REST APIs

It was only yesterday that Google posted the latest Google+ platform office hours on YouTube. That one was from last weekend and contained lots of juicy info including a live coding session. It might surprise you then that Google was …

The Dart Platform: An Introduction To Web Development The Dart Platform: An Introduction To Web Development

There are many languages and platforms when it comes to developing apps for the Web, mobile and servers. One of the languages vying for your attention is Google’s Dart Web development language. Seth Ladd, a developer advocate of Dart and …

Easily Port C++ To HTML5/JavaScript With Emscripten Easily Port C++ To HTML5/JavaScript With Emscripten

Mozilla turned some heads last week when they announced BrowserQuest, an HTML5 powered MMO that runs in any compatible browser. That was just the beginning of the potential for HTML5 to power games and other applications in-browser. Of course, BrowserQuest …

Yahoo!’s Mojito Going Open Source Yahoo!’s Mojito Going Open Source

Open source is the lifeblood of the development community. It keeps innovation flowing and developers on top of their game. Google and Microsoft are both pushing heavily into the open source realm. Yahoo! today announced they’re throwing their hat in …

Google: Blocking Javascript, CSS May Be Hurting Your Rankings Google: Blocking Javascript, CSS May Be Hurting Your Rankings

If you’re blocking Google from crawling your javascript and CSS, you may potentially be hurting your own search rankings. It’s not that using that javascript and CSS will necessarily make you rank better, but if you don’t let Google crawl …

Google Chromium Gets New DevTools Page Google Chromium Gets New DevTools Page

The Chromium project marches on towards making Chrome the best browser in the world. It already made waves last week when it became the number one Web browser in the world for a short while. The new update makes it …

Google Docs Added Features Google Docs Added Features

The Google Docs Blog just announced that the company has added improved discussions, search-scanned text in PDFs, custom Javascript and CSS support to personal Google sites and more. Google has made it easier to view and organize all comments made …

$100K Raised by Code Hero Developers Through Kickstarter $100K Raised by Code Hero Developers Through Kickstarter
· 1

Coding is not fun for most people, and one of the most frustrating parts of coding is learning how to do it! Several sites such as Code Academy try to teach people in a fairly simple way, but Primer Labs …

Google Chrome Extensions Not Limited to Gallery

Google recently launched its extensions Gallery for Chrome, but today the company is reminding users of the browser (which continues to gain popularity) that there are a lot more things you can do with it beyond just what’s in the gallery. Google Chrome 4 supports Greasemonkey user scripts.

Chrome users can use Greasemonkey, which is a Firefox extension that allows developers to customize web pages using javascript, to install any user script with a single click.

Google Makes Apps Script More Widely Available
· 3

Google has launched the Google Apps Script in Google Apps Standard Edition, meaning that it is much more broadly available now. Previously, it was only available in Google Apps Premier and Education editions. It was released back in the summer.

Google Apps Script starts in the spreadsheets of Google Docs. It lets you create sheets to read and change formulas, formats and cell contents, and lets you create custom functions so you can automate repetitive tasks.

Does Google Penalize Paid Links in Javascript?
· 34

You may recall back at SMX Seattle earlier this year, Google’s Matt Cutts talked at length about paid links. He touched upon the topic of Google being able to read javascript after giving out advice for so long to use javascript as a way to keep Google from reading paid links.

Google To Hold JavaScript-Centric Hackathon

Food, prizes, and time at the Googleplex are all good things.  So, if Mountain View isn’t inconveniently far away, keep the "Google Developer Hackathon: JavaScript APIs" in mind when you’re making plans for Friday, February 29th.

Add Vector Shapes Into Google Presentations

You can now add a couple of simple vector shapes into Google presentations: arrows, speech bubbles, a circle, a rectangle and a sun-like shape.

Acid 3 Test Coming Soon

With the announcement that both Firefox 3 and IE8 have passed the acid2 test, Ian Hickson has been working hard on the acid3 test. The new test will focus mostly on ECMAScript and Dom through Selectors Level3, Media queries and data URIs.

Secret Stats In Split RSS Feeds – Google Reader

Google Reader now reports feed usage, and it is being suggested by a prominent Google engineer that you should look at aggregated numbers.

eBay Adds Host Of New Services

eBay has announced a number of new services and platform enhancements to help developers extend eBay content. The announcement was made at the eBay Developers Conference in Boston today.

Love Ajax? Hate The Exploits

Bringing certain content-updating behaviors to web pages without reloading them has been a key piece of the ‘Web 2.0′ online application meme; it now appears the criminals could have a way to break them open too.

Postbacks with Parameters in JavaScript
· 4

Whenever you use a Button or LinkButton it is because you want to be able to do a postback when it is clicked.