Exploring DOM using Javascript

The Document Object Model (DOM) is a tree-based API for XML. It’s main focus isn’t just to parse XMLcode, but rather to represent that  using a series of interlinked objects that can be modified and  accessed directly.

DOM is a language-independent API, meaning that it is not tied  to  Java, JavaScript, or any other language in examples I’ll  use javascript to access and manipulate  it.

Read more »

Pop-ups on links

In this tutorial you’ll find how to make pop-ups on links (or  on other html elements) using Javascript and Ajax.

In the picture below you see link pop-up wich gives some information about third link on mousehover.

link_popups_javascript

Read more »

Image slideshow with Javascript

In this tutorial I’ll tell you how to create image slideshow with javascript.  This will be  ajax style slideshow i.e when you click next or previous image, no page reload will happen.

Firstly we have one image and 2 links ‘previous’   and  ‘next’   just like this one  you see in the picture:

Read more »

What is web 2.0

Web 2.0” refers to what is perceived as a second generation  of  web development and web design.  It is characterized as facilitating communication, information sharing, interoperability, User-centered design  and collaboration on the World Wide Web. Read more »

3D desktops

Have you ever seen 3d desktop ?  it  looks  amazing!

Here is  screenshot   from  my  desktop !!!.

sddesktop

Read more »

Multiple IE Versions in Same Windows PC

You  have  installed IE 7 or IE 8 and you want to test your website in IE 6 or earlier ? this post is just for you. Read more »

Google Chrome

Google Chrome

I like this browser it’s the fastest  browser ever created. I also use IE, FF and opera but Chrome is my favorite in internet surfing.

Read more »

Facebook badges

Today on facebook I discovered very nice feature “Facebook badges” (http://www.facebook.com/badges.php) .  I liked it very much and used on my web blog. You can see it here(on this web site) on the right sidebar.

Read more »

MIT OpenCourseWare

MIT OpenCourseWare (MIT OCW) is an initiative of the Massachusetts Institute of Technology (MIT) to put all of the educational materials from its undergraduate- and graduate level   courses online, free and openly available to anyone, anywhere, by the end of the year 2007. Read more »