Controlling desktop notifications in chrome extensions Controlling desktop notifications in chrome extensions
So, Google has introduced desktop notifications in chrome extensions for some months now and you bet it's really cool. The notifications are in two flavours : a simple notification and the html variant. The simple one allows you to set the notification's title, icon and content(which is mainly text without html formatting, as it's not allowed), resulting in 'plain' notifications. To really control how the notification looks and stuff it dynamically with content, the way forward is to use the html version.
Implementing AJAX in Drupal Implementing AJAX in Drupal
In my opinion, the AJAX (Asynchronous javascript and xml) technology has been a real boost to the application of javascript. Traditionally,javascript adds enhancements to a webpage by providing a rich user experience, client-side form validation and submission, and a whole bunch of nifty things:believe me ,javascript is powerful :) A traditional limitation of javascript had been the lack of direct interaction with a server:AJAX to the rescue!Thus,with AJAX, we can query a server for data and add the data to a webpage without reloading the page!Now, that's simply awesome!

Subscribe to fie.nipa by e-mail

Delivered by FeedBurner

©2012 fie.nipa Cooperative