Which one is better div or table ?

Author: admin  /  Category: Uncategorized

So here is a video where divs explained in various styles:

It’s not a question of whether one is better than the other. The question is which one is better for what you want to do. Some designers like to use DIVs with style sheets and others like to use tables for the layout of a site. You can even use them together. I think more experienced designers prefer DIVs as it gives you more control and less restrictions than a simple table. If you do use tables.. Just don’t nest 5 layers of them.

Read more…

What is the code for disabling right click?

Author: admin  /  Category: Software

IF the culprit is an amateur — which is usually the case for photo thieves — I would recommend using a little creativity.

Code:

What this effectively does is display the image as a background on the div, with a transparent gif blocking the capability of right clicking the actual image. This is truly compatible browser wide.

Now, a truly determined person, with a decent knowledge of html will be able to pull your page source, but usually people that dedicated are creating their own content anyway.

It doesnt matter if some computer nerd will get pass it long as the majority of the internet users dont.

Ok another thing I just want to mention is that Opera can bypass the right click disable thing. I dont know why but it’s doing it, and doing it very well. whenever i go to a right click disable site, i turn my opera on.