Chords: Pankaj Awasthi – Door Kahi

This entry is part 28 of 43 in the series Guitar

The chords for Pankaj Awasthi‘s song Door Kahi are to be played in Barre position, and have a simple down strumming, add a little up-down for your flavour.

door kahi lechalo tum mujhako
G                     C
nahi chaayiye ye duniyaa
G                C
saath le chalo unko haan unko
G                       C
woh jo samjhe duriya haan duriya.
G                        C

hmm.... hmm.... hmm... hmm....
G                 C
hmm.... hmm.... hmm... hmm....
G         D           C

New HTML Version

In Tim Berners-Lee’s Blog entry, Reinventing HTML, It seems W3C failed to implement the new XHTML standard amongst the developers. Thanks to all easy-go browsers, which will not validate tags, attributes, etc…

456bereastreet.com suggests some of the changes required in the new HTML version, I’d say version 5.0. Some of the points mentioned are.

  • New attributes that will make forms easier to validate: required for input, textarea, and select elements, maxlength for textarea elements.
  • The reappearance of the start and value attributes for ol and li elements respectively.
  • Stricter, XHTML-like syntax: make lowercase required for all element and attribute names, make quoted attribute values required, require all end tags that are currently optional.

Changes required for HTML v 5.0

  • Browsers shouldn’t render anything if there is any major error in Document, or atleast give a warning
  • Direct Form validation support: no need of Javascript for trivial validations
  • A “TABLE” like tag that works as well as “TABLE” for layout and positioning, Developers are sick of making CSS work for all browsers

AJAX: Hotmail vs Yahoo Mail

So both Yahoo Mail! and Hotmail have come up with their AJAX based UIs. Its time I did a comparison.

Yahoo! Mail

yahoo-mail-ajax.gif

Hotmail

hotmail-ajax.png

Use of Colors, Icons, images

  • Hotmail, has worked upon its old icons, making them with gradient backgrounds though.
  • Yahoo has created bold new Icons, Their Icons are more intuitive. They are bigger, considering the higher resolutions (more than 1024 x 768). Hotmail’s icons’ main image still is small, with Text beside it to help
  • Hotmail has already given multiple themes like Blue, Red, Black, Sliver, Yahoo still lacks it, or atleast I wasn’t able to find it.

Read the rest of this entry »

Angels and Demons

Another Robert Langdon epic through, the book is fast, just as the “The DaVinci Code” the whole book is about incidents covering not more than 3 days.

This time Mr. Langdon is in a fix with a beautiful Bio-physicist, who’s father is killed by an ancient brotherhood of Science.

A man of science killed by the brotherhood of science, why?

Web Accessibility: Anchor tags for Popup windows

Many a times, on your page, you need to have a JavaScript pop-up window for Slideshow, gallery, comment form, etc. But you also want to have your site WAI compatible. What do you do ?

The idea is to pop-up windows in Browsers that support JavaScript and provide actual href value to the Anchor tag a. But also provide an onclick event that pops up the window.

Consider I want to have a slideshow on a particular link, which actually should pop a 500 x 400 window keeping WAI in its place. This is the code that helps me solve the problem.

Code

...
<script type="text/javascript">
function popW(url) {
  window.open(url, 'newPop', 'width=500,height:400, directories=0');
}
</script>
...
<a href="/slide-show.html" onclick="popW('/slide-show.html');return false;">Slideshow</a>
..

Let us understand it..

  • The Slideshow page is spearate document/page
  • The anchor’ href attribute specifies the correct link to the page
  • The onclick handler pops the window, in browsers with JavaScript enabled
  • Notice return false; after the function call in onclick. This prevents JavaScript enabled browsers to load the href link on the current page

Chords: Call – Soch

This entry is part 8 of 43 in the series Guitar

These are the chords of the Song Soch by Call

Ruk gayee.... din meree...
C		C

kataaun ... is soch mein
F	    G

Peeche chod... aayaa huun jo
C              C

beeteein    mere ....
F           G

Nikale jo... is havas mein ye..
C               C

ke paa... yengge ...
F          G

Sabakuch lutaayen
Em       Am

jo apane the mere...
F            G

 

ऋतुराज का Home Page