Posted on September 10, 2009 by Lekso
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 »
Filed under: javascript | Tagged: DOM, javascript, Javascript DOM | 1 Comment »
Posted on September 10, 2009 by Lekso
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.

Read more »
Filed under: AJAX, javascript | Tagged: AJAX, javascript, link pop-ups | Leave a Comment »
Posted on September 10, 2009 by Lekso
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 »
Filed under: javascript | Tagged: image slideshow, javascript, slideshow | Leave a Comment »
Posted on July 3, 2009 by Lekso
“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 »
Filed under: AJAX, ASP.NET, Google, PHP, javascript, www | Tagged: web 2.0, what is web 2.0 | 1 Comment »
Posted on June 1, 2009 by Lekso
Have you ever seen 3d desktop ? it looks amazing!
Here is screenshot from my desktop !!!.

Read more »
Filed under: OS | Tagged: 3D desktops | 1 Comment »
Posted on May 10, 2009 by Lekso
A week ago I faced with a problem. I published my asp.net website on IIS6 and the connection with Sql Server didn’t work properly.
After a lot of googling and asking on forums I found a solution.
Read more »
Filed under: .NET, ASP.NET | Tagged: .NET, ASP.NET, Database is read-only or asp.net account has not write permission, IIS, MS SQL Server | Leave a Comment »
Posted on May 3, 2009 by Lekso
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 »
Filed under: browsers | Tagged: Internet explorer, multiple IE | 2 Comments »
Posted on May 1, 2009 by Lekso
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 »
Filed under: Google | Tagged: chrome, Google | Leave a Comment »
Posted on April 26, 2009 by Lekso
Posted on April 3, 2009 by Lekso